Dec 18 14:47:53.720 INFO checking jemallocator-0.1.9 against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 18 14:47:53.720 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-5/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/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" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 14:47:54.321 INFO [stdout] 4a70048b1368f7fdf8ddbe5c8bcf4d7877dea11ba7111e314b5c1c76b60b899b Dec 18 14:47:54.323 INFO running `"docker" "start" "-a" "4a70048b1368f7fdf8ddbe5c8bcf4d7877dea11ba7111e314b5c1c76b60b899b"` Dec 18 14:47:56.957 INFO [stderr] Compiling fs_extra v1.1.0 Dec 18 14:47:58.023 INFO [stderr] Compiling jemalloc-sys v0.1.8 Dec 18 14:49:24.828 INFO [stderr] Checking jemallocator v0.1.9 (/opt/crater/workdir) Dec 18 14:49:28.159 INFO [stderr] error[E0432]: unresolved import `std::heap` Dec 18 14:49:28.159 INFO [stderr] --> benches/roundtrip.rs:9:10 Dec 18 14:49:28.159 INFO [stderr] | Dec 18 14:49:28.159 INFO [stderr] 9 | use std::heap::{Alloc, Layout, Excess}; Dec 18 14:49:28.159 INFO [stderr] | ^^^^ could not find `heap` in `std` Dec 18 14:49:28.159 INFO [stderr] Dec 18 14:49:29.271 INFO [stderr] warning: unused import: `Alloc` Dec 18 14:49:29.272 INFO [stderr] --> benches/roundtrip.rs:9:17 Dec 18 14:49:29.272 INFO [stderr] | Dec 18 14:49:29.272 INFO [stderr] 9 | use std::heap::{Alloc, Layout, Excess}; Dec 18 14:49:29.272 INFO [stderr] | ^^^^^ Dec 18 14:49:29.273 INFO [stderr] | Dec 18 14:49:29.273 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 18 14:49:29.273 INFO [stderr] Dec 18 14:49:36.438 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.439 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.439 INFO [stderr] | Dec 18 14:49:36.439 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.439 INFO [stderr] | ^^^^^ Dec 18 14:49:36.439 INFO [stderr] ... Dec 18 14:49:36.439 INFO [stderr] 260 | rt_alloc_layout_checked!(rt_pow2_1bytes_1align_alloc_layout_checked, 1, 1); Dec 18 14:49:36.439 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.439 INFO [stderr] | Dec 18 14:49:36.439 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.439 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.439 INFO [stderr] | Dec 18 14:49:36.439 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.439 INFO [stderr] | Dec 18 14:49:36.439 INFO [stderr] Dec 18 14:49:36.439 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.439 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.439 INFO [stderr] | Dec 18 14:49:36.439 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.440 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.440 INFO [stderr] ... Dec 18 14:49:36.440 INFO [stderr] 260 | rt_alloc_layout_checked!(rt_pow2_1bytes_1align_alloc_layout_checked, 1, 1); Dec 18 14:49:36.440 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.440 INFO [stderr] | Dec 18 14:49:36.440 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.440 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.441 INFO [stderr] | Dec 18 14:49:36.441 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.441 INFO [stderr] | Dec 18 14:49:36.441 INFO [stderr] Dec 18 14:49:36.441 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.441 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.441 INFO [stderr] | Dec 18 14:49:36.441 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.441 INFO [stderr] | ^^^^^ Dec 18 14:49:36.441 INFO [stderr] ... Dec 18 14:49:36.442 INFO [stderr] 273 | rt_alloc_layout_checked!(rt_pow2_2bytes_1align_alloc_layout_checked, 2, 1); Dec 18 14:49:36.442 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.442 INFO [stderr] | Dec 18 14:49:36.442 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.442 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.442 INFO [stderr] | Dec 18 14:49:36.442 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.442 INFO [stderr] | Dec 18 14:49:36.442 INFO [stderr] Dec 18 14:49:36.442 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.442 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.442 INFO [stderr] | Dec 18 14:49:36.442 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.442 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.443 INFO [stderr] ... Dec 18 14:49:36.443 INFO [stderr] 273 | rt_alloc_layout_checked!(rt_pow2_2bytes_1align_alloc_layout_checked, 2, 1); Dec 18 14:49:36.443 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.443 INFO [stderr] | Dec 18 14:49:36.443 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.443 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.443 INFO [stderr] | Dec 18 14:49:36.443 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.443 INFO [stderr] | Dec 18 14:49:36.443 INFO [stderr] Dec 18 14:49:36.444 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.444 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.444 INFO [stderr] | Dec 18 14:49:36.444 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.444 INFO [stderr] | ^^^^^ Dec 18 14:49:36.444 INFO [stderr] ... Dec 18 14:49:36.444 INFO [stderr] 286 | rt_alloc_layout_checked!(rt_pow2_4bytes_1align_alloc_layout_checked, 4, 1); Dec 18 14:49:36.444 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.444 INFO [stderr] | Dec 18 14:49:36.445 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.445 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.445 INFO [stderr] | Dec 18 14:49:36.445 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.445 INFO [stderr] | Dec 18 14:49:36.445 INFO [stderr] Dec 18 14:49:36.445 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.445 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.445 INFO [stderr] | Dec 18 14:49:36.445 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.445 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.445 INFO [stderr] ... Dec 18 14:49:36.445 INFO [stderr] 286 | rt_alloc_layout_checked!(rt_pow2_4bytes_1align_alloc_layout_checked, 4, 1); Dec 18 14:49:36.445 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.445 INFO [stderr] | Dec 18 14:49:36.445 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.445 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.445 INFO [stderr] | Dec 18 14:49:36.445 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.445 INFO [stderr] | Dec 18 14:49:36.445 INFO [stderr] Dec 18 14:49:36.445 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.445 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.445 INFO [stderr] | Dec 18 14:49:36.445 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.445 INFO [stderr] | ^^^^^ Dec 18 14:49:36.445 INFO [stderr] ... Dec 18 14:49:36.445 INFO [stderr] 299 | rt_alloc_layout_checked!(rt_pow2_8bytes_1align_alloc_layout_checked, 8, 1); Dec 18 14:49:36.445 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.445 INFO [stderr] | Dec 18 14:49:36.445 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.445 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.445 INFO [stderr] | Dec 18 14:49:36.445 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.447 INFO [stderr] | Dec 18 14:49:36.447 INFO [stderr] Dec 18 14:49:36.447 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.447 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.447 INFO [stderr] | Dec 18 14:49:36.447 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.447 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.447 INFO [stderr] ... Dec 18 14:49:36.447 INFO [stderr] 299 | rt_alloc_layout_checked!(rt_pow2_8bytes_1align_alloc_layout_checked, 8, 1); Dec 18 14:49:36.447 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.447 INFO [stderr] | Dec 18 14:49:36.447 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.447 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.447 INFO [stderr] | Dec 18 14:49:36.447 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.447 INFO [stderr] | Dec 18 14:49:36.447 INFO [stderr] Dec 18 14:49:36.447 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.447 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.447 INFO [stderr] | Dec 18 14:49:36.447 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.447 INFO [stderr] | ^^^^^ Dec 18 14:49:36.447 INFO [stderr] ... Dec 18 14:49:36.447 INFO [stderr] 312 | rt_alloc_layout_checked!(rt_pow2_16bytes_1align_alloc_layout_checked, 16, 1); Dec 18 14:49:36.447 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.447 INFO [stderr] | Dec 18 14:49:36.447 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.447 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.447 INFO [stderr] | Dec 18 14:49:36.447 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.447 INFO [stderr] | Dec 18 14:49:36.447 INFO [stderr] Dec 18 14:49:36.447 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.447 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.447 INFO [stderr] | Dec 18 14:49:36.447 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.447 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.447 INFO [stderr] ... Dec 18 14:49:36.447 INFO [stderr] 312 | rt_alloc_layout_checked!(rt_pow2_16bytes_1align_alloc_layout_checked, 16, 1); Dec 18 14:49:36.447 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.447 INFO [stderr] | Dec 18 14:49:36.447 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.447 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.447 INFO [stderr] | Dec 18 14:49:36.447 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.447 INFO [stderr] | Dec 18 14:49:36.447 INFO [stderr] Dec 18 14:49:36.448 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.448 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.448 INFO [stderr] | Dec 18 14:49:36.448 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.448 INFO [stderr] | ^^^^^ Dec 18 14:49:36.448 INFO [stderr] ... Dec 18 14:49:36.448 INFO [stderr] 325 | rt_alloc_layout_checked!(rt_pow2_32bytes_1align_alloc_layout_checked, 32, 1); Dec 18 14:49:36.448 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.448 INFO [stderr] | Dec 18 14:49:36.448 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.448 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.448 INFO [stderr] | Dec 18 14:49:36.448 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.448 INFO [stderr] | Dec 18 14:49:36.448 INFO [stderr] Dec 18 14:49:36.449 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.449 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.449 INFO [stderr] | Dec 18 14:49:36.449 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.449 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.449 INFO [stderr] ... Dec 18 14:49:36.449 INFO [stderr] 325 | rt_alloc_layout_checked!(rt_pow2_32bytes_1align_alloc_layout_checked, 32, 1); Dec 18 14:49:36.449 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.449 INFO [stderr] | Dec 18 14:49:36.449 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.449 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.449 INFO [stderr] | Dec 18 14:49:36.449 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.449 INFO [stderr] | Dec 18 14:49:36.449 INFO [stderr] Dec 18 14:49:36.450 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.450 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.450 INFO [stderr] | Dec 18 14:49:36.450 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.450 INFO [stderr] | ^^^^^ Dec 18 14:49:36.450 INFO [stderr] ... Dec 18 14:49:36.450 INFO [stderr] 338 | rt_alloc_layout_checked!(rt_pow2_64bytes_1align_alloc_layout_checked, 64, 1); Dec 18 14:49:36.450 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.450 INFO [stderr] | Dec 18 14:49:36.450 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.450 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.450 INFO [stderr] | Dec 18 14:49:36.450 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.450 INFO [stderr] | Dec 18 14:49:36.451 INFO [stderr] Dec 18 14:49:36.451 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.451 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.451 INFO [stderr] | Dec 18 14:49:36.451 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.451 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.451 INFO [stderr] ... Dec 18 14:49:36.451 INFO [stderr] 338 | rt_alloc_layout_checked!(rt_pow2_64bytes_1align_alloc_layout_checked, 64, 1); Dec 18 14:49:36.451 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.451 INFO [stderr] | Dec 18 14:49:36.451 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.451 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.451 INFO [stderr] | Dec 18 14:49:36.451 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.451 INFO [stderr] | Dec 18 14:49:36.452 INFO [stderr] Dec 18 14:49:36.453 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.453 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.453 INFO [stderr] | Dec 18 14:49:36.453 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.453 INFO [stderr] | ^^^^^ Dec 18 14:49:36.453 INFO [stderr] ... Dec 18 14:49:36.454 INFO [stderr] 351 | rt_alloc_layout_checked!(rt_pow2_128bytes_1align_alloc_layout_checked, 128, 1); Dec 18 14:49:36.454 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.454 INFO [stderr] | Dec 18 14:49:36.454 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.454 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.454 INFO [stderr] | Dec 18 14:49:36.454 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.455 INFO [stderr] | Dec 18 14:49:36.455 INFO [stderr] Dec 18 14:49:36.456 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.456 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.456 INFO [stderr] | Dec 18 14:49:36.456 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.456 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.456 INFO [stderr] ... Dec 18 14:49:36.456 INFO [stderr] 351 | rt_alloc_layout_checked!(rt_pow2_128bytes_1align_alloc_layout_checked, 128, 1); Dec 18 14:49:36.456 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.456 INFO [stderr] | Dec 18 14:49:36.456 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.457 INFO [stderr] | Dec 18 14:49:36.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.457 INFO [stderr] | Dec 18 14:49:36.457 INFO [stderr] Dec 18 14:49:36.458 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.458 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.458 INFO [stderr] | Dec 18 14:49:36.458 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.458 INFO [stderr] | ^^^^^ Dec 18 14:49:36.458 INFO [stderr] ... Dec 18 14:49:36.458 INFO [stderr] 364 | rt_alloc_layout_checked!(rt_pow2_256bytes_1align_alloc_layout_checked, 256, 1); Dec 18 14:49:36.459 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.459 INFO [stderr] | Dec 18 14:49:36.459 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.459 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.459 INFO [stderr] | Dec 18 14:49:36.459 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.459 INFO [stderr] | Dec 18 14:49:36.459 INFO [stderr] Dec 18 14:49:36.460 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.461 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.461 INFO [stderr] | Dec 18 14:49:36.461 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.461 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.461 INFO [stderr] ... Dec 18 14:49:36.461 INFO [stderr] 364 | rt_alloc_layout_checked!(rt_pow2_256bytes_1align_alloc_layout_checked, 256, 1); Dec 18 14:49:36.461 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.461 INFO [stderr] | Dec 18 14:49:36.461 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.461 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.461 INFO [stderr] | Dec 18 14:49:36.461 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.461 INFO [stderr] | Dec 18 14:49:36.461 INFO [stderr] Dec 18 14:49:36.468 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.468 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.468 INFO [stderr] | Dec 18 14:49:36.468 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.469 INFO [stderr] | ^^^^^ Dec 18 14:49:36.469 INFO [stderr] ... Dec 18 14:49:36.469 INFO [stderr] 377 | rt_alloc_layout_checked!(rt_pow2_512bytes_1align_alloc_layout_checked, 512, 1); Dec 18 14:49:36.469 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.469 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] Dec 18 14:49:36.469 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.469 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.469 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.469 INFO [stderr] ... Dec 18 14:49:36.469 INFO [stderr] 377 | rt_alloc_layout_checked!(rt_pow2_512bytes_1align_alloc_layout_checked, 512, 1); Dec 18 14:49:36.469 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.469 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] Dec 18 14:49:36.469 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.469 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.469 INFO [stderr] | ^^^^^ Dec 18 14:49:36.469 INFO [stderr] ... Dec 18 14:49:36.469 INFO [stderr] 390 | rt_alloc_layout_checked!(rt_pow2_1024bytes_1align_alloc_layout_checked, 1024, 1); Dec 18 14:49:36.469 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.469 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] Dec 18 14:49:36.469 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.469 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.469 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.469 INFO [stderr] ... Dec 18 14:49:36.469 INFO [stderr] 390 | rt_alloc_layout_checked!(rt_pow2_1024bytes_1align_alloc_layout_checked, 1024, 1); Dec 18 14:49:36.469 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.469 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] Dec 18 14:49:36.469 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.469 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.469 INFO [stderr] | ^^^^^ Dec 18 14:49:36.469 INFO [stderr] ... Dec 18 14:49:36.469 INFO [stderr] 403 | rt_alloc_layout_checked!(rt_pow2_2048bytes_1align_alloc_layout_checked, 2048, 1); Dec 18 14:49:36.469 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.469 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] Dec 18 14:49:36.469 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.469 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.469 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.469 INFO [stderr] ... Dec 18 14:49:36.469 INFO [stderr] 403 | rt_alloc_layout_checked!(rt_pow2_2048bytes_1align_alloc_layout_checked, 2048, 1); Dec 18 14:49:36.469 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.469 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.469 INFO [stderr] | Dec 18 14:49:36.469 INFO [stderr] Dec 18 14:49:36.477 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.477 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.477 INFO [stderr] | ^^^^^ Dec 18 14:49:36.477 INFO [stderr] ... Dec 18 14:49:36.477 INFO [stderr] 416 | rt_alloc_layout_checked!(rt_pow2_4096bytes_1align_alloc_layout_checked, 4096, 1); Dec 18 14:49:36.477 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.477 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] Dec 18 14:49:36.477 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.477 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.477 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.477 INFO [stderr] ... Dec 18 14:49:36.477 INFO [stderr] 416 | rt_alloc_layout_checked!(rt_pow2_4096bytes_1align_alloc_layout_checked, 4096, 1); Dec 18 14:49:36.477 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.477 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] Dec 18 14:49:36.477 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.477 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.477 INFO [stderr] | ^^^^^ Dec 18 14:49:36.477 INFO [stderr] ... Dec 18 14:49:36.477 INFO [stderr] 429 | rt_alloc_layout_checked!(rt_pow2_8192bytes_1align_alloc_layout_checked, 8192, 1); Dec 18 14:49:36.477 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.477 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] Dec 18 14:49:36.477 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.477 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.477 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.477 INFO [stderr] ... Dec 18 14:49:36.477 INFO [stderr] 429 | rt_alloc_layout_checked!(rt_pow2_8192bytes_1align_alloc_layout_checked, 8192, 1); Dec 18 14:49:36.477 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.477 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] Dec 18 14:49:36.477 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.477 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.477 INFO [stderr] | ^^^^^ Dec 18 14:49:36.477 INFO [stderr] ... Dec 18 14:49:36.477 INFO [stderr] 442 | rt_alloc_layout_checked!(rt_pow2_16384bytes_1align_alloc_layout_checked, 16384, 1); Dec 18 14:49:36.477 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.477 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] Dec 18 14:49:36.477 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.477 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.477 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.477 INFO [stderr] ... Dec 18 14:49:36.477 INFO [stderr] 442 | rt_alloc_layout_checked!(rt_pow2_16384bytes_1align_alloc_layout_checked, 16384, 1); Dec 18 14:49:36.477 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.477 INFO [stderr] | Dec 18 14:49:36.477 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.477 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.478 INFO [stderr] | Dec 18 14:49:36.478 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.478 INFO [stderr] | Dec 18 14:49:36.478 INFO [stderr] Dec 18 14:49:36.478 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.478 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.478 INFO [stderr] | Dec 18 14:49:36.478 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.478 INFO [stderr] | ^^^^^ Dec 18 14:49:36.478 INFO [stderr] ... Dec 18 14:49:36.478 INFO [stderr] 455 | rt_alloc_layout_checked!(rt_pow2_32768bytes_1align_alloc_layout_checked, 32768, 1); Dec 18 14:49:36.478 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.478 INFO [stderr] | Dec 18 14:49:36.478 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.478 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.478 INFO [stderr] | Dec 18 14:49:36.478 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.478 INFO [stderr] | Dec 18 14:49:36.478 INFO [stderr] Dec 18 14:49:36.478 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.478 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.478 INFO [stderr] | Dec 18 14:49:36.478 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.478 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.478 INFO [stderr] ... Dec 18 14:49:36.478 INFO [stderr] 455 | rt_alloc_layout_checked!(rt_pow2_32768bytes_1align_alloc_layout_checked, 32768, 1); Dec 18 14:49:36.478 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.478 INFO [stderr] | Dec 18 14:49:36.478 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.478 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.478 INFO [stderr] | Dec 18 14:49:36.478 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.478 INFO [stderr] | Dec 18 14:49:36.478 INFO [stderr] Dec 18 14:49:36.478 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.478 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.478 INFO [stderr] | Dec 18 14:49:36.478 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.478 INFO [stderr] | ^^^^^ Dec 18 14:49:36.478 INFO [stderr] ... Dec 18 14:49:36.478 INFO [stderr] 468 | rt_alloc_layout_checked!(rt_pow2_65536bytes_1align_alloc_layout_checked, 65536, 1); Dec 18 14:49:36.478 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.478 INFO [stderr] | Dec 18 14:49:36.478 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.478 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.478 INFO [stderr] | Dec 18 14:49:36.478 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.478 INFO [stderr] | Dec 18 14:49:36.484 INFO [stderr] Dec 18 14:49:36.484 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.484 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.484 INFO [stderr] | Dec 18 14:49:36.484 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.484 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.484 INFO [stderr] ... Dec 18 14:49:36.485 INFO [stderr] 468 | rt_alloc_layout_checked!(rt_pow2_65536bytes_1align_alloc_layout_checked, 65536, 1); Dec 18 14:49:36.485 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.485 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] Dec 18 14:49:36.485 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.485 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.485 INFO [stderr] | ^^^^^ Dec 18 14:49:36.485 INFO [stderr] ... Dec 18 14:49:36.485 INFO [stderr] 481 | rt_alloc_layout_checked!(rt_pow2_131072bytes_1align_alloc_layout_checked, 131072, 1); Dec 18 14:49:36.485 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.485 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] Dec 18 14:49:36.485 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.485 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.485 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.485 INFO [stderr] ... Dec 18 14:49:36.485 INFO [stderr] 481 | rt_alloc_layout_checked!(rt_pow2_131072bytes_1align_alloc_layout_checked, 131072, 1); Dec 18 14:49:36.485 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.485 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] Dec 18 14:49:36.485 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.485 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.485 INFO [stderr] | ^^^^^ Dec 18 14:49:36.485 INFO [stderr] ... Dec 18 14:49:36.485 INFO [stderr] 494 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_1align_alloc_layout_checked, 4194304, 1); Dec 18 14:49:36.485 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.485 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] Dec 18 14:49:36.485 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.485 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.485 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.485 INFO [stderr] ... Dec 18 14:49:36.485 INFO [stderr] 494 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_1align_alloc_layout_checked, 4194304, 1); Dec 18 14:49:36.485 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.485 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] Dec 18 14:49:36.485 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.485 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.485 INFO [stderr] | ^^^^^ Dec 18 14:49:36.485 INFO [stderr] ... Dec 18 14:49:36.485 INFO [stderr] 508 | rt_alloc_layout_checked!(rt_even_10bytes_1align_alloc_layout_checked, 10, 1); Dec 18 14:49:36.485 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.485 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] Dec 18 14:49:36.485 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.485 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.485 INFO [stderr] | Dec 18 14:49:36.485 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.485 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.486 INFO [stderr] ... Dec 18 14:49:36.486 INFO [stderr] 508 | rt_alloc_layout_checked!(rt_even_10bytes_1align_alloc_layout_checked, 10, 1); Dec 18 14:49:36.486 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.486 INFO [stderr] | Dec 18 14:49:36.486 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.486 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.486 INFO [stderr] | Dec 18 14:49:36.486 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.486 INFO [stderr] | Dec 18 14:49:36.486 INFO [stderr] Dec 18 14:49:36.486 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.486 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.486 INFO [stderr] | Dec 18 14:49:36.486 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.486 INFO [stderr] | ^^^^^ Dec 18 14:49:36.486 INFO [stderr] ... Dec 18 14:49:36.486 INFO [stderr] 521 | rt_alloc_layout_checked!(rt_even_100bytes_1align_alloc_layout_checked, 100, 1); Dec 18 14:49:36.486 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.486 INFO [stderr] | Dec 18 14:49:36.486 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.486 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.486 INFO [stderr] | Dec 18 14:49:36.486 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.486 INFO [stderr] | Dec 18 14:49:36.486 INFO [stderr] Dec 18 14:49:36.492 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.492 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.492 INFO [stderr] | Dec 18 14:49:36.492 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.492 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.492 INFO [stderr] ... Dec 18 14:49:36.492 INFO [stderr] 521 | rt_alloc_layout_checked!(rt_even_100bytes_1align_alloc_layout_checked, 100, 1); Dec 18 14:49:36.492 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.492 INFO [stderr] | Dec 18 14:49:36.492 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.493 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] Dec 18 14:49:36.493 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.493 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.493 INFO [stderr] | ^^^^^ Dec 18 14:49:36.493 INFO [stderr] ... Dec 18 14:49:36.493 INFO [stderr] 534 | rt_alloc_layout_checked!(rt_even_1000bytes_1align_alloc_layout_checked, 1000, 1); Dec 18 14:49:36.493 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.493 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] Dec 18 14:49:36.493 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.493 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.493 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.493 INFO [stderr] ... Dec 18 14:49:36.493 INFO [stderr] 534 | rt_alloc_layout_checked!(rt_even_1000bytes_1align_alloc_layout_checked, 1000, 1); Dec 18 14:49:36.493 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.493 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] Dec 18 14:49:36.493 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.493 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.493 INFO [stderr] | ^^^^^ Dec 18 14:49:36.493 INFO [stderr] ... Dec 18 14:49:36.493 INFO [stderr] 547 | rt_alloc_layout_checked!(rt_even_10000bytes_1align_alloc_layout_checked, 10000, 1); Dec 18 14:49:36.493 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.493 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] Dec 18 14:49:36.493 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.493 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.493 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.493 INFO [stderr] ... Dec 18 14:49:36.493 INFO [stderr] 547 | rt_alloc_layout_checked!(rt_even_10000bytes_1align_alloc_layout_checked, 10000, 1); Dec 18 14:49:36.493 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.493 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] Dec 18 14:49:36.493 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.493 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.493 INFO [stderr] | ^^^^^ Dec 18 14:49:36.493 INFO [stderr] ... Dec 18 14:49:36.493 INFO [stderr] 560 | rt_alloc_layout_checked!(rt_even_100000bytes_1align_alloc_layout_checked, 100000, 1); Dec 18 14:49:36.493 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.493 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.493 INFO [stderr] | Dec 18 14:49:36.493 INFO [stderr] Dec 18 14:49:36.494 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.494 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.494 INFO [stderr] | Dec 18 14:49:36.494 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.494 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.494 INFO [stderr] ... Dec 18 14:49:36.494 INFO [stderr] 560 | rt_alloc_layout_checked!(rt_even_100000bytes_1align_alloc_layout_checked, 100000, 1); Dec 18 14:49:36.494 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.494 INFO [stderr] | Dec 18 14:49:36.494 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.494 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.494 INFO [stderr] | Dec 18 14:49:36.494 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.494 INFO [stderr] | Dec 18 14:49:36.494 INFO [stderr] Dec 18 14:49:36.495 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.495 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.495 INFO [stderr] | Dec 18 14:49:36.495 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.495 INFO [stderr] | ^^^^^ Dec 18 14:49:36.495 INFO [stderr] ... Dec 18 14:49:36.495 INFO [stderr] 573 | rt_alloc_layout_checked!(rt_even_1000000bytes_1align_alloc_layout_checked, 1000000, 1); Dec 18 14:49:36.495 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.495 INFO [stderr] | Dec 18 14:49:36.495 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.495 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.495 INFO [stderr] | Dec 18 14:49:36.495 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.495 INFO [stderr] | Dec 18 14:49:36.495 INFO [stderr] Dec 18 14:49:36.500 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.500 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.500 INFO [stderr] | Dec 18 14:49:36.500 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.500 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.500 INFO [stderr] ... Dec 18 14:49:36.500 INFO [stderr] 573 | rt_alloc_layout_checked!(rt_even_1000000bytes_1align_alloc_layout_checked, 1000000, 1); Dec 18 14:49:36.500 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.500 INFO [stderr] | Dec 18 14:49:36.500 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.500 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.500 INFO [stderr] | Dec 18 14:49:36.500 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.500 INFO [stderr] | Dec 18 14:49:36.500 INFO [stderr] Dec 18 14:49:36.500 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.500 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.500 INFO [stderr] | Dec 18 14:49:36.500 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.500 INFO [stderr] | ^^^^^ Dec 18 14:49:36.500 INFO [stderr] ... Dec 18 14:49:36.500 INFO [stderr] 587 | rt_alloc_layout_checked!(rt_odd_10bytes_1align_alloc_layout_checked, 10- 1, 1); Dec 18 14:49:36.500 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.500 INFO [stderr] | Dec 18 14:49:36.500 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.500 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.500 INFO [stderr] | Dec 18 14:49:36.500 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.500 INFO [stderr] | Dec 18 14:49:36.500 INFO [stderr] Dec 18 14:49:36.500 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.500 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.500 INFO [stderr] | Dec 18 14:49:36.500 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.500 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.500 INFO [stderr] ... Dec 18 14:49:36.500 INFO [stderr] 587 | rt_alloc_layout_checked!(rt_odd_10bytes_1align_alloc_layout_checked, 10- 1, 1); Dec 18 14:49:36.500 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.501 INFO [stderr] | Dec 18 14:49:36.501 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.501 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.501 INFO [stderr] | Dec 18 14:49:36.501 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.501 INFO [stderr] | Dec 18 14:49:36.501 INFO [stderr] Dec 18 14:49:36.501 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.501 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.501 INFO [stderr] | Dec 18 14:49:36.501 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.501 INFO [stderr] | ^^^^^ Dec 18 14:49:36.501 INFO [stderr] ... Dec 18 14:49:36.501 INFO [stderr] 600 | rt_alloc_layout_checked!(rt_odd_100bytes_1align_alloc_layout_checked, 100- 1, 1); Dec 18 14:49:36.501 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.501 INFO [stderr] | Dec 18 14:49:36.501 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.501 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.501 INFO [stderr] | Dec 18 14:49:36.501 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.501 INFO [stderr] | Dec 18 14:49:36.501 INFO [stderr] Dec 18 14:49:36.501 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.501 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.501 INFO [stderr] | Dec 18 14:49:36.501 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.501 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.501 INFO [stderr] ... Dec 18 14:49:36.501 INFO [stderr] 600 | rt_alloc_layout_checked!(rt_odd_100bytes_1align_alloc_layout_checked, 100- 1, 1); Dec 18 14:49:36.501 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.501 INFO [stderr] | Dec 18 14:49:36.501 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.501 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.501 INFO [stderr] | Dec 18 14:49:36.501 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.501 INFO [stderr] | Dec 18 14:49:36.501 INFO [stderr] Dec 18 14:49:36.501 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.501 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.501 INFO [stderr] | Dec 18 14:49:36.501 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.501 INFO [stderr] | ^^^^^ Dec 18 14:49:36.501 INFO [stderr] ... Dec 18 14:49:36.501 INFO [stderr] 613 | rt_alloc_layout_checked!(rt_odd_1000bytes_1align_alloc_layout_checked, 1000- 1, 1); Dec 18 14:49:36.501 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.501 INFO [stderr] | Dec 18 14:49:36.502 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.502 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.502 INFO [stderr] | Dec 18 14:49:36.502 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.502 INFO [stderr] | Dec 18 14:49:36.502 INFO [stderr] Dec 18 14:49:36.509 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.509 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.509 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.509 INFO [stderr] ... Dec 18 14:49:36.509 INFO [stderr] 613 | rt_alloc_layout_checked!(rt_odd_1000bytes_1align_alloc_layout_checked, 1000- 1, 1); Dec 18 14:49:36.509 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.509 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] Dec 18 14:49:36.509 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.509 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.509 INFO [stderr] | ^^^^^ Dec 18 14:49:36.509 INFO [stderr] ... Dec 18 14:49:36.509 INFO [stderr] 626 | rt_alloc_layout_checked!(rt_odd_10000bytes_1align_alloc_layout_checked, 10000- 1, 1); Dec 18 14:49:36.509 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.509 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] Dec 18 14:49:36.509 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.509 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.509 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.509 INFO [stderr] ... Dec 18 14:49:36.509 INFO [stderr] 626 | rt_alloc_layout_checked!(rt_odd_10000bytes_1align_alloc_layout_checked, 10000- 1, 1); Dec 18 14:49:36.509 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.509 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] Dec 18 14:49:36.509 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.509 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.509 INFO [stderr] | ^^^^^ Dec 18 14:49:36.509 INFO [stderr] ... Dec 18 14:49:36.509 INFO [stderr] 639 | rt_alloc_layout_checked!(rt_odd_100000bytes_1align_alloc_layout_checked, 100000- 1, 1); Dec 18 14:49:36.509 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.509 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] Dec 18 14:49:36.509 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.509 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.509 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.509 INFO [stderr] ... Dec 18 14:49:36.509 INFO [stderr] 639 | rt_alloc_layout_checked!(rt_odd_100000bytes_1align_alloc_layout_checked, 100000- 1, 1); Dec 18 14:49:36.509 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.509 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] Dec 18 14:49:36.509 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.509 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.509 INFO [stderr] | ^^^^^ Dec 18 14:49:36.509 INFO [stderr] ... Dec 18 14:49:36.509 INFO [stderr] 652 | rt_alloc_layout_checked!(rt_odd_1000000bytes_1align_alloc_layout_checked, 1000000- 1, 1); Dec 18 14:49:36.509 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.509 INFO [stderr] | Dec 18 14:49:36.509 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.509 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.510 INFO [stderr] | Dec 18 14:49:36.510 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.510 INFO [stderr] | Dec 18 14:49:36.510 INFO [stderr] Dec 18 14:49:36.510 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.510 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.510 INFO [stderr] | Dec 18 14:49:36.510 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.510 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.510 INFO [stderr] ... Dec 18 14:49:36.510 INFO [stderr] 652 | rt_alloc_layout_checked!(rt_odd_1000000bytes_1align_alloc_layout_checked, 1000000- 1, 1); Dec 18 14:49:36.510 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.510 INFO [stderr] | Dec 18 14:49:36.510 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.510 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.510 INFO [stderr] | Dec 18 14:49:36.510 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.510 INFO [stderr] | Dec 18 14:49:36.510 INFO [stderr] Dec 18 14:49:36.513 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.513 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.513 INFO [stderr] | Dec 18 14:49:36.513 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.513 INFO [stderr] | ^^^^^ Dec 18 14:49:36.513 INFO [stderr] ... Dec 18 14:49:36.513 INFO [stderr] 666 | rt_alloc_layout_checked!(rt_primes_3bytes_1align_alloc_layout_checked, 3, 1); Dec 18 14:49:36.513 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.513 INFO [stderr] | Dec 18 14:49:36.513 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.513 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.513 INFO [stderr] | Dec 18 14:49:36.513 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.513 INFO [stderr] | Dec 18 14:49:36.513 INFO [stderr] Dec 18 14:49:36.513 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.513 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.513 INFO [stderr] | Dec 18 14:49:36.513 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.513 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.513 INFO [stderr] ... Dec 18 14:49:36.513 INFO [stderr] 666 | rt_alloc_layout_checked!(rt_primes_3bytes_1align_alloc_layout_checked, 3, 1); Dec 18 14:49:36.513 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.513 INFO [stderr] | Dec 18 14:49:36.513 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.513 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.513 INFO [stderr] | Dec 18 14:49:36.513 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.513 INFO [stderr] | Dec 18 14:49:36.513 INFO [stderr] Dec 18 14:49:36.513 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.513 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.513 INFO [stderr] | Dec 18 14:49:36.513 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.513 INFO [stderr] | ^^^^^ Dec 18 14:49:36.513 INFO [stderr] ... Dec 18 14:49:36.513 INFO [stderr] 679 | rt_alloc_layout_checked!(rt_primes_7bytes_1align_alloc_layout_checked, 7, 1); Dec 18 14:49:36.513 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.513 INFO [stderr] | Dec 18 14:49:36.513 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.513 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.513 INFO [stderr] | Dec 18 14:49:36.513 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.513 INFO [stderr] | Dec 18 14:49:36.513 INFO [stderr] Dec 18 14:49:36.513 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.513 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.513 INFO [stderr] | Dec 18 14:49:36.513 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.513 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.513 INFO [stderr] ... Dec 18 14:49:36.513 INFO [stderr] 679 | rt_alloc_layout_checked!(rt_primes_7bytes_1align_alloc_layout_checked, 7, 1); Dec 18 14:49:36.513 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.513 INFO [stderr] | Dec 18 14:49:36.513 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.513 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.513 INFO [stderr] | Dec 18 14:49:36.513 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.513 INFO [stderr] | Dec 18 14:49:36.513 INFO [stderr] Dec 18 14:49:36.516 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.516 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.517 INFO [stderr] | Dec 18 14:49:36.517 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.517 INFO [stderr] | ^^^^^ Dec 18 14:49:36.517 INFO [stderr] ... Dec 18 14:49:36.517 INFO [stderr] 692 | rt_alloc_layout_checked!(rt_primes_13bytes_1align_alloc_layout_checked, 13, 1); Dec 18 14:49:36.517 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.517 INFO [stderr] | Dec 18 14:49:36.517 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.517 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.517 INFO [stderr] | Dec 18 14:49:36.517 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.517 INFO [stderr] | Dec 18 14:49:36.517 INFO [stderr] Dec 18 14:49:36.517 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.517 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.517 INFO [stderr] | Dec 18 14:49:36.517 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.517 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.517 INFO [stderr] ... Dec 18 14:49:36.517 INFO [stderr] 692 | rt_alloc_layout_checked!(rt_primes_13bytes_1align_alloc_layout_checked, 13, 1); Dec 18 14:49:36.517 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.517 INFO [stderr] | Dec 18 14:49:36.517 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.517 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.517 INFO [stderr] | Dec 18 14:49:36.517 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.517 INFO [stderr] | Dec 18 14:49:36.517 INFO [stderr] Dec 18 14:49:36.517 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.517 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.517 INFO [stderr] | Dec 18 14:49:36.517 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.517 INFO [stderr] | ^^^^^ Dec 18 14:49:36.517 INFO [stderr] ... Dec 18 14:49:36.517 INFO [stderr] 705 | rt_alloc_layout_checked!(rt_primes_17bytes_1align_alloc_layout_checked, 17, 1); Dec 18 14:49:36.517 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.517 INFO [stderr] | Dec 18 14:49:36.517 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.517 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.517 INFO [stderr] | Dec 18 14:49:36.517 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.517 INFO [stderr] | Dec 18 14:49:36.517 INFO [stderr] Dec 18 14:49:36.517 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.517 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.517 INFO [stderr] | Dec 18 14:49:36.517 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.517 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.517 INFO [stderr] ... Dec 18 14:49:36.517 INFO [stderr] 705 | rt_alloc_layout_checked!(rt_primes_17bytes_1align_alloc_layout_checked, 17, 1); Dec 18 14:49:36.517 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.517 INFO [stderr] | Dec 18 14:49:36.517 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.517 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.517 INFO [stderr] | Dec 18 14:49:36.517 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.517 INFO [stderr] | Dec 18 14:49:36.517 INFO [stderr] Dec 18 14:49:36.519 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.519 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.519 INFO [stderr] | Dec 18 14:49:36.519 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.519 INFO [stderr] | ^^^^^ Dec 18 14:49:36.519 INFO [stderr] ... Dec 18 14:49:36.519 INFO [stderr] 718 | rt_alloc_layout_checked!(rt_primes_31bytes_1align_alloc_layout_checked, 31, 1); Dec 18 14:49:36.519 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.519 INFO [stderr] | Dec 18 14:49:36.519 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.519 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.519 INFO [stderr] | Dec 18 14:49:36.519 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.519 INFO [stderr] | Dec 18 14:49:36.519 INFO [stderr] Dec 18 14:49:36.519 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.519 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.519 INFO [stderr] | Dec 18 14:49:36.519 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.519 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.519 INFO [stderr] ... Dec 18 14:49:36.519 INFO [stderr] 718 | rt_alloc_layout_checked!(rt_primes_31bytes_1align_alloc_layout_checked, 31, 1); Dec 18 14:49:36.519 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.519 INFO [stderr] | Dec 18 14:49:36.519 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.519 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.519 INFO [stderr] | Dec 18 14:49:36.519 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.519 INFO [stderr] | Dec 18 14:49:36.519 INFO [stderr] Dec 18 14:49:36.525 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.525 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.525 INFO [stderr] | Dec 18 14:49:36.525 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.525 INFO [stderr] | ^^^^^ Dec 18 14:49:36.525 INFO [stderr] ... Dec 18 14:49:36.525 INFO [stderr] 731 | rt_alloc_layout_checked!(rt_primes_61bytes_1align_alloc_layout_checked, 61, 1); Dec 18 14:49:36.525 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.525 INFO [stderr] | Dec 18 14:49:36.525 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.525 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.525 INFO [stderr] | Dec 18 14:49:36.525 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.525 INFO [stderr] | Dec 18 14:49:36.525 INFO [stderr] Dec 18 14:49:36.525 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.525 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.525 INFO [stderr] | Dec 18 14:49:36.525 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.525 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.525 INFO [stderr] ... Dec 18 14:49:36.525 INFO [stderr] 731 | rt_alloc_layout_checked!(rt_primes_61bytes_1align_alloc_layout_checked, 61, 1); Dec 18 14:49:36.525 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.525 INFO [stderr] | Dec 18 14:49:36.525 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.525 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.525 INFO [stderr] | Dec 18 14:49:36.525 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.525 INFO [stderr] | Dec 18 14:49:36.525 INFO [stderr] Dec 18 14:49:36.525 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.525 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.525 INFO [stderr] | Dec 18 14:49:36.525 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.525 INFO [stderr] | ^^^^^ Dec 18 14:49:36.525 INFO [stderr] ... Dec 18 14:49:36.525 INFO [stderr] 744 | rt_alloc_layout_checked!(rt_primes_96bytes_1align_alloc_layout_checked, 96, 1); Dec 18 14:49:36.525 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.525 INFO [stderr] | Dec 18 14:49:36.525 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.525 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.525 INFO [stderr] | Dec 18 14:49:36.525 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.525 INFO [stderr] | Dec 18 14:49:36.525 INFO [stderr] Dec 18 14:49:36.525 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.525 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.525 INFO [stderr] | Dec 18 14:49:36.525 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.525 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.525 INFO [stderr] ... Dec 18 14:49:36.525 INFO [stderr] 744 | rt_alloc_layout_checked!(rt_primes_96bytes_1align_alloc_layout_checked, 96, 1); Dec 18 14:49:36.525 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.525 INFO [stderr] | Dec 18 14:49:36.525 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.525 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.525 INFO [stderr] | Dec 18 14:49:36.525 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.525 INFO [stderr] | Dec 18 14:49:36.525 INFO [stderr] Dec 18 14:49:36.525 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.525 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.525 INFO [stderr] | Dec 18 14:49:36.525 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.525 INFO [stderr] | ^^^^^ Dec 18 14:49:36.525 INFO [stderr] ... Dec 18 14:49:36.525 INFO [stderr] 757 | rt_alloc_layout_checked!(rt_primes_127bytes_1align_alloc_layout_checked, 127, 1); Dec 18 14:49:36.525 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.525 INFO [stderr] | Dec 18 14:49:36.525 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.526 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.526 INFO [stderr] | Dec 18 14:49:36.526 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.526 INFO [stderr] | Dec 18 14:49:36.526 INFO [stderr] Dec 18 14:49:36.526 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.526 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.526 INFO [stderr] | Dec 18 14:49:36.526 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.526 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.526 INFO [stderr] ... Dec 18 14:49:36.526 INFO [stderr] 757 | rt_alloc_layout_checked!(rt_primes_127bytes_1align_alloc_layout_checked, 127, 1); Dec 18 14:49:36.526 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.526 INFO [stderr] | Dec 18 14:49:36.526 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.526 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.526 INFO [stderr] | Dec 18 14:49:36.526 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.526 INFO [stderr] | Dec 18 14:49:36.526 INFO [stderr] Dec 18 14:49:36.528 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.528 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.528 INFO [stderr] | Dec 18 14:49:36.529 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.529 INFO [stderr] | ^^^^^ Dec 18 14:49:36.529 INFO [stderr] ... Dec 18 14:49:36.529 INFO [stderr] 770 | rt_alloc_layout_checked!(rt_primes_257bytes_1align_alloc_layout_checked, 257, 1); Dec 18 14:49:36.529 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.529 INFO [stderr] | Dec 18 14:49:36.529 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.529 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.529 INFO [stderr] | Dec 18 14:49:36.529 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.529 INFO [stderr] | Dec 18 14:49:36.529 INFO [stderr] Dec 18 14:49:36.529 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.529 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.529 INFO [stderr] | Dec 18 14:49:36.529 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.529 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.529 INFO [stderr] ... Dec 18 14:49:36.529 INFO [stderr] 770 | rt_alloc_layout_checked!(rt_primes_257bytes_1align_alloc_layout_checked, 257, 1); Dec 18 14:49:36.529 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.529 INFO [stderr] | Dec 18 14:49:36.529 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.529 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.529 INFO [stderr] | Dec 18 14:49:36.529 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.529 INFO [stderr] | Dec 18 14:49:36.529 INFO [stderr] Dec 18 14:49:36.529 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.529 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.529 INFO [stderr] | Dec 18 14:49:36.529 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.529 INFO [stderr] | ^^^^^ Dec 18 14:49:36.529 INFO [stderr] ... Dec 18 14:49:36.529 INFO [stderr] 783 | rt_alloc_layout_checked!(rt_primes_509bytes_1align_alloc_layout_checked, 509, 1); Dec 18 14:49:36.529 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.529 INFO [stderr] | Dec 18 14:49:36.529 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.529 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.529 INFO [stderr] | Dec 18 14:49:36.529 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.529 INFO [stderr] | Dec 18 14:49:36.529 INFO [stderr] Dec 18 14:49:36.529 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.529 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.529 INFO [stderr] | Dec 18 14:49:36.529 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.529 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.529 INFO [stderr] ... Dec 18 14:49:36.529 INFO [stderr] 783 | rt_alloc_layout_checked!(rt_primes_509bytes_1align_alloc_layout_checked, 509, 1); Dec 18 14:49:36.529 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.529 INFO [stderr] | Dec 18 14:49:36.529 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.529 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.529 INFO [stderr] | Dec 18 14:49:36.529 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.529 INFO [stderr] | Dec 18 14:49:36.529 INFO [stderr] Dec 18 14:49:36.532 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.532 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.532 INFO [stderr] | Dec 18 14:49:36.532 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.532 INFO [stderr] | ^^^^^ Dec 18 14:49:36.532 INFO [stderr] ... Dec 18 14:49:36.532 INFO [stderr] 796 | rt_alloc_layout_checked!(rt_primes_1021bytes_1align_alloc_layout_checked, 1021, 1); Dec 18 14:49:36.532 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.532 INFO [stderr] | Dec 18 14:49:36.532 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.532 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.532 INFO [stderr] | Dec 18 14:49:36.532 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.532 INFO [stderr] | Dec 18 14:49:36.532 INFO [stderr] Dec 18 14:49:36.532 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.532 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.532 INFO [stderr] | Dec 18 14:49:36.532 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.532 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.532 INFO [stderr] ... Dec 18 14:49:36.532 INFO [stderr] 796 | rt_alloc_layout_checked!(rt_primes_1021bytes_1align_alloc_layout_checked, 1021, 1); Dec 18 14:49:36.532 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.532 INFO [stderr] | Dec 18 14:49:36.532 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.532 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.532 INFO [stderr] | Dec 18 14:49:36.532 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.532 INFO [stderr] | Dec 18 14:49:36.532 INFO [stderr] Dec 18 14:49:36.532 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.532 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.532 INFO [stderr] | Dec 18 14:49:36.532 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.532 INFO [stderr] | ^^^^^ Dec 18 14:49:36.532 INFO [stderr] ... Dec 18 14:49:36.532 INFO [stderr] 809 | rt_alloc_layout_checked!(rt_primes_2039bytes_1align_alloc_layout_checked, 2039, 1); Dec 18 14:49:36.532 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.532 INFO [stderr] | Dec 18 14:49:36.532 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.532 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.532 INFO [stderr] | Dec 18 14:49:36.532 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.532 INFO [stderr] | Dec 18 14:49:36.532 INFO [stderr] Dec 18 14:49:36.532 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.532 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.532 INFO [stderr] | Dec 18 14:49:36.532 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.532 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.532 INFO [stderr] ... Dec 18 14:49:36.532 INFO [stderr] 809 | rt_alloc_layout_checked!(rt_primes_2039bytes_1align_alloc_layout_checked, 2039, 1); Dec 18 14:49:36.532 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.532 INFO [stderr] | Dec 18 14:49:36.532 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.532 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.532 INFO [stderr] | Dec 18 14:49:36.532 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.532 INFO [stderr] | Dec 18 14:49:36.532 INFO [stderr] Dec 18 14:49:36.533 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.533 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.534 INFO [stderr] | Dec 18 14:49:36.534 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.534 INFO [stderr] | ^^^^^ Dec 18 14:49:36.534 INFO [stderr] ... Dec 18 14:49:36.534 INFO [stderr] 822 | rt_alloc_layout_checked!(rt_primes_4093bytes_1align_alloc_layout_checked, 4093, 1); Dec 18 14:49:36.534 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.534 INFO [stderr] | Dec 18 14:49:36.534 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.534 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.534 INFO [stderr] | Dec 18 14:49:36.534 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.534 INFO [stderr] | Dec 18 14:49:36.534 INFO [stderr] Dec 18 14:49:36.534 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.534 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.534 INFO [stderr] | Dec 18 14:49:36.534 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.534 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.534 INFO [stderr] ... Dec 18 14:49:36.534 INFO [stderr] 822 | rt_alloc_layout_checked!(rt_primes_4093bytes_1align_alloc_layout_checked, 4093, 1); Dec 18 14:49:36.534 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.534 INFO [stderr] | Dec 18 14:49:36.534 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.534 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.534 INFO [stderr] | Dec 18 14:49:36.534 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.534 INFO [stderr] | Dec 18 14:49:36.534 INFO [stderr] Dec 18 14:49:36.541 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.541 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.541 INFO [stderr] | Dec 18 14:49:36.541 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.541 INFO [stderr] | ^^^^^ Dec 18 14:49:36.541 INFO [stderr] ... Dec 18 14:49:36.541 INFO [stderr] 835 | rt_alloc_layout_checked!(rt_primes_8191bytes_1align_alloc_layout_checked, 8191, 1); Dec 18 14:49:36.541 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.541 INFO [stderr] | Dec 18 14:49:36.541 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.541 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.541 INFO [stderr] | Dec 18 14:49:36.541 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.541 INFO [stderr] | Dec 18 14:49:36.541 INFO [stderr] Dec 18 14:49:36.541 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.541 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.541 INFO [stderr] | Dec 18 14:49:36.541 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.541 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.541 INFO [stderr] ... Dec 18 14:49:36.541 INFO [stderr] 835 | rt_alloc_layout_checked!(rt_primes_8191bytes_1align_alloc_layout_checked, 8191, 1); Dec 18 14:49:36.541 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.541 INFO [stderr] | Dec 18 14:49:36.541 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.541 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.541 INFO [stderr] | Dec 18 14:49:36.541 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.541 INFO [stderr] | Dec 18 14:49:36.541 INFO [stderr] Dec 18 14:49:36.541 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.541 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.541 INFO [stderr] | Dec 18 14:49:36.541 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.541 INFO [stderr] | ^^^^^ Dec 18 14:49:36.541 INFO [stderr] ... Dec 18 14:49:36.541 INFO [stderr] 848 | rt_alloc_layout_checked!(rt_primes_16381bytes_1align_alloc_layout_checked, 16381, 1); Dec 18 14:49:36.541 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.541 INFO [stderr] | Dec 18 14:49:36.541 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.541 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.541 INFO [stderr] | Dec 18 14:49:36.541 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.541 INFO [stderr] | Dec 18 14:49:36.541 INFO [stderr] Dec 18 14:49:36.541 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.541 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.541 INFO [stderr] | Dec 18 14:49:36.541 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.541 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.542 INFO [stderr] ... Dec 18 14:49:36.542 INFO [stderr] 848 | rt_alloc_layout_checked!(rt_primes_16381bytes_1align_alloc_layout_checked, 16381, 1); Dec 18 14:49:36.542 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.542 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] Dec 18 14:49:36.542 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.542 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.542 INFO [stderr] | ^^^^^ Dec 18 14:49:36.542 INFO [stderr] ... Dec 18 14:49:36.542 INFO [stderr] 861 | rt_alloc_layout_checked!(rt_primes_32749bytes_1align_alloc_layout_checked, 32749, 1); Dec 18 14:49:36.542 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.542 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] Dec 18 14:49:36.542 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.542 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.542 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.542 INFO [stderr] ... Dec 18 14:49:36.542 INFO [stderr] 861 | rt_alloc_layout_checked!(rt_primes_32749bytes_1align_alloc_layout_checked, 32749, 1); Dec 18 14:49:36.542 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.542 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] Dec 18 14:49:36.542 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.542 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.542 INFO [stderr] | ^^^^^ Dec 18 14:49:36.542 INFO [stderr] ... Dec 18 14:49:36.542 INFO [stderr] 874 | rt_alloc_layout_checked!(rt_primes_65537bytes_1align_alloc_layout_checked, 65537, 1); Dec 18 14:49:36.542 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.542 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] Dec 18 14:49:36.542 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.542 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.542 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.542 INFO [stderr] ... Dec 18 14:49:36.542 INFO [stderr] 874 | rt_alloc_layout_checked!(rt_primes_65537bytes_1align_alloc_layout_checked, 65537, 1); Dec 18 14:49:36.542 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.542 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.542 INFO [stderr] | Dec 18 14:49:36.542 INFO [stderr] Dec 18 14:49:36.548 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.548 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.549 INFO [stderr] | ^^^^^ Dec 18 14:49:36.549 INFO [stderr] ... Dec 18 14:49:36.549 INFO [stderr] 887 | rt_alloc_layout_checked!(rt_primes_131071bytes_1align_alloc_layout_checked, 131071, 1); Dec 18 14:49:36.549 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.549 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] Dec 18 14:49:36.549 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.549 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.549 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.549 INFO [stderr] ... Dec 18 14:49:36.549 INFO [stderr] 887 | rt_alloc_layout_checked!(rt_primes_131071bytes_1align_alloc_layout_checked, 131071, 1); Dec 18 14:49:36.549 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.549 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] Dec 18 14:49:36.549 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.549 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.549 INFO [stderr] | ^^^^^ Dec 18 14:49:36.549 INFO [stderr] ... Dec 18 14:49:36.549 INFO [stderr] 900 | rt_alloc_layout_checked!(rt_primes_4194301bytes_1align_alloc_layout_checked, 4194301, 1); Dec 18 14:49:36.549 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.549 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] Dec 18 14:49:36.549 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.549 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.549 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.549 INFO [stderr] ... Dec 18 14:49:36.549 INFO [stderr] 900 | rt_alloc_layout_checked!(rt_primes_4194301bytes_1align_alloc_layout_checked, 4194301, 1); Dec 18 14:49:36.549 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.549 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] Dec 18 14:49:36.549 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.549 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.549 INFO [stderr] | ^^^^^ Dec 18 14:49:36.549 INFO [stderr] ... Dec 18 14:49:36.549 INFO [stderr] 916 | rt_alloc_layout_checked!(rt_pow2_1bytes_2align_alloc_layout_checked, 1, 2); Dec 18 14:49:36.549 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.549 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] Dec 18 14:49:36.549 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.549 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.549 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.549 INFO [stderr] ... Dec 18 14:49:36.549 INFO [stderr] 916 | rt_alloc_layout_checked!(rt_pow2_1bytes_2align_alloc_layout_checked, 1, 2); Dec 18 14:49:36.549 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.549 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.549 INFO [stderr] | Dec 18 14:49:36.549 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.550 INFO [stderr] | Dec 18 14:49:36.550 INFO [stderr] Dec 18 14:49:36.550 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.550 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.550 INFO [stderr] | Dec 18 14:49:36.550 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.550 INFO [stderr] | ^^^^^ Dec 18 14:49:36.550 INFO [stderr] ... Dec 18 14:49:36.550 INFO [stderr] 929 | rt_alloc_layout_checked!(rt_pow2_2bytes_2align_alloc_layout_checked, 2, 2); Dec 18 14:49:36.550 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.550 INFO [stderr] | Dec 18 14:49:36.550 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.550 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.550 INFO [stderr] | Dec 18 14:49:36.550 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.550 INFO [stderr] | Dec 18 14:49:36.550 INFO [stderr] Dec 18 14:49:36.550 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.550 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.550 INFO [stderr] | Dec 18 14:49:36.550 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.550 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.550 INFO [stderr] ... Dec 18 14:49:36.550 INFO [stderr] 929 | rt_alloc_layout_checked!(rt_pow2_2bytes_2align_alloc_layout_checked, 2, 2); Dec 18 14:49:36.550 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.550 INFO [stderr] | Dec 18 14:49:36.550 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.550 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.550 INFO [stderr] | Dec 18 14:49:36.550 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.550 INFO [stderr] | Dec 18 14:49:36.550 INFO [stderr] Dec 18 14:49:36.552 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.552 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.552 INFO [stderr] | Dec 18 14:49:36.552 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.552 INFO [stderr] | ^^^^^ Dec 18 14:49:36.552 INFO [stderr] ... Dec 18 14:49:36.552 INFO [stderr] 942 | rt_alloc_layout_checked!(rt_pow2_4bytes_2align_alloc_layout_checked, 4, 2); Dec 18 14:49:36.552 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.552 INFO [stderr] | Dec 18 14:49:36.552 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.552 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.552 INFO [stderr] | Dec 18 14:49:36.552 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.552 INFO [stderr] | Dec 18 14:49:36.552 INFO [stderr] Dec 18 14:49:36.552 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.552 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.552 INFO [stderr] | Dec 18 14:49:36.552 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.552 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.552 INFO [stderr] ... Dec 18 14:49:36.553 INFO [stderr] 942 | rt_alloc_layout_checked!(rt_pow2_4bytes_2align_alloc_layout_checked, 4, 2); Dec 18 14:49:36.553 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.553 INFO [stderr] | Dec 18 14:49:36.553 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.553 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.553 INFO [stderr] | Dec 18 14:49:36.553 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.553 INFO [stderr] | Dec 18 14:49:36.553 INFO [stderr] Dec 18 14:49:36.553 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.553 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.553 INFO [stderr] | Dec 18 14:49:36.553 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.553 INFO [stderr] | ^^^^^ Dec 18 14:49:36.553 INFO [stderr] ... Dec 18 14:49:36.553 INFO [stderr] 955 | rt_alloc_layout_checked!(rt_pow2_8bytes_2align_alloc_layout_checked, 8, 2); Dec 18 14:49:36.553 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.553 INFO [stderr] | Dec 18 14:49:36.553 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.553 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.553 INFO [stderr] | Dec 18 14:49:36.553 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.553 INFO [stderr] | Dec 18 14:49:36.553 INFO [stderr] Dec 18 14:49:36.553 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.553 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.553 INFO [stderr] | Dec 18 14:49:36.553 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.553 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.553 INFO [stderr] ... Dec 18 14:49:36.553 INFO [stderr] 955 | rt_alloc_layout_checked!(rt_pow2_8bytes_2align_alloc_layout_checked, 8, 2); Dec 18 14:49:36.553 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.553 INFO [stderr] | Dec 18 14:49:36.553 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.553 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.553 INFO [stderr] | Dec 18 14:49:36.553 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.553 INFO [stderr] | Dec 18 14:49:36.553 INFO [stderr] Dec 18 14:49:36.556 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.556 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.556 INFO [stderr] | Dec 18 14:49:36.556 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.556 INFO [stderr] | ^^^^^ Dec 18 14:49:36.556 INFO [stderr] ... Dec 18 14:49:36.557 INFO [stderr] 968 | rt_alloc_layout_checked!(rt_pow2_16bytes_2align_alloc_layout_checked, 16, 2); Dec 18 14:49:36.557 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] Dec 18 14:49:36.557 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.557 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.557 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.557 INFO [stderr] ... Dec 18 14:49:36.557 INFO [stderr] 968 | rt_alloc_layout_checked!(rt_pow2_16bytes_2align_alloc_layout_checked, 16, 2); Dec 18 14:49:36.557 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] Dec 18 14:49:36.557 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.557 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.557 INFO [stderr] | ^^^^^ Dec 18 14:49:36.557 INFO [stderr] ... Dec 18 14:49:36.557 INFO [stderr] 981 | rt_alloc_layout_checked!(rt_pow2_32bytes_2align_alloc_layout_checked, 32, 2); Dec 18 14:49:36.557 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] Dec 18 14:49:36.557 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.557 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.557 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.557 INFO [stderr] ... Dec 18 14:49:36.557 INFO [stderr] 981 | rt_alloc_layout_checked!(rt_pow2_32bytes_2align_alloc_layout_checked, 32, 2); Dec 18 14:49:36.557 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] Dec 18 14:49:36.557 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.557 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.557 INFO [stderr] | ^^^^^ Dec 18 14:49:36.557 INFO [stderr] ... Dec 18 14:49:36.557 INFO [stderr] 994 | rt_alloc_layout_checked!(rt_pow2_64bytes_2align_alloc_layout_checked, 64, 2); Dec 18 14:49:36.557 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] Dec 18 14:49:36.557 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.557 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.557 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.557 INFO [stderr] ... Dec 18 14:49:36.557 INFO [stderr] 994 | rt_alloc_layout_checked!(rt_pow2_64bytes_2align_alloc_layout_checked, 64, 2); Dec 18 14:49:36.557 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.557 INFO [stderr] | Dec 18 14:49:36.557 INFO [stderr] Dec 18 14:49:36.560 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.560 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.560 INFO [stderr] | Dec 18 14:49:36.560 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.560 INFO [stderr] | ^^^^^ Dec 18 14:49:36.560 INFO [stderr] ... Dec 18 14:49:36.561 INFO [stderr] 1007 | rt_alloc_layout_checked!(rt_pow2_128bytes_2align_alloc_layout_checked, 128, 2); Dec 18 14:49:36.561 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.561 INFO [stderr] | Dec 18 14:49:36.561 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.561 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.561 INFO [stderr] | Dec 18 14:49:36.561 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.561 INFO [stderr] | Dec 18 14:49:36.561 INFO [stderr] Dec 18 14:49:36.561 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.561 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.561 INFO [stderr] | Dec 18 14:49:36.561 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.561 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.561 INFO [stderr] ... Dec 18 14:49:36.561 INFO [stderr] 1007 | rt_alloc_layout_checked!(rt_pow2_128bytes_2align_alloc_layout_checked, 128, 2); Dec 18 14:49:36.561 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.561 INFO [stderr] | Dec 18 14:49:36.561 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.561 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.561 INFO [stderr] | Dec 18 14:49:36.561 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.561 INFO [stderr] | Dec 18 14:49:36.561 INFO [stderr] Dec 18 14:49:36.561 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.561 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.561 INFO [stderr] | Dec 18 14:49:36.561 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.561 INFO [stderr] | ^^^^^ Dec 18 14:49:36.561 INFO [stderr] ... Dec 18 14:49:36.561 INFO [stderr] 1020 | rt_alloc_layout_checked!(rt_pow2_256bytes_2align_alloc_layout_checked, 256, 2); Dec 18 14:49:36.561 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.561 INFO [stderr] | Dec 18 14:49:36.561 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.561 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.561 INFO [stderr] | Dec 18 14:49:36.561 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.561 INFO [stderr] | Dec 18 14:49:36.561 INFO [stderr] Dec 18 14:49:36.561 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.561 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.561 INFO [stderr] | Dec 18 14:49:36.561 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.561 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.561 INFO [stderr] ... Dec 18 14:49:36.561 INFO [stderr] 1020 | rt_alloc_layout_checked!(rt_pow2_256bytes_2align_alloc_layout_checked, 256, 2); Dec 18 14:49:36.561 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.561 INFO [stderr] | Dec 18 14:49:36.561 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.561 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.561 INFO [stderr] | Dec 18 14:49:36.561 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.561 INFO [stderr] | Dec 18 14:49:36.561 INFO [stderr] Dec 18 14:49:36.564 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.564 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.564 INFO [stderr] | Dec 18 14:49:36.564 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.565 INFO [stderr] | ^^^^^ Dec 18 14:49:36.565 INFO [stderr] ... Dec 18 14:49:36.565 INFO [stderr] 1033 | rt_alloc_layout_checked!(rt_pow2_512bytes_2align_alloc_layout_checked, 512, 2); Dec 18 14:49:36.565 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.565 INFO [stderr] | Dec 18 14:49:36.565 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.565 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.565 INFO [stderr] | Dec 18 14:49:36.565 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.565 INFO [stderr] | Dec 18 14:49:36.565 INFO [stderr] Dec 18 14:49:36.565 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.565 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.565 INFO [stderr] | Dec 18 14:49:36.565 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.565 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.565 INFO [stderr] ... Dec 18 14:49:36.565 INFO [stderr] 1033 | rt_alloc_layout_checked!(rt_pow2_512bytes_2align_alloc_layout_checked, 512, 2); Dec 18 14:49:36.565 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.565 INFO [stderr] | Dec 18 14:49:36.565 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.565 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.565 INFO [stderr] | Dec 18 14:49:36.565 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.565 INFO [stderr] | Dec 18 14:49:36.565 INFO [stderr] Dec 18 14:49:36.565 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.565 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.565 INFO [stderr] | Dec 18 14:49:36.565 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.565 INFO [stderr] | ^^^^^ Dec 18 14:49:36.565 INFO [stderr] ... Dec 18 14:49:36.565 INFO [stderr] 1046 | rt_alloc_layout_checked!(rt_pow2_1024bytes_2align_alloc_layout_checked, 1024, 2); Dec 18 14:49:36.565 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.565 INFO [stderr] | Dec 18 14:49:36.565 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.565 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.565 INFO [stderr] | Dec 18 14:49:36.565 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.565 INFO [stderr] | Dec 18 14:49:36.565 INFO [stderr] Dec 18 14:49:36.565 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.565 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.565 INFO [stderr] | Dec 18 14:49:36.565 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.565 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.565 INFO [stderr] ... Dec 18 14:49:36.565 INFO [stderr] 1046 | rt_alloc_layout_checked!(rt_pow2_1024bytes_2align_alloc_layout_checked, 1024, 2); Dec 18 14:49:36.565 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.565 INFO [stderr] | Dec 18 14:49:36.565 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.565 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.565 INFO [stderr] | Dec 18 14:49:36.565 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.565 INFO [stderr] | Dec 18 14:49:36.565 INFO [stderr] Dec 18 14:49:36.568 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.569 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.569 INFO [stderr] | Dec 18 14:49:36.569 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.569 INFO [stderr] | ^^^^^ Dec 18 14:49:36.569 INFO [stderr] ... Dec 18 14:49:36.569 INFO [stderr] 1059 | rt_alloc_layout_checked!(rt_pow2_2048bytes_2align_alloc_layout_checked, 2048, 2); Dec 18 14:49:36.569 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.569 INFO [stderr] | Dec 18 14:49:36.569 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.569 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.569 INFO [stderr] | Dec 18 14:49:36.569 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.569 INFO [stderr] | Dec 18 14:49:36.569 INFO [stderr] Dec 18 14:49:36.569 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.569 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.569 INFO [stderr] | Dec 18 14:49:36.569 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.569 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.569 INFO [stderr] ... Dec 18 14:49:36.569 INFO [stderr] 1059 | rt_alloc_layout_checked!(rt_pow2_2048bytes_2align_alloc_layout_checked, 2048, 2); Dec 18 14:49:36.569 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.569 INFO [stderr] | Dec 18 14:49:36.569 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.569 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.569 INFO [stderr] | Dec 18 14:49:36.569 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.569 INFO [stderr] | Dec 18 14:49:36.569 INFO [stderr] Dec 18 14:49:36.569 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.569 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.569 INFO [stderr] | Dec 18 14:49:36.569 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.569 INFO [stderr] | ^^^^^ Dec 18 14:49:36.569 INFO [stderr] ... Dec 18 14:49:36.569 INFO [stderr] 1072 | rt_alloc_layout_checked!(rt_pow2_4096bytes_2align_alloc_layout_checked, 4096, 2); Dec 18 14:49:36.569 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.569 INFO [stderr] | Dec 18 14:49:36.569 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.569 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.569 INFO [stderr] | Dec 18 14:49:36.569 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.569 INFO [stderr] | Dec 18 14:49:36.569 INFO [stderr] Dec 18 14:49:36.569 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.569 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.569 INFO [stderr] | Dec 18 14:49:36.569 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.569 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.569 INFO [stderr] ... Dec 18 14:49:36.569 INFO [stderr] 1072 | rt_alloc_layout_checked!(rt_pow2_4096bytes_2align_alloc_layout_checked, 4096, 2); Dec 18 14:49:36.569 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.569 INFO [stderr] | Dec 18 14:49:36.569 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.569 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.569 INFO [stderr] | Dec 18 14:49:36.569 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.569 INFO [stderr] | Dec 18 14:49:36.569 INFO [stderr] Dec 18 14:49:36.572 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.572 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.572 INFO [stderr] | Dec 18 14:49:36.572 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.573 INFO [stderr] | ^^^^^ Dec 18 14:49:36.573 INFO [stderr] ... Dec 18 14:49:36.573 INFO [stderr] 1085 | rt_alloc_layout_checked!(rt_pow2_8192bytes_2align_alloc_layout_checked, 8192, 2); Dec 18 14:49:36.573 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.573 INFO [stderr] | Dec 18 14:49:36.573 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.573 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.573 INFO [stderr] | Dec 18 14:49:36.573 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.573 INFO [stderr] | Dec 18 14:49:36.573 INFO [stderr] Dec 18 14:49:36.573 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.573 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.573 INFO [stderr] | Dec 18 14:49:36.573 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.573 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.573 INFO [stderr] ... Dec 18 14:49:36.573 INFO [stderr] 1085 | rt_alloc_layout_checked!(rt_pow2_8192bytes_2align_alloc_layout_checked, 8192, 2); Dec 18 14:49:36.573 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.573 INFO [stderr] | Dec 18 14:49:36.573 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.573 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.573 INFO [stderr] | Dec 18 14:49:36.573 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.573 INFO [stderr] | Dec 18 14:49:36.573 INFO [stderr] Dec 18 14:49:36.573 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.573 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.573 INFO [stderr] | Dec 18 14:49:36.573 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.573 INFO [stderr] | ^^^^^ Dec 18 14:49:36.573 INFO [stderr] ... Dec 18 14:49:36.573 INFO [stderr] 1098 | rt_alloc_layout_checked!(rt_pow2_16384bytes_2align_alloc_layout_checked, 16384, 2); Dec 18 14:49:36.573 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.573 INFO [stderr] | Dec 18 14:49:36.573 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.573 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.573 INFO [stderr] | Dec 18 14:49:36.573 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.573 INFO [stderr] | Dec 18 14:49:36.573 INFO [stderr] Dec 18 14:49:36.573 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.573 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.573 INFO [stderr] | Dec 18 14:49:36.573 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.573 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.573 INFO [stderr] ... Dec 18 14:49:36.573 INFO [stderr] 1098 | rt_alloc_layout_checked!(rt_pow2_16384bytes_2align_alloc_layout_checked, 16384, 2); Dec 18 14:49:36.573 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.573 INFO [stderr] | Dec 18 14:49:36.573 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.573 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.573 INFO [stderr] | Dec 18 14:49:36.573 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.573 INFO [stderr] | Dec 18 14:49:36.573 INFO [stderr] Dec 18 14:49:36.576 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.576 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.576 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.577 INFO [stderr] | ^^^^^ Dec 18 14:49:36.577 INFO [stderr] ... Dec 18 14:49:36.577 INFO [stderr] 1111 | rt_alloc_layout_checked!(rt_pow2_32768bytes_2align_alloc_layout_checked, 32768, 2); Dec 18 14:49:36.577 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.577 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] Dec 18 14:49:36.577 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.577 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.577 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.577 INFO [stderr] ... Dec 18 14:49:36.577 INFO [stderr] 1111 | rt_alloc_layout_checked!(rt_pow2_32768bytes_2align_alloc_layout_checked, 32768, 2); Dec 18 14:49:36.577 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.577 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] Dec 18 14:49:36.577 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.577 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.577 INFO [stderr] | ^^^^^ Dec 18 14:49:36.577 INFO [stderr] ... Dec 18 14:49:36.577 INFO [stderr] 1124 | rt_alloc_layout_checked!(rt_pow2_65536bytes_2align_alloc_layout_checked, 65536, 2); Dec 18 14:49:36.577 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.577 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] Dec 18 14:49:36.577 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.577 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.577 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.577 INFO [stderr] ... Dec 18 14:49:36.577 INFO [stderr] 1124 | rt_alloc_layout_checked!(rt_pow2_65536bytes_2align_alloc_layout_checked, 65536, 2); Dec 18 14:49:36.577 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.577 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] Dec 18 14:49:36.577 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.577 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.577 INFO [stderr] | ^^^^^ Dec 18 14:49:36.577 INFO [stderr] ... Dec 18 14:49:36.577 INFO [stderr] 1137 | rt_alloc_layout_checked!(rt_pow2_131072bytes_2align_alloc_layout_checked, 131072, 2); Dec 18 14:49:36.577 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.577 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] Dec 18 14:49:36.577 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.577 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.577 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.577 INFO [stderr] ... Dec 18 14:49:36.577 INFO [stderr] 1137 | rt_alloc_layout_checked!(rt_pow2_131072bytes_2align_alloc_layout_checked, 131072, 2); Dec 18 14:49:36.577 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.577 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.577 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.577 INFO [stderr] | Dec 18 14:49:36.578 INFO [stderr] Dec 18 14:49:36.580 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.580 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.580 INFO [stderr] | Dec 18 14:49:36.580 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.580 INFO [stderr] | ^^^^^ Dec 18 14:49:36.580 INFO [stderr] ... Dec 18 14:49:36.580 INFO [stderr] 1150 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_2align_alloc_layout_checked, 4194304, 2); Dec 18 14:49:36.580 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.580 INFO [stderr] | Dec 18 14:49:36.581 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.581 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.581 INFO [stderr] | Dec 18 14:49:36.581 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.581 INFO [stderr] | Dec 18 14:49:36.581 INFO [stderr] Dec 18 14:49:36.581 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.581 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.581 INFO [stderr] | Dec 18 14:49:36.581 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.581 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.581 INFO [stderr] ... Dec 18 14:49:36.581 INFO [stderr] 1150 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_2align_alloc_layout_checked, 4194304, 2); Dec 18 14:49:36.581 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.581 INFO [stderr] | Dec 18 14:49:36.581 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.581 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.581 INFO [stderr] | Dec 18 14:49:36.581 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.581 INFO [stderr] | Dec 18 14:49:36.581 INFO [stderr] Dec 18 14:49:36.581 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.581 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.581 INFO [stderr] | Dec 18 14:49:36.581 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.581 INFO [stderr] | ^^^^^ Dec 18 14:49:36.581 INFO [stderr] ... Dec 18 14:49:36.581 INFO [stderr] 1164 | rt_alloc_layout_checked!(rt_even_10bytes_2align_alloc_layout_checked, 10, 2); Dec 18 14:49:36.581 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.581 INFO [stderr] | Dec 18 14:49:36.581 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.581 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.581 INFO [stderr] | Dec 18 14:49:36.581 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.581 INFO [stderr] | Dec 18 14:49:36.581 INFO [stderr] Dec 18 14:49:36.581 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.581 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.581 INFO [stderr] | Dec 18 14:49:36.581 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.581 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.581 INFO [stderr] ... Dec 18 14:49:36.581 INFO [stderr] 1164 | rt_alloc_layout_checked!(rt_even_10bytes_2align_alloc_layout_checked, 10, 2); Dec 18 14:49:36.581 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.581 INFO [stderr] | Dec 18 14:49:36.581 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.581 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.581 INFO [stderr] | Dec 18 14:49:36.581 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.581 INFO [stderr] | Dec 18 14:49:36.581 INFO [stderr] Dec 18 14:49:36.584 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.584 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.584 INFO [stderr] | Dec 18 14:49:36.584 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.584 INFO [stderr] | ^^^^^ Dec 18 14:49:36.584 INFO [stderr] ... Dec 18 14:49:36.584 INFO [stderr] 1177 | rt_alloc_layout_checked!(rt_even_100bytes_2align_alloc_layout_checked, 100, 2); Dec 18 14:49:36.584 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.584 INFO [stderr] | Dec 18 14:49:36.585 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.585 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.585 INFO [stderr] | Dec 18 14:49:36.585 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.585 INFO [stderr] | Dec 18 14:49:36.585 INFO [stderr] Dec 18 14:49:36.585 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.585 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.585 INFO [stderr] | Dec 18 14:49:36.585 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.585 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.585 INFO [stderr] ... Dec 18 14:49:36.585 INFO [stderr] 1177 | rt_alloc_layout_checked!(rt_even_100bytes_2align_alloc_layout_checked, 100, 2); Dec 18 14:49:36.585 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.585 INFO [stderr] | Dec 18 14:49:36.585 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.585 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.585 INFO [stderr] | Dec 18 14:49:36.585 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.585 INFO [stderr] | Dec 18 14:49:36.585 INFO [stderr] Dec 18 14:49:36.585 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.585 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.585 INFO [stderr] | Dec 18 14:49:36.585 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.585 INFO [stderr] | ^^^^^ Dec 18 14:49:36.585 INFO [stderr] ... Dec 18 14:49:36.585 INFO [stderr] 1190 | rt_alloc_layout_checked!(rt_even_1000bytes_2align_alloc_layout_checked, 1000, 2); Dec 18 14:49:36.585 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.585 INFO [stderr] | Dec 18 14:49:36.585 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.585 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.585 INFO [stderr] | Dec 18 14:49:36.585 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.585 INFO [stderr] | Dec 18 14:49:36.585 INFO [stderr] Dec 18 14:49:36.585 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.585 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.585 INFO [stderr] | Dec 18 14:49:36.585 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.585 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.585 INFO [stderr] ... Dec 18 14:49:36.585 INFO [stderr] 1190 | rt_alloc_layout_checked!(rt_even_1000bytes_2align_alloc_layout_checked, 1000, 2); Dec 18 14:49:36.585 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.585 INFO [stderr] | Dec 18 14:49:36.585 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.585 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.585 INFO [stderr] | Dec 18 14:49:36.585 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.585 INFO [stderr] | Dec 18 14:49:36.585 INFO [stderr] Dec 18 14:49:36.588 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.589 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.589 INFO [stderr] | Dec 18 14:49:36.589 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.589 INFO [stderr] | ^^^^^ Dec 18 14:49:36.589 INFO [stderr] ... Dec 18 14:49:36.589 INFO [stderr] 1203 | rt_alloc_layout_checked!(rt_even_10000bytes_2align_alloc_layout_checked, 10000, 2); Dec 18 14:49:36.589 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.589 INFO [stderr] | Dec 18 14:49:36.589 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.589 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.589 INFO [stderr] | Dec 18 14:49:36.589 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.589 INFO [stderr] | Dec 18 14:49:36.589 INFO [stderr] Dec 18 14:49:36.589 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.589 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.589 INFO [stderr] | Dec 18 14:49:36.589 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.589 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.589 INFO [stderr] ... Dec 18 14:49:36.589 INFO [stderr] 1203 | rt_alloc_layout_checked!(rt_even_10000bytes_2align_alloc_layout_checked, 10000, 2); Dec 18 14:49:36.589 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.589 INFO [stderr] | Dec 18 14:49:36.589 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.589 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.589 INFO [stderr] | Dec 18 14:49:36.589 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.589 INFO [stderr] | Dec 18 14:49:36.589 INFO [stderr] Dec 18 14:49:36.589 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.589 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.589 INFO [stderr] | Dec 18 14:49:36.589 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.589 INFO [stderr] | ^^^^^ Dec 18 14:49:36.589 INFO [stderr] ... Dec 18 14:49:36.589 INFO [stderr] 1216 | rt_alloc_layout_checked!(rt_even_100000bytes_2align_alloc_layout_checked, 100000, 2); Dec 18 14:49:36.589 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.589 INFO [stderr] | Dec 18 14:49:36.589 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.589 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.589 INFO [stderr] | Dec 18 14:49:36.589 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.589 INFO [stderr] | Dec 18 14:49:36.589 INFO [stderr] Dec 18 14:49:36.589 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.589 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.589 INFO [stderr] | Dec 18 14:49:36.589 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.589 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.589 INFO [stderr] ... Dec 18 14:49:36.589 INFO [stderr] 1216 | rt_alloc_layout_checked!(rt_even_100000bytes_2align_alloc_layout_checked, 100000, 2); Dec 18 14:49:36.589 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.589 INFO [stderr] | Dec 18 14:49:36.589 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.589 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.589 INFO [stderr] | Dec 18 14:49:36.589 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.589 INFO [stderr] | Dec 18 14:49:36.589 INFO [stderr] Dec 18 14:49:36.592 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.592 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.592 INFO [stderr] | Dec 18 14:49:36.592 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.592 INFO [stderr] | ^^^^^ Dec 18 14:49:36.593 INFO [stderr] ... Dec 18 14:49:36.593 INFO [stderr] 1229 | rt_alloc_layout_checked!(rt_even_1000000bytes_2align_alloc_layout_checked, 1000000, 2); Dec 18 14:49:36.593 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.593 INFO [stderr] | Dec 18 14:49:36.593 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.593 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.593 INFO [stderr] | Dec 18 14:49:36.593 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.593 INFO [stderr] | Dec 18 14:49:36.593 INFO [stderr] Dec 18 14:49:36.593 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.593 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.593 INFO [stderr] | Dec 18 14:49:36.593 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.593 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.593 INFO [stderr] ... Dec 18 14:49:36.593 INFO [stderr] 1229 | rt_alloc_layout_checked!(rt_even_1000000bytes_2align_alloc_layout_checked, 1000000, 2); Dec 18 14:49:36.593 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.593 INFO [stderr] | Dec 18 14:49:36.593 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.593 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.593 INFO [stderr] | Dec 18 14:49:36.593 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.593 INFO [stderr] | Dec 18 14:49:36.593 INFO [stderr] Dec 18 14:49:36.593 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.593 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.593 INFO [stderr] | Dec 18 14:49:36.593 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.593 INFO [stderr] | ^^^^^ Dec 18 14:49:36.593 INFO [stderr] ... Dec 18 14:49:36.593 INFO [stderr] 1243 | rt_alloc_layout_checked!(rt_odd_10bytes_2align_alloc_layout_checked, 10- 1, 2); Dec 18 14:49:36.593 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.593 INFO [stderr] | Dec 18 14:49:36.593 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.593 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.593 INFO [stderr] | Dec 18 14:49:36.593 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.593 INFO [stderr] | Dec 18 14:49:36.593 INFO [stderr] Dec 18 14:49:36.593 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.593 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.593 INFO [stderr] | Dec 18 14:49:36.593 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.593 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.593 INFO [stderr] ... Dec 18 14:49:36.593 INFO [stderr] 1243 | rt_alloc_layout_checked!(rt_odd_10bytes_2align_alloc_layout_checked, 10- 1, 2); Dec 18 14:49:36.593 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.593 INFO [stderr] | Dec 18 14:49:36.593 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.593 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.593 INFO [stderr] | Dec 18 14:49:36.593 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.593 INFO [stderr] | Dec 18 14:49:36.593 INFO [stderr] Dec 18 14:49:36.597 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.597 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.597 INFO [stderr] | Dec 18 14:49:36.597 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.597 INFO [stderr] | ^^^^^ Dec 18 14:49:36.597 INFO [stderr] ... Dec 18 14:49:36.597 INFO [stderr] 1256 | rt_alloc_layout_checked!(rt_odd_100bytes_2align_alloc_layout_checked, 100- 1, 2); Dec 18 14:49:36.597 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.597 INFO [stderr] | Dec 18 14:49:36.597 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.597 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.597 INFO [stderr] | Dec 18 14:49:36.597 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.597 INFO [stderr] | Dec 18 14:49:36.597 INFO [stderr] Dec 18 14:49:36.597 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.597 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.597 INFO [stderr] | Dec 18 14:49:36.597 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.597 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.597 INFO [stderr] ... Dec 18 14:49:36.597 INFO [stderr] 1256 | rt_alloc_layout_checked!(rt_odd_100bytes_2align_alloc_layout_checked, 100- 1, 2); Dec 18 14:49:36.597 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.597 INFO [stderr] | Dec 18 14:49:36.597 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.597 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.597 INFO [stderr] | Dec 18 14:49:36.597 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.597 INFO [stderr] | Dec 18 14:49:36.597 INFO [stderr] Dec 18 14:49:36.597 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.597 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.597 INFO [stderr] | Dec 18 14:49:36.597 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.597 INFO [stderr] | ^^^^^ Dec 18 14:49:36.597 INFO [stderr] ... Dec 18 14:49:36.597 INFO [stderr] 1269 | rt_alloc_layout_checked!(rt_odd_1000bytes_2align_alloc_layout_checked, 1000- 1, 2); Dec 18 14:49:36.597 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.597 INFO [stderr] | Dec 18 14:49:36.597 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.597 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.597 INFO [stderr] | Dec 18 14:49:36.597 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.597 INFO [stderr] | Dec 18 14:49:36.597 INFO [stderr] Dec 18 14:49:36.597 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.597 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.597 INFO [stderr] | Dec 18 14:49:36.597 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.597 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.597 INFO [stderr] ... Dec 18 14:49:36.597 INFO [stderr] 1269 | rt_alloc_layout_checked!(rt_odd_1000bytes_2align_alloc_layout_checked, 1000- 1, 2); Dec 18 14:49:36.597 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.597 INFO [stderr] | Dec 18 14:49:36.597 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.597 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.597 INFO [stderr] | Dec 18 14:49:36.597 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.597 INFO [stderr] | Dec 18 14:49:36.597 INFO [stderr] Dec 18 14:49:36.600 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.600 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.601 INFO [stderr] | Dec 18 14:49:36.601 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.601 INFO [stderr] | ^^^^^ Dec 18 14:49:36.601 INFO [stderr] ... Dec 18 14:49:36.601 INFO [stderr] 1282 | rt_alloc_layout_checked!(rt_odd_10000bytes_2align_alloc_layout_checked, 10000- 1, 2); Dec 18 14:49:36.601 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.601 INFO [stderr] | Dec 18 14:49:36.601 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.601 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.601 INFO [stderr] | Dec 18 14:49:36.601 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.601 INFO [stderr] | Dec 18 14:49:36.601 INFO [stderr] Dec 18 14:49:36.601 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.601 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.601 INFO [stderr] | Dec 18 14:49:36.601 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.601 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.601 INFO [stderr] ... Dec 18 14:49:36.601 INFO [stderr] 1282 | rt_alloc_layout_checked!(rt_odd_10000bytes_2align_alloc_layout_checked, 10000- 1, 2); Dec 18 14:49:36.601 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.601 INFO [stderr] | Dec 18 14:49:36.601 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.601 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.601 INFO [stderr] | Dec 18 14:49:36.601 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.601 INFO [stderr] | Dec 18 14:49:36.601 INFO [stderr] Dec 18 14:49:36.601 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.601 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.601 INFO [stderr] | Dec 18 14:49:36.601 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.601 INFO [stderr] | ^^^^^ Dec 18 14:49:36.601 INFO [stderr] ... Dec 18 14:49:36.601 INFO [stderr] 1295 | rt_alloc_layout_checked!(rt_odd_100000bytes_2align_alloc_layout_checked, 100000- 1, 2); Dec 18 14:49:36.601 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.601 INFO [stderr] | Dec 18 14:49:36.601 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.601 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.601 INFO [stderr] | Dec 18 14:49:36.601 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.601 INFO [stderr] | Dec 18 14:49:36.601 INFO [stderr] Dec 18 14:49:36.601 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.601 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.601 INFO [stderr] | Dec 18 14:49:36.601 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.601 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.601 INFO [stderr] ... Dec 18 14:49:36.601 INFO [stderr] 1295 | rt_alloc_layout_checked!(rt_odd_100000bytes_2align_alloc_layout_checked, 100000- 1, 2); Dec 18 14:49:36.601 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.601 INFO [stderr] | Dec 18 14:49:36.601 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.601 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.601 INFO [stderr] | Dec 18 14:49:36.601 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.601 INFO [stderr] | Dec 18 14:49:36.601 INFO [stderr] Dec 18 14:49:36.604 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.604 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.604 INFO [stderr] | Dec 18 14:49:36.604 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.605 INFO [stderr] | ^^^^^ Dec 18 14:49:36.605 INFO [stderr] ... Dec 18 14:49:36.605 INFO [stderr] 1308 | rt_alloc_layout_checked!(rt_odd_1000000bytes_2align_alloc_layout_checked, 1000000- 1, 2); Dec 18 14:49:36.605 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.605 INFO [stderr] | Dec 18 14:49:36.605 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.605 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.605 INFO [stderr] | Dec 18 14:49:36.605 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.605 INFO [stderr] | Dec 18 14:49:36.605 INFO [stderr] Dec 18 14:49:36.605 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.605 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.605 INFO [stderr] | Dec 18 14:49:36.605 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.605 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.605 INFO [stderr] ... Dec 18 14:49:36.605 INFO [stderr] 1308 | rt_alloc_layout_checked!(rt_odd_1000000bytes_2align_alloc_layout_checked, 1000000- 1, 2); Dec 18 14:49:36.605 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.605 INFO [stderr] | Dec 18 14:49:36.605 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.605 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.605 INFO [stderr] | Dec 18 14:49:36.605 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.605 INFO [stderr] | Dec 18 14:49:36.605 INFO [stderr] Dec 18 14:49:36.605 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.605 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.605 INFO [stderr] | Dec 18 14:49:36.605 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.605 INFO [stderr] | ^^^^^ Dec 18 14:49:36.605 INFO [stderr] ... Dec 18 14:49:36.605 INFO [stderr] 1322 | rt_alloc_layout_checked!(rt_primes_3bytes_2align_alloc_layout_checked, 3, 2); Dec 18 14:49:36.605 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.605 INFO [stderr] | Dec 18 14:49:36.605 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.605 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.605 INFO [stderr] | Dec 18 14:49:36.605 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.605 INFO [stderr] | Dec 18 14:49:36.605 INFO [stderr] Dec 18 14:49:36.605 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.605 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.605 INFO [stderr] | Dec 18 14:49:36.605 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.605 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.605 INFO [stderr] ... Dec 18 14:49:36.605 INFO [stderr] 1322 | rt_alloc_layout_checked!(rt_primes_3bytes_2align_alloc_layout_checked, 3, 2); Dec 18 14:49:36.605 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.605 INFO [stderr] | Dec 18 14:49:36.605 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.605 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.605 INFO [stderr] | Dec 18 14:49:36.605 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.605 INFO [stderr] | Dec 18 14:49:36.605 INFO [stderr] Dec 18 14:49:36.608 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.609 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.609 INFO [stderr] | Dec 18 14:49:36.609 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.609 INFO [stderr] | ^^^^^ Dec 18 14:49:36.609 INFO [stderr] ... Dec 18 14:49:36.609 INFO [stderr] 1335 | rt_alloc_layout_checked!(rt_primes_7bytes_2align_alloc_layout_checked, 7, 2); Dec 18 14:49:36.609 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.609 INFO [stderr] | Dec 18 14:49:36.609 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.609 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.609 INFO [stderr] | Dec 18 14:49:36.609 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.609 INFO [stderr] | Dec 18 14:49:36.609 INFO [stderr] Dec 18 14:49:36.609 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.609 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.609 INFO [stderr] | Dec 18 14:49:36.609 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.609 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.609 INFO [stderr] ... Dec 18 14:49:36.609 INFO [stderr] 1335 | rt_alloc_layout_checked!(rt_primes_7bytes_2align_alloc_layout_checked, 7, 2); Dec 18 14:49:36.609 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.609 INFO [stderr] | Dec 18 14:49:36.609 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.609 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.609 INFO [stderr] | Dec 18 14:49:36.609 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.609 INFO [stderr] | Dec 18 14:49:36.609 INFO [stderr] Dec 18 14:49:36.609 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.609 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.609 INFO [stderr] | Dec 18 14:49:36.609 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.609 INFO [stderr] | ^^^^^ Dec 18 14:49:36.609 INFO [stderr] ... Dec 18 14:49:36.609 INFO [stderr] 1348 | rt_alloc_layout_checked!(rt_primes_13bytes_2align_alloc_layout_checked, 13, 2); Dec 18 14:49:36.609 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.609 INFO [stderr] | Dec 18 14:49:36.609 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.609 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.609 INFO [stderr] | Dec 18 14:49:36.609 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.609 INFO [stderr] | Dec 18 14:49:36.609 INFO [stderr] Dec 18 14:49:36.609 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.609 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.609 INFO [stderr] | Dec 18 14:49:36.609 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.609 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.609 INFO [stderr] ... Dec 18 14:49:36.609 INFO [stderr] 1348 | rt_alloc_layout_checked!(rt_primes_13bytes_2align_alloc_layout_checked, 13, 2); Dec 18 14:49:36.609 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.609 INFO [stderr] | Dec 18 14:49:36.609 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.609 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.609 INFO [stderr] | Dec 18 14:49:36.609 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.609 INFO [stderr] | Dec 18 14:49:36.609 INFO [stderr] Dec 18 14:49:36.612 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.612 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.613 INFO [stderr] | ^^^^^ Dec 18 14:49:36.613 INFO [stderr] ... Dec 18 14:49:36.613 INFO [stderr] 1361 | rt_alloc_layout_checked!(rt_primes_17bytes_2align_alloc_layout_checked, 17, 2); Dec 18 14:49:36.613 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.613 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] Dec 18 14:49:36.613 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.613 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.613 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.613 INFO [stderr] ... Dec 18 14:49:36.613 INFO [stderr] 1361 | rt_alloc_layout_checked!(rt_primes_17bytes_2align_alloc_layout_checked, 17, 2); Dec 18 14:49:36.613 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.613 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] Dec 18 14:49:36.613 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.613 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.613 INFO [stderr] | ^^^^^ Dec 18 14:49:36.613 INFO [stderr] ... Dec 18 14:49:36.613 INFO [stderr] 1374 | rt_alloc_layout_checked!(rt_primes_31bytes_2align_alloc_layout_checked, 31, 2); Dec 18 14:49:36.613 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.613 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] Dec 18 14:49:36.613 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.613 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.613 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.613 INFO [stderr] ... Dec 18 14:49:36.613 INFO [stderr] 1374 | rt_alloc_layout_checked!(rt_primes_31bytes_2align_alloc_layout_checked, 31, 2); Dec 18 14:49:36.613 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.613 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] Dec 18 14:49:36.613 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.613 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.613 INFO [stderr] | ^^^^^ Dec 18 14:49:36.613 INFO [stderr] ... Dec 18 14:49:36.613 INFO [stderr] 1387 | rt_alloc_layout_checked!(rt_primes_61bytes_2align_alloc_layout_checked, 61, 2); Dec 18 14:49:36.613 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.613 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] Dec 18 14:49:36.613 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.613 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.613 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.613 INFO [stderr] ... Dec 18 14:49:36.613 INFO [stderr] 1387 | rt_alloc_layout_checked!(rt_primes_61bytes_2align_alloc_layout_checked, 61, 2); Dec 18 14:49:36.613 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.613 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.613 INFO [stderr] | Dec 18 14:49:36.613 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.614 INFO [stderr] | Dec 18 14:49:36.614 INFO [stderr] Dec 18 14:49:36.616 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.616 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.616 INFO [stderr] | Dec 18 14:49:36.616 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.616 INFO [stderr] | ^^^^^ Dec 18 14:49:36.616 INFO [stderr] ... Dec 18 14:49:36.616 INFO [stderr] 1400 | rt_alloc_layout_checked!(rt_primes_96bytes_2align_alloc_layout_checked, 96, 2); Dec 18 14:49:36.616 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.616 INFO [stderr] | Dec 18 14:49:36.617 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.617 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.617 INFO [stderr] | Dec 18 14:49:36.617 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.617 INFO [stderr] | Dec 18 14:49:36.617 INFO [stderr] Dec 18 14:49:36.617 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.617 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.617 INFO [stderr] | Dec 18 14:49:36.617 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.617 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.617 INFO [stderr] ... Dec 18 14:49:36.617 INFO [stderr] 1400 | rt_alloc_layout_checked!(rt_primes_96bytes_2align_alloc_layout_checked, 96, 2); Dec 18 14:49:36.617 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.617 INFO [stderr] | Dec 18 14:49:36.617 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.617 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.617 INFO [stderr] | Dec 18 14:49:36.617 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.617 INFO [stderr] | Dec 18 14:49:36.617 INFO [stderr] Dec 18 14:49:36.617 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.617 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.617 INFO [stderr] | Dec 18 14:49:36.617 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.617 INFO [stderr] | ^^^^^ Dec 18 14:49:36.617 INFO [stderr] ... Dec 18 14:49:36.617 INFO [stderr] 1413 | rt_alloc_layout_checked!(rt_primes_127bytes_2align_alloc_layout_checked, 127, 2); Dec 18 14:49:36.617 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.617 INFO [stderr] | Dec 18 14:49:36.617 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.617 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.617 INFO [stderr] | Dec 18 14:49:36.617 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.617 INFO [stderr] | Dec 18 14:49:36.617 INFO [stderr] Dec 18 14:49:36.617 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.617 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.617 INFO [stderr] | Dec 18 14:49:36.617 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.617 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.617 INFO [stderr] ... Dec 18 14:49:36.617 INFO [stderr] 1413 | rt_alloc_layout_checked!(rt_primes_127bytes_2align_alloc_layout_checked, 127, 2); Dec 18 14:49:36.617 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.617 INFO [stderr] | Dec 18 14:49:36.617 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.617 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.617 INFO [stderr] | Dec 18 14:49:36.617 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.617 INFO [stderr] | Dec 18 14:49:36.617 INFO [stderr] Dec 18 14:49:36.621 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.621 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.621 INFO [stderr] | Dec 18 14:49:36.621 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.621 INFO [stderr] | ^^^^^ Dec 18 14:49:36.621 INFO [stderr] ... Dec 18 14:49:36.621 INFO [stderr] 1426 | rt_alloc_layout_checked!(rt_primes_257bytes_2align_alloc_layout_checked, 257, 2); Dec 18 14:49:36.621 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.621 INFO [stderr] | Dec 18 14:49:36.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.621 INFO [stderr] | Dec 18 14:49:36.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.621 INFO [stderr] | Dec 18 14:49:36.621 INFO [stderr] Dec 18 14:49:36.621 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.621 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.621 INFO [stderr] | Dec 18 14:49:36.621 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.621 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.621 INFO [stderr] ... Dec 18 14:49:36.621 INFO [stderr] 1426 | rt_alloc_layout_checked!(rt_primes_257bytes_2align_alloc_layout_checked, 257, 2); Dec 18 14:49:36.621 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.621 INFO [stderr] | Dec 18 14:49:36.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.621 INFO [stderr] | Dec 18 14:49:36.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.621 INFO [stderr] | Dec 18 14:49:36.621 INFO [stderr] Dec 18 14:49:36.621 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.621 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.621 INFO [stderr] | Dec 18 14:49:36.621 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.621 INFO [stderr] | ^^^^^ Dec 18 14:49:36.621 INFO [stderr] ... Dec 18 14:49:36.621 INFO [stderr] 1439 | rt_alloc_layout_checked!(rt_primes_509bytes_2align_alloc_layout_checked, 509, 2); Dec 18 14:49:36.621 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.621 INFO [stderr] | Dec 18 14:49:36.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.621 INFO [stderr] | Dec 18 14:49:36.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.621 INFO [stderr] | Dec 18 14:49:36.621 INFO [stderr] Dec 18 14:49:36.621 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.621 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.621 INFO [stderr] | Dec 18 14:49:36.621 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.621 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.621 INFO [stderr] ... Dec 18 14:49:36.621 INFO [stderr] 1439 | rt_alloc_layout_checked!(rt_primes_509bytes_2align_alloc_layout_checked, 509, 2); Dec 18 14:49:36.621 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.621 INFO [stderr] | Dec 18 14:49:36.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.621 INFO [stderr] | Dec 18 14:49:36.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.621 INFO [stderr] | Dec 18 14:49:36.621 INFO [stderr] Dec 18 14:49:36.624 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.625 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.625 INFO [stderr] | Dec 18 14:49:36.625 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.625 INFO [stderr] | ^^^^^ Dec 18 14:49:36.625 INFO [stderr] ... Dec 18 14:49:36.625 INFO [stderr] 1452 | rt_alloc_layout_checked!(rt_primes_1021bytes_2align_alloc_layout_checked, 1021, 2); Dec 18 14:49:36.625 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.625 INFO [stderr] | Dec 18 14:49:36.625 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.625 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.625 INFO [stderr] | Dec 18 14:49:36.625 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.625 INFO [stderr] | Dec 18 14:49:36.625 INFO [stderr] Dec 18 14:49:36.625 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.625 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.625 INFO [stderr] | Dec 18 14:49:36.625 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.625 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.625 INFO [stderr] ... Dec 18 14:49:36.625 INFO [stderr] 1452 | rt_alloc_layout_checked!(rt_primes_1021bytes_2align_alloc_layout_checked, 1021, 2); Dec 18 14:49:36.625 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.625 INFO [stderr] | Dec 18 14:49:36.625 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.625 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.625 INFO [stderr] | Dec 18 14:49:36.625 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.625 INFO [stderr] | Dec 18 14:49:36.625 INFO [stderr] Dec 18 14:49:36.625 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.625 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.625 INFO [stderr] | Dec 18 14:49:36.625 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.625 INFO [stderr] | ^^^^^ Dec 18 14:49:36.625 INFO [stderr] ... Dec 18 14:49:36.625 INFO [stderr] 1465 | rt_alloc_layout_checked!(rt_primes_2039bytes_2align_alloc_layout_checked, 2039, 2); Dec 18 14:49:36.625 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.625 INFO [stderr] | Dec 18 14:49:36.625 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.625 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.625 INFO [stderr] | Dec 18 14:49:36.625 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.625 INFO [stderr] | Dec 18 14:49:36.625 INFO [stderr] Dec 18 14:49:36.625 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.625 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.625 INFO [stderr] | Dec 18 14:49:36.625 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.625 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.625 INFO [stderr] ... Dec 18 14:49:36.625 INFO [stderr] 1465 | rt_alloc_layout_checked!(rt_primes_2039bytes_2align_alloc_layout_checked, 2039, 2); Dec 18 14:49:36.625 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.625 INFO [stderr] | Dec 18 14:49:36.625 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.625 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.625 INFO [stderr] | Dec 18 14:49:36.625 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.625 INFO [stderr] | Dec 18 14:49:36.625 INFO [stderr] Dec 18 14:49:36.628 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.628 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.628 INFO [stderr] | Dec 18 14:49:36.628 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.628 INFO [stderr] | ^^^^^ Dec 18 14:49:36.628 INFO [stderr] ... Dec 18 14:49:36.628 INFO [stderr] 1478 | rt_alloc_layout_checked!(rt_primes_4093bytes_2align_alloc_layout_checked, 4093, 2); Dec 18 14:49:36.628 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.628 INFO [stderr] | Dec 18 14:49:36.628 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.628 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.628 INFO [stderr] | Dec 18 14:49:36.628 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.628 INFO [stderr] | Dec 18 14:49:36.628 INFO [stderr] Dec 18 14:49:36.628 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.628 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.628 INFO [stderr] | Dec 18 14:49:36.628 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.628 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.628 INFO [stderr] ... Dec 18 14:49:36.628 INFO [stderr] 1478 | rt_alloc_layout_checked!(rt_primes_4093bytes_2align_alloc_layout_checked, 4093, 2); Dec 18 14:49:36.628 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.628 INFO [stderr] | Dec 18 14:49:36.629 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.629 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.629 INFO [stderr] | Dec 18 14:49:36.629 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.629 INFO [stderr] | Dec 18 14:49:36.629 INFO [stderr] Dec 18 14:49:36.629 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.629 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.629 INFO [stderr] | Dec 18 14:49:36.629 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.629 INFO [stderr] | ^^^^^ Dec 18 14:49:36.629 INFO [stderr] ... Dec 18 14:49:36.629 INFO [stderr] 1491 | rt_alloc_layout_checked!(rt_primes_8191bytes_2align_alloc_layout_checked, 8191, 2); Dec 18 14:49:36.629 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.629 INFO [stderr] | Dec 18 14:49:36.629 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.629 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.629 INFO [stderr] | Dec 18 14:49:36.629 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.629 INFO [stderr] | Dec 18 14:49:36.629 INFO [stderr] Dec 18 14:49:36.629 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.629 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.629 INFO [stderr] | Dec 18 14:49:36.629 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.629 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.629 INFO [stderr] ... Dec 18 14:49:36.629 INFO [stderr] 1491 | rt_alloc_layout_checked!(rt_primes_8191bytes_2align_alloc_layout_checked, 8191, 2); Dec 18 14:49:36.629 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.629 INFO [stderr] | Dec 18 14:49:36.629 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.629 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.629 INFO [stderr] | Dec 18 14:49:36.629 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.629 INFO [stderr] | Dec 18 14:49:36.629 INFO [stderr] Dec 18 14:49:36.632 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.632 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.632 INFO [stderr] | Dec 18 14:49:36.632 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.632 INFO [stderr] | ^^^^^ Dec 18 14:49:36.632 INFO [stderr] ... Dec 18 14:49:36.632 INFO [stderr] 1504 | rt_alloc_layout_checked!(rt_primes_16381bytes_2align_alloc_layout_checked, 16381, 2); Dec 18 14:49:36.632 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.632 INFO [stderr] | Dec 18 14:49:36.632 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.632 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.632 INFO [stderr] | Dec 18 14:49:36.632 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.632 INFO [stderr] | Dec 18 14:49:36.632 INFO [stderr] Dec 18 14:49:36.632 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.632 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.632 INFO [stderr] | Dec 18 14:49:36.632 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.632 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.632 INFO [stderr] ... Dec 18 14:49:36.632 INFO [stderr] 1504 | rt_alloc_layout_checked!(rt_primes_16381bytes_2align_alloc_layout_checked, 16381, 2); Dec 18 14:49:36.632 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.633 INFO [stderr] | Dec 18 14:49:36.633 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.633 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.633 INFO [stderr] | Dec 18 14:49:36.633 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.633 INFO [stderr] | Dec 18 14:49:36.633 INFO [stderr] Dec 18 14:49:36.633 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.633 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.633 INFO [stderr] | Dec 18 14:49:36.633 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.633 INFO [stderr] | ^^^^^ Dec 18 14:49:36.633 INFO [stderr] ... Dec 18 14:49:36.633 INFO [stderr] 1517 | rt_alloc_layout_checked!(rt_primes_32749bytes_2align_alloc_layout_checked, 32749, 2); Dec 18 14:49:36.633 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.633 INFO [stderr] | Dec 18 14:49:36.633 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.633 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.633 INFO [stderr] | Dec 18 14:49:36.633 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.633 INFO [stderr] | Dec 18 14:49:36.633 INFO [stderr] Dec 18 14:49:36.633 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.633 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.633 INFO [stderr] | Dec 18 14:49:36.633 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.633 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.633 INFO [stderr] ... Dec 18 14:49:36.633 INFO [stderr] 1517 | rt_alloc_layout_checked!(rt_primes_32749bytes_2align_alloc_layout_checked, 32749, 2); Dec 18 14:49:36.633 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.633 INFO [stderr] | Dec 18 14:49:36.633 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.633 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.633 INFO [stderr] | Dec 18 14:49:36.633 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.633 INFO [stderr] | Dec 18 14:49:36.633 INFO [stderr] Dec 18 14:49:36.641 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.641 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.641 INFO [stderr] | Dec 18 14:49:36.641 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.641 INFO [stderr] | ^^^^^ Dec 18 14:49:36.641 INFO [stderr] ... Dec 18 14:49:36.641 INFO [stderr] 1530 | rt_alloc_layout_checked!(rt_primes_65537bytes_2align_alloc_layout_checked, 65537, 2); Dec 18 14:49:36.641 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.641 INFO [stderr] | Dec 18 14:49:36.641 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.641 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.641 INFO [stderr] | Dec 18 14:49:36.641 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.641 INFO [stderr] | Dec 18 14:49:36.641 INFO [stderr] Dec 18 14:49:36.641 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.641 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.641 INFO [stderr] | Dec 18 14:49:36.641 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.641 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.641 INFO [stderr] ... Dec 18 14:49:36.641 INFO [stderr] 1530 | rt_alloc_layout_checked!(rt_primes_65537bytes_2align_alloc_layout_checked, 65537, 2); Dec 18 14:49:36.641 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.641 INFO [stderr] | Dec 18 14:49:36.641 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.641 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.641 INFO [stderr] | Dec 18 14:49:36.641 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.641 INFO [stderr] | Dec 18 14:49:36.641 INFO [stderr] Dec 18 14:49:36.641 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.641 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.641 INFO [stderr] | Dec 18 14:49:36.641 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.641 INFO [stderr] | ^^^^^ Dec 18 14:49:36.641 INFO [stderr] ... Dec 18 14:49:36.641 INFO [stderr] 1543 | rt_alloc_layout_checked!(rt_primes_131071bytes_2align_alloc_layout_checked, 131071, 2); Dec 18 14:49:36.641 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.641 INFO [stderr] | Dec 18 14:49:36.641 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.641 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.641 INFO [stderr] | Dec 18 14:49:36.641 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.641 INFO [stderr] | Dec 18 14:49:36.641 INFO [stderr] Dec 18 14:49:36.641 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.642 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.642 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.642 INFO [stderr] ... Dec 18 14:49:36.642 INFO [stderr] 1543 | rt_alloc_layout_checked!(rt_primes_131071bytes_2align_alloc_layout_checked, 131071, 2); Dec 18 14:49:36.642 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.642 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] Dec 18 14:49:36.642 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.642 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.642 INFO [stderr] | ^^^^^ Dec 18 14:49:36.642 INFO [stderr] ... Dec 18 14:49:36.642 INFO [stderr] 1556 | rt_alloc_layout_checked!(rt_primes_4194301bytes_2align_alloc_layout_checked, 4194301, 2); Dec 18 14:49:36.642 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.642 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] Dec 18 14:49:36.642 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.642 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.642 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.642 INFO [stderr] ... Dec 18 14:49:36.642 INFO [stderr] 1556 | rt_alloc_layout_checked!(rt_primes_4194301bytes_2align_alloc_layout_checked, 4194301, 2); Dec 18 14:49:36.642 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.642 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] Dec 18 14:49:36.642 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.642 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.642 INFO [stderr] | ^^^^^ Dec 18 14:49:36.642 INFO [stderr] ... Dec 18 14:49:36.642 INFO [stderr] 1572 | rt_alloc_layout_checked!(rt_pow2_1bytes_4align_alloc_layout_checked, 1, 4); Dec 18 14:49:36.642 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.642 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] Dec 18 14:49:36.642 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.642 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.642 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.642 INFO [stderr] ... Dec 18 14:49:36.642 INFO [stderr] 1572 | rt_alloc_layout_checked!(rt_pow2_1bytes_4align_alloc_layout_checked, 1, 4); Dec 18 14:49:36.642 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.642 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] Dec 18 14:49:36.642 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.642 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.642 INFO [stderr] | ^^^^^ Dec 18 14:49:36.642 INFO [stderr] ... Dec 18 14:49:36.642 INFO [stderr] 1585 | rt_alloc_layout_checked!(rt_pow2_2bytes_4align_alloc_layout_checked, 2, 4); Dec 18 14:49:36.642 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.642 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.642 INFO [stderr] | Dec 18 14:49:36.642 INFO [stderr] Dec 18 14:49:36.643 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.643 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.643 INFO [stderr] | Dec 18 14:49:36.643 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.643 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.643 INFO [stderr] ... Dec 18 14:49:36.643 INFO [stderr] 1585 | rt_alloc_layout_checked!(rt_pow2_2bytes_4align_alloc_layout_checked, 2, 4); Dec 18 14:49:36.643 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.643 INFO [stderr] | Dec 18 14:49:36.643 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.643 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.643 INFO [stderr] | Dec 18 14:49:36.643 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.643 INFO [stderr] | Dec 18 14:49:36.643 INFO [stderr] Dec 18 14:49:36.643 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.643 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.643 INFO [stderr] | Dec 18 14:49:36.643 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.643 INFO [stderr] | ^^^^^ Dec 18 14:49:36.643 INFO [stderr] ... Dec 18 14:49:36.643 INFO [stderr] 1598 | rt_alloc_layout_checked!(rt_pow2_4bytes_4align_alloc_layout_checked, 4, 4); Dec 18 14:49:36.643 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.643 INFO [stderr] | Dec 18 14:49:36.649 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.649 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.649 INFO [stderr] | Dec 18 14:49:36.649 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.649 INFO [stderr] | Dec 18 14:49:36.649 INFO [stderr] Dec 18 14:49:36.649 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.649 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.649 INFO [stderr] | Dec 18 14:49:36.649 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.649 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.649 INFO [stderr] ... Dec 18 14:49:36.649 INFO [stderr] 1598 | rt_alloc_layout_checked!(rt_pow2_4bytes_4align_alloc_layout_checked, 4, 4); Dec 18 14:49:36.649 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.649 INFO [stderr] | Dec 18 14:49:36.649 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.649 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.649 INFO [stderr] | Dec 18 14:49:36.649 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.649 INFO [stderr] | Dec 18 14:49:36.649 INFO [stderr] Dec 18 14:49:36.649 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.649 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.649 INFO [stderr] | Dec 18 14:49:36.649 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.649 INFO [stderr] | ^^^^^ Dec 18 14:49:36.649 INFO [stderr] ... Dec 18 14:49:36.649 INFO [stderr] 1611 | rt_alloc_layout_checked!(rt_pow2_8bytes_4align_alloc_layout_checked, 8, 4); Dec 18 14:49:36.649 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.649 INFO [stderr] | Dec 18 14:49:36.649 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.649 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.649 INFO [stderr] | Dec 18 14:49:36.649 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.649 INFO [stderr] | Dec 18 14:49:36.649 INFO [stderr] Dec 18 14:49:36.649 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.649 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.649 INFO [stderr] | Dec 18 14:49:36.649 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.649 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.649 INFO [stderr] ... Dec 18 14:49:36.649 INFO [stderr] 1611 | rt_alloc_layout_checked!(rt_pow2_8bytes_4align_alloc_layout_checked, 8, 4); Dec 18 14:49:36.649 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.649 INFO [stderr] | Dec 18 14:49:36.649 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.649 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.649 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] Dec 18 14:49:36.650 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.650 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.650 INFO [stderr] | ^^^^^ Dec 18 14:49:36.650 INFO [stderr] ... Dec 18 14:49:36.650 INFO [stderr] 1624 | rt_alloc_layout_checked!(rt_pow2_16bytes_4align_alloc_layout_checked, 16, 4); Dec 18 14:49:36.650 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.650 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] Dec 18 14:49:36.650 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.650 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.650 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.650 INFO [stderr] ... Dec 18 14:49:36.650 INFO [stderr] 1624 | rt_alloc_layout_checked!(rt_pow2_16bytes_4align_alloc_layout_checked, 16, 4); Dec 18 14:49:36.650 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.650 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] Dec 18 14:49:36.650 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.650 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.650 INFO [stderr] | ^^^^^ Dec 18 14:49:36.650 INFO [stderr] ... Dec 18 14:49:36.650 INFO [stderr] 1637 | rt_alloc_layout_checked!(rt_pow2_32bytes_4align_alloc_layout_checked, 32, 4); Dec 18 14:49:36.650 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.650 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] Dec 18 14:49:36.650 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.650 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.650 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.650 INFO [stderr] ... Dec 18 14:49:36.650 INFO [stderr] 1637 | rt_alloc_layout_checked!(rt_pow2_32bytes_4align_alloc_layout_checked, 32, 4); Dec 18 14:49:36.650 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.650 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] Dec 18 14:49:36.650 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.650 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.650 INFO [stderr] | ^^^^^ Dec 18 14:49:36.650 INFO [stderr] ... Dec 18 14:49:36.650 INFO [stderr] 1650 | rt_alloc_layout_checked!(rt_pow2_64bytes_4align_alloc_layout_checked, 64, 4); Dec 18 14:49:36.650 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.650 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] Dec 18 14:49:36.650 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.650 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.650 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.650 INFO [stderr] ... Dec 18 14:49:36.650 INFO [stderr] 1650 | rt_alloc_layout_checked!(rt_pow2_64bytes_4align_alloc_layout_checked, 64, 4); Dec 18 14:49:36.650 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.650 INFO [stderr] | Dec 18 14:49:36.650 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.657 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.657 INFO [stderr] | Dec 18 14:49:36.657 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.657 INFO [stderr] | Dec 18 14:49:36.657 INFO [stderr] Dec 18 14:49:36.657 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.657 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.657 INFO [stderr] | Dec 18 14:49:36.657 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.657 INFO [stderr] | ^^^^^ Dec 18 14:49:36.657 INFO [stderr] ... Dec 18 14:49:36.657 INFO [stderr] 1663 | rt_alloc_layout_checked!(rt_pow2_128bytes_4align_alloc_layout_checked, 128, 4); Dec 18 14:49:36.657 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.657 INFO [stderr] | Dec 18 14:49:36.657 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.657 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.657 INFO [stderr] | Dec 18 14:49:36.657 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.657 INFO [stderr] | Dec 18 14:49:36.657 INFO [stderr] Dec 18 14:49:36.657 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.657 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.657 INFO [stderr] | Dec 18 14:49:36.657 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.657 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.657 INFO [stderr] ... Dec 18 14:49:36.657 INFO [stderr] 1663 | rt_alloc_layout_checked!(rt_pow2_128bytes_4align_alloc_layout_checked, 128, 4); Dec 18 14:49:36.657 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.657 INFO [stderr] | Dec 18 14:49:36.657 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.657 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.657 INFO [stderr] | Dec 18 14:49:36.657 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.657 INFO [stderr] | Dec 18 14:49:36.657 INFO [stderr] Dec 18 14:49:36.657 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.657 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.657 INFO [stderr] | Dec 18 14:49:36.657 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.657 INFO [stderr] | ^^^^^ Dec 18 14:49:36.657 INFO [stderr] ... Dec 18 14:49:36.657 INFO [stderr] 1676 | rt_alloc_layout_checked!(rt_pow2_256bytes_4align_alloc_layout_checked, 256, 4); Dec 18 14:49:36.657 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.657 INFO [stderr] | Dec 18 14:49:36.657 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.657 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] Dec 18 14:49:36.658 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.658 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.658 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.658 INFO [stderr] ... Dec 18 14:49:36.658 INFO [stderr] 1676 | rt_alloc_layout_checked!(rt_pow2_256bytes_4align_alloc_layout_checked, 256, 4); Dec 18 14:49:36.658 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.658 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] Dec 18 14:49:36.658 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.658 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.658 INFO [stderr] | ^^^^^ Dec 18 14:49:36.658 INFO [stderr] ... Dec 18 14:49:36.658 INFO [stderr] 1689 | rt_alloc_layout_checked!(rt_pow2_512bytes_4align_alloc_layout_checked, 512, 4); Dec 18 14:49:36.658 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.658 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] Dec 18 14:49:36.658 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.658 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.658 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.658 INFO [stderr] ... Dec 18 14:49:36.658 INFO [stderr] 1689 | rt_alloc_layout_checked!(rt_pow2_512bytes_4align_alloc_layout_checked, 512, 4); Dec 18 14:49:36.658 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.658 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] Dec 18 14:49:36.658 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.658 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.658 INFO [stderr] | ^^^^^ Dec 18 14:49:36.658 INFO [stderr] ... Dec 18 14:49:36.658 INFO [stderr] 1702 | rt_alloc_layout_checked!(rt_pow2_1024bytes_4align_alloc_layout_checked, 1024, 4); Dec 18 14:49:36.658 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.658 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] Dec 18 14:49:36.658 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.658 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.658 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.658 INFO [stderr] ... Dec 18 14:49:36.658 INFO [stderr] 1702 | rt_alloc_layout_checked!(rt_pow2_1024bytes_4align_alloc_layout_checked, 1024, 4); Dec 18 14:49:36.658 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.658 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.658 INFO [stderr] | Dec 18 14:49:36.658 INFO [stderr] Dec 18 14:49:36.665 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.665 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.665 INFO [stderr] | Dec 18 14:49:36.665 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.665 INFO [stderr] | ^^^^^ Dec 18 14:49:36.665 INFO [stderr] ... Dec 18 14:49:36.665 INFO [stderr] 1715 | rt_alloc_layout_checked!(rt_pow2_2048bytes_4align_alloc_layout_checked, 2048, 4); Dec 18 14:49:36.665 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.665 INFO [stderr] | Dec 18 14:49:36.665 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.665 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.665 INFO [stderr] | Dec 18 14:49:36.665 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.665 INFO [stderr] | Dec 18 14:49:36.665 INFO [stderr] Dec 18 14:49:36.665 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.665 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.665 INFO [stderr] | Dec 18 14:49:36.665 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.665 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.665 INFO [stderr] ... Dec 18 14:49:36.665 INFO [stderr] 1715 | rt_alloc_layout_checked!(rt_pow2_2048bytes_4align_alloc_layout_checked, 2048, 4); Dec 18 14:49:36.665 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.665 INFO [stderr] | Dec 18 14:49:36.665 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.665 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.665 INFO [stderr] | Dec 18 14:49:36.665 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.665 INFO [stderr] | Dec 18 14:49:36.665 INFO [stderr] Dec 18 14:49:36.665 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.665 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.665 INFO [stderr] | Dec 18 14:49:36.665 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.665 INFO [stderr] | ^^^^^ Dec 18 14:49:36.665 INFO [stderr] ... Dec 18 14:49:36.665 INFO [stderr] 1728 | rt_alloc_layout_checked!(rt_pow2_4096bytes_4align_alloc_layout_checked, 4096, 4); Dec 18 14:49:36.665 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.665 INFO [stderr] | Dec 18 14:49:36.665 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.665 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.665 INFO [stderr] | Dec 18 14:49:36.665 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.665 INFO [stderr] | Dec 18 14:49:36.665 INFO [stderr] Dec 18 14:49:36.665 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.665 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.666 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.666 INFO [stderr] ... Dec 18 14:49:36.666 INFO [stderr] 1728 | rt_alloc_layout_checked!(rt_pow2_4096bytes_4align_alloc_layout_checked, 4096, 4); Dec 18 14:49:36.666 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.666 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] Dec 18 14:49:36.666 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.666 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.666 INFO [stderr] | ^^^^^ Dec 18 14:49:36.666 INFO [stderr] ... Dec 18 14:49:36.666 INFO [stderr] 1741 | rt_alloc_layout_checked!(rt_pow2_8192bytes_4align_alloc_layout_checked, 8192, 4); Dec 18 14:49:36.666 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.666 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] Dec 18 14:49:36.666 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.666 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.666 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.666 INFO [stderr] ... Dec 18 14:49:36.666 INFO [stderr] 1741 | rt_alloc_layout_checked!(rt_pow2_8192bytes_4align_alloc_layout_checked, 8192, 4); Dec 18 14:49:36.666 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.666 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] Dec 18 14:49:36.666 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.666 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.666 INFO [stderr] | ^^^^^ Dec 18 14:49:36.666 INFO [stderr] ... Dec 18 14:49:36.666 INFO [stderr] 1754 | rt_alloc_layout_checked!(rt_pow2_16384bytes_4align_alloc_layout_checked, 16384, 4); Dec 18 14:49:36.666 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.666 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] Dec 18 14:49:36.666 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.666 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.666 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.666 INFO [stderr] ... Dec 18 14:49:36.666 INFO [stderr] 1754 | rt_alloc_layout_checked!(rt_pow2_16384bytes_4align_alloc_layout_checked, 16384, 4); Dec 18 14:49:36.666 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.666 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] Dec 18 14:49:36.666 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.666 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.666 INFO [stderr] | ^^^^^ Dec 18 14:49:36.666 INFO [stderr] ... Dec 18 14:49:36.666 INFO [stderr] 1767 | rt_alloc_layout_checked!(rt_pow2_32768bytes_4align_alloc_layout_checked, 32768, 4); Dec 18 14:49:36.666 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.666 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.666 INFO [stderr] | Dec 18 14:49:36.666 INFO [stderr] Dec 18 14:49:36.673 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.673 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.673 INFO [stderr] | Dec 18 14:49:36.673 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.673 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.673 INFO [stderr] ... Dec 18 14:49:36.673 INFO [stderr] 1767 | rt_alloc_layout_checked!(rt_pow2_32768bytes_4align_alloc_layout_checked, 32768, 4); Dec 18 14:49:36.673 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.673 INFO [stderr] | Dec 18 14:49:36.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.673 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.673 INFO [stderr] | Dec 18 14:49:36.673 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.673 INFO [stderr] | Dec 18 14:49:36.673 INFO [stderr] Dec 18 14:49:36.673 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.673 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.673 INFO [stderr] | Dec 18 14:49:36.673 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.673 INFO [stderr] | ^^^^^ Dec 18 14:49:36.673 INFO [stderr] ... Dec 18 14:49:36.673 INFO [stderr] 1780 | rt_alloc_layout_checked!(rt_pow2_65536bytes_4align_alloc_layout_checked, 65536, 4); Dec 18 14:49:36.673 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.673 INFO [stderr] | Dec 18 14:49:36.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.673 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.673 INFO [stderr] | Dec 18 14:49:36.673 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.673 INFO [stderr] | Dec 18 14:49:36.673 INFO [stderr] Dec 18 14:49:36.673 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.673 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.673 INFO [stderr] | Dec 18 14:49:36.673 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.673 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.673 INFO [stderr] ... Dec 18 14:49:36.673 INFO [stderr] 1780 | rt_alloc_layout_checked!(rt_pow2_65536bytes_4align_alloc_layout_checked, 65536, 4); Dec 18 14:49:36.673 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.673 INFO [stderr] | Dec 18 14:49:36.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.673 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.673 INFO [stderr] | Dec 18 14:49:36.673 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.673 INFO [stderr] | Dec 18 14:49:36.673 INFO [stderr] Dec 18 14:49:36.673 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.673 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.673 INFO [stderr] | Dec 18 14:49:36.673 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.673 INFO [stderr] | ^^^^^ Dec 18 14:49:36.673 INFO [stderr] ... Dec 18 14:49:36.673 INFO [stderr] 1793 | rt_alloc_layout_checked!(rt_pow2_131072bytes_4align_alloc_layout_checked, 131072, 4); Dec 18 14:49:36.673 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.674 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] Dec 18 14:49:36.674 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.674 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.674 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.674 INFO [stderr] ... Dec 18 14:49:36.674 INFO [stderr] 1793 | rt_alloc_layout_checked!(rt_pow2_131072bytes_4align_alloc_layout_checked, 131072, 4); Dec 18 14:49:36.674 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.674 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] Dec 18 14:49:36.674 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.674 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.674 INFO [stderr] | ^^^^^ Dec 18 14:49:36.674 INFO [stderr] ... Dec 18 14:49:36.674 INFO [stderr] 1806 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_4align_alloc_layout_checked, 4194304, 4); Dec 18 14:49:36.674 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.674 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] Dec 18 14:49:36.674 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.674 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.674 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.674 INFO [stderr] ... Dec 18 14:49:36.674 INFO [stderr] 1806 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_4align_alloc_layout_checked, 4194304, 4); Dec 18 14:49:36.674 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.674 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] Dec 18 14:49:36.674 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.674 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.674 INFO [stderr] | ^^^^^ Dec 18 14:49:36.674 INFO [stderr] ... Dec 18 14:49:36.674 INFO [stderr] 1820 | rt_alloc_layout_checked!(rt_even_10bytes_4align_alloc_layout_checked, 10, 4); Dec 18 14:49:36.674 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.674 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] Dec 18 14:49:36.674 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.674 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.674 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.674 INFO [stderr] ... Dec 18 14:49:36.674 INFO [stderr] 1820 | rt_alloc_layout_checked!(rt_even_10bytes_4align_alloc_layout_checked, 10, 4); Dec 18 14:49:36.674 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.674 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.674 INFO [stderr] | Dec 18 14:49:36.674 INFO [stderr] Dec 18 14:49:36.681 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.681 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.681 INFO [stderr] | Dec 18 14:49:36.681 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.681 INFO [stderr] | ^^^^^ Dec 18 14:49:36.681 INFO [stderr] ... Dec 18 14:49:36.681 INFO [stderr] 1833 | rt_alloc_layout_checked!(rt_even_100bytes_4align_alloc_layout_checked, 100, 4); Dec 18 14:49:36.681 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.681 INFO [stderr] | Dec 18 14:49:36.681 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.681 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.681 INFO [stderr] | Dec 18 14:49:36.681 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.681 INFO [stderr] | Dec 18 14:49:36.681 INFO [stderr] Dec 18 14:49:36.681 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.681 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.681 INFO [stderr] | Dec 18 14:49:36.681 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.681 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.681 INFO [stderr] ... Dec 18 14:49:36.681 INFO [stderr] 1833 | rt_alloc_layout_checked!(rt_even_100bytes_4align_alloc_layout_checked, 100, 4); Dec 18 14:49:36.681 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.681 INFO [stderr] | Dec 18 14:49:36.681 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.681 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.681 INFO [stderr] | Dec 18 14:49:36.681 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.681 INFO [stderr] | Dec 18 14:49:36.681 INFO [stderr] Dec 18 14:49:36.681 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.681 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.681 INFO [stderr] | Dec 18 14:49:36.681 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.681 INFO [stderr] | ^^^^^ Dec 18 14:49:36.681 INFO [stderr] ... Dec 18 14:49:36.681 INFO [stderr] 1846 | rt_alloc_layout_checked!(rt_even_1000bytes_4align_alloc_layout_checked, 1000, 4); Dec 18 14:49:36.681 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.681 INFO [stderr] | Dec 18 14:49:36.681 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.682 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] Dec 18 14:49:36.682 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.682 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.682 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.682 INFO [stderr] ... Dec 18 14:49:36.682 INFO [stderr] 1846 | rt_alloc_layout_checked!(rt_even_1000bytes_4align_alloc_layout_checked, 1000, 4); Dec 18 14:49:36.682 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.682 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] Dec 18 14:49:36.682 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.682 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.682 INFO [stderr] | ^^^^^ Dec 18 14:49:36.682 INFO [stderr] ... Dec 18 14:49:36.682 INFO [stderr] 1859 | rt_alloc_layout_checked!(rt_even_10000bytes_4align_alloc_layout_checked, 10000, 4); Dec 18 14:49:36.682 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.682 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] Dec 18 14:49:36.682 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.682 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.682 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.682 INFO [stderr] ... Dec 18 14:49:36.682 INFO [stderr] 1859 | rt_alloc_layout_checked!(rt_even_10000bytes_4align_alloc_layout_checked, 10000, 4); Dec 18 14:49:36.682 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.682 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] Dec 18 14:49:36.682 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.682 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.682 INFO [stderr] | ^^^^^ Dec 18 14:49:36.682 INFO [stderr] ... Dec 18 14:49:36.682 INFO [stderr] 1872 | rt_alloc_layout_checked!(rt_even_100000bytes_4align_alloc_layout_checked, 100000, 4); Dec 18 14:49:36.682 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.682 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] Dec 18 14:49:36.682 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.682 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.682 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.682 INFO [stderr] ... Dec 18 14:49:36.682 INFO [stderr] 1872 | rt_alloc_layout_checked!(rt_even_100000bytes_4align_alloc_layout_checked, 100000, 4); Dec 18 14:49:36.682 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.682 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] Dec 18 14:49:36.682 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.682 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.682 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.682 INFO [stderr] | ^^^^^ Dec 18 14:49:36.682 INFO [stderr] ... Dec 18 14:49:36.682 INFO [stderr] 1885 | rt_alloc_layout_checked!(rt_even_1000000bytes_4align_alloc_layout_checked, 1000000, 4); Dec 18 14:49:36.682 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.682 INFO [stderr] | Dec 18 14:49:36.683 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.690 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.690 INFO [stderr] | Dec 18 14:49:36.690 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.690 INFO [stderr] | Dec 18 14:49:36.690 INFO [stderr] Dec 18 14:49:36.690 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.690 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.690 INFO [stderr] | Dec 18 14:49:36.690 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.690 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.690 INFO [stderr] ... Dec 18 14:49:36.690 INFO [stderr] 1885 | rt_alloc_layout_checked!(rt_even_1000000bytes_4align_alloc_layout_checked, 1000000, 4); Dec 18 14:49:36.690 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.690 INFO [stderr] | Dec 18 14:49:36.690 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.690 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.690 INFO [stderr] | Dec 18 14:49:36.690 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.690 INFO [stderr] | Dec 18 14:49:36.690 INFO [stderr] Dec 18 14:49:36.690 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.690 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.690 INFO [stderr] | Dec 18 14:49:36.690 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.690 INFO [stderr] | ^^^^^ Dec 18 14:49:36.690 INFO [stderr] ... Dec 18 14:49:36.690 INFO [stderr] 1899 | rt_alloc_layout_checked!(rt_odd_10bytes_4align_alloc_layout_checked, 10- 1, 4); Dec 18 14:49:36.690 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.690 INFO [stderr] | Dec 18 14:49:36.690 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.690 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.690 INFO [stderr] | Dec 18 14:49:36.690 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.690 INFO [stderr] | Dec 18 14:49:36.690 INFO [stderr] Dec 18 14:49:36.690 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.690 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.690 INFO [stderr] | Dec 18 14:49:36.690 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.690 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.690 INFO [stderr] ... Dec 18 14:49:36.690 INFO [stderr] 1899 | rt_alloc_layout_checked!(rt_odd_10bytes_4align_alloc_layout_checked, 10- 1, 4); Dec 18 14:49:36.690 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.690 INFO [stderr] | Dec 18 14:49:36.690 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.691 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] Dec 18 14:49:36.691 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.691 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.691 INFO [stderr] | ^^^^^ Dec 18 14:49:36.691 INFO [stderr] ... Dec 18 14:49:36.691 INFO [stderr] 1912 | rt_alloc_layout_checked!(rt_odd_100bytes_4align_alloc_layout_checked, 100- 1, 4); Dec 18 14:49:36.691 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.691 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] Dec 18 14:49:36.691 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.691 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.691 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.691 INFO [stderr] ... Dec 18 14:49:36.691 INFO [stderr] 1912 | rt_alloc_layout_checked!(rt_odd_100bytes_4align_alloc_layout_checked, 100- 1, 4); Dec 18 14:49:36.691 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.691 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] Dec 18 14:49:36.691 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.691 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.691 INFO [stderr] | ^^^^^ Dec 18 14:49:36.691 INFO [stderr] ... Dec 18 14:49:36.691 INFO [stderr] 1925 | rt_alloc_layout_checked!(rt_odd_1000bytes_4align_alloc_layout_checked, 1000- 1, 4); Dec 18 14:49:36.691 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.691 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] Dec 18 14:49:36.691 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.691 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.691 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.691 INFO [stderr] ... Dec 18 14:49:36.691 INFO [stderr] 1925 | rt_alloc_layout_checked!(rt_odd_1000bytes_4align_alloc_layout_checked, 1000- 1, 4); Dec 18 14:49:36.691 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.691 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] Dec 18 14:49:36.691 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.691 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.691 INFO [stderr] | ^^^^^ Dec 18 14:49:36.691 INFO [stderr] ... Dec 18 14:49:36.691 INFO [stderr] 1938 | rt_alloc_layout_checked!(rt_odd_10000bytes_4align_alloc_layout_checked, 10000- 1, 4); Dec 18 14:49:36.691 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.691 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.691 INFO [stderr] | Dec 18 14:49:36.691 INFO [stderr] Dec 18 14:49:36.697 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.697 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.697 INFO [stderr] | Dec 18 14:49:36.697 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.697 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.697 INFO [stderr] ... Dec 18 14:49:36.697 INFO [stderr] 1938 | rt_alloc_layout_checked!(rt_odd_10000bytes_4align_alloc_layout_checked, 10000- 1, 4); Dec 18 14:49:36.697 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.697 INFO [stderr] | Dec 18 14:49:36.697 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.697 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.697 INFO [stderr] | Dec 18 14:49:36.697 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.697 INFO [stderr] | Dec 18 14:49:36.697 INFO [stderr] Dec 18 14:49:36.697 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.697 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.697 INFO [stderr] | Dec 18 14:49:36.697 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.697 INFO [stderr] | ^^^^^ Dec 18 14:49:36.697 INFO [stderr] ... Dec 18 14:49:36.697 INFO [stderr] 1951 | rt_alloc_layout_checked!(rt_odd_100000bytes_4align_alloc_layout_checked, 100000- 1, 4); Dec 18 14:49:36.697 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.697 INFO [stderr] | Dec 18 14:49:36.697 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.697 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.697 INFO [stderr] | Dec 18 14:49:36.697 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.697 INFO [stderr] | Dec 18 14:49:36.697 INFO [stderr] Dec 18 14:49:36.697 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.697 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.697 INFO [stderr] | Dec 18 14:49:36.697 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.697 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.697 INFO [stderr] ... Dec 18 14:49:36.697 INFO [stderr] 1951 | rt_alloc_layout_checked!(rt_odd_100000bytes_4align_alloc_layout_checked, 100000- 1, 4); Dec 18 14:49:36.697 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.697 INFO [stderr] | Dec 18 14:49:36.697 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.697 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.697 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] Dec 18 14:49:36.698 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.698 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.698 INFO [stderr] | ^^^^^ Dec 18 14:49:36.698 INFO [stderr] ... Dec 18 14:49:36.698 INFO [stderr] 1964 | rt_alloc_layout_checked!(rt_odd_1000000bytes_4align_alloc_layout_checked, 1000000- 1, 4); Dec 18 14:49:36.698 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.698 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] Dec 18 14:49:36.698 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.698 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.698 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.698 INFO [stderr] ... Dec 18 14:49:36.698 INFO [stderr] 1964 | rt_alloc_layout_checked!(rt_odd_1000000bytes_4align_alloc_layout_checked, 1000000- 1, 4); Dec 18 14:49:36.698 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.698 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] Dec 18 14:49:36.698 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.698 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.698 INFO [stderr] | ^^^^^ Dec 18 14:49:36.698 INFO [stderr] ... Dec 18 14:49:36.698 INFO [stderr] 1978 | rt_alloc_layout_checked!(rt_primes_3bytes_4align_alloc_layout_checked, 3, 4); Dec 18 14:49:36.698 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.698 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] Dec 18 14:49:36.698 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.698 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.698 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.698 INFO [stderr] ... Dec 18 14:49:36.698 INFO [stderr] 1978 | rt_alloc_layout_checked!(rt_primes_3bytes_4align_alloc_layout_checked, 3, 4); Dec 18 14:49:36.698 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.698 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] Dec 18 14:49:36.698 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.698 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.698 INFO [stderr] | ^^^^^ Dec 18 14:49:36.698 INFO [stderr] ... Dec 18 14:49:36.698 INFO [stderr] 1991 | rt_alloc_layout_checked!(rt_primes_7bytes_4align_alloc_layout_checked, 7, 4); Dec 18 14:49:36.698 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.698 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] Dec 18 14:49:36.698 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.698 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.698 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.698 INFO [stderr] ... Dec 18 14:49:36.698 INFO [stderr] 1991 | rt_alloc_layout_checked!(rt_primes_7bytes_4align_alloc_layout_checked, 7, 4); Dec 18 14:49:36.698 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.698 INFO [stderr] | Dec 18 14:49:36.698 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.698 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.699 INFO [stderr] | Dec 18 14:49:36.699 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.699 INFO [stderr] | Dec 18 14:49:36.699 INFO [stderr] Dec 18 14:49:36.705 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.705 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.705 INFO [stderr] | ^^^^^ Dec 18 14:49:36.705 INFO [stderr] ... Dec 18 14:49:36.705 INFO [stderr] 2004 | rt_alloc_layout_checked!(rt_primes_13bytes_4align_alloc_layout_checked, 13, 4); Dec 18 14:49:36.705 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] Dec 18 14:49:36.705 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.705 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.705 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.705 INFO [stderr] ... Dec 18 14:49:36.705 INFO [stderr] 2004 | rt_alloc_layout_checked!(rt_primes_13bytes_4align_alloc_layout_checked, 13, 4); Dec 18 14:49:36.705 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] Dec 18 14:49:36.705 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.705 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.705 INFO [stderr] | ^^^^^ Dec 18 14:49:36.705 INFO [stderr] ... Dec 18 14:49:36.705 INFO [stderr] 2017 | rt_alloc_layout_checked!(rt_primes_17bytes_4align_alloc_layout_checked, 17, 4); Dec 18 14:49:36.705 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] Dec 18 14:49:36.705 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.705 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.705 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.705 INFO [stderr] ... Dec 18 14:49:36.705 INFO [stderr] 2017 | rt_alloc_layout_checked!(rt_primes_17bytes_4align_alloc_layout_checked, 17, 4); Dec 18 14:49:36.705 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] Dec 18 14:49:36.705 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.705 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.705 INFO [stderr] | ^^^^^ Dec 18 14:49:36.705 INFO [stderr] ... Dec 18 14:49:36.705 INFO [stderr] 2030 | rt_alloc_layout_checked!(rt_primes_31bytes_4align_alloc_layout_checked, 31, 4); Dec 18 14:49:36.705 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] Dec 18 14:49:36.705 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.705 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.705 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.705 INFO [stderr] ... Dec 18 14:49:36.705 INFO [stderr] 2030 | rt_alloc_layout_checked!(rt_primes_31bytes_4align_alloc_layout_checked, 31, 4); Dec 18 14:49:36.705 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.705 INFO [stderr] | Dec 18 14:49:36.706 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.706 INFO [stderr] | Dec 18 14:49:36.706 INFO [stderr] Dec 18 14:49:36.706 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.706 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.706 INFO [stderr] | Dec 18 14:49:36.706 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.706 INFO [stderr] | ^^^^^ Dec 18 14:49:36.706 INFO [stderr] ... Dec 18 14:49:36.706 INFO [stderr] 2043 | rt_alloc_layout_checked!(rt_primes_61bytes_4align_alloc_layout_checked, 61, 4); Dec 18 14:49:36.706 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.706 INFO [stderr] | Dec 18 14:49:36.706 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.706 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.706 INFO [stderr] | Dec 18 14:49:36.706 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.706 INFO [stderr] | Dec 18 14:49:36.706 INFO [stderr] Dec 18 14:49:36.706 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.706 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.706 INFO [stderr] | Dec 18 14:49:36.706 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.706 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.706 INFO [stderr] ... Dec 18 14:49:36.706 INFO [stderr] 2043 | rt_alloc_layout_checked!(rt_primes_61bytes_4align_alloc_layout_checked, 61, 4); Dec 18 14:49:36.706 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.706 INFO [stderr] | Dec 18 14:49:36.706 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.706 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.706 INFO [stderr] | Dec 18 14:49:36.706 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.706 INFO [stderr] | Dec 18 14:49:36.706 INFO [stderr] Dec 18 14:49:36.708 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.708 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.708 INFO [stderr] | Dec 18 14:49:36.708 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.709 INFO [stderr] | ^^^^^ Dec 18 14:49:36.709 INFO [stderr] ... Dec 18 14:49:36.709 INFO [stderr] 2056 | rt_alloc_layout_checked!(rt_primes_96bytes_4align_alloc_layout_checked, 96, 4); Dec 18 14:49:36.709 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.709 INFO [stderr] | Dec 18 14:49:36.709 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.709 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.709 INFO [stderr] | Dec 18 14:49:36.709 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.709 INFO [stderr] | Dec 18 14:49:36.709 INFO [stderr] Dec 18 14:49:36.709 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.709 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.709 INFO [stderr] | Dec 18 14:49:36.709 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.709 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.709 INFO [stderr] ... Dec 18 14:49:36.709 INFO [stderr] 2056 | rt_alloc_layout_checked!(rt_primes_96bytes_4align_alloc_layout_checked, 96, 4); Dec 18 14:49:36.709 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.709 INFO [stderr] | Dec 18 14:49:36.709 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.709 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.709 INFO [stderr] | Dec 18 14:49:36.709 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.709 INFO [stderr] | Dec 18 14:49:36.709 INFO [stderr] Dec 18 14:49:36.709 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.709 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.709 INFO [stderr] | Dec 18 14:49:36.709 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.709 INFO [stderr] | ^^^^^ Dec 18 14:49:36.709 INFO [stderr] ... Dec 18 14:49:36.709 INFO [stderr] 2069 | rt_alloc_layout_checked!(rt_primes_127bytes_4align_alloc_layout_checked, 127, 4); Dec 18 14:49:36.709 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.709 INFO [stderr] | Dec 18 14:49:36.709 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.709 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.709 INFO [stderr] | Dec 18 14:49:36.709 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.709 INFO [stderr] | Dec 18 14:49:36.709 INFO [stderr] Dec 18 14:49:36.709 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.709 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.709 INFO [stderr] | Dec 18 14:49:36.709 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.709 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.709 INFO [stderr] ... Dec 18 14:49:36.709 INFO [stderr] 2069 | rt_alloc_layout_checked!(rt_primes_127bytes_4align_alloc_layout_checked, 127, 4); Dec 18 14:49:36.709 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.709 INFO [stderr] | Dec 18 14:49:36.709 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.709 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.709 INFO [stderr] | Dec 18 14:49:36.709 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.709 INFO [stderr] | Dec 18 14:49:36.709 INFO [stderr] Dec 18 14:49:36.712 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.712 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.712 INFO [stderr] | Dec 18 14:49:36.712 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.712 INFO [stderr] | ^^^^^ Dec 18 14:49:36.712 INFO [stderr] ... Dec 18 14:49:36.712 INFO [stderr] 2082 | rt_alloc_layout_checked!(rt_primes_257bytes_4align_alloc_layout_checked, 257, 4); Dec 18 14:49:36.712 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.712 INFO [stderr] | Dec 18 14:49:36.712 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.712 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.712 INFO [stderr] | Dec 18 14:49:36.712 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.712 INFO [stderr] | Dec 18 14:49:36.712 INFO [stderr] Dec 18 14:49:36.712 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.712 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.712 INFO [stderr] | Dec 18 14:49:36.712 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.712 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.712 INFO [stderr] ... Dec 18 14:49:36.713 INFO [stderr] 2082 | rt_alloc_layout_checked!(rt_primes_257bytes_4align_alloc_layout_checked, 257, 4); Dec 18 14:49:36.713 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.713 INFO [stderr] | Dec 18 14:49:36.713 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.713 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.713 INFO [stderr] | Dec 18 14:49:36.713 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.713 INFO [stderr] | Dec 18 14:49:36.713 INFO [stderr] Dec 18 14:49:36.713 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.713 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.713 INFO [stderr] | Dec 18 14:49:36.713 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.713 INFO [stderr] | ^^^^^ Dec 18 14:49:36.713 INFO [stderr] ... Dec 18 14:49:36.713 INFO [stderr] 2095 | rt_alloc_layout_checked!(rt_primes_509bytes_4align_alloc_layout_checked, 509, 4); Dec 18 14:49:36.713 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.713 INFO [stderr] | Dec 18 14:49:36.713 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.713 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.713 INFO [stderr] | Dec 18 14:49:36.713 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.713 INFO [stderr] | Dec 18 14:49:36.713 INFO [stderr] Dec 18 14:49:36.713 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.713 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.713 INFO [stderr] | Dec 18 14:49:36.713 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.713 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.713 INFO [stderr] ... Dec 18 14:49:36.713 INFO [stderr] 2095 | rt_alloc_layout_checked!(rt_primes_509bytes_4align_alloc_layout_checked, 509, 4); Dec 18 14:49:36.713 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.713 INFO [stderr] | Dec 18 14:49:36.713 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.713 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.713 INFO [stderr] | Dec 18 14:49:36.713 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.713 INFO [stderr] | Dec 18 14:49:36.713 INFO [stderr] Dec 18 14:49:36.716 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.716 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.716 INFO [stderr] | Dec 18 14:49:36.716 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.716 INFO [stderr] | ^^^^^ Dec 18 14:49:36.716 INFO [stderr] ... Dec 18 14:49:36.716 INFO [stderr] 2108 | rt_alloc_layout_checked!(rt_primes_1021bytes_4align_alloc_layout_checked, 1021, 4); Dec 18 14:49:36.716 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.716 INFO [stderr] | Dec 18 14:49:36.716 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.716 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.716 INFO [stderr] | Dec 18 14:49:36.716 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.716 INFO [stderr] | Dec 18 14:49:36.716 INFO [stderr] Dec 18 14:49:36.716 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.716 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.717 INFO [stderr] | Dec 18 14:49:36.717 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.717 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.717 INFO [stderr] ... Dec 18 14:49:36.717 INFO [stderr] 2108 | rt_alloc_layout_checked!(rt_primes_1021bytes_4align_alloc_layout_checked, 1021, 4); Dec 18 14:49:36.717 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.717 INFO [stderr] | Dec 18 14:49:36.717 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.717 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.717 INFO [stderr] | Dec 18 14:49:36.717 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.717 INFO [stderr] | Dec 18 14:49:36.717 INFO [stderr] Dec 18 14:49:36.717 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.717 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.717 INFO [stderr] | Dec 18 14:49:36.717 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.717 INFO [stderr] | ^^^^^ Dec 18 14:49:36.717 INFO [stderr] ... Dec 18 14:49:36.717 INFO [stderr] 2121 | rt_alloc_layout_checked!(rt_primes_2039bytes_4align_alloc_layout_checked, 2039, 4); Dec 18 14:49:36.717 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.717 INFO [stderr] | Dec 18 14:49:36.717 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.717 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.717 INFO [stderr] | Dec 18 14:49:36.717 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.717 INFO [stderr] | Dec 18 14:49:36.717 INFO [stderr] Dec 18 14:49:36.717 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.717 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.717 INFO [stderr] | Dec 18 14:49:36.717 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.717 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.717 INFO [stderr] ... Dec 18 14:49:36.717 INFO [stderr] 2121 | rt_alloc_layout_checked!(rt_primes_2039bytes_4align_alloc_layout_checked, 2039, 4); Dec 18 14:49:36.717 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.717 INFO [stderr] | Dec 18 14:49:36.717 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.717 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.717 INFO [stderr] | Dec 18 14:49:36.717 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.717 INFO [stderr] | Dec 18 14:49:36.717 INFO [stderr] Dec 18 14:49:36.720 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.720 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.720 INFO [stderr] | Dec 18 14:49:36.720 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.720 INFO [stderr] | ^^^^^ Dec 18 14:49:36.720 INFO [stderr] ... Dec 18 14:49:36.720 INFO [stderr] 2134 | rt_alloc_layout_checked!(rt_primes_4093bytes_4align_alloc_layout_checked, 4093, 4); Dec 18 14:49:36.720 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.720 INFO [stderr] | Dec 18 14:49:36.720 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.720 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.720 INFO [stderr] | Dec 18 14:49:36.720 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.720 INFO [stderr] | Dec 18 14:49:36.720 INFO [stderr] Dec 18 14:49:36.720 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.720 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.720 INFO [stderr] | Dec 18 14:49:36.720 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.720 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.720 INFO [stderr] ... Dec 18 14:49:36.720 INFO [stderr] 2134 | rt_alloc_layout_checked!(rt_primes_4093bytes_4align_alloc_layout_checked, 4093, 4); Dec 18 14:49:36.720 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.721 INFO [stderr] | Dec 18 14:49:36.721 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.721 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.721 INFO [stderr] | Dec 18 14:49:36.721 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.721 INFO [stderr] | Dec 18 14:49:36.721 INFO [stderr] Dec 18 14:49:36.721 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.721 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.721 INFO [stderr] | Dec 18 14:49:36.721 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.721 INFO [stderr] | ^^^^^ Dec 18 14:49:36.721 INFO [stderr] ... Dec 18 14:49:36.721 INFO [stderr] 2147 | rt_alloc_layout_checked!(rt_primes_8191bytes_4align_alloc_layout_checked, 8191, 4); Dec 18 14:49:36.721 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.721 INFO [stderr] | Dec 18 14:49:36.721 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.721 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.721 INFO [stderr] | Dec 18 14:49:36.721 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.721 INFO [stderr] | Dec 18 14:49:36.721 INFO [stderr] Dec 18 14:49:36.721 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.721 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.721 INFO [stderr] | Dec 18 14:49:36.721 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.721 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.721 INFO [stderr] ... Dec 18 14:49:36.721 INFO [stderr] 2147 | rt_alloc_layout_checked!(rt_primes_8191bytes_4align_alloc_layout_checked, 8191, 4); Dec 18 14:49:36.721 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.721 INFO [stderr] | Dec 18 14:49:36.721 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.721 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.721 INFO [stderr] | Dec 18 14:49:36.721 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.721 INFO [stderr] | Dec 18 14:49:36.721 INFO [stderr] Dec 18 14:49:36.724 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.724 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.724 INFO [stderr] | Dec 18 14:49:36.724 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.724 INFO [stderr] | ^^^^^ Dec 18 14:49:36.724 INFO [stderr] ... Dec 18 14:49:36.724 INFO [stderr] 2160 | rt_alloc_layout_checked!(rt_primes_16381bytes_4align_alloc_layout_checked, 16381, 4); Dec 18 14:49:36.724 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.724 INFO [stderr] | Dec 18 14:49:36.724 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.725 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] Dec 18 14:49:36.725 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.725 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.725 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.725 INFO [stderr] ... Dec 18 14:49:36.725 INFO [stderr] 2160 | rt_alloc_layout_checked!(rt_primes_16381bytes_4align_alloc_layout_checked, 16381, 4); Dec 18 14:49:36.725 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.725 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] Dec 18 14:49:36.725 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.725 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.725 INFO [stderr] | ^^^^^ Dec 18 14:49:36.725 INFO [stderr] ... Dec 18 14:49:36.725 INFO [stderr] 2173 | rt_alloc_layout_checked!(rt_primes_32749bytes_4align_alloc_layout_checked, 32749, 4); Dec 18 14:49:36.725 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.725 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] Dec 18 14:49:36.725 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.725 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.725 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.725 INFO [stderr] ... Dec 18 14:49:36.725 INFO [stderr] 2173 | rt_alloc_layout_checked!(rt_primes_32749bytes_4align_alloc_layout_checked, 32749, 4); Dec 18 14:49:36.725 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.725 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] Dec 18 14:49:36.725 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.725 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.725 INFO [stderr] | ^^^^^ Dec 18 14:49:36.725 INFO [stderr] ... Dec 18 14:49:36.725 INFO [stderr] 2186 | rt_alloc_layout_checked!(rt_primes_65537bytes_4align_alloc_layout_checked, 65537, 4); Dec 18 14:49:36.725 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.725 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] Dec 18 14:49:36.725 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.725 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.725 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.725 INFO [stderr] ... Dec 18 14:49:36.725 INFO [stderr] 2186 | rt_alloc_layout_checked!(rt_primes_65537bytes_4align_alloc_layout_checked, 65537, 4); Dec 18 14:49:36.725 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.725 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.725 INFO [stderr] | Dec 18 14:49:36.725 INFO [stderr] Dec 18 14:49:36.728 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.728 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.728 INFO [stderr] | Dec 18 14:49:36.728 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.728 INFO [stderr] | ^^^^^ Dec 18 14:49:36.728 INFO [stderr] ... Dec 18 14:49:36.728 INFO [stderr] 2199 | rt_alloc_layout_checked!(rt_primes_131071bytes_4align_alloc_layout_checked, 131071, 4); Dec 18 14:49:36.728 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.728 INFO [stderr] | Dec 18 14:49:36.728 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.728 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.728 INFO [stderr] | Dec 18 14:49:36.728 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.728 INFO [stderr] | Dec 18 14:49:36.728 INFO [stderr] Dec 18 14:49:36.728 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.728 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.728 INFO [stderr] | Dec 18 14:49:36.728 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.728 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.728 INFO [stderr] ... Dec 18 14:49:36.728 INFO [stderr] 2199 | rt_alloc_layout_checked!(rt_primes_131071bytes_4align_alloc_layout_checked, 131071, 4); Dec 18 14:49:36.728 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.729 INFO [stderr] | Dec 18 14:49:36.729 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.729 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.729 INFO [stderr] | Dec 18 14:49:36.729 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.729 INFO [stderr] | Dec 18 14:49:36.729 INFO [stderr] Dec 18 14:49:36.729 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.729 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.729 INFO [stderr] | Dec 18 14:49:36.729 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.729 INFO [stderr] | ^^^^^ Dec 18 14:49:36.729 INFO [stderr] ... Dec 18 14:49:36.729 INFO [stderr] 2212 | rt_alloc_layout_checked!(rt_primes_4194301bytes_4align_alloc_layout_checked, 4194301, 4); Dec 18 14:49:36.729 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.729 INFO [stderr] | Dec 18 14:49:36.729 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.729 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.729 INFO [stderr] | Dec 18 14:49:36.729 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.729 INFO [stderr] | Dec 18 14:49:36.729 INFO [stderr] Dec 18 14:49:36.729 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.729 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.729 INFO [stderr] | Dec 18 14:49:36.729 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.729 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.729 INFO [stderr] ... Dec 18 14:49:36.729 INFO [stderr] 2212 | rt_alloc_layout_checked!(rt_primes_4194301bytes_4align_alloc_layout_checked, 4194301, 4); Dec 18 14:49:36.729 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.732 INFO [stderr] | Dec 18 14:49:36.732 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.732 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.732 INFO [stderr] | Dec 18 14:49:36.732 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.732 INFO [stderr] | Dec 18 14:49:36.732 INFO [stderr] Dec 18 14:49:36.732 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.732 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.732 INFO [stderr] | Dec 18 14:49:36.733 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.733 INFO [stderr] | ^^^^^ Dec 18 14:49:36.733 INFO [stderr] ... Dec 18 14:49:36.733 INFO [stderr] 2228 | rt_alloc_layout_checked!(rt_pow2_1bytes_8align_alloc_layout_checked, 1, 8); Dec 18 14:49:36.733 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.733 INFO [stderr] | Dec 18 14:49:36.733 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.733 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.733 INFO [stderr] | Dec 18 14:49:36.733 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.733 INFO [stderr] | Dec 18 14:49:36.733 INFO [stderr] Dec 18 14:49:36.733 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.733 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.733 INFO [stderr] | Dec 18 14:49:36.733 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.733 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.733 INFO [stderr] ... Dec 18 14:49:36.733 INFO [stderr] 2228 | rt_alloc_layout_checked!(rt_pow2_1bytes_8align_alloc_layout_checked, 1, 8); Dec 18 14:49:36.733 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.733 INFO [stderr] | Dec 18 14:49:36.733 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.733 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.733 INFO [stderr] | Dec 18 14:49:36.733 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.733 INFO [stderr] | Dec 18 14:49:36.733 INFO [stderr] Dec 18 14:49:36.736 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.736 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.736 INFO [stderr] | Dec 18 14:49:36.736 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.737 INFO [stderr] | ^^^^^ Dec 18 14:49:36.737 INFO [stderr] ... Dec 18 14:49:36.737 INFO [stderr] 2241 | rt_alloc_layout_checked!(rt_pow2_2bytes_8align_alloc_layout_checked, 2, 8); Dec 18 14:49:36.737 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.737 INFO [stderr] | Dec 18 14:49:36.737 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.737 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.737 INFO [stderr] | Dec 18 14:49:36.737 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.737 INFO [stderr] | Dec 18 14:49:36.737 INFO [stderr] Dec 18 14:49:36.737 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.737 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.737 INFO [stderr] | Dec 18 14:49:36.737 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.737 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.737 INFO [stderr] ... Dec 18 14:49:36.737 INFO [stderr] 2241 | rt_alloc_layout_checked!(rt_pow2_2bytes_8align_alloc_layout_checked, 2, 8); Dec 18 14:49:36.737 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.737 INFO [stderr] | Dec 18 14:49:36.737 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.737 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.737 INFO [stderr] | Dec 18 14:49:36.737 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.737 INFO [stderr] | Dec 18 14:49:36.737 INFO [stderr] Dec 18 14:49:36.737 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.737 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.737 INFO [stderr] | Dec 18 14:49:36.737 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.737 INFO [stderr] | ^^^^^ Dec 18 14:49:36.737 INFO [stderr] ... Dec 18 14:49:36.737 INFO [stderr] 2254 | rt_alloc_layout_checked!(rt_pow2_4bytes_8align_alloc_layout_checked, 4, 8); Dec 18 14:49:36.737 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.737 INFO [stderr] | Dec 18 14:49:36.737 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.737 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.737 INFO [stderr] | Dec 18 14:49:36.737 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.737 INFO [stderr] | Dec 18 14:49:36.737 INFO [stderr] Dec 18 14:49:36.737 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.737 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.737 INFO [stderr] | Dec 18 14:49:36.737 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.737 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.737 INFO [stderr] ... Dec 18 14:49:36.737 INFO [stderr] 2254 | rt_alloc_layout_checked!(rt_pow2_4bytes_8align_alloc_layout_checked, 4, 8); Dec 18 14:49:36.737 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.737 INFO [stderr] | Dec 18 14:49:36.737 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.737 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.737 INFO [stderr] | Dec 18 14:49:36.737 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.737 INFO [stderr] | Dec 18 14:49:36.737 INFO [stderr] Dec 18 14:49:36.741 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.741 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.741 INFO [stderr] | Dec 18 14:49:36.741 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.741 INFO [stderr] | ^^^^^ Dec 18 14:49:36.741 INFO [stderr] ... Dec 18 14:49:36.741 INFO [stderr] 2267 | rt_alloc_layout_checked!(rt_pow2_8bytes_8align_alloc_layout_checked, 8, 8); Dec 18 14:49:36.741 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.741 INFO [stderr] | Dec 18 14:49:36.741 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.741 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.741 INFO [stderr] | Dec 18 14:49:36.741 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.741 INFO [stderr] | Dec 18 14:49:36.741 INFO [stderr] Dec 18 14:49:36.741 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.741 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.741 INFO [stderr] | Dec 18 14:49:36.741 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.741 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.741 INFO [stderr] ... Dec 18 14:49:36.741 INFO [stderr] 2267 | rt_alloc_layout_checked!(rt_pow2_8bytes_8align_alloc_layout_checked, 8, 8); Dec 18 14:49:36.741 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.741 INFO [stderr] | Dec 18 14:49:36.741 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.741 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.741 INFO [stderr] | Dec 18 14:49:36.741 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.741 INFO [stderr] | Dec 18 14:49:36.741 INFO [stderr] Dec 18 14:49:36.741 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.741 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.741 INFO [stderr] | Dec 18 14:49:36.741 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.741 INFO [stderr] | ^^^^^ Dec 18 14:49:36.741 INFO [stderr] ... Dec 18 14:49:36.741 INFO [stderr] 2280 | rt_alloc_layout_checked!(rt_pow2_16bytes_8align_alloc_layout_checked, 16, 8); Dec 18 14:49:36.741 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.741 INFO [stderr] | Dec 18 14:49:36.741 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.741 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.741 INFO [stderr] | Dec 18 14:49:36.741 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.741 INFO [stderr] | Dec 18 14:49:36.741 INFO [stderr] Dec 18 14:49:36.741 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.741 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.741 INFO [stderr] | Dec 18 14:49:36.741 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.741 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.741 INFO [stderr] ... Dec 18 14:49:36.741 INFO [stderr] 2280 | rt_alloc_layout_checked!(rt_pow2_16bytes_8align_alloc_layout_checked, 16, 8); Dec 18 14:49:36.741 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.741 INFO [stderr] | Dec 18 14:49:36.741 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.741 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.741 INFO [stderr] | Dec 18 14:49:36.741 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.742 INFO [stderr] | Dec 18 14:49:36.742 INFO [stderr] Dec 18 14:49:36.742 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.742 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.742 INFO [stderr] | Dec 18 14:49:36.742 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.742 INFO [stderr] | ^^^^^ Dec 18 14:49:36.742 INFO [stderr] ... Dec 18 14:49:36.742 INFO [stderr] 2293 | rt_alloc_layout_checked!(rt_pow2_32bytes_8align_alloc_layout_checked, 32, 8); Dec 18 14:49:36.742 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.742 INFO [stderr] | Dec 18 14:49:36.742 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.742 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.742 INFO [stderr] | Dec 18 14:49:36.742 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.742 INFO [stderr] | Dec 18 14:49:36.742 INFO [stderr] Dec 18 14:49:36.742 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.742 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.742 INFO [stderr] | Dec 18 14:49:36.742 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.742 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.742 INFO [stderr] ... Dec 18 14:49:36.742 INFO [stderr] 2293 | rt_alloc_layout_checked!(rt_pow2_32bytes_8align_alloc_layout_checked, 32, 8); Dec 18 14:49:36.742 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.742 INFO [stderr] | Dec 18 14:49:36.742 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.742 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.742 INFO [stderr] | Dec 18 14:49:36.742 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.742 INFO [stderr] | Dec 18 14:49:36.742 INFO [stderr] Dec 18 14:49:36.742 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.742 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.742 INFO [stderr] | Dec 18 14:49:36.742 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.742 INFO [stderr] | ^^^^^ Dec 18 14:49:36.742 INFO [stderr] ... Dec 18 14:49:36.742 INFO [stderr] 2306 | rt_alloc_layout_checked!(rt_pow2_64bytes_8align_alloc_layout_checked, 64, 8); Dec 18 14:49:36.742 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.742 INFO [stderr] | Dec 18 14:49:36.742 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.742 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.742 INFO [stderr] | Dec 18 14:49:36.742 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.742 INFO [stderr] | Dec 18 14:49:36.742 INFO [stderr] Dec 18 14:49:36.744 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.744 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.744 INFO [stderr] | Dec 18 14:49:36.744 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.744 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.744 INFO [stderr] ... Dec 18 14:49:36.744 INFO [stderr] 2306 | rt_alloc_layout_checked!(rt_pow2_64bytes_8align_alloc_layout_checked, 64, 8); Dec 18 14:49:36.744 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.744 INFO [stderr] | Dec 18 14:49:36.744 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.744 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.744 INFO [stderr] | Dec 18 14:49:36.744 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.744 INFO [stderr] | Dec 18 14:49:36.744 INFO [stderr] Dec 18 14:49:36.744 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.744 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.744 INFO [stderr] | Dec 18 14:49:36.744 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.744 INFO [stderr] | ^^^^^ Dec 18 14:49:36.744 INFO [stderr] ... Dec 18 14:49:36.744 INFO [stderr] 2319 | rt_alloc_layout_checked!(rt_pow2_128bytes_8align_alloc_layout_checked, 128, 8); Dec 18 14:49:36.744 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.744 INFO [stderr] | Dec 18 14:49:36.744 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.745 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.745 INFO [stderr] | Dec 18 14:49:36.745 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.745 INFO [stderr] | Dec 18 14:49:36.745 INFO [stderr] Dec 18 14:49:36.745 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.745 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.745 INFO [stderr] | Dec 18 14:49:36.745 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.745 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.745 INFO [stderr] ... Dec 18 14:49:36.745 INFO [stderr] 2319 | rt_alloc_layout_checked!(rt_pow2_128bytes_8align_alloc_layout_checked, 128, 8); Dec 18 14:49:36.745 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.745 INFO [stderr] | Dec 18 14:49:36.745 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.745 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.745 INFO [stderr] | Dec 18 14:49:36.745 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.745 INFO [stderr] | Dec 18 14:49:36.745 INFO [stderr] Dec 18 14:49:36.748 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.748 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.748 INFO [stderr] | Dec 18 14:49:36.748 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.748 INFO [stderr] | ^^^^^ Dec 18 14:49:36.748 INFO [stderr] ... Dec 18 14:49:36.748 INFO [stderr] 2332 | rt_alloc_layout_checked!(rt_pow2_256bytes_8align_alloc_layout_checked, 256, 8); Dec 18 14:49:36.748 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.748 INFO [stderr] | Dec 18 14:49:36.748 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.748 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.748 INFO [stderr] | Dec 18 14:49:36.748 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.748 INFO [stderr] | Dec 18 14:49:36.748 INFO [stderr] Dec 18 14:49:36.748 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.748 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.748 INFO [stderr] | Dec 18 14:49:36.748 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.748 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.748 INFO [stderr] ... Dec 18 14:49:36.749 INFO [stderr] 2332 | rt_alloc_layout_checked!(rt_pow2_256bytes_8align_alloc_layout_checked, 256, 8); Dec 18 14:49:36.749 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.749 INFO [stderr] | Dec 18 14:49:36.749 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.749 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.749 INFO [stderr] | Dec 18 14:49:36.749 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.749 INFO [stderr] | Dec 18 14:49:36.749 INFO [stderr] Dec 18 14:49:36.749 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.749 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.749 INFO [stderr] | Dec 18 14:49:36.749 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.749 INFO [stderr] | ^^^^^ Dec 18 14:49:36.749 INFO [stderr] ... Dec 18 14:49:36.749 INFO [stderr] 2345 | rt_alloc_layout_checked!(rt_pow2_512bytes_8align_alloc_layout_checked, 512, 8); Dec 18 14:49:36.749 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.749 INFO [stderr] | Dec 18 14:49:36.749 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.749 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.749 INFO [stderr] | Dec 18 14:49:36.749 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.749 INFO [stderr] | Dec 18 14:49:36.749 INFO [stderr] Dec 18 14:49:36.749 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.749 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.749 INFO [stderr] | Dec 18 14:49:36.749 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.749 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.749 INFO [stderr] ... Dec 18 14:49:36.749 INFO [stderr] 2345 | rt_alloc_layout_checked!(rt_pow2_512bytes_8align_alloc_layout_checked, 512, 8); Dec 18 14:49:36.749 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.749 INFO [stderr] | Dec 18 14:49:36.749 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.749 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.749 INFO [stderr] | Dec 18 14:49:36.749 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.749 INFO [stderr] | Dec 18 14:49:36.749 INFO [stderr] Dec 18 14:49:36.752 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.752 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.752 INFO [stderr] | Dec 18 14:49:36.752 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.752 INFO [stderr] | ^^^^^ Dec 18 14:49:36.752 INFO [stderr] ... Dec 18 14:49:36.752 INFO [stderr] 2358 | rt_alloc_layout_checked!(rt_pow2_1024bytes_8align_alloc_layout_checked, 1024, 8); Dec 18 14:49:36.752 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.752 INFO [stderr] | Dec 18 14:49:36.752 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.752 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.752 INFO [stderr] | Dec 18 14:49:36.752 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.752 INFO [stderr] | Dec 18 14:49:36.752 INFO [stderr] Dec 18 14:49:36.752 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.752 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.753 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.753 INFO [stderr] ... Dec 18 14:49:36.753 INFO [stderr] 2358 | rt_alloc_layout_checked!(rt_pow2_1024bytes_8align_alloc_layout_checked, 1024, 8); Dec 18 14:49:36.753 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.753 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] Dec 18 14:49:36.753 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.753 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.753 INFO [stderr] | ^^^^^ Dec 18 14:49:36.753 INFO [stderr] ... Dec 18 14:49:36.753 INFO [stderr] 2371 | rt_alloc_layout_checked!(rt_pow2_2048bytes_8align_alloc_layout_checked, 2048, 8); Dec 18 14:49:36.753 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.753 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] Dec 18 14:49:36.753 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.753 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.753 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.753 INFO [stderr] ... Dec 18 14:49:36.753 INFO [stderr] 2371 | rt_alloc_layout_checked!(rt_pow2_2048bytes_8align_alloc_layout_checked, 2048, 8); Dec 18 14:49:36.753 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.753 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] Dec 18 14:49:36.753 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.753 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.753 INFO [stderr] | ^^^^^ Dec 18 14:49:36.753 INFO [stderr] ... Dec 18 14:49:36.753 INFO [stderr] 2384 | rt_alloc_layout_checked!(rt_pow2_4096bytes_8align_alloc_layout_checked, 4096, 8); Dec 18 14:49:36.753 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.753 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] Dec 18 14:49:36.753 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.753 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.753 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.753 INFO [stderr] ... Dec 18 14:49:36.753 INFO [stderr] 2384 | rt_alloc_layout_checked!(rt_pow2_4096bytes_8align_alloc_layout_checked, 4096, 8); Dec 18 14:49:36.753 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.753 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] Dec 18 14:49:36.753 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.753 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.753 INFO [stderr] | ^^^^^ Dec 18 14:49:36.753 INFO [stderr] ... Dec 18 14:49:36.753 INFO [stderr] 2397 | rt_alloc_layout_checked!(rt_pow2_8192bytes_8align_alloc_layout_checked, 8192, 8); Dec 18 14:49:36.753 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.753 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.753 INFO [stderr] | Dec 18 14:49:36.753 INFO [stderr] Dec 18 14:49:36.756 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.756 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.756 INFO [stderr] | Dec 18 14:49:36.756 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.756 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.756 INFO [stderr] ... Dec 18 14:49:36.756 INFO [stderr] 2397 | rt_alloc_layout_checked!(rt_pow2_8192bytes_8align_alloc_layout_checked, 8192, 8); Dec 18 14:49:36.756 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.757 INFO [stderr] | Dec 18 14:49:36.757 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.757 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.757 INFO [stderr] | Dec 18 14:49:36.757 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.757 INFO [stderr] | Dec 18 14:49:36.757 INFO [stderr] Dec 18 14:49:36.757 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.757 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.757 INFO [stderr] | Dec 18 14:49:36.757 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.757 INFO [stderr] | ^^^^^ Dec 18 14:49:36.757 INFO [stderr] ... Dec 18 14:49:36.757 INFO [stderr] 2410 | rt_alloc_layout_checked!(rt_pow2_16384bytes_8align_alloc_layout_checked, 16384, 8); Dec 18 14:49:36.757 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.757 INFO [stderr] | Dec 18 14:49:36.757 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.757 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.757 INFO [stderr] | Dec 18 14:49:36.757 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.757 INFO [stderr] | Dec 18 14:49:36.757 INFO [stderr] Dec 18 14:49:36.757 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.757 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.757 INFO [stderr] | Dec 18 14:49:36.757 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.757 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.757 INFO [stderr] ... Dec 18 14:49:36.757 INFO [stderr] 2410 | rt_alloc_layout_checked!(rt_pow2_16384bytes_8align_alloc_layout_checked, 16384, 8); Dec 18 14:49:36.757 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.757 INFO [stderr] | Dec 18 14:49:36.757 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.757 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.757 INFO [stderr] | Dec 18 14:49:36.757 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.757 INFO [stderr] | Dec 18 14:49:36.757 INFO [stderr] Dec 18 14:49:36.760 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.760 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.760 INFO [stderr] | Dec 18 14:49:36.760 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.760 INFO [stderr] | ^^^^^ Dec 18 14:49:36.760 INFO [stderr] ... Dec 18 14:49:36.760 INFO [stderr] 2423 | rt_alloc_layout_checked!(rt_pow2_32768bytes_8align_alloc_layout_checked, 32768, 8); Dec 18 14:49:36.760 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.760 INFO [stderr] | Dec 18 14:49:36.760 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.760 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.760 INFO [stderr] | Dec 18 14:49:36.760 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.760 INFO [stderr] | Dec 18 14:49:36.760 INFO [stderr] Dec 18 14:49:36.760 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.760 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.760 INFO [stderr] | Dec 18 14:49:36.760 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.760 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.760 INFO [stderr] ... Dec 18 14:49:36.760 INFO [stderr] 2423 | rt_alloc_layout_checked!(rt_pow2_32768bytes_8align_alloc_layout_checked, 32768, 8); Dec 18 14:49:36.760 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.760 INFO [stderr] | Dec 18 14:49:36.761 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.761 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.761 INFO [stderr] | Dec 18 14:49:36.761 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.761 INFO [stderr] | Dec 18 14:49:36.761 INFO [stderr] Dec 18 14:49:36.761 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.761 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.761 INFO [stderr] | Dec 18 14:49:36.761 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.761 INFO [stderr] | ^^^^^ Dec 18 14:49:36.761 INFO [stderr] ... Dec 18 14:49:36.761 INFO [stderr] 2436 | rt_alloc_layout_checked!(rt_pow2_65536bytes_8align_alloc_layout_checked, 65536, 8); Dec 18 14:49:36.761 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.761 INFO [stderr] | Dec 18 14:49:36.761 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.761 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.761 INFO [stderr] | Dec 18 14:49:36.761 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.761 INFO [stderr] | Dec 18 14:49:36.761 INFO [stderr] Dec 18 14:49:36.765 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.765 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.765 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.765 INFO [stderr] ... Dec 18 14:49:36.765 INFO [stderr] 2436 | rt_alloc_layout_checked!(rt_pow2_65536bytes_8align_alloc_layout_checked, 65536, 8); Dec 18 14:49:36.765 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.765 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] Dec 18 14:49:36.765 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.765 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.765 INFO [stderr] | ^^^^^ Dec 18 14:49:36.765 INFO [stderr] ... Dec 18 14:49:36.765 INFO [stderr] 2449 | rt_alloc_layout_checked!(rt_pow2_131072bytes_8align_alloc_layout_checked, 131072, 8); Dec 18 14:49:36.765 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.765 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] Dec 18 14:49:36.765 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.765 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.765 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.765 INFO [stderr] ... Dec 18 14:49:36.765 INFO [stderr] 2449 | rt_alloc_layout_checked!(rt_pow2_131072bytes_8align_alloc_layout_checked, 131072, 8); Dec 18 14:49:36.765 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.765 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] Dec 18 14:49:36.765 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.765 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.765 INFO [stderr] | ^^^^^ Dec 18 14:49:36.765 INFO [stderr] ... Dec 18 14:49:36.765 INFO [stderr] 2462 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_8align_alloc_layout_checked, 4194304, 8); Dec 18 14:49:36.765 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.765 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] Dec 18 14:49:36.765 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.765 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.765 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.765 INFO [stderr] ... Dec 18 14:49:36.765 INFO [stderr] 2462 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_8align_alloc_layout_checked, 4194304, 8); Dec 18 14:49:36.765 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.765 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] Dec 18 14:49:36.765 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.765 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.765 INFO [stderr] | Dec 18 14:49:36.765 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.765 INFO [stderr] | ^^^^^ Dec 18 14:49:36.766 INFO [stderr] ... Dec 18 14:49:36.766 INFO [stderr] 2476 | rt_alloc_layout_checked!(rt_even_10bytes_8align_alloc_layout_checked, 10, 8); Dec 18 14:49:36.766 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.766 INFO [stderr] | Dec 18 14:49:36.766 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.766 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.766 INFO [stderr] | Dec 18 14:49:36.766 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.766 INFO [stderr] | Dec 18 14:49:36.766 INFO [stderr] Dec 18 14:49:36.766 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.766 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.766 INFO [stderr] | Dec 18 14:49:36.766 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.766 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.766 INFO [stderr] ... Dec 18 14:49:36.766 INFO [stderr] 2476 | rt_alloc_layout_checked!(rt_even_10bytes_8align_alloc_layout_checked, 10, 8); Dec 18 14:49:36.766 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.766 INFO [stderr] | Dec 18 14:49:36.766 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.766 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.766 INFO [stderr] | Dec 18 14:49:36.766 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.766 INFO [stderr] | Dec 18 14:49:36.766 INFO [stderr] Dec 18 14:49:36.768 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.768 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.768 INFO [stderr] | Dec 18 14:49:36.768 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.768 INFO [stderr] | ^^^^^ Dec 18 14:49:36.768 INFO [stderr] ... Dec 18 14:49:36.768 INFO [stderr] 2489 | rt_alloc_layout_checked!(rt_even_100bytes_8align_alloc_layout_checked, 100, 8); Dec 18 14:49:36.768 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.768 INFO [stderr] | Dec 18 14:49:36.768 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.768 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.768 INFO [stderr] | Dec 18 14:49:36.768 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.768 INFO [stderr] | Dec 18 14:49:36.768 INFO [stderr] Dec 18 14:49:36.768 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.768 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.768 INFO [stderr] | Dec 18 14:49:36.768 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.768 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.768 INFO [stderr] ... Dec 18 14:49:36.768 INFO [stderr] 2489 | rt_alloc_layout_checked!(rt_even_100bytes_8align_alloc_layout_checked, 100, 8); Dec 18 14:49:36.768 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.768 INFO [stderr] | Dec 18 14:49:36.769 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.769 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.769 INFO [stderr] | Dec 18 14:49:36.769 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.769 INFO [stderr] | Dec 18 14:49:36.769 INFO [stderr] Dec 18 14:49:36.769 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.769 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.769 INFO [stderr] | Dec 18 14:49:36.769 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.769 INFO [stderr] | ^^^^^ Dec 18 14:49:36.769 INFO [stderr] ... Dec 18 14:49:36.769 INFO [stderr] 2502 | rt_alloc_layout_checked!(rt_even_1000bytes_8align_alloc_layout_checked, 1000, 8); Dec 18 14:49:36.769 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.769 INFO [stderr] | Dec 18 14:49:36.769 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.769 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.769 INFO [stderr] | Dec 18 14:49:36.769 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.769 INFO [stderr] | Dec 18 14:49:36.769 INFO [stderr] Dec 18 14:49:36.769 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.769 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.769 INFO [stderr] | Dec 18 14:49:36.769 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.769 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.769 INFO [stderr] ... Dec 18 14:49:36.769 INFO [stderr] 2502 | rt_alloc_layout_checked!(rt_even_1000bytes_8align_alloc_layout_checked, 1000, 8); Dec 18 14:49:36.769 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.769 INFO [stderr] | Dec 18 14:49:36.769 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.772 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.772 INFO [stderr] | Dec 18 14:49:36.772 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.772 INFO [stderr] | Dec 18 14:49:36.772 INFO [stderr] Dec 18 14:49:36.772 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.772 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.772 INFO [stderr] | Dec 18 14:49:36.772 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.772 INFO [stderr] | ^^^^^ Dec 18 14:49:36.772 INFO [stderr] ... Dec 18 14:49:36.772 INFO [stderr] 2515 | rt_alloc_layout_checked!(rt_even_10000bytes_8align_alloc_layout_checked, 10000, 8); Dec 18 14:49:36.773 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.773 INFO [stderr] | Dec 18 14:49:36.773 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.773 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.773 INFO [stderr] | Dec 18 14:49:36.773 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.773 INFO [stderr] | Dec 18 14:49:36.773 INFO [stderr] Dec 18 14:49:36.773 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.773 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.773 INFO [stderr] | Dec 18 14:49:36.773 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.773 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.773 INFO [stderr] ... Dec 18 14:49:36.773 INFO [stderr] 2515 | rt_alloc_layout_checked!(rt_even_10000bytes_8align_alloc_layout_checked, 10000, 8); Dec 18 14:49:36.773 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.773 INFO [stderr] | Dec 18 14:49:36.773 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.773 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.773 INFO [stderr] | Dec 18 14:49:36.773 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.773 INFO [stderr] | Dec 18 14:49:36.773 INFO [stderr] Dec 18 14:49:36.773 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.773 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.773 INFO [stderr] | Dec 18 14:49:36.773 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.773 INFO [stderr] | ^^^^^ Dec 18 14:49:36.773 INFO [stderr] ... Dec 18 14:49:36.773 INFO [stderr] 2528 | rt_alloc_layout_checked!(rt_even_100000bytes_8align_alloc_layout_checked, 100000, 8); Dec 18 14:49:36.773 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.773 INFO [stderr] | Dec 18 14:49:36.773 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.777 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.777 INFO [stderr] | Dec 18 14:49:36.777 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.777 INFO [stderr] | Dec 18 14:49:36.777 INFO [stderr] Dec 18 14:49:36.777 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.777 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.777 INFO [stderr] | Dec 18 14:49:36.777 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.777 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.777 INFO [stderr] ... Dec 18 14:49:36.777 INFO [stderr] 2528 | rt_alloc_layout_checked!(rt_even_100000bytes_8align_alloc_layout_checked, 100000, 8); Dec 18 14:49:36.777 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.777 INFO [stderr] | Dec 18 14:49:36.777 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.777 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.777 INFO [stderr] | Dec 18 14:49:36.777 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.777 INFO [stderr] | Dec 18 14:49:36.777 INFO [stderr] Dec 18 14:49:36.777 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.777 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.777 INFO [stderr] | Dec 18 14:49:36.777 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.777 INFO [stderr] | ^^^^^ Dec 18 14:49:36.777 INFO [stderr] ... Dec 18 14:49:36.777 INFO [stderr] 2541 | rt_alloc_layout_checked!(rt_even_1000000bytes_8align_alloc_layout_checked, 1000000, 8); Dec 18 14:49:36.777 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.777 INFO [stderr] | Dec 18 14:49:36.777 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.777 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.777 INFO [stderr] | Dec 18 14:49:36.777 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.777 INFO [stderr] | Dec 18 14:49:36.777 INFO [stderr] Dec 18 14:49:36.777 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.777 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.777 INFO [stderr] | Dec 18 14:49:36.777 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.777 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.777 INFO [stderr] ... Dec 18 14:49:36.777 INFO [stderr] 2541 | rt_alloc_layout_checked!(rt_even_1000000bytes_8align_alloc_layout_checked, 1000000, 8); Dec 18 14:49:36.777 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.777 INFO [stderr] | Dec 18 14:49:36.777 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.777 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.777 INFO [stderr] | Dec 18 14:49:36.777 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.777 INFO [stderr] | Dec 18 14:49:36.777 INFO [stderr] Dec 18 14:49:36.780 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.780 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.781 INFO [stderr] | Dec 18 14:49:36.781 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.781 INFO [stderr] | ^^^^^ Dec 18 14:49:36.781 INFO [stderr] ... Dec 18 14:49:36.781 INFO [stderr] 2555 | rt_alloc_layout_checked!(rt_odd_10bytes_8align_alloc_layout_checked, 10- 1, 8); Dec 18 14:49:36.781 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.781 INFO [stderr] | Dec 18 14:49:36.781 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.781 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.781 INFO [stderr] | Dec 18 14:49:36.781 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.781 INFO [stderr] | Dec 18 14:49:36.781 INFO [stderr] Dec 18 14:49:36.781 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.781 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.781 INFO [stderr] | Dec 18 14:49:36.781 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.781 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.781 INFO [stderr] ... Dec 18 14:49:36.781 INFO [stderr] 2555 | rt_alloc_layout_checked!(rt_odd_10bytes_8align_alloc_layout_checked, 10- 1, 8); Dec 18 14:49:36.781 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.781 INFO [stderr] | Dec 18 14:49:36.781 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.781 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.781 INFO [stderr] | Dec 18 14:49:36.781 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.781 INFO [stderr] | Dec 18 14:49:36.781 INFO [stderr] Dec 18 14:49:36.781 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.781 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.781 INFO [stderr] | Dec 18 14:49:36.781 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.781 INFO [stderr] | ^^^^^ Dec 18 14:49:36.781 INFO [stderr] ... Dec 18 14:49:36.781 INFO [stderr] 2568 | rt_alloc_layout_checked!(rt_odd_100bytes_8align_alloc_layout_checked, 100- 1, 8); Dec 18 14:49:36.781 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.781 INFO [stderr] | Dec 18 14:49:36.781 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.781 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.781 INFO [stderr] | Dec 18 14:49:36.781 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.781 INFO [stderr] | Dec 18 14:49:36.781 INFO [stderr] Dec 18 14:49:36.781 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.781 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.781 INFO [stderr] | Dec 18 14:49:36.781 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.781 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.781 INFO [stderr] ... Dec 18 14:49:36.781 INFO [stderr] 2568 | rt_alloc_layout_checked!(rt_odd_100bytes_8align_alloc_layout_checked, 100- 1, 8); Dec 18 14:49:36.781 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.781 INFO [stderr] | Dec 18 14:49:36.781 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.781 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.781 INFO [stderr] | Dec 18 14:49:36.781 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.781 INFO [stderr] | Dec 18 14:49:36.781 INFO [stderr] Dec 18 14:49:36.784 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.784 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.784 INFO [stderr] | Dec 18 14:49:36.784 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.784 INFO [stderr] | ^^^^^ Dec 18 14:49:36.784 INFO [stderr] ... Dec 18 14:49:36.784 INFO [stderr] 2581 | rt_alloc_layout_checked!(rt_odd_1000bytes_8align_alloc_layout_checked, 1000- 1, 8); Dec 18 14:49:36.784 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.784 INFO [stderr] | Dec 18 14:49:36.784 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.784 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.784 INFO [stderr] | Dec 18 14:49:36.784 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.784 INFO [stderr] | Dec 18 14:49:36.784 INFO [stderr] Dec 18 14:49:36.784 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.784 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.784 INFO [stderr] | Dec 18 14:49:36.784 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.784 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.784 INFO [stderr] ... Dec 18 14:49:36.784 INFO [stderr] 2581 | rt_alloc_layout_checked!(rt_odd_1000bytes_8align_alloc_layout_checked, 1000- 1, 8); Dec 18 14:49:36.784 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.784 INFO [stderr] | Dec 18 14:49:36.785 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.785 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.785 INFO [stderr] | Dec 18 14:49:36.785 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.785 INFO [stderr] | Dec 18 14:49:36.785 INFO [stderr] Dec 18 14:49:36.785 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.785 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.785 INFO [stderr] | Dec 18 14:49:36.785 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.785 INFO [stderr] | ^^^^^ Dec 18 14:49:36.785 INFO [stderr] ... Dec 18 14:49:36.785 INFO [stderr] 2594 | rt_alloc_layout_checked!(rt_odd_10000bytes_8align_alloc_layout_checked, 10000- 1, 8); Dec 18 14:49:36.785 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.785 INFO [stderr] | Dec 18 14:49:36.785 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.785 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.785 INFO [stderr] | Dec 18 14:49:36.785 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.785 INFO [stderr] | Dec 18 14:49:36.785 INFO [stderr] Dec 18 14:49:36.785 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.785 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.785 INFO [stderr] | Dec 18 14:49:36.785 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.785 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.785 INFO [stderr] ... Dec 18 14:49:36.785 INFO [stderr] 2594 | rt_alloc_layout_checked!(rt_odd_10000bytes_8align_alloc_layout_checked, 10000- 1, 8); Dec 18 14:49:36.785 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.785 INFO [stderr] | Dec 18 14:49:36.785 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.785 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.785 INFO [stderr] | Dec 18 14:49:36.785 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.785 INFO [stderr] | Dec 18 14:49:36.785 INFO [stderr] Dec 18 14:49:36.788 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.788 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.788 INFO [stderr] | Dec 18 14:49:36.788 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.788 INFO [stderr] | ^^^^^ Dec 18 14:49:36.788 INFO [stderr] ... Dec 18 14:49:36.788 INFO [stderr] 2607 | rt_alloc_layout_checked!(rt_odd_100000bytes_8align_alloc_layout_checked, 100000- 1, 8); Dec 18 14:49:36.788 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.788 INFO [stderr] | Dec 18 14:49:36.788 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.788 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.788 INFO [stderr] | Dec 18 14:49:36.788 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.788 INFO [stderr] | Dec 18 14:49:36.788 INFO [stderr] Dec 18 14:49:36.788 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.788 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.788 INFO [stderr] | Dec 18 14:49:36.788 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.789 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.789 INFO [stderr] ... Dec 18 14:49:36.789 INFO [stderr] 2607 | rt_alloc_layout_checked!(rt_odd_100000bytes_8align_alloc_layout_checked, 100000- 1, 8); Dec 18 14:49:36.789 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.789 INFO [stderr] | Dec 18 14:49:36.789 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.789 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.789 INFO [stderr] | Dec 18 14:49:36.789 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.789 INFO [stderr] | Dec 18 14:49:36.789 INFO [stderr] Dec 18 14:49:36.789 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.789 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.789 INFO [stderr] | Dec 18 14:49:36.789 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.789 INFO [stderr] | ^^^^^ Dec 18 14:49:36.789 INFO [stderr] ... Dec 18 14:49:36.789 INFO [stderr] 2620 | rt_alloc_layout_checked!(rt_odd_1000000bytes_8align_alloc_layout_checked, 1000000- 1, 8); Dec 18 14:49:36.789 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.789 INFO [stderr] | Dec 18 14:49:36.789 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.789 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.789 INFO [stderr] | Dec 18 14:49:36.789 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.789 INFO [stderr] | Dec 18 14:49:36.789 INFO [stderr] Dec 18 14:49:36.789 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.789 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.789 INFO [stderr] | Dec 18 14:49:36.789 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.789 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.789 INFO [stderr] ... Dec 18 14:49:36.789 INFO [stderr] 2620 | rt_alloc_layout_checked!(rt_odd_1000000bytes_8align_alloc_layout_checked, 1000000- 1, 8); Dec 18 14:49:36.789 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.789 INFO [stderr] | Dec 18 14:49:36.789 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.789 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.789 INFO [stderr] | Dec 18 14:49:36.789 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.789 INFO [stderr] | Dec 18 14:49:36.789 INFO [stderr] Dec 18 14:49:36.792 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.793 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.793 INFO [stderr] | ^^^^^ Dec 18 14:49:36.793 INFO [stderr] ... Dec 18 14:49:36.793 INFO [stderr] 2634 | rt_alloc_layout_checked!(rt_primes_3bytes_8align_alloc_layout_checked, 3, 8); Dec 18 14:49:36.793 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.793 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] Dec 18 14:49:36.793 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.793 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.793 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.793 INFO [stderr] ... Dec 18 14:49:36.793 INFO [stderr] 2634 | rt_alloc_layout_checked!(rt_primes_3bytes_8align_alloc_layout_checked, 3, 8); Dec 18 14:49:36.793 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.793 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] Dec 18 14:49:36.793 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.793 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.793 INFO [stderr] | ^^^^^ Dec 18 14:49:36.793 INFO [stderr] ... Dec 18 14:49:36.793 INFO [stderr] 2647 | rt_alloc_layout_checked!(rt_primes_7bytes_8align_alloc_layout_checked, 7, 8); Dec 18 14:49:36.793 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.793 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] Dec 18 14:49:36.793 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.793 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.793 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.793 INFO [stderr] ... Dec 18 14:49:36.793 INFO [stderr] 2647 | rt_alloc_layout_checked!(rt_primes_7bytes_8align_alloc_layout_checked, 7, 8); Dec 18 14:49:36.793 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.793 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] Dec 18 14:49:36.793 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.793 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.793 INFO [stderr] | ^^^^^ Dec 18 14:49:36.793 INFO [stderr] ... Dec 18 14:49:36.793 INFO [stderr] 2660 | rt_alloc_layout_checked!(rt_primes_13bytes_8align_alloc_layout_checked, 13, 8); Dec 18 14:49:36.793 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.793 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] Dec 18 14:49:36.793 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.793 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.793 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.793 INFO [stderr] ... Dec 18 14:49:36.793 INFO [stderr] 2660 | rt_alloc_layout_checked!(rt_primes_13bytes_8align_alloc_layout_checked, 13, 8); Dec 18 14:49:36.793 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.793 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.793 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.793 INFO [stderr] | Dec 18 14:49:36.794 INFO [stderr] Dec 18 14:49:36.794 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.794 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.794 INFO [stderr] | Dec 18 14:49:36.794 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.794 INFO [stderr] | ^^^^^ Dec 18 14:49:36.794 INFO [stderr] ... Dec 18 14:49:36.794 INFO [stderr] 2673 | rt_alloc_layout_checked!(rt_primes_17bytes_8align_alloc_layout_checked, 17, 8); Dec 18 14:49:36.794 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.794 INFO [stderr] | Dec 18 14:49:36.794 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.794 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.794 INFO [stderr] | Dec 18 14:49:36.794 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.794 INFO [stderr] | Dec 18 14:49:36.794 INFO [stderr] Dec 18 14:49:36.794 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.794 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.794 INFO [stderr] | Dec 18 14:49:36.794 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.794 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.794 INFO [stderr] ... Dec 18 14:49:36.794 INFO [stderr] 2673 | rt_alloc_layout_checked!(rt_primes_17bytes_8align_alloc_layout_checked, 17, 8); Dec 18 14:49:36.794 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.794 INFO [stderr] | Dec 18 14:49:36.794 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.794 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.794 INFO [stderr] | Dec 18 14:49:36.794 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.794 INFO [stderr] | Dec 18 14:49:36.794 INFO [stderr] Dec 18 14:49:36.797 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.797 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.797 INFO [stderr] | Dec 18 14:49:36.797 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.797 INFO [stderr] | ^^^^^ Dec 18 14:49:36.797 INFO [stderr] ... Dec 18 14:49:36.797 INFO [stderr] 2686 | rt_alloc_layout_checked!(rt_primes_31bytes_8align_alloc_layout_checked, 31, 8); Dec 18 14:49:36.797 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.797 INFO [stderr] | Dec 18 14:49:36.797 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.797 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.797 INFO [stderr] | Dec 18 14:49:36.797 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.797 INFO [stderr] | Dec 18 14:49:36.797 INFO [stderr] Dec 18 14:49:36.797 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.797 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.797 INFO [stderr] | Dec 18 14:49:36.797 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.797 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.797 INFO [stderr] ... Dec 18 14:49:36.797 INFO [stderr] 2686 | rt_alloc_layout_checked!(rt_primes_31bytes_8align_alloc_layout_checked, 31, 8); Dec 18 14:49:36.797 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.797 INFO [stderr] | Dec 18 14:49:36.797 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.797 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.797 INFO [stderr] | Dec 18 14:49:36.797 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.797 INFO [stderr] | Dec 18 14:49:36.797 INFO [stderr] Dec 18 14:49:36.797 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.797 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.797 INFO [stderr] | Dec 18 14:49:36.797 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.797 INFO [stderr] | ^^^^^ Dec 18 14:49:36.797 INFO [stderr] ... Dec 18 14:49:36.797 INFO [stderr] 2699 | rt_alloc_layout_checked!(rt_primes_61bytes_8align_alloc_layout_checked, 61, 8); Dec 18 14:49:36.797 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.797 INFO [stderr] | Dec 18 14:49:36.797 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.797 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.797 INFO [stderr] | Dec 18 14:49:36.797 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.797 INFO [stderr] | Dec 18 14:49:36.797 INFO [stderr] Dec 18 14:49:36.797 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.797 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.797 INFO [stderr] | Dec 18 14:49:36.797 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.797 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.797 INFO [stderr] ... Dec 18 14:49:36.797 INFO [stderr] 2699 | rt_alloc_layout_checked!(rt_primes_61bytes_8align_alloc_layout_checked, 61, 8); Dec 18 14:49:36.797 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.797 INFO [stderr] | Dec 18 14:49:36.797 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.797 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.797 INFO [stderr] | Dec 18 14:49:36.797 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.797 INFO [stderr] | Dec 18 14:49:36.797 INFO [stderr] Dec 18 14:49:36.800 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.800 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.800 INFO [stderr] | Dec 18 14:49:36.800 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.800 INFO [stderr] | ^^^^^ Dec 18 14:49:36.800 INFO [stderr] ... Dec 18 14:49:36.800 INFO [stderr] 2712 | rt_alloc_layout_checked!(rt_primes_96bytes_8align_alloc_layout_checked, 96, 8); Dec 18 14:49:36.800 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.800 INFO [stderr] | Dec 18 14:49:36.800 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.800 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.800 INFO [stderr] | Dec 18 14:49:36.800 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.800 INFO [stderr] | Dec 18 14:49:36.800 INFO [stderr] Dec 18 14:49:36.800 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.800 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.800 INFO [stderr] | Dec 18 14:49:36.800 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.800 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.800 INFO [stderr] ... Dec 18 14:49:36.801 INFO [stderr] 2712 | rt_alloc_layout_checked!(rt_primes_96bytes_8align_alloc_layout_checked, 96, 8); Dec 18 14:49:36.801 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.801 INFO [stderr] | Dec 18 14:49:36.801 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.801 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.801 INFO [stderr] | Dec 18 14:49:36.801 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.801 INFO [stderr] | Dec 18 14:49:36.801 INFO [stderr] Dec 18 14:49:36.801 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.801 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.801 INFO [stderr] | Dec 18 14:49:36.801 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.801 INFO [stderr] | ^^^^^ Dec 18 14:49:36.801 INFO [stderr] ... Dec 18 14:49:36.801 INFO [stderr] 2725 | rt_alloc_layout_checked!(rt_primes_127bytes_8align_alloc_layout_checked, 127, 8); Dec 18 14:49:36.801 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.801 INFO [stderr] | Dec 18 14:49:36.801 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.801 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.801 INFO [stderr] | Dec 18 14:49:36.801 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.801 INFO [stderr] | Dec 18 14:49:36.801 INFO [stderr] Dec 18 14:49:36.801 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.801 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.801 INFO [stderr] | Dec 18 14:49:36.801 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.801 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.801 INFO [stderr] ... Dec 18 14:49:36.801 INFO [stderr] 2725 | rt_alloc_layout_checked!(rt_primes_127bytes_8align_alloc_layout_checked, 127, 8); Dec 18 14:49:36.801 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.801 INFO [stderr] | Dec 18 14:49:36.801 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.801 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.801 INFO [stderr] | Dec 18 14:49:36.801 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.801 INFO [stderr] | Dec 18 14:49:36.801 INFO [stderr] Dec 18 14:49:36.805 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.805 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.805 INFO [stderr] | Dec 18 14:49:36.805 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.805 INFO [stderr] | ^^^^^ Dec 18 14:49:36.805 INFO [stderr] ... Dec 18 14:49:36.805 INFO [stderr] 2738 | rt_alloc_layout_checked!(rt_primes_257bytes_8align_alloc_layout_checked, 257, 8); Dec 18 14:49:36.805 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.805 INFO [stderr] | Dec 18 14:49:36.805 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.805 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.805 INFO [stderr] | Dec 18 14:49:36.805 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.805 INFO [stderr] | Dec 18 14:49:36.805 INFO [stderr] Dec 18 14:49:36.805 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.805 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.805 INFO [stderr] | Dec 18 14:49:36.805 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.805 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.805 INFO [stderr] ... Dec 18 14:49:36.805 INFO [stderr] 2738 | rt_alloc_layout_checked!(rt_primes_257bytes_8align_alloc_layout_checked, 257, 8); Dec 18 14:49:36.805 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.805 INFO [stderr] | Dec 18 14:49:36.805 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.805 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.805 INFO [stderr] | Dec 18 14:49:36.805 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.805 INFO [stderr] | Dec 18 14:49:36.805 INFO [stderr] Dec 18 14:49:36.805 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.805 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.805 INFO [stderr] | Dec 18 14:49:36.805 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.805 INFO [stderr] | ^^^^^ Dec 18 14:49:36.805 INFO [stderr] ... Dec 18 14:49:36.805 INFO [stderr] 2751 | rt_alloc_layout_checked!(rt_primes_509bytes_8align_alloc_layout_checked, 509, 8); Dec 18 14:49:36.805 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.805 INFO [stderr] | Dec 18 14:49:36.805 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.805 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.805 INFO [stderr] | Dec 18 14:49:36.805 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.805 INFO [stderr] | Dec 18 14:49:36.805 INFO [stderr] Dec 18 14:49:36.805 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.805 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.805 INFO [stderr] | Dec 18 14:49:36.805 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.805 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.805 INFO [stderr] ... Dec 18 14:49:36.805 INFO [stderr] 2751 | rt_alloc_layout_checked!(rt_primes_509bytes_8align_alloc_layout_checked, 509, 8); Dec 18 14:49:36.805 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.805 INFO [stderr] | Dec 18 14:49:36.805 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.805 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.805 INFO [stderr] | Dec 18 14:49:36.805 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.805 INFO [stderr] | Dec 18 14:49:36.805 INFO [stderr] Dec 18 14:49:36.808 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.808 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.808 INFO [stderr] | Dec 18 14:49:36.808 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.808 INFO [stderr] | ^^^^^ Dec 18 14:49:36.808 INFO [stderr] ... Dec 18 14:49:36.808 INFO [stderr] 2764 | rt_alloc_layout_checked!(rt_primes_1021bytes_8align_alloc_layout_checked, 1021, 8); Dec 18 14:49:36.808 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.808 INFO [stderr] | Dec 18 14:49:36.808 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.808 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.808 INFO [stderr] | Dec 18 14:49:36.808 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.808 INFO [stderr] | Dec 18 14:49:36.808 INFO [stderr] Dec 18 14:49:36.808 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.808 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.808 INFO [stderr] | Dec 18 14:49:36.808 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.809 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.809 INFO [stderr] ... Dec 18 14:49:36.809 INFO [stderr] 2764 | rt_alloc_layout_checked!(rt_primes_1021bytes_8align_alloc_layout_checked, 1021, 8); Dec 18 14:49:36.809 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.809 INFO [stderr] | Dec 18 14:49:36.809 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.809 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.809 INFO [stderr] | Dec 18 14:49:36.809 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.809 INFO [stderr] | Dec 18 14:49:36.809 INFO [stderr] Dec 18 14:49:36.809 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.809 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.809 INFO [stderr] | Dec 18 14:49:36.809 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.809 INFO [stderr] | ^^^^^ Dec 18 14:49:36.809 INFO [stderr] ... Dec 18 14:49:36.809 INFO [stderr] 2777 | rt_alloc_layout_checked!(rt_primes_2039bytes_8align_alloc_layout_checked, 2039, 8); Dec 18 14:49:36.809 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.809 INFO [stderr] | Dec 18 14:49:36.809 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.809 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.809 INFO [stderr] | Dec 18 14:49:36.809 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.809 INFO [stderr] | Dec 18 14:49:36.809 INFO [stderr] Dec 18 14:49:36.809 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.809 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.809 INFO [stderr] | Dec 18 14:49:36.809 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.809 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.809 INFO [stderr] ... Dec 18 14:49:36.809 INFO [stderr] 2777 | rt_alloc_layout_checked!(rt_primes_2039bytes_8align_alloc_layout_checked, 2039, 8); Dec 18 14:49:36.809 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.809 INFO [stderr] | Dec 18 14:49:36.809 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.809 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.809 INFO [stderr] | Dec 18 14:49:36.809 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.809 INFO [stderr] | Dec 18 14:49:36.809 INFO [stderr] Dec 18 14:49:36.813 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.813 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.813 INFO [stderr] | Dec 18 14:49:36.813 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.813 INFO [stderr] | ^^^^^ Dec 18 14:49:36.813 INFO [stderr] ... Dec 18 14:49:36.813 INFO [stderr] 2790 | rt_alloc_layout_checked!(rt_primes_4093bytes_8align_alloc_layout_checked, 4093, 8); Dec 18 14:49:36.813 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.813 INFO [stderr] | Dec 18 14:49:36.813 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.813 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.813 INFO [stderr] | Dec 18 14:49:36.813 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.813 INFO [stderr] | Dec 18 14:49:36.813 INFO [stderr] Dec 18 14:49:36.813 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.813 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.813 INFO [stderr] | Dec 18 14:49:36.813 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.813 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.813 INFO [stderr] ... Dec 18 14:49:36.813 INFO [stderr] 2790 | rt_alloc_layout_checked!(rt_primes_4093bytes_8align_alloc_layout_checked, 4093, 8); Dec 18 14:49:36.813 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.813 INFO [stderr] | Dec 18 14:49:36.813 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.813 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.813 INFO [stderr] | Dec 18 14:49:36.813 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.813 INFO [stderr] | Dec 18 14:49:36.813 INFO [stderr] Dec 18 14:49:36.813 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.813 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.813 INFO [stderr] | Dec 18 14:49:36.813 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.813 INFO [stderr] | ^^^^^ Dec 18 14:49:36.813 INFO [stderr] ... Dec 18 14:49:36.813 INFO [stderr] 2803 | rt_alloc_layout_checked!(rt_primes_8191bytes_8align_alloc_layout_checked, 8191, 8); Dec 18 14:49:36.813 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.813 INFO [stderr] | Dec 18 14:49:36.813 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.813 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.813 INFO [stderr] | Dec 18 14:49:36.813 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.813 INFO [stderr] | Dec 18 14:49:36.813 INFO [stderr] Dec 18 14:49:36.813 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.813 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.813 INFO [stderr] | Dec 18 14:49:36.813 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.813 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.813 INFO [stderr] ... Dec 18 14:49:36.813 INFO [stderr] 2803 | rt_alloc_layout_checked!(rt_primes_8191bytes_8align_alloc_layout_checked, 8191, 8); Dec 18 14:49:36.813 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.813 INFO [stderr] | Dec 18 14:49:36.813 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.813 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.813 INFO [stderr] | Dec 18 14:49:36.813 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.813 INFO [stderr] | Dec 18 14:49:36.813 INFO [stderr] Dec 18 14:49:36.817 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.817 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.817 INFO [stderr] | ^^^^^ Dec 18 14:49:36.817 INFO [stderr] ... Dec 18 14:49:36.817 INFO [stderr] 2816 | rt_alloc_layout_checked!(rt_primes_16381bytes_8align_alloc_layout_checked, 16381, 8); Dec 18 14:49:36.817 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] Dec 18 14:49:36.817 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.817 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.817 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.817 INFO [stderr] ... Dec 18 14:49:36.817 INFO [stderr] 2816 | rt_alloc_layout_checked!(rt_primes_16381bytes_8align_alloc_layout_checked, 16381, 8); Dec 18 14:49:36.817 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] Dec 18 14:49:36.817 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.817 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.817 INFO [stderr] | ^^^^^ Dec 18 14:49:36.817 INFO [stderr] ... Dec 18 14:49:36.817 INFO [stderr] 2829 | rt_alloc_layout_checked!(rt_primes_32749bytes_8align_alloc_layout_checked, 32749, 8); Dec 18 14:49:36.817 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] Dec 18 14:49:36.817 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.817 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.817 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.817 INFO [stderr] ... Dec 18 14:49:36.817 INFO [stderr] 2829 | rt_alloc_layout_checked!(rt_primes_32749bytes_8align_alloc_layout_checked, 32749, 8); Dec 18 14:49:36.817 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] Dec 18 14:49:36.817 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.817 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.817 INFO [stderr] | ^^^^^ Dec 18 14:49:36.817 INFO [stderr] ... Dec 18 14:49:36.817 INFO [stderr] 2842 | rt_alloc_layout_checked!(rt_primes_65537bytes_8align_alloc_layout_checked, 65537, 8); Dec 18 14:49:36.817 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] Dec 18 14:49:36.817 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.817 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.817 INFO [stderr] | Dec 18 14:49:36.817 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.817 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.817 INFO [stderr] ... Dec 18 14:49:36.817 INFO [stderr] 2842 | rt_alloc_layout_checked!(rt_primes_65537bytes_8align_alloc_layout_checked, 65537, 8); Dec 18 14:49:36.817 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.818 INFO [stderr] | Dec 18 14:49:36.818 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.818 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.818 INFO [stderr] | Dec 18 14:49:36.818 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.818 INFO [stderr] | Dec 18 14:49:36.818 INFO [stderr] Dec 18 14:49:36.820 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.820 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.820 INFO [stderr] | Dec 18 14:49:36.820 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.820 INFO [stderr] | ^^^^^ Dec 18 14:49:36.820 INFO [stderr] ... Dec 18 14:49:36.820 INFO [stderr] 2855 | rt_alloc_layout_checked!(rt_primes_131071bytes_8align_alloc_layout_checked, 131071, 8); Dec 18 14:49:36.820 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.820 INFO [stderr] | Dec 18 14:49:36.820 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.820 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.821 INFO [stderr] | Dec 18 14:49:36.821 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.821 INFO [stderr] | Dec 18 14:49:36.821 INFO [stderr] Dec 18 14:49:36.821 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.821 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.821 INFO [stderr] | Dec 18 14:49:36.821 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.821 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.821 INFO [stderr] ... Dec 18 14:49:36.821 INFO [stderr] 2855 | rt_alloc_layout_checked!(rt_primes_131071bytes_8align_alloc_layout_checked, 131071, 8); Dec 18 14:49:36.821 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.821 INFO [stderr] | Dec 18 14:49:36.821 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.821 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.821 INFO [stderr] | Dec 18 14:49:36.821 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.821 INFO [stderr] | Dec 18 14:49:36.821 INFO [stderr] Dec 18 14:49:36.824 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.824 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.824 INFO [stderr] | Dec 18 14:49:36.824 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.824 INFO [stderr] | ^^^^^ Dec 18 14:49:36.824 INFO [stderr] ... Dec 18 14:49:36.824 INFO [stderr] 2868 | rt_alloc_layout_checked!(rt_primes_4194301bytes_8align_alloc_layout_checked, 4194301, 8); Dec 18 14:49:36.824 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.824 INFO [stderr] | Dec 18 14:49:36.824 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.824 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.824 INFO [stderr] | Dec 18 14:49:36.824 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.824 INFO [stderr] | Dec 18 14:49:36.824 INFO [stderr] Dec 18 14:49:36.824 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.824 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.824 INFO [stderr] | Dec 18 14:49:36.824 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.825 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.825 INFO [stderr] ... Dec 18 14:49:36.825 INFO [stderr] 2868 | rt_alloc_layout_checked!(rt_primes_4194301bytes_8align_alloc_layout_checked, 4194301, 8); Dec 18 14:49:36.825 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.825 INFO [stderr] | Dec 18 14:49:36.825 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.825 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.825 INFO [stderr] | Dec 18 14:49:36.825 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.825 INFO [stderr] | Dec 18 14:49:36.825 INFO [stderr] Dec 18 14:49:36.825 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.825 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.825 INFO [stderr] | Dec 18 14:49:36.825 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.825 INFO [stderr] | ^^^^^ Dec 18 14:49:36.825 INFO [stderr] ... Dec 18 14:49:36.825 INFO [stderr] 2884 | rt_alloc_layout_checked!(rt_pow2_1bytes_16align_alloc_layout_checked, 1, 16); Dec 18 14:49:36.825 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.825 INFO [stderr] | Dec 18 14:49:36.825 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.825 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.825 INFO [stderr] | Dec 18 14:49:36.825 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.825 INFO [stderr] | Dec 18 14:49:36.825 INFO [stderr] Dec 18 14:49:36.825 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.825 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.825 INFO [stderr] | Dec 18 14:49:36.825 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.825 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.825 INFO [stderr] ... Dec 18 14:49:36.825 INFO [stderr] 2884 | rt_alloc_layout_checked!(rt_pow2_1bytes_16align_alloc_layout_checked, 1, 16); Dec 18 14:49:36.825 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.825 INFO [stderr] | Dec 18 14:49:36.825 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.825 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.825 INFO [stderr] | Dec 18 14:49:36.825 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.825 INFO [stderr] | Dec 18 14:49:36.825 INFO [stderr] Dec 18 14:49:36.828 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.829 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.829 INFO [stderr] | Dec 18 14:49:36.829 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.829 INFO [stderr] | ^^^^^ Dec 18 14:49:36.829 INFO [stderr] ... Dec 18 14:49:36.829 INFO [stderr] 2897 | rt_alloc_layout_checked!(rt_pow2_2bytes_16align_alloc_layout_checked, 2, 16); Dec 18 14:49:36.829 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.829 INFO [stderr] | Dec 18 14:49:36.829 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.829 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.829 INFO [stderr] | Dec 18 14:49:36.829 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.829 INFO [stderr] | Dec 18 14:49:36.829 INFO [stderr] Dec 18 14:49:36.829 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.829 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.829 INFO [stderr] | Dec 18 14:49:36.829 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.829 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.829 INFO [stderr] ... Dec 18 14:49:36.829 INFO [stderr] 2897 | rt_alloc_layout_checked!(rt_pow2_2bytes_16align_alloc_layout_checked, 2, 16); Dec 18 14:49:36.829 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.829 INFO [stderr] | Dec 18 14:49:36.829 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.829 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.829 INFO [stderr] | Dec 18 14:49:36.829 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.829 INFO [stderr] | Dec 18 14:49:36.829 INFO [stderr] Dec 18 14:49:36.829 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.829 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.829 INFO [stderr] | Dec 18 14:49:36.829 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.829 INFO [stderr] | ^^^^^ Dec 18 14:49:36.829 INFO [stderr] ... Dec 18 14:49:36.829 INFO [stderr] 2910 | rt_alloc_layout_checked!(rt_pow2_4bytes_16align_alloc_layout_checked, 4, 16); Dec 18 14:49:36.829 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.829 INFO [stderr] | Dec 18 14:49:36.829 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.829 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.829 INFO [stderr] | Dec 18 14:49:36.829 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.829 INFO [stderr] | Dec 18 14:49:36.829 INFO [stderr] Dec 18 14:49:36.829 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.829 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.829 INFO [stderr] | Dec 18 14:49:36.829 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.829 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.829 INFO [stderr] ... Dec 18 14:49:36.829 INFO [stderr] 2910 | rt_alloc_layout_checked!(rt_pow2_4bytes_16align_alloc_layout_checked, 4, 16); Dec 18 14:49:36.829 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.829 INFO [stderr] | Dec 18 14:49:36.829 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.829 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.829 INFO [stderr] | Dec 18 14:49:36.829 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.829 INFO [stderr] | Dec 18 14:49:36.829 INFO [stderr] Dec 18 14:49:36.833 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.833 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.833 INFO [stderr] | Dec 18 14:49:36.833 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.833 INFO [stderr] | ^^^^^ Dec 18 14:49:36.833 INFO [stderr] ... Dec 18 14:49:36.833 INFO [stderr] 2923 | rt_alloc_layout_checked!(rt_pow2_8bytes_16align_alloc_layout_checked, 8, 16); Dec 18 14:49:36.833 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.833 INFO [stderr] | Dec 18 14:49:36.833 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.833 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.833 INFO [stderr] | Dec 18 14:49:36.833 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.833 INFO [stderr] | Dec 18 14:49:36.833 INFO [stderr] Dec 18 14:49:36.833 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.833 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.833 INFO [stderr] | Dec 18 14:49:36.833 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.833 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.833 INFO [stderr] ... Dec 18 14:49:36.833 INFO [stderr] 2923 | rt_alloc_layout_checked!(rt_pow2_8bytes_16align_alloc_layout_checked, 8, 16); Dec 18 14:49:36.833 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.833 INFO [stderr] | Dec 18 14:49:36.833 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.833 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.833 INFO [stderr] | Dec 18 14:49:36.833 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.833 INFO [stderr] | Dec 18 14:49:36.833 INFO [stderr] Dec 18 14:49:36.833 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.833 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.833 INFO [stderr] | Dec 18 14:49:36.833 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.833 INFO [stderr] | ^^^^^ Dec 18 14:49:36.833 INFO [stderr] ... Dec 18 14:49:36.833 INFO [stderr] 2936 | rt_alloc_layout_checked!(rt_pow2_16bytes_16align_alloc_layout_checked, 16, 16); Dec 18 14:49:36.833 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.833 INFO [stderr] | Dec 18 14:49:36.833 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.833 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.833 INFO [stderr] | Dec 18 14:49:36.833 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.833 INFO [stderr] | Dec 18 14:49:36.833 INFO [stderr] Dec 18 14:49:36.833 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.833 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.833 INFO [stderr] | Dec 18 14:49:36.833 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.833 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.833 INFO [stderr] ... Dec 18 14:49:36.833 INFO [stderr] 2936 | rt_alloc_layout_checked!(rt_pow2_16bytes_16align_alloc_layout_checked, 16, 16); Dec 18 14:49:36.833 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.833 INFO [stderr] | Dec 18 14:49:36.833 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.833 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.833 INFO [stderr] | Dec 18 14:49:36.833 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.833 INFO [stderr] | Dec 18 14:49:36.833 INFO [stderr] Dec 18 14:49:36.833 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.833 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.833 INFO [stderr] | Dec 18 14:49:36.833 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.833 INFO [stderr] | ^^^^^ Dec 18 14:49:36.833 INFO [stderr] ... Dec 18 14:49:36.833 INFO [stderr] 2949 | rt_alloc_layout_checked!(rt_pow2_32bytes_16align_alloc_layout_checked, 32, 16); Dec 18 14:49:36.833 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.833 INFO [stderr] | Dec 18 14:49:36.833 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.836 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.836 INFO [stderr] | Dec 18 14:49:36.836 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.836 INFO [stderr] | Dec 18 14:49:36.836 INFO [stderr] Dec 18 14:49:36.836 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.836 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.836 INFO [stderr] | Dec 18 14:49:36.836 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.836 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.836 INFO [stderr] ... Dec 18 14:49:36.836 INFO [stderr] 2949 | rt_alloc_layout_checked!(rt_pow2_32bytes_16align_alloc_layout_checked, 32, 16); Dec 18 14:49:36.836 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.836 INFO [stderr] | Dec 18 14:49:36.836 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.836 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.836 INFO [stderr] | Dec 18 14:49:36.837 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.837 INFO [stderr] | Dec 18 14:49:36.837 INFO [stderr] Dec 18 14:49:36.837 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.837 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.837 INFO [stderr] | Dec 18 14:49:36.837 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.837 INFO [stderr] | ^^^^^ Dec 18 14:49:36.837 INFO [stderr] ... Dec 18 14:49:36.837 INFO [stderr] 2962 | rt_alloc_layout_checked!(rt_pow2_64bytes_16align_alloc_layout_checked, 64, 16); Dec 18 14:49:36.837 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.837 INFO [stderr] | Dec 18 14:49:36.837 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.837 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.837 INFO [stderr] | Dec 18 14:49:36.837 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.837 INFO [stderr] | Dec 18 14:49:36.837 INFO [stderr] Dec 18 14:49:36.837 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.837 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.837 INFO [stderr] | Dec 18 14:49:36.837 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.837 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.837 INFO [stderr] ... Dec 18 14:49:36.837 INFO [stderr] 2962 | rt_alloc_layout_checked!(rt_pow2_64bytes_16align_alloc_layout_checked, 64, 16); Dec 18 14:49:36.837 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.837 INFO [stderr] | Dec 18 14:49:36.837 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.837 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.837 INFO [stderr] | Dec 18 14:49:36.837 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.837 INFO [stderr] | Dec 18 14:49:36.837 INFO [stderr] Dec 18 14:49:36.837 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.837 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.837 INFO [stderr] | Dec 18 14:49:36.837 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.837 INFO [stderr] | ^^^^^ Dec 18 14:49:36.837 INFO [stderr] ... Dec 18 14:49:36.837 INFO [stderr] 2975 | rt_alloc_layout_checked!(rt_pow2_128bytes_16align_alloc_layout_checked, 128, 16); Dec 18 14:49:36.837 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.837 INFO [stderr] | Dec 18 14:49:36.837 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.837 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.837 INFO [stderr] | Dec 18 14:49:36.837 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.837 INFO [stderr] | Dec 18 14:49:36.837 INFO [stderr] Dec 18 14:49:36.841 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.841 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.841 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.841 INFO [stderr] ... Dec 18 14:49:36.841 INFO [stderr] 2975 | rt_alloc_layout_checked!(rt_pow2_128bytes_16align_alloc_layout_checked, 128, 16); Dec 18 14:49:36.841 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.841 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] Dec 18 14:49:36.841 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.841 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.841 INFO [stderr] | ^^^^^ Dec 18 14:49:36.841 INFO [stderr] ... Dec 18 14:49:36.841 INFO [stderr] 2988 | rt_alloc_layout_checked!(rt_pow2_256bytes_16align_alloc_layout_checked, 256, 16); Dec 18 14:49:36.841 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.841 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] Dec 18 14:49:36.841 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.841 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.841 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.841 INFO [stderr] ... Dec 18 14:49:36.841 INFO [stderr] 2988 | rt_alloc_layout_checked!(rt_pow2_256bytes_16align_alloc_layout_checked, 256, 16); Dec 18 14:49:36.841 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.841 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] Dec 18 14:49:36.841 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.841 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.841 INFO [stderr] | ^^^^^ Dec 18 14:49:36.841 INFO [stderr] ... Dec 18 14:49:36.841 INFO [stderr] 3001 | rt_alloc_layout_checked!(rt_pow2_512bytes_16align_alloc_layout_checked, 512, 16); Dec 18 14:49:36.841 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.841 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] Dec 18 14:49:36.841 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.841 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.841 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.841 INFO [stderr] ... Dec 18 14:49:36.841 INFO [stderr] 3001 | rt_alloc_layout_checked!(rt_pow2_512bytes_16align_alloc_layout_checked, 512, 16); Dec 18 14:49:36.841 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.841 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] Dec 18 14:49:36.841 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.841 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.841 INFO [stderr] | ^^^^^ Dec 18 14:49:36.841 INFO [stderr] ... Dec 18 14:49:36.841 INFO [stderr] 3014 | rt_alloc_layout_checked!(rt_pow2_1024bytes_16align_alloc_layout_checked, 1024, 16); Dec 18 14:49:36.841 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.841 INFO [stderr] | Dec 18 14:49:36.841 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.842 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.842 INFO [stderr] | Dec 18 14:49:36.842 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.842 INFO [stderr] | Dec 18 14:49:36.842 INFO [stderr] Dec 18 14:49:36.849 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.849 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.849 INFO [stderr] | Dec 18 14:49:36.849 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.849 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.849 INFO [stderr] ... Dec 18 14:49:36.849 INFO [stderr] 3014 | rt_alloc_layout_checked!(rt_pow2_1024bytes_16align_alloc_layout_checked, 1024, 16); Dec 18 14:49:36.849 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.849 INFO [stderr] | Dec 18 14:49:36.849 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.849 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.849 INFO [stderr] | Dec 18 14:49:36.849 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.849 INFO [stderr] | Dec 18 14:49:36.849 INFO [stderr] Dec 18 14:49:36.849 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.849 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.849 INFO [stderr] | Dec 18 14:49:36.849 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.849 INFO [stderr] | ^^^^^ Dec 18 14:49:36.849 INFO [stderr] ... Dec 18 14:49:36.849 INFO [stderr] 3027 | rt_alloc_layout_checked!(rt_pow2_2048bytes_16align_alloc_layout_checked, 2048, 16); Dec 18 14:49:36.849 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.849 INFO [stderr] | Dec 18 14:49:36.849 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.849 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.849 INFO [stderr] | Dec 18 14:49:36.849 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.849 INFO [stderr] | Dec 18 14:49:36.849 INFO [stderr] Dec 18 14:49:36.849 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.849 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.849 INFO [stderr] | Dec 18 14:49:36.849 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.849 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.849 INFO [stderr] ... Dec 18 14:49:36.849 INFO [stderr] 3027 | rt_alloc_layout_checked!(rt_pow2_2048bytes_16align_alloc_layout_checked, 2048, 16); Dec 18 14:49:36.849 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.849 INFO [stderr] | Dec 18 14:49:36.849 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.849 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.849 INFO [stderr] | Dec 18 14:49:36.849 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.849 INFO [stderr] | Dec 18 14:49:36.849 INFO [stderr] Dec 18 14:49:36.850 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.850 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.850 INFO [stderr] | ^^^^^ Dec 18 14:49:36.850 INFO [stderr] ... Dec 18 14:49:36.850 INFO [stderr] 3040 | rt_alloc_layout_checked!(rt_pow2_4096bytes_16align_alloc_layout_checked, 4096, 16); Dec 18 14:49:36.850 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.850 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] Dec 18 14:49:36.850 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.850 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.850 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.850 INFO [stderr] ... Dec 18 14:49:36.850 INFO [stderr] 3040 | rt_alloc_layout_checked!(rt_pow2_4096bytes_16align_alloc_layout_checked, 4096, 16); Dec 18 14:49:36.850 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.850 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] Dec 18 14:49:36.850 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.850 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.850 INFO [stderr] | ^^^^^ Dec 18 14:49:36.850 INFO [stderr] ... Dec 18 14:49:36.850 INFO [stderr] 3053 | rt_alloc_layout_checked!(rt_pow2_8192bytes_16align_alloc_layout_checked, 8192, 16); Dec 18 14:49:36.850 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.850 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] Dec 18 14:49:36.850 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.850 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.850 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.850 INFO [stderr] ... Dec 18 14:49:36.850 INFO [stderr] 3053 | rt_alloc_layout_checked!(rt_pow2_8192bytes_16align_alloc_layout_checked, 8192, 16); Dec 18 14:49:36.850 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.850 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] Dec 18 14:49:36.850 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.850 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.850 INFO [stderr] | ^^^^^ Dec 18 14:49:36.850 INFO [stderr] ... Dec 18 14:49:36.850 INFO [stderr] 3066 | rt_alloc_layout_checked!(rt_pow2_16384bytes_16align_alloc_layout_checked, 16384, 16); Dec 18 14:49:36.850 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.850 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] Dec 18 14:49:36.850 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.850 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.850 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.850 INFO [stderr] ... Dec 18 14:49:36.850 INFO [stderr] 3066 | rt_alloc_layout_checked!(rt_pow2_16384bytes_16align_alloc_layout_checked, 16384, 16); Dec 18 14:49:36.850 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.850 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.850 INFO [stderr] | Dec 18 14:49:36.850 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.851 INFO [stderr] | Dec 18 14:49:36.851 INFO [stderr] Dec 18 14:49:36.851 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.851 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.851 INFO [stderr] | Dec 18 14:49:36.851 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.851 INFO [stderr] | ^^^^^ Dec 18 14:49:36.851 INFO [stderr] ... Dec 18 14:49:36.851 INFO [stderr] 3079 | rt_alloc_layout_checked!(rt_pow2_32768bytes_16align_alloc_layout_checked, 32768, 16); Dec 18 14:49:36.851 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.851 INFO [stderr] | Dec 18 14:49:36.851 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.851 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.851 INFO [stderr] | Dec 18 14:49:36.851 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.851 INFO [stderr] | Dec 18 14:49:36.851 INFO [stderr] Dec 18 14:49:36.858 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.858 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.858 INFO [stderr] | Dec 18 14:49:36.858 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.858 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.858 INFO [stderr] ... Dec 18 14:49:36.858 INFO [stderr] 3079 | rt_alloc_layout_checked!(rt_pow2_32768bytes_16align_alloc_layout_checked, 32768, 16); Dec 18 14:49:36.858 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.858 INFO [stderr] | Dec 18 14:49:36.858 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.858 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.858 INFO [stderr] | Dec 18 14:49:36.858 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.858 INFO [stderr] | Dec 18 14:49:36.858 INFO [stderr] Dec 18 14:49:36.858 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.858 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.858 INFO [stderr] | Dec 18 14:49:36.858 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.858 INFO [stderr] | ^^^^^ Dec 18 14:49:36.858 INFO [stderr] ... Dec 18 14:49:36.858 INFO [stderr] 3092 | rt_alloc_layout_checked!(rt_pow2_65536bytes_16align_alloc_layout_checked, 65536, 16); Dec 18 14:49:36.858 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.858 INFO [stderr] | Dec 18 14:49:36.858 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.858 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.858 INFO [stderr] | Dec 18 14:49:36.858 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.858 INFO [stderr] | Dec 18 14:49:36.858 INFO [stderr] Dec 18 14:49:36.858 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.858 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.859 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.859 INFO [stderr] ... Dec 18 14:49:36.859 INFO [stderr] 3092 | rt_alloc_layout_checked!(rt_pow2_65536bytes_16align_alloc_layout_checked, 65536, 16); Dec 18 14:49:36.859 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.859 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] Dec 18 14:49:36.859 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.859 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.859 INFO [stderr] | ^^^^^ Dec 18 14:49:36.859 INFO [stderr] ... Dec 18 14:49:36.859 INFO [stderr] 3105 | rt_alloc_layout_checked!(rt_pow2_131072bytes_16align_alloc_layout_checked, 131072, 16); Dec 18 14:49:36.859 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.859 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] Dec 18 14:49:36.859 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.859 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.859 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.859 INFO [stderr] ... Dec 18 14:49:36.859 INFO [stderr] 3105 | rt_alloc_layout_checked!(rt_pow2_131072bytes_16align_alloc_layout_checked, 131072, 16); Dec 18 14:49:36.859 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.859 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] Dec 18 14:49:36.859 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.859 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.859 INFO [stderr] | ^^^^^ Dec 18 14:49:36.859 INFO [stderr] ... Dec 18 14:49:36.859 INFO [stderr] 3118 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_16align_alloc_layout_checked, 4194304, 16); Dec 18 14:49:36.859 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.859 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] Dec 18 14:49:36.859 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.859 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.859 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.859 INFO [stderr] ... Dec 18 14:49:36.859 INFO [stderr] 3118 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_16align_alloc_layout_checked, 4194304, 16); Dec 18 14:49:36.859 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.859 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] Dec 18 14:49:36.859 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.859 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.859 INFO [stderr] | ^^^^^ Dec 18 14:49:36.859 INFO [stderr] ... Dec 18 14:49:36.859 INFO [stderr] 3132 | rt_alloc_layout_checked!(rt_even_10bytes_16align_alloc_layout_checked, 10, 16); Dec 18 14:49:36.859 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.859 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.859 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.859 INFO [stderr] | Dec 18 14:49:36.860 INFO [stderr] Dec 18 14:49:36.860 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.860 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.860 INFO [stderr] | Dec 18 14:49:36.860 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.860 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.860 INFO [stderr] ... Dec 18 14:49:36.860 INFO [stderr] 3132 | rt_alloc_layout_checked!(rt_even_10bytes_16align_alloc_layout_checked, 10, 16); Dec 18 14:49:36.860 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.860 INFO [stderr] | Dec 18 14:49:36.860 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.860 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.860 INFO [stderr] | Dec 18 14:49:36.860 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.860 INFO [stderr] | Dec 18 14:49:36.860 INFO [stderr] Dec 18 14:49:36.866 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.866 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.866 INFO [stderr] | Dec 18 14:49:36.866 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.866 INFO [stderr] | ^^^^^ Dec 18 14:49:36.866 INFO [stderr] ... Dec 18 14:49:36.866 INFO [stderr] 3145 | rt_alloc_layout_checked!(rt_even_100bytes_16align_alloc_layout_checked, 100, 16); Dec 18 14:49:36.866 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.866 INFO [stderr] | Dec 18 14:49:36.866 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.866 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.866 INFO [stderr] | Dec 18 14:49:36.866 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.866 INFO [stderr] | Dec 18 14:49:36.866 INFO [stderr] Dec 18 14:49:36.866 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.866 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.866 INFO [stderr] | Dec 18 14:49:36.866 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.866 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.866 INFO [stderr] ... Dec 18 14:49:36.866 INFO [stderr] 3145 | rt_alloc_layout_checked!(rt_even_100bytes_16align_alloc_layout_checked, 100, 16); Dec 18 14:49:36.866 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.866 INFO [stderr] | Dec 18 14:49:36.866 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.866 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.866 INFO [stderr] | Dec 18 14:49:36.866 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.866 INFO [stderr] | Dec 18 14:49:36.866 INFO [stderr] Dec 18 14:49:36.866 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.866 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.866 INFO [stderr] | Dec 18 14:49:36.866 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.866 INFO [stderr] | ^^^^^ Dec 18 14:49:36.866 INFO [stderr] ... Dec 18 14:49:36.866 INFO [stderr] 3158 | rt_alloc_layout_checked!(rt_even_1000bytes_16align_alloc_layout_checked, 1000, 16); Dec 18 14:49:36.866 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.866 INFO [stderr] | Dec 18 14:49:36.866 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.866 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.866 INFO [stderr] | Dec 18 14:49:36.866 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.866 INFO [stderr] | Dec 18 14:49:36.866 INFO [stderr] Dec 18 14:49:36.866 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.866 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.867 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.867 INFO [stderr] ... Dec 18 14:49:36.867 INFO [stderr] 3158 | rt_alloc_layout_checked!(rt_even_1000bytes_16align_alloc_layout_checked, 1000, 16); Dec 18 14:49:36.867 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.867 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] Dec 18 14:49:36.867 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.867 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.867 INFO [stderr] | ^^^^^ Dec 18 14:49:36.867 INFO [stderr] ... Dec 18 14:49:36.867 INFO [stderr] 3171 | rt_alloc_layout_checked!(rt_even_10000bytes_16align_alloc_layout_checked, 10000, 16); Dec 18 14:49:36.867 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.867 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] Dec 18 14:49:36.867 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.867 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.867 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.867 INFO [stderr] ... Dec 18 14:49:36.867 INFO [stderr] 3171 | rt_alloc_layout_checked!(rt_even_10000bytes_16align_alloc_layout_checked, 10000, 16); Dec 18 14:49:36.867 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.867 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] Dec 18 14:49:36.867 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.867 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.867 INFO [stderr] | ^^^^^ Dec 18 14:49:36.867 INFO [stderr] ... Dec 18 14:49:36.867 INFO [stderr] 3184 | rt_alloc_layout_checked!(rt_even_100000bytes_16align_alloc_layout_checked, 100000, 16); Dec 18 14:49:36.867 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.867 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] Dec 18 14:49:36.867 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.867 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.867 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.867 INFO [stderr] ... Dec 18 14:49:36.867 INFO [stderr] 3184 | rt_alloc_layout_checked!(rt_even_100000bytes_16align_alloc_layout_checked, 100000, 16); Dec 18 14:49:36.867 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.867 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.867 INFO [stderr] | Dec 18 14:49:36.867 INFO [stderr] Dec 18 14:49:36.873 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.873 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.873 INFO [stderr] | ^^^^^ Dec 18 14:49:36.873 INFO [stderr] ... Dec 18 14:49:36.873 INFO [stderr] 3197 | rt_alloc_layout_checked!(rt_even_1000000bytes_16align_alloc_layout_checked, 1000000, 16); Dec 18 14:49:36.873 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.873 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] Dec 18 14:49:36.873 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.873 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.873 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.873 INFO [stderr] ... Dec 18 14:49:36.873 INFO [stderr] 3197 | rt_alloc_layout_checked!(rt_even_1000000bytes_16align_alloc_layout_checked, 1000000, 16); Dec 18 14:49:36.873 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.873 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] Dec 18 14:49:36.873 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.873 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.873 INFO [stderr] | ^^^^^ Dec 18 14:49:36.873 INFO [stderr] ... Dec 18 14:49:36.873 INFO [stderr] 3211 | rt_alloc_layout_checked!(rt_odd_10bytes_16align_alloc_layout_checked, 10- 1, 16); Dec 18 14:49:36.873 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.873 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] Dec 18 14:49:36.873 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.873 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.873 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.873 INFO [stderr] ... Dec 18 14:49:36.873 INFO [stderr] 3211 | rt_alloc_layout_checked!(rt_odd_10bytes_16align_alloc_layout_checked, 10- 1, 16); Dec 18 14:49:36.873 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.873 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] Dec 18 14:49:36.873 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.873 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.873 INFO [stderr] | ^^^^^ Dec 18 14:49:36.873 INFO [stderr] ... Dec 18 14:49:36.873 INFO [stderr] 3224 | rt_alloc_layout_checked!(rt_odd_100bytes_16align_alloc_layout_checked, 100- 1, 16); Dec 18 14:49:36.873 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.873 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] Dec 18 14:49:36.873 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.873 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.873 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.873 INFO [stderr] ... Dec 18 14:49:36.873 INFO [stderr] 3224 | rt_alloc_layout_checked!(rt_odd_100bytes_16align_alloc_layout_checked, 100- 1, 16); Dec 18 14:49:36.873 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.873 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.873 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.873 INFO [stderr] | Dec 18 14:49:36.874 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.874 INFO [stderr] | Dec 18 14:49:36.874 INFO [stderr] Dec 18 14:49:36.874 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.874 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.874 INFO [stderr] | Dec 18 14:49:36.874 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.874 INFO [stderr] | ^^^^^ Dec 18 14:49:36.874 INFO [stderr] ... Dec 18 14:49:36.874 INFO [stderr] 3237 | rt_alloc_layout_checked!(rt_odd_1000bytes_16align_alloc_layout_checked, 1000- 1, 16); Dec 18 14:49:36.874 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.874 INFO [stderr] | Dec 18 14:49:36.874 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.874 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.874 INFO [stderr] | Dec 18 14:49:36.874 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.874 INFO [stderr] | Dec 18 14:49:36.874 INFO [stderr] Dec 18 14:49:36.874 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.874 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.874 INFO [stderr] | Dec 18 14:49:36.874 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.874 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.874 INFO [stderr] ... Dec 18 14:49:36.874 INFO [stderr] 3237 | rt_alloc_layout_checked!(rt_odd_1000bytes_16align_alloc_layout_checked, 1000- 1, 16); Dec 18 14:49:36.874 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.874 INFO [stderr] | Dec 18 14:49:36.874 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.874 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.874 INFO [stderr] | Dec 18 14:49:36.874 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.874 INFO [stderr] | Dec 18 14:49:36.874 INFO [stderr] Dec 18 14:49:36.882 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.882 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.882 INFO [stderr] | Dec 18 14:49:36.882 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.882 INFO [stderr] | ^^^^^ Dec 18 14:49:36.882 INFO [stderr] ... Dec 18 14:49:36.882 INFO [stderr] 3250 | rt_alloc_layout_checked!(rt_odd_10000bytes_16align_alloc_layout_checked, 10000- 1, 16); Dec 18 14:49:36.882 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.882 INFO [stderr] | Dec 18 14:49:36.882 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.882 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.882 INFO [stderr] | Dec 18 14:49:36.882 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.882 INFO [stderr] | Dec 18 14:49:36.882 INFO [stderr] Dec 18 14:49:36.882 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.882 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.882 INFO [stderr] | Dec 18 14:49:36.882 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.882 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.882 INFO [stderr] ... Dec 18 14:49:36.882 INFO [stderr] 3250 | rt_alloc_layout_checked!(rt_odd_10000bytes_16align_alloc_layout_checked, 10000- 1, 16); Dec 18 14:49:36.882 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.882 INFO [stderr] | Dec 18 14:49:36.882 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.882 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.882 INFO [stderr] | Dec 18 14:49:36.882 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.882 INFO [stderr] | Dec 18 14:49:36.882 INFO [stderr] Dec 18 14:49:36.882 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.882 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.882 INFO [stderr] | Dec 18 14:49:36.882 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.882 INFO [stderr] | ^^^^^ Dec 18 14:49:36.882 INFO [stderr] ... Dec 18 14:49:36.882 INFO [stderr] 3263 | rt_alloc_layout_checked!(rt_odd_100000bytes_16align_alloc_layout_checked, 100000- 1, 16); Dec 18 14:49:36.882 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.882 INFO [stderr] | Dec 18 14:49:36.882 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.882 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.882 INFO [stderr] | Dec 18 14:49:36.882 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.882 INFO [stderr] | Dec 18 14:49:36.882 INFO [stderr] Dec 18 14:49:36.882 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.882 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.882 INFO [stderr] | Dec 18 14:49:36.882 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.883 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.883 INFO [stderr] ... Dec 18 14:49:36.883 INFO [stderr] 3263 | rt_alloc_layout_checked!(rt_odd_100000bytes_16align_alloc_layout_checked, 100000- 1, 16); Dec 18 14:49:36.883 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.883 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] Dec 18 14:49:36.883 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.883 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.883 INFO [stderr] | ^^^^^ Dec 18 14:49:36.883 INFO [stderr] ... Dec 18 14:49:36.883 INFO [stderr] 3276 | rt_alloc_layout_checked!(rt_odd_1000000bytes_16align_alloc_layout_checked, 1000000- 1, 16); Dec 18 14:49:36.883 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.883 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] Dec 18 14:49:36.883 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.883 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.883 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.883 INFO [stderr] ... Dec 18 14:49:36.883 INFO [stderr] 3276 | rt_alloc_layout_checked!(rt_odd_1000000bytes_16align_alloc_layout_checked, 1000000- 1, 16); Dec 18 14:49:36.883 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.883 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] Dec 18 14:49:36.883 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.883 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.883 INFO [stderr] | ^^^^^ Dec 18 14:49:36.883 INFO [stderr] ... Dec 18 14:49:36.883 INFO [stderr] 3290 | rt_alloc_layout_checked!(rt_primes_3bytes_16align_alloc_layout_checked, 3, 16); Dec 18 14:49:36.883 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.883 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] Dec 18 14:49:36.883 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.883 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.883 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.883 INFO [stderr] ... Dec 18 14:49:36.883 INFO [stderr] 3290 | rt_alloc_layout_checked!(rt_primes_3bytes_16align_alloc_layout_checked, 3, 16); Dec 18 14:49:36.883 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.883 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] Dec 18 14:49:36.883 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.883 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.883 INFO [stderr] | ^^^^^ Dec 18 14:49:36.883 INFO [stderr] ... Dec 18 14:49:36.883 INFO [stderr] 3303 | rt_alloc_layout_checked!(rt_primes_7bytes_16align_alloc_layout_checked, 7, 16); Dec 18 14:49:36.883 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.883 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.883 INFO [stderr] | Dec 18 14:49:36.883 INFO [stderr] Dec 18 14:49:36.890 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.890 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.890 INFO [stderr] | Dec 18 14:49:36.890 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.890 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.890 INFO [stderr] ... Dec 18 14:49:36.890 INFO [stderr] 3303 | rt_alloc_layout_checked!(rt_primes_7bytes_16align_alloc_layout_checked, 7, 16); Dec 18 14:49:36.890 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.890 INFO [stderr] | Dec 18 14:49:36.890 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.890 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.890 INFO [stderr] | Dec 18 14:49:36.890 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.890 INFO [stderr] | Dec 18 14:49:36.890 INFO [stderr] Dec 18 14:49:36.890 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.890 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.890 INFO [stderr] | Dec 18 14:49:36.890 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.890 INFO [stderr] | ^^^^^ Dec 18 14:49:36.890 INFO [stderr] ... Dec 18 14:49:36.890 INFO [stderr] 3316 | rt_alloc_layout_checked!(rt_primes_13bytes_16align_alloc_layout_checked, 13, 16); Dec 18 14:49:36.890 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.890 INFO [stderr] | Dec 18 14:49:36.890 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.890 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.890 INFO [stderr] | Dec 18 14:49:36.890 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.890 INFO [stderr] | Dec 18 14:49:36.890 INFO [stderr] Dec 18 14:49:36.890 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.890 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.890 INFO [stderr] | Dec 18 14:49:36.890 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.890 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.890 INFO [stderr] ... Dec 18 14:49:36.890 INFO [stderr] 3316 | rt_alloc_layout_checked!(rt_primes_13bytes_16align_alloc_layout_checked, 13, 16); Dec 18 14:49:36.890 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.890 INFO [stderr] | Dec 18 14:49:36.890 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.890 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.890 INFO [stderr] | Dec 18 14:49:36.890 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.890 INFO [stderr] | Dec 18 14:49:36.890 INFO [stderr] Dec 18 14:49:36.890 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.890 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.890 INFO [stderr] | Dec 18 14:49:36.890 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.890 INFO [stderr] | ^^^^^ Dec 18 14:49:36.890 INFO [stderr] ... Dec 18 14:49:36.890 INFO [stderr] 3329 | rt_alloc_layout_checked!(rt_primes_17bytes_16align_alloc_layout_checked, 17, 16); Dec 18 14:49:36.890 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.890 INFO [stderr] | Dec 18 14:49:36.890 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.890 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.890 INFO [stderr] | Dec 18 14:49:36.890 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.890 INFO [stderr] | Dec 18 14:49:36.890 INFO [stderr] Dec 18 14:49:36.893 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.893 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.893 INFO [stderr] | Dec 18 14:49:36.893 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.893 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.893 INFO [stderr] ... Dec 18 14:49:36.893 INFO [stderr] 3329 | rt_alloc_layout_checked!(rt_primes_17bytes_16align_alloc_layout_checked, 17, 16); Dec 18 14:49:36.893 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.893 INFO [stderr] | Dec 18 14:49:36.893 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.893 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.893 INFO [stderr] | Dec 18 14:49:36.893 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.893 INFO [stderr] | Dec 18 14:49:36.893 INFO [stderr] Dec 18 14:49:36.893 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.893 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.893 INFO [stderr] | Dec 18 14:49:36.893 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.893 INFO [stderr] | ^^^^^ Dec 18 14:49:36.893 INFO [stderr] ... Dec 18 14:49:36.893 INFO [stderr] 3342 | rt_alloc_layout_checked!(rt_primes_31bytes_16align_alloc_layout_checked, 31, 16); Dec 18 14:49:36.893 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.893 INFO [stderr] | Dec 18 14:49:36.893 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.893 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.893 INFO [stderr] | Dec 18 14:49:36.893 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.893 INFO [stderr] | Dec 18 14:49:36.893 INFO [stderr] Dec 18 14:49:36.900 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.900 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.900 INFO [stderr] | Dec 18 14:49:36.900 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.900 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.900 INFO [stderr] ... Dec 18 14:49:36.900 INFO [stderr] 3342 | rt_alloc_layout_checked!(rt_primes_31bytes_16align_alloc_layout_checked, 31, 16); Dec 18 14:49:36.900 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.900 INFO [stderr] | Dec 18 14:49:36.900 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.900 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.900 INFO [stderr] | Dec 18 14:49:36.900 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.900 INFO [stderr] | Dec 18 14:49:36.900 INFO [stderr] Dec 18 14:49:36.900 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.900 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.900 INFO [stderr] | Dec 18 14:49:36.900 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.901 INFO [stderr] | ^^^^^ Dec 18 14:49:36.901 INFO [stderr] ... Dec 18 14:49:36.901 INFO [stderr] 3355 | rt_alloc_layout_checked!(rt_primes_61bytes_16align_alloc_layout_checked, 61, 16); Dec 18 14:49:36.901 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.901 INFO [stderr] | Dec 18 14:49:36.901 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.901 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.901 INFO [stderr] | Dec 18 14:49:36.901 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.901 INFO [stderr] | Dec 18 14:49:36.901 INFO [stderr] Dec 18 14:49:36.901 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.901 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.901 INFO [stderr] | Dec 18 14:49:36.901 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.901 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.901 INFO [stderr] ... Dec 18 14:49:36.901 INFO [stderr] 3355 | rt_alloc_layout_checked!(rt_primes_61bytes_16align_alloc_layout_checked, 61, 16); Dec 18 14:49:36.901 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.901 INFO [stderr] | Dec 18 14:49:36.901 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.901 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.901 INFO [stderr] | Dec 18 14:49:36.901 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.901 INFO [stderr] | Dec 18 14:49:36.901 INFO [stderr] Dec 18 14:49:36.909 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.909 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.909 INFO [stderr] | Dec 18 14:49:36.909 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.909 INFO [stderr] | ^^^^^ Dec 18 14:49:36.909 INFO [stderr] ... Dec 18 14:49:36.909 INFO [stderr] 3368 | rt_alloc_layout_checked!(rt_primes_96bytes_16align_alloc_layout_checked, 96, 16); Dec 18 14:49:36.909 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.909 INFO [stderr] | Dec 18 14:49:36.909 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.909 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.909 INFO [stderr] | Dec 18 14:49:36.909 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.909 INFO [stderr] | Dec 18 14:49:36.909 INFO [stderr] Dec 18 14:49:36.909 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.909 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.909 INFO [stderr] | Dec 18 14:49:36.909 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.909 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.909 INFO [stderr] ... Dec 18 14:49:36.909 INFO [stderr] 3368 | rt_alloc_layout_checked!(rt_primes_96bytes_16align_alloc_layout_checked, 96, 16); Dec 18 14:49:36.909 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.909 INFO [stderr] | Dec 18 14:49:36.909 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.909 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.909 INFO [stderr] | Dec 18 14:49:36.909 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.909 INFO [stderr] | Dec 18 14:49:36.909 INFO [stderr] Dec 18 14:49:36.909 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.909 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.909 INFO [stderr] | Dec 18 14:49:36.909 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.909 INFO [stderr] | ^^^^^ Dec 18 14:49:36.909 INFO [stderr] ... Dec 18 14:49:36.909 INFO [stderr] 3381 | rt_alloc_layout_checked!(rt_primes_127bytes_16align_alloc_layout_checked, 127, 16); Dec 18 14:49:36.909 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.909 INFO [stderr] | Dec 18 14:49:36.909 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.909 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.909 INFO [stderr] | Dec 18 14:49:36.909 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.909 INFO [stderr] | Dec 18 14:49:36.909 INFO [stderr] Dec 18 14:49:36.912 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.912 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.912 INFO [stderr] | Dec 18 14:49:36.912 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.912 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.912 INFO [stderr] ... Dec 18 14:49:36.912 INFO [stderr] 3381 | rt_alloc_layout_checked!(rt_primes_127bytes_16align_alloc_layout_checked, 127, 16); Dec 18 14:49:36.912 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.913 INFO [stderr] | Dec 18 14:49:36.913 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.913 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.913 INFO [stderr] | Dec 18 14:49:36.913 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.913 INFO [stderr] | Dec 18 14:49:36.913 INFO [stderr] Dec 18 14:49:36.920 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.920 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.920 INFO [stderr] | Dec 18 14:49:36.920 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.920 INFO [stderr] | ^^^^^ Dec 18 14:49:36.920 INFO [stderr] ... Dec 18 14:49:36.920 INFO [stderr] 3394 | rt_alloc_layout_checked!(rt_primes_257bytes_16align_alloc_layout_checked, 257, 16); Dec 18 14:49:36.920 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.920 INFO [stderr] | Dec 18 14:49:36.920 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.920 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.920 INFO [stderr] | Dec 18 14:49:36.920 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.920 INFO [stderr] | Dec 18 14:49:36.920 INFO [stderr] Dec 18 14:49:36.920 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.920 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.920 INFO [stderr] | Dec 18 14:49:36.920 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.920 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.920 INFO [stderr] ... Dec 18 14:49:36.921 INFO [stderr] 3394 | rt_alloc_layout_checked!(rt_primes_257bytes_16align_alloc_layout_checked, 257, 16); Dec 18 14:49:36.921 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.921 INFO [stderr] | Dec 18 14:49:36.921 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.921 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.921 INFO [stderr] | Dec 18 14:49:36.921 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.921 INFO [stderr] | Dec 18 14:49:36.921 INFO [stderr] Dec 18 14:49:36.925 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.925 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.925 INFO [stderr] | Dec 18 14:49:36.925 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.925 INFO [stderr] | ^^^^^ Dec 18 14:49:36.925 INFO [stderr] ... Dec 18 14:49:36.925 INFO [stderr] 3407 | rt_alloc_layout_checked!(rt_primes_509bytes_16align_alloc_layout_checked, 509, 16); Dec 18 14:49:36.925 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.925 INFO [stderr] | Dec 18 14:49:36.925 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.925 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.925 INFO [stderr] | Dec 18 14:49:36.925 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.925 INFO [stderr] | Dec 18 14:49:36.925 INFO [stderr] Dec 18 14:49:36.925 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.925 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.925 INFO [stderr] | Dec 18 14:49:36.925 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.925 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.925 INFO [stderr] ... Dec 18 14:49:36.925 INFO [stderr] 3407 | rt_alloc_layout_checked!(rt_primes_509bytes_16align_alloc_layout_checked, 509, 16); Dec 18 14:49:36.925 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.925 INFO [stderr] | Dec 18 14:49:36.926 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.926 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.926 INFO [stderr] | Dec 18 14:49:36.926 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.926 INFO [stderr] | Dec 18 14:49:36.926 INFO [stderr] Dec 18 14:49:36.926 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.926 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.926 INFO [stderr] | Dec 18 14:49:36.926 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.926 INFO [stderr] | ^^^^^ Dec 18 14:49:36.926 INFO [stderr] ... Dec 18 14:49:36.926 INFO [stderr] 3420 | rt_alloc_layout_checked!(rt_primes_1021bytes_16align_alloc_layout_checked, 1021, 16); Dec 18 14:49:36.926 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.926 INFO [stderr] | Dec 18 14:49:36.926 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.926 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.926 INFO [stderr] | Dec 18 14:49:36.926 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.926 INFO [stderr] | Dec 18 14:49:36.926 INFO [stderr] Dec 18 14:49:36.932 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.932 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.933 INFO [stderr] | Dec 18 14:49:36.933 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.933 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.933 INFO [stderr] ... Dec 18 14:49:36.933 INFO [stderr] 3420 | rt_alloc_layout_checked!(rt_primes_1021bytes_16align_alloc_layout_checked, 1021, 16); Dec 18 14:49:36.933 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.933 INFO [stderr] | Dec 18 14:49:36.933 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.933 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.933 INFO [stderr] | Dec 18 14:49:36.933 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.933 INFO [stderr] | Dec 18 14:49:36.933 INFO [stderr] Dec 18 14:49:36.933 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.933 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.933 INFO [stderr] | Dec 18 14:49:36.933 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.933 INFO [stderr] | ^^^^^ Dec 18 14:49:36.933 INFO [stderr] ... Dec 18 14:49:36.933 INFO [stderr] 3433 | rt_alloc_layout_checked!(rt_primes_2039bytes_16align_alloc_layout_checked, 2039, 16); Dec 18 14:49:36.933 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.933 INFO [stderr] | Dec 18 14:49:36.933 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.933 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.933 INFO [stderr] | Dec 18 14:49:36.933 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.933 INFO [stderr] | Dec 18 14:49:36.933 INFO [stderr] Dec 18 14:49:36.933 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.933 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.933 INFO [stderr] | Dec 18 14:49:36.933 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.933 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.933 INFO [stderr] ... Dec 18 14:49:36.933 INFO [stderr] 3433 | rt_alloc_layout_checked!(rt_primes_2039bytes_16align_alloc_layout_checked, 2039, 16); Dec 18 14:49:36.933 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.933 INFO [stderr] | Dec 18 14:49:36.933 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.933 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.933 INFO [stderr] | Dec 18 14:49:36.933 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.933 INFO [stderr] | Dec 18 14:49:36.933 INFO [stderr] Dec 18 14:49:36.936 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.936 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.936 INFO [stderr] | Dec 18 14:49:36.936 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.936 INFO [stderr] | ^^^^^ Dec 18 14:49:36.936 INFO [stderr] ... Dec 18 14:49:36.936 INFO [stderr] 3446 | rt_alloc_layout_checked!(rt_primes_4093bytes_16align_alloc_layout_checked, 4093, 16); Dec 18 14:49:36.936 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.936 INFO [stderr] | Dec 18 14:49:36.936 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.944 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.944 INFO [stderr] | Dec 18 14:49:36.944 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.944 INFO [stderr] | Dec 18 14:49:36.944 INFO [stderr] Dec 18 14:49:36.944 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.944 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.944 INFO [stderr] | Dec 18 14:49:36.944 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.944 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.944 INFO [stderr] ... Dec 18 14:49:36.944 INFO [stderr] 3446 | rt_alloc_layout_checked!(rt_primes_4093bytes_16align_alloc_layout_checked, 4093, 16); Dec 18 14:49:36.944 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.944 INFO [stderr] | Dec 18 14:49:36.945 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.945 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.945 INFO [stderr] | Dec 18 14:49:36.945 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.945 INFO [stderr] | Dec 18 14:49:36.945 INFO [stderr] Dec 18 14:49:36.945 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.945 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.945 INFO [stderr] | Dec 18 14:49:36.945 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.945 INFO [stderr] | ^^^^^ Dec 18 14:49:36.945 INFO [stderr] ... Dec 18 14:49:36.945 INFO [stderr] 3459 | rt_alloc_layout_checked!(rt_primes_8191bytes_16align_alloc_layout_checked, 8191, 16); Dec 18 14:49:36.945 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.945 INFO [stderr] | Dec 18 14:49:36.945 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.945 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.945 INFO [stderr] | Dec 18 14:49:36.945 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.945 INFO [stderr] | Dec 18 14:49:36.945 INFO [stderr] Dec 18 14:49:36.957 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.957 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.957 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.957 INFO [stderr] ... Dec 18 14:49:36.957 INFO [stderr] 3459 | rt_alloc_layout_checked!(rt_primes_8191bytes_16align_alloc_layout_checked, 8191, 16); Dec 18 14:49:36.957 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.957 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] Dec 18 14:49:36.957 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.957 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.957 INFO [stderr] | ^^^^^ Dec 18 14:49:36.957 INFO [stderr] ... Dec 18 14:49:36.957 INFO [stderr] 3472 | rt_alloc_layout_checked!(rt_primes_16381bytes_16align_alloc_layout_checked, 16381, 16); Dec 18 14:49:36.957 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.957 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] Dec 18 14:49:36.957 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.957 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.957 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.957 INFO [stderr] ... Dec 18 14:49:36.957 INFO [stderr] 3472 | rt_alloc_layout_checked!(rt_primes_16381bytes_16align_alloc_layout_checked, 16381, 16); Dec 18 14:49:36.957 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.957 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] Dec 18 14:49:36.957 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.957 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.957 INFO [stderr] | ^^^^^ Dec 18 14:49:36.957 INFO [stderr] ... Dec 18 14:49:36.957 INFO [stderr] 3485 | rt_alloc_layout_checked!(rt_primes_32749bytes_16align_alloc_layout_checked, 32749, 16); Dec 18 14:49:36.957 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.957 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] Dec 18 14:49:36.957 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.957 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.957 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.957 INFO [stderr] ... Dec 18 14:49:36.957 INFO [stderr] 3485 | rt_alloc_layout_checked!(rt_primes_32749bytes_16align_alloc_layout_checked, 32749, 16); Dec 18 14:49:36.957 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.957 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] Dec 18 14:49:36.957 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.957 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.957 INFO [stderr] | Dec 18 14:49:36.957 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.958 INFO [stderr] | ^^^^^ Dec 18 14:49:36.958 INFO [stderr] ... Dec 18 14:49:36.958 INFO [stderr] 3498 | rt_alloc_layout_checked!(rt_primes_65537bytes_16align_alloc_layout_checked, 65537, 16); Dec 18 14:49:36.958 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.958 INFO [stderr] | Dec 18 14:49:36.958 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.958 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.958 INFO [stderr] | Dec 18 14:49:36.958 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.958 INFO [stderr] | Dec 18 14:49:36.958 INFO [stderr] Dec 18 14:49:36.960 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.960 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.960 INFO [stderr] | Dec 18 14:49:36.960 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.960 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.960 INFO [stderr] ... Dec 18 14:49:36.961 INFO [stderr] 3498 | rt_alloc_layout_checked!(rt_primes_65537bytes_16align_alloc_layout_checked, 65537, 16); Dec 18 14:49:36.961 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.961 INFO [stderr] | Dec 18 14:49:36.961 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.961 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.961 INFO [stderr] | Dec 18 14:49:36.961 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.961 INFO [stderr] | Dec 18 14:49:36.961 INFO [stderr] Dec 18 14:49:36.964 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.964 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.964 INFO [stderr] | Dec 18 14:49:36.964 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.964 INFO [stderr] | ^^^^^ Dec 18 14:49:36.964 INFO [stderr] ... Dec 18 14:49:36.964 INFO [stderr] 3511 | rt_alloc_layout_checked!(rt_primes_131071bytes_16align_alloc_layout_checked, 131071, 16); Dec 18 14:49:36.964 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.964 INFO [stderr] | Dec 18 14:49:36.964 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.964 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.964 INFO [stderr] | Dec 18 14:49:36.964 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.964 INFO [stderr] | Dec 18 14:49:36.964 INFO [stderr] Dec 18 14:49:36.964 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.964 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.964 INFO [stderr] | Dec 18 14:49:36.964 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.964 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.964 INFO [stderr] ... Dec 18 14:49:36.964 INFO [stderr] 3511 | rt_alloc_layout_checked!(rt_primes_131071bytes_16align_alloc_layout_checked, 131071, 16); Dec 18 14:49:36.964 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.964 INFO [stderr] | Dec 18 14:49:36.964 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.964 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.964 INFO [stderr] | Dec 18 14:49:36.964 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.965 INFO [stderr] | Dec 18 14:49:36.965 INFO [stderr] Dec 18 14:49:36.968 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.968 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.968 INFO [stderr] | Dec 18 14:49:36.968 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.968 INFO [stderr] | ^^^^^ Dec 18 14:49:36.968 INFO [stderr] ... Dec 18 14:49:36.968 INFO [stderr] 3524 | rt_alloc_layout_checked!(rt_primes_4194301bytes_16align_alloc_layout_checked, 4194301, 16); Dec 18 14:49:36.968 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.968 INFO [stderr] | Dec 18 14:49:36.968 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.968 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.968 INFO [stderr] | Dec 18 14:49:36.968 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.968 INFO [stderr] | Dec 18 14:49:36.968 INFO [stderr] Dec 18 14:49:36.968 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.969 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.969 INFO [stderr] | Dec 18 14:49:36.969 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.969 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.969 INFO [stderr] ... Dec 18 14:49:36.969 INFO [stderr] 3524 | rt_alloc_layout_checked!(rt_primes_4194301bytes_16align_alloc_layout_checked, 4194301, 16); Dec 18 14:49:36.969 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.969 INFO [stderr] | Dec 18 14:49:36.969 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.969 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.969 INFO [stderr] | Dec 18 14:49:36.969 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.969 INFO [stderr] | Dec 18 14:49:36.969 INFO [stderr] Dec 18 14:49:36.969 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.969 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.969 INFO [stderr] | Dec 18 14:49:36.969 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.969 INFO [stderr] | ^^^^^ Dec 18 14:49:36.969 INFO [stderr] ... Dec 18 14:49:36.969 INFO [stderr] 3540 | rt_alloc_layout_checked!(rt_pow2_1bytes_32align_alloc_layout_checked, 1, 32); Dec 18 14:49:36.969 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.969 INFO [stderr] | Dec 18 14:49:36.969 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.972 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.972 INFO [stderr] | Dec 18 14:49:36.972 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.972 INFO [stderr] | Dec 18 14:49:36.972 INFO [stderr] Dec 18 14:49:36.976 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.976 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.976 INFO [stderr] | Dec 18 14:49:36.976 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.976 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.976 INFO [stderr] ... Dec 18 14:49:36.976 INFO [stderr] 3540 | rt_alloc_layout_checked!(rt_pow2_1bytes_32align_alloc_layout_checked, 1, 32); Dec 18 14:49:36.976 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.976 INFO [stderr] | Dec 18 14:49:36.976 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.976 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.976 INFO [stderr] | Dec 18 14:49:36.976 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.976 INFO [stderr] | Dec 18 14:49:36.976 INFO [stderr] Dec 18 14:49:36.976 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.976 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.976 INFO [stderr] | Dec 18 14:49:36.976 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.976 INFO [stderr] | ^^^^^ Dec 18 14:49:36.976 INFO [stderr] ... Dec 18 14:49:36.976 INFO [stderr] 3553 | rt_alloc_layout_checked!(rt_pow2_2bytes_32align_alloc_layout_checked, 2, 32); Dec 18 14:49:36.976 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.976 INFO [stderr] | Dec 18 14:49:36.976 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.976 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.976 INFO [stderr] | Dec 18 14:49:36.977 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.977 INFO [stderr] | Dec 18 14:49:36.977 INFO [stderr] Dec 18 14:49:36.977 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.977 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.977 INFO [stderr] | Dec 18 14:49:36.977 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.977 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.977 INFO [stderr] ... Dec 18 14:49:36.977 INFO [stderr] 3553 | rt_alloc_layout_checked!(rt_pow2_2bytes_32align_alloc_layout_checked, 2, 32); Dec 18 14:49:36.977 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.977 INFO [stderr] | Dec 18 14:49:36.977 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.977 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.977 INFO [stderr] | Dec 18 14:49:36.977 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.977 INFO [stderr] | Dec 18 14:49:36.977 INFO [stderr] Dec 18 14:49:36.985 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.985 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.985 INFO [stderr] | Dec 18 14:49:36.985 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.985 INFO [stderr] | ^^^^^ Dec 18 14:49:36.985 INFO [stderr] ... Dec 18 14:49:36.985 INFO [stderr] 3566 | rt_alloc_layout_checked!(rt_pow2_4bytes_32align_alloc_layout_checked, 4, 32); Dec 18 14:49:36.985 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.985 INFO [stderr] | Dec 18 14:49:36.985 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.985 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.985 INFO [stderr] | Dec 18 14:49:36.985 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.985 INFO [stderr] | Dec 18 14:49:36.985 INFO [stderr] Dec 18 14:49:36.985 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.985 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.985 INFO [stderr] | Dec 18 14:49:36.985 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.985 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.985 INFO [stderr] ... Dec 18 14:49:36.985 INFO [stderr] 3566 | rt_alloc_layout_checked!(rt_pow2_4bytes_32align_alloc_layout_checked, 4, 32); Dec 18 14:49:36.985 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.985 INFO [stderr] | Dec 18 14:49:36.985 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.985 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.985 INFO [stderr] | Dec 18 14:49:36.985 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.985 INFO [stderr] | Dec 18 14:49:36.985 INFO [stderr] Dec 18 14:49:36.985 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.985 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.985 INFO [stderr] | Dec 18 14:49:36.985 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.985 INFO [stderr] | ^^^^^ Dec 18 14:49:36.985 INFO [stderr] ... Dec 18 14:49:36.985 INFO [stderr] 3579 | rt_alloc_layout_checked!(rt_pow2_8bytes_32align_alloc_layout_checked, 8, 32); Dec 18 14:49:36.985 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.985 INFO [stderr] | Dec 18 14:49:36.985 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.985 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.985 INFO [stderr] | Dec 18 14:49:36.985 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.985 INFO [stderr] | Dec 18 14:49:36.985 INFO [stderr] Dec 18 14:49:36.985 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.985 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.985 INFO [stderr] | Dec 18 14:49:36.985 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.985 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.985 INFO [stderr] ... Dec 18 14:49:36.985 INFO [stderr] 3579 | rt_alloc_layout_checked!(rt_pow2_8bytes_32align_alloc_layout_checked, 8, 32); Dec 18 14:49:36.985 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.985 INFO [stderr] | Dec 18 14:49:36.985 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.985 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.985 INFO [stderr] | Dec 18 14:49:36.986 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.986 INFO [stderr] | Dec 18 14:49:36.986 INFO [stderr] Dec 18 14:49:36.986 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.986 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.986 INFO [stderr] | Dec 18 14:49:36.986 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.986 INFO [stderr] | ^^^^^ Dec 18 14:49:36.986 INFO [stderr] ... Dec 18 14:49:36.986 INFO [stderr] 3592 | rt_alloc_layout_checked!(rt_pow2_16bytes_32align_alloc_layout_checked, 16, 32); Dec 18 14:49:36.986 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.986 INFO [stderr] | Dec 18 14:49:36.986 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.986 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.986 INFO [stderr] | Dec 18 14:49:36.986 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.986 INFO [stderr] | Dec 18 14:49:36.986 INFO [stderr] Dec 18 14:49:36.986 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.986 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:36.986 INFO [stderr] | Dec 18 14:49:36.986 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:36.986 INFO [stderr] | ^^^^^^^ Dec 18 14:49:36.986 INFO [stderr] ... Dec 18 14:49:36.986 INFO [stderr] 3592 | rt_alloc_layout_checked!(rt_pow2_16bytes_32align_alloc_layout_checked, 16, 32); Dec 18 14:49:36.986 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.986 INFO [stderr] | Dec 18 14:49:36.986 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.986 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.986 INFO [stderr] | Dec 18 14:49:36.986 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.986 INFO [stderr] | Dec 18 14:49:36.986 INFO [stderr] Dec 18 14:49:36.986 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:36.986 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:36.986 INFO [stderr] | Dec 18 14:49:36.986 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:36.986 INFO [stderr] | ^^^^^ Dec 18 14:49:36.986 INFO [stderr] ... Dec 18 14:49:36.986 INFO [stderr] 3605 | rt_alloc_layout_checked!(rt_pow2_32bytes_32align_alloc_layout_checked, 32, 32); Dec 18 14:49:36.986 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:36.986 INFO [stderr] | Dec 18 14:49:36.986 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:36.986 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:36.986 INFO [stderr] | Dec 18 14:49:36.986 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:36.986 INFO [stderr] | Dec 18 14:49:36.986 INFO [stderr] Dec 18 14:49:37.000 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.000 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.000 INFO [stderr] | Dec 18 14:49:37.000 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.000 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.000 INFO [stderr] ... Dec 18 14:49:37.000 INFO [stderr] 3605 | rt_alloc_layout_checked!(rt_pow2_32bytes_32align_alloc_layout_checked, 32, 32); Dec 18 14:49:37.000 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.000 INFO [stderr] | Dec 18 14:49:37.000 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.000 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.000 INFO [stderr] | Dec 18 14:49:37.000 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.000 INFO [stderr] | Dec 18 14:49:37.000 INFO [stderr] Dec 18 14:49:37.003 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.003 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.003 INFO [stderr] | Dec 18 14:49:37.003 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.003 INFO [stderr] | ^^^^^ Dec 18 14:49:37.003 INFO [stderr] ... Dec 18 14:49:37.003 INFO [stderr] 3618 | rt_alloc_layout_checked!(rt_pow2_64bytes_32align_alloc_layout_checked, 64, 32); Dec 18 14:49:37.003 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.003 INFO [stderr] | Dec 18 14:49:37.003 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.003 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.003 INFO [stderr] | Dec 18 14:49:37.003 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.003 INFO [stderr] | Dec 18 14:49:37.003 INFO [stderr] Dec 18 14:49:37.003 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.003 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.003 INFO [stderr] | Dec 18 14:49:37.003 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.003 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.003 INFO [stderr] ... Dec 18 14:49:37.003 INFO [stderr] 3618 | rt_alloc_layout_checked!(rt_pow2_64bytes_32align_alloc_layout_checked, 64, 32); Dec 18 14:49:37.003 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.003 INFO [stderr] | Dec 18 14:49:37.003 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.003 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.003 INFO [stderr] | Dec 18 14:49:37.003 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.003 INFO [stderr] | Dec 18 14:49:37.003 INFO [stderr] Dec 18 14:49:37.003 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.003 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.003 INFO [stderr] | Dec 18 14:49:37.003 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.003 INFO [stderr] | ^^^^^ Dec 18 14:49:37.003 INFO [stderr] ... Dec 18 14:49:37.003 INFO [stderr] 3631 | rt_alloc_layout_checked!(rt_pow2_128bytes_32align_alloc_layout_checked, 128, 32); Dec 18 14:49:37.003 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.003 INFO [stderr] | Dec 18 14:49:37.003 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.003 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.003 INFO [stderr] | Dec 18 14:49:37.003 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.003 INFO [stderr] | Dec 18 14:49:37.003 INFO [stderr] Dec 18 14:49:37.003 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.003 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.003 INFO [stderr] | Dec 18 14:49:37.003 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.003 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.003 INFO [stderr] ... Dec 18 14:49:37.003 INFO [stderr] 3631 | rt_alloc_layout_checked!(rt_pow2_128bytes_32align_alloc_layout_checked, 128, 32); Dec 18 14:49:37.003 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.003 INFO [stderr] | Dec 18 14:49:37.003 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.003 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.003 INFO [stderr] | Dec 18 14:49:37.003 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.003 INFO [stderr] | Dec 18 14:49:37.003 INFO [stderr] Dec 18 14:49:37.009 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.009 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.009 INFO [stderr] | Dec 18 14:49:37.009 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.009 INFO [stderr] | ^^^^^ Dec 18 14:49:37.009 INFO [stderr] ... Dec 18 14:49:37.009 INFO [stderr] 3644 | rt_alloc_layout_checked!(rt_pow2_256bytes_32align_alloc_layout_checked, 256, 32); Dec 18 14:49:37.009 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.009 INFO [stderr] | Dec 18 14:49:37.009 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.009 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.009 INFO [stderr] | Dec 18 14:49:37.009 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.009 INFO [stderr] | Dec 18 14:49:37.009 INFO [stderr] Dec 18 14:49:37.009 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.009 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.009 INFO [stderr] | Dec 18 14:49:37.009 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.009 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.009 INFO [stderr] ... Dec 18 14:49:37.009 INFO [stderr] 3644 | rt_alloc_layout_checked!(rt_pow2_256bytes_32align_alloc_layout_checked, 256, 32); Dec 18 14:49:37.009 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.009 INFO [stderr] | Dec 18 14:49:37.009 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.009 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.009 INFO [stderr] | Dec 18 14:49:37.009 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.009 INFO [stderr] | Dec 18 14:49:37.009 INFO [stderr] Dec 18 14:49:37.017 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.017 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.017 INFO [stderr] | Dec 18 14:49:37.017 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.017 INFO [stderr] | ^^^^^ Dec 18 14:49:37.017 INFO [stderr] ... Dec 18 14:49:37.017 INFO [stderr] 3657 | rt_alloc_layout_checked!(rt_pow2_512bytes_32align_alloc_layout_checked, 512, 32); Dec 18 14:49:37.017 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.017 INFO [stderr] | Dec 18 14:49:37.017 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.017 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.017 INFO [stderr] | Dec 18 14:49:37.017 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.017 INFO [stderr] | Dec 18 14:49:37.017 INFO [stderr] Dec 18 14:49:37.017 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.017 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.017 INFO [stderr] | Dec 18 14:49:37.017 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.017 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.017 INFO [stderr] ... Dec 18 14:49:37.017 INFO [stderr] 3657 | rt_alloc_layout_checked!(rt_pow2_512bytes_32align_alloc_layout_checked, 512, 32); Dec 18 14:49:37.017 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.017 INFO [stderr] | Dec 18 14:49:37.017 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.017 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.017 INFO [stderr] | Dec 18 14:49:37.017 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.017 INFO [stderr] | Dec 18 14:49:37.017 INFO [stderr] Dec 18 14:49:37.017 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.017 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.017 INFO [stderr] | Dec 18 14:49:37.017 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.017 INFO [stderr] | ^^^^^ Dec 18 14:49:37.017 INFO [stderr] ... Dec 18 14:49:37.017 INFO [stderr] 3670 | rt_alloc_layout_checked!(rt_pow2_1024bytes_32align_alloc_layout_checked, 1024, 32); Dec 18 14:49:37.017 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.017 INFO [stderr] | Dec 18 14:49:37.017 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.017 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.017 INFO [stderr] | Dec 18 14:49:37.017 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.017 INFO [stderr] | Dec 18 14:49:37.017 INFO [stderr] Dec 18 14:49:37.017 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.017 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.017 INFO [stderr] | Dec 18 14:49:37.017 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.017 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.017 INFO [stderr] ... Dec 18 14:49:37.018 INFO [stderr] 3670 | rt_alloc_layout_checked!(rt_pow2_1024bytes_32align_alloc_layout_checked, 1024, 32); Dec 18 14:49:37.018 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.018 INFO [stderr] | Dec 18 14:49:37.018 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.018 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.018 INFO [stderr] | Dec 18 14:49:37.018 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.018 INFO [stderr] | Dec 18 14:49:37.018 INFO [stderr] Dec 18 14:49:37.018 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.018 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.018 INFO [stderr] | Dec 18 14:49:37.018 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.018 INFO [stderr] | ^^^^^ Dec 18 14:49:37.018 INFO [stderr] ... Dec 18 14:49:37.018 INFO [stderr] 3683 | rt_alloc_layout_checked!(rt_pow2_2048bytes_32align_alloc_layout_checked, 2048, 32); Dec 18 14:49:37.018 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.018 INFO [stderr] | Dec 18 14:49:37.018 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.018 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.018 INFO [stderr] | Dec 18 14:49:37.018 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.018 INFO [stderr] | Dec 18 14:49:37.018 INFO [stderr] Dec 18 14:49:37.018 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.018 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.018 INFO [stderr] | Dec 18 14:49:37.018 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.018 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.018 INFO [stderr] ... Dec 18 14:49:37.018 INFO [stderr] 3683 | rt_alloc_layout_checked!(rt_pow2_2048bytes_32align_alloc_layout_checked, 2048, 32); Dec 18 14:49:37.018 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.025 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] Dec 18 14:49:37.025 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.025 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.025 INFO [stderr] | ^^^^^ Dec 18 14:49:37.025 INFO [stderr] ... Dec 18 14:49:37.025 INFO [stderr] 3696 | rt_alloc_layout_checked!(rt_pow2_4096bytes_32align_alloc_layout_checked, 4096, 32); Dec 18 14:49:37.025 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.025 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] Dec 18 14:49:37.025 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.025 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.025 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.025 INFO [stderr] ... Dec 18 14:49:37.025 INFO [stderr] 3696 | rt_alloc_layout_checked!(rt_pow2_4096bytes_32align_alloc_layout_checked, 4096, 32); Dec 18 14:49:37.025 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.025 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] Dec 18 14:49:37.025 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.025 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.025 INFO [stderr] | ^^^^^ Dec 18 14:49:37.025 INFO [stderr] ... Dec 18 14:49:37.025 INFO [stderr] 3709 | rt_alloc_layout_checked!(rt_pow2_8192bytes_32align_alloc_layout_checked, 8192, 32); Dec 18 14:49:37.025 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.025 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] Dec 18 14:49:37.025 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.025 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.025 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.025 INFO [stderr] ... Dec 18 14:49:37.025 INFO [stderr] 3709 | rt_alloc_layout_checked!(rt_pow2_8192bytes_32align_alloc_layout_checked, 8192, 32); Dec 18 14:49:37.025 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.025 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.025 INFO [stderr] | Dec 18 14:49:37.025 INFO [stderr] Dec 18 14:49:37.036 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.036 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.036 INFO [stderr] | Dec 18 14:49:37.036 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.036 INFO [stderr] | ^^^^^ Dec 18 14:49:37.036 INFO [stderr] ... Dec 18 14:49:37.036 INFO [stderr] 3722 | rt_alloc_layout_checked!(rt_pow2_16384bytes_32align_alloc_layout_checked, 16384, 32); Dec 18 14:49:37.036 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.036 INFO [stderr] | Dec 18 14:49:37.036 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.036 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.036 INFO [stderr] | Dec 18 14:49:37.036 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.037 INFO [stderr] | Dec 18 14:49:37.037 INFO [stderr] Dec 18 14:49:37.037 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.037 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.037 INFO [stderr] | Dec 18 14:49:37.037 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.037 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.037 INFO [stderr] ... Dec 18 14:49:37.037 INFO [stderr] 3722 | rt_alloc_layout_checked!(rt_pow2_16384bytes_32align_alloc_layout_checked, 16384, 32); Dec 18 14:49:37.037 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.037 INFO [stderr] | Dec 18 14:49:37.037 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.037 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.037 INFO [stderr] | Dec 18 14:49:37.037 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.037 INFO [stderr] | Dec 18 14:49:37.037 INFO [stderr] Dec 18 14:49:37.044 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.044 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.044 INFO [stderr] | Dec 18 14:49:37.044 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.045 INFO [stderr] | ^^^^^ Dec 18 14:49:37.045 INFO [stderr] ... Dec 18 14:49:37.045 INFO [stderr] 3735 | rt_alloc_layout_checked!(rt_pow2_32768bytes_32align_alloc_layout_checked, 32768, 32); Dec 18 14:49:37.045 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.045 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] Dec 18 14:49:37.045 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.045 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.045 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.045 INFO [stderr] ... Dec 18 14:49:37.045 INFO [stderr] 3735 | rt_alloc_layout_checked!(rt_pow2_32768bytes_32align_alloc_layout_checked, 32768, 32); Dec 18 14:49:37.045 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.045 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] Dec 18 14:49:37.045 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.045 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.045 INFO [stderr] | ^^^^^ Dec 18 14:49:37.045 INFO [stderr] ... Dec 18 14:49:37.045 INFO [stderr] 3748 | rt_alloc_layout_checked!(rt_pow2_65536bytes_32align_alloc_layout_checked, 65536, 32); Dec 18 14:49:37.045 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.045 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] Dec 18 14:49:37.045 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.045 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.045 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.045 INFO [stderr] ... Dec 18 14:49:37.045 INFO [stderr] 3748 | rt_alloc_layout_checked!(rt_pow2_65536bytes_32align_alloc_layout_checked, 65536, 32); Dec 18 14:49:37.045 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.045 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] Dec 18 14:49:37.045 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.045 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.045 INFO [stderr] | ^^^^^ Dec 18 14:49:37.045 INFO [stderr] ... Dec 18 14:49:37.045 INFO [stderr] 3761 | rt_alloc_layout_checked!(rt_pow2_131072bytes_32align_alloc_layout_checked, 131072, 32); Dec 18 14:49:37.045 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.045 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] Dec 18 14:49:37.045 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.045 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.045 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.045 INFO [stderr] ... Dec 18 14:49:37.045 INFO [stderr] 3761 | rt_alloc_layout_checked!(rt_pow2_131072bytes_32align_alloc_layout_checked, 131072, 32); Dec 18 14:49:37.045 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.045 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.045 INFO [stderr] | Dec 18 14:49:37.045 INFO [stderr] Dec 18 14:49:37.048 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.048 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.048 INFO [stderr] | Dec 18 14:49:37.048 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.048 INFO [stderr] | ^^^^^ Dec 18 14:49:37.048 INFO [stderr] ... Dec 18 14:49:37.048 INFO [stderr] 3774 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_32align_alloc_layout_checked, 4194304, 32); Dec 18 14:49:37.048 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.048 INFO [stderr] | Dec 18 14:49:37.048 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.048 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.048 INFO [stderr] | Dec 18 14:49:37.048 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.049 INFO [stderr] | Dec 18 14:49:37.049 INFO [stderr] Dec 18 14:49:37.049 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.049 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.049 INFO [stderr] | Dec 18 14:49:37.049 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.049 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.049 INFO [stderr] ... Dec 18 14:49:37.049 INFO [stderr] 3774 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_32align_alloc_layout_checked, 4194304, 32); Dec 18 14:49:37.049 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.049 INFO [stderr] | Dec 18 14:49:37.049 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.049 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.049 INFO [stderr] | Dec 18 14:49:37.049 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.049 INFO [stderr] | Dec 18 14:49:37.049 INFO [stderr] Dec 18 14:49:37.056 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.056 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.056 INFO [stderr] | Dec 18 14:49:37.056 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.056 INFO [stderr] | ^^^^^ Dec 18 14:49:37.056 INFO [stderr] ... Dec 18 14:49:37.056 INFO [stderr] 3788 | rt_alloc_layout_checked!(rt_even_10bytes_32align_alloc_layout_checked, 10, 32); Dec 18 14:49:37.056 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.056 INFO [stderr] | Dec 18 14:49:37.056 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.056 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.056 INFO [stderr] | Dec 18 14:49:37.056 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.056 INFO [stderr] | Dec 18 14:49:37.056 INFO [stderr] Dec 18 14:49:37.056 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.056 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.056 INFO [stderr] | Dec 18 14:49:37.057 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.057 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.057 INFO [stderr] ... Dec 18 14:49:37.057 INFO [stderr] 3788 | rt_alloc_layout_checked!(rt_even_10bytes_32align_alloc_layout_checked, 10, 32); Dec 18 14:49:37.057 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.057 INFO [stderr] | Dec 18 14:49:37.057 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.057 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.057 INFO [stderr] | Dec 18 14:49:37.057 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.057 INFO [stderr] | Dec 18 14:49:37.057 INFO [stderr] Dec 18 14:49:37.057 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.057 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.057 INFO [stderr] | Dec 18 14:49:37.057 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.057 INFO [stderr] | ^^^^^ Dec 18 14:49:37.057 INFO [stderr] ... Dec 18 14:49:37.057 INFO [stderr] 3801 | rt_alloc_layout_checked!(rt_even_100bytes_32align_alloc_layout_checked, 100, 32); Dec 18 14:49:37.057 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.057 INFO [stderr] | Dec 18 14:49:37.057 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.057 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.057 INFO [stderr] | Dec 18 14:49:37.057 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.057 INFO [stderr] | Dec 18 14:49:37.057 INFO [stderr] Dec 18 14:49:37.057 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.057 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.057 INFO [stderr] | Dec 18 14:49:37.057 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.057 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.057 INFO [stderr] ... Dec 18 14:49:37.057 INFO [stderr] 3801 | rt_alloc_layout_checked!(rt_even_100bytes_32align_alloc_layout_checked, 100, 32); Dec 18 14:49:37.057 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.057 INFO [stderr] | Dec 18 14:49:37.057 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.057 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.057 INFO [stderr] | Dec 18 14:49:37.057 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.057 INFO [stderr] | Dec 18 14:49:37.057 INFO [stderr] Dec 18 14:49:37.064 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.064 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.064 INFO [stderr] | Dec 18 14:49:37.064 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.064 INFO [stderr] | ^^^^^ Dec 18 14:49:37.064 INFO [stderr] ... Dec 18 14:49:37.064 INFO [stderr] 3814 | rt_alloc_layout_checked!(rt_even_1000bytes_32align_alloc_layout_checked, 1000, 32); Dec 18 14:49:37.064 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.064 INFO [stderr] | Dec 18 14:49:37.064 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.064 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] Dec 18 14:49:37.065 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.065 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.065 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.065 INFO [stderr] ... Dec 18 14:49:37.065 INFO [stderr] 3814 | rt_alloc_layout_checked!(rt_even_1000bytes_32align_alloc_layout_checked, 1000, 32); Dec 18 14:49:37.065 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.065 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] Dec 18 14:49:37.065 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.065 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.065 INFO [stderr] | ^^^^^ Dec 18 14:49:37.065 INFO [stderr] ... Dec 18 14:49:37.065 INFO [stderr] 3827 | rt_alloc_layout_checked!(rt_even_10000bytes_32align_alloc_layout_checked, 10000, 32); Dec 18 14:49:37.065 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.065 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] Dec 18 14:49:37.065 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.065 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.065 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.065 INFO [stderr] ... Dec 18 14:49:37.065 INFO [stderr] 3827 | rt_alloc_layout_checked!(rt_even_10000bytes_32align_alloc_layout_checked, 10000, 32); Dec 18 14:49:37.065 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.065 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] Dec 18 14:49:37.065 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.065 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.065 INFO [stderr] | ^^^^^ Dec 18 14:49:37.065 INFO [stderr] ... Dec 18 14:49:37.065 INFO [stderr] 3840 | rt_alloc_layout_checked!(rt_even_100000bytes_32align_alloc_layout_checked, 100000, 32); Dec 18 14:49:37.065 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.065 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] Dec 18 14:49:37.065 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.065 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.065 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.065 INFO [stderr] ... Dec 18 14:49:37.065 INFO [stderr] 3840 | rt_alloc_layout_checked!(rt_even_100000bytes_32align_alloc_layout_checked, 100000, 32); Dec 18 14:49:37.065 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.065 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.065 INFO [stderr] | Dec 18 14:49:37.065 INFO [stderr] Dec 18 14:49:37.076 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.076 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.076 INFO [stderr] | Dec 18 14:49:37.076 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.076 INFO [stderr] | ^^^^^ Dec 18 14:49:37.076 INFO [stderr] ... Dec 18 14:49:37.076 INFO [stderr] 3853 | rt_alloc_layout_checked!(rt_even_1000000bytes_32align_alloc_layout_checked, 1000000, 32); Dec 18 14:49:37.076 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.076 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.077 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] Dec 18 14:49:37.077 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.077 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.077 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.077 INFO [stderr] ... Dec 18 14:49:37.077 INFO [stderr] 3853 | rt_alloc_layout_checked!(rt_even_1000000bytes_32align_alloc_layout_checked, 1000000, 32); Dec 18 14:49:37.077 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.077 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] Dec 18 14:49:37.077 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.077 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.077 INFO [stderr] | ^^^^^ Dec 18 14:49:37.077 INFO [stderr] ... Dec 18 14:49:37.077 INFO [stderr] 3867 | rt_alloc_layout_checked!(rt_odd_10bytes_32align_alloc_layout_checked, 10- 1, 32); Dec 18 14:49:37.077 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.077 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] Dec 18 14:49:37.077 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.077 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.077 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.077 INFO [stderr] ... Dec 18 14:49:37.077 INFO [stderr] 3867 | rt_alloc_layout_checked!(rt_odd_10bytes_32align_alloc_layout_checked, 10- 1, 32); Dec 18 14:49:37.077 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.077 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] Dec 18 14:49:37.077 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.077 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.077 INFO [stderr] | ^^^^^ Dec 18 14:49:37.077 INFO [stderr] ... Dec 18 14:49:37.077 INFO [stderr] 3880 | rt_alloc_layout_checked!(rt_odd_100bytes_32align_alloc_layout_checked, 100- 1, 32); Dec 18 14:49:37.077 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.077 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] Dec 18 14:49:37.077 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.077 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.077 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.077 INFO [stderr] ... Dec 18 14:49:37.077 INFO [stderr] 3880 | rt_alloc_layout_checked!(rt_odd_100bytes_32align_alloc_layout_checked, 100- 1, 32); Dec 18 14:49:37.077 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.077 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.077 INFO [stderr] | Dec 18 14:49:37.077 INFO [stderr] Dec 18 14:49:37.080 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.080 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.080 INFO [stderr] | Dec 18 14:49:37.080 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.080 INFO [stderr] | ^^^^^ Dec 18 14:49:37.080 INFO [stderr] ... Dec 18 14:49:37.080 INFO [stderr] 3893 | rt_alloc_layout_checked!(rt_odd_1000bytes_32align_alloc_layout_checked, 1000- 1, 32); Dec 18 14:49:37.080 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.080 INFO [stderr] | Dec 18 14:49:37.080 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.080 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.080 INFO [stderr] | Dec 18 14:49:37.080 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.080 INFO [stderr] | Dec 18 14:49:37.080 INFO [stderr] Dec 18 14:49:37.084 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.084 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.084 INFO [stderr] | Dec 18 14:49:37.084 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.084 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.084 INFO [stderr] ... Dec 18 14:49:37.084 INFO [stderr] 3893 | rt_alloc_layout_checked!(rt_odd_1000bytes_32align_alloc_layout_checked, 1000- 1, 32); Dec 18 14:49:37.084 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.084 INFO [stderr] | Dec 18 14:49:37.084 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.084 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.084 INFO [stderr] | Dec 18 14:49:37.084 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.084 INFO [stderr] | Dec 18 14:49:37.084 INFO [stderr] Dec 18 14:49:37.088 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.089 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.089 INFO [stderr] | Dec 18 14:49:37.089 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.089 INFO [stderr] | ^^^^^ Dec 18 14:49:37.089 INFO [stderr] ... Dec 18 14:49:37.089 INFO [stderr] 3906 | rt_alloc_layout_checked!(rt_odd_10000bytes_32align_alloc_layout_checked, 10000- 1, 32); Dec 18 14:49:37.089 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.089 INFO [stderr] | Dec 18 14:49:37.089 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.089 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.089 INFO [stderr] | Dec 18 14:49:37.089 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.089 INFO [stderr] | Dec 18 14:49:37.089 INFO [stderr] Dec 18 14:49:37.089 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.089 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.089 INFO [stderr] | Dec 18 14:49:37.089 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.089 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.089 INFO [stderr] ... Dec 18 14:49:37.089 INFO [stderr] 3906 | rt_alloc_layout_checked!(rt_odd_10000bytes_32align_alloc_layout_checked, 10000- 1, 32); Dec 18 14:49:37.089 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.089 INFO [stderr] | Dec 18 14:49:37.089 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.089 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.089 INFO [stderr] | Dec 18 14:49:37.089 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.089 INFO [stderr] | Dec 18 14:49:37.089 INFO [stderr] Dec 18 14:49:37.092 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.092 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.092 INFO [stderr] | Dec 18 14:49:37.092 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.092 INFO [stderr] | ^^^^^ Dec 18 14:49:37.092 INFO [stderr] ... Dec 18 14:49:37.092 INFO [stderr] 3919 | rt_alloc_layout_checked!(rt_odd_100000bytes_32align_alloc_layout_checked, 100000- 1, 32); Dec 18 14:49:37.092 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.092 INFO [stderr] | Dec 18 14:49:37.092 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.092 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.092 INFO [stderr] | Dec 18 14:49:37.092 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.092 INFO [stderr] | Dec 18 14:49:37.092 INFO [stderr] Dec 18 14:49:37.096 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.096 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.096 INFO [stderr] | Dec 18 14:49:37.096 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.096 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.096 INFO [stderr] ... Dec 18 14:49:37.096 INFO [stderr] 3919 | rt_alloc_layout_checked!(rt_odd_100000bytes_32align_alloc_layout_checked, 100000- 1, 32); Dec 18 14:49:37.096 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.096 INFO [stderr] | Dec 18 14:49:37.096 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.096 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.096 INFO [stderr] | Dec 18 14:49:37.096 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.096 INFO [stderr] | Dec 18 14:49:37.096 INFO [stderr] Dec 18 14:49:37.096 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.096 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.096 INFO [stderr] | Dec 18 14:49:37.096 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.097 INFO [stderr] | ^^^^^ Dec 18 14:49:37.097 INFO [stderr] ... Dec 18 14:49:37.097 INFO [stderr] 3932 | rt_alloc_layout_checked!(rt_odd_1000000bytes_32align_alloc_layout_checked, 1000000- 1, 32); Dec 18 14:49:37.097 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.097 INFO [stderr] | Dec 18 14:49:37.097 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.097 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.097 INFO [stderr] | Dec 18 14:49:37.097 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.097 INFO [stderr] | Dec 18 14:49:37.097 INFO [stderr] Dec 18 14:49:37.097 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.097 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.097 INFO [stderr] | Dec 18 14:49:37.097 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.097 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.097 INFO [stderr] ... Dec 18 14:49:37.097 INFO [stderr] 3932 | rt_alloc_layout_checked!(rt_odd_1000000bytes_32align_alloc_layout_checked, 1000000- 1, 32); Dec 18 14:49:37.097 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.097 INFO [stderr] | Dec 18 14:49:37.097 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.097 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.097 INFO [stderr] | Dec 18 14:49:37.097 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.097 INFO [stderr] | Dec 18 14:49:37.097 INFO [stderr] Dec 18 14:49:37.100 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.100 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.100 INFO [stderr] | Dec 18 14:49:37.100 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.100 INFO [stderr] | ^^^^^ Dec 18 14:49:37.100 INFO [stderr] ... Dec 18 14:49:37.101 INFO [stderr] 3946 | rt_alloc_layout_checked!(rt_primes_3bytes_32align_alloc_layout_checked, 3, 32); Dec 18 14:49:37.101 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.101 INFO [stderr] | Dec 18 14:49:37.101 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.101 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.101 INFO [stderr] | Dec 18 14:49:37.101 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.101 INFO [stderr] | Dec 18 14:49:37.101 INFO [stderr] Dec 18 14:49:37.101 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.101 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.101 INFO [stderr] | Dec 18 14:49:37.101 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.101 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.101 INFO [stderr] ... Dec 18 14:49:37.101 INFO [stderr] 3946 | rt_alloc_layout_checked!(rt_primes_3bytes_32align_alloc_layout_checked, 3, 32); Dec 18 14:49:37.101 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.101 INFO [stderr] | Dec 18 14:49:37.101 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.101 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.101 INFO [stderr] | Dec 18 14:49:37.101 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.101 INFO [stderr] | Dec 18 14:49:37.101 INFO [stderr] Dec 18 14:49:37.101 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.101 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.101 INFO [stderr] | Dec 18 14:49:37.101 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.101 INFO [stderr] | ^^^^^ Dec 18 14:49:37.101 INFO [stderr] ... Dec 18 14:49:37.101 INFO [stderr] 3959 | rt_alloc_layout_checked!(rt_primes_7bytes_32align_alloc_layout_checked, 7, 32); Dec 18 14:49:37.101 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.101 INFO [stderr] | Dec 18 14:49:37.101 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.101 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.101 INFO [stderr] | Dec 18 14:49:37.101 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.101 INFO [stderr] | Dec 18 14:49:37.101 INFO [stderr] Dec 18 14:49:37.113 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.113 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.113 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.113 INFO [stderr] ... Dec 18 14:49:37.113 INFO [stderr] 3959 | rt_alloc_layout_checked!(rt_primes_7bytes_32align_alloc_layout_checked, 7, 32); Dec 18 14:49:37.113 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.113 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] Dec 18 14:49:37.113 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.113 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.113 INFO [stderr] | ^^^^^ Dec 18 14:49:37.113 INFO [stderr] ... Dec 18 14:49:37.113 INFO [stderr] 3972 | rt_alloc_layout_checked!(rt_primes_13bytes_32align_alloc_layout_checked, 13, 32); Dec 18 14:49:37.113 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.113 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] Dec 18 14:49:37.113 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.113 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.113 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.113 INFO [stderr] ... Dec 18 14:49:37.113 INFO [stderr] 3972 | rt_alloc_layout_checked!(rt_primes_13bytes_32align_alloc_layout_checked, 13, 32); Dec 18 14:49:37.113 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.113 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] Dec 18 14:49:37.113 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.113 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.113 INFO [stderr] | ^^^^^ Dec 18 14:49:37.113 INFO [stderr] ... Dec 18 14:49:37.113 INFO [stderr] 3985 | rt_alloc_layout_checked!(rt_primes_17bytes_32align_alloc_layout_checked, 17, 32); Dec 18 14:49:37.113 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.113 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] Dec 18 14:49:37.113 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.113 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.113 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.113 INFO [stderr] ... Dec 18 14:49:37.113 INFO [stderr] 3985 | rt_alloc_layout_checked!(rt_primes_17bytes_32align_alloc_layout_checked, 17, 32); Dec 18 14:49:37.113 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.113 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.113 INFO [stderr] | Dec 18 14:49:37.113 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.114 INFO [stderr] | Dec 18 14:49:37.114 INFO [stderr] Dec 18 14:49:37.114 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.114 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.114 INFO [stderr] | Dec 18 14:49:37.114 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.114 INFO [stderr] | ^^^^^ Dec 18 14:49:37.114 INFO [stderr] ... Dec 18 14:49:37.114 INFO [stderr] 3998 | rt_alloc_layout_checked!(rt_primes_31bytes_32align_alloc_layout_checked, 31, 32); Dec 18 14:49:37.114 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.114 INFO [stderr] | Dec 18 14:49:37.114 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.114 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.114 INFO [stderr] | Dec 18 14:49:37.114 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.114 INFO [stderr] | Dec 18 14:49:37.114 INFO [stderr] Dec 18 14:49:37.114 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.114 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.114 INFO [stderr] | Dec 18 14:49:37.114 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.114 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.114 INFO [stderr] ... Dec 18 14:49:37.114 INFO [stderr] 3998 | rt_alloc_layout_checked!(rt_primes_31bytes_32align_alloc_layout_checked, 31, 32); Dec 18 14:49:37.114 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.114 INFO [stderr] | Dec 18 14:49:37.114 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.114 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.114 INFO [stderr] | Dec 18 14:49:37.114 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.114 INFO [stderr] | Dec 18 14:49:37.114 INFO [stderr] Dec 18 14:49:37.124 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.124 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.124 INFO [stderr] | Dec 18 14:49:37.124 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.124 INFO [stderr] | ^^^^^ Dec 18 14:49:37.124 INFO [stderr] ... Dec 18 14:49:37.124 INFO [stderr] 4011 | rt_alloc_layout_checked!(rt_primes_61bytes_32align_alloc_layout_checked, 61, 32); Dec 18 14:49:37.124 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.124 INFO [stderr] | Dec 18 14:49:37.124 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.124 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.124 INFO [stderr] | Dec 18 14:49:37.124 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.124 INFO [stderr] | Dec 18 14:49:37.124 INFO [stderr] Dec 18 14:49:37.124 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.124 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.124 INFO [stderr] | Dec 18 14:49:37.124 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.124 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.124 INFO [stderr] ... Dec 18 14:49:37.124 INFO [stderr] 4011 | rt_alloc_layout_checked!(rt_primes_61bytes_32align_alloc_layout_checked, 61, 32); Dec 18 14:49:37.124 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.124 INFO [stderr] | Dec 18 14:49:37.125 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.125 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.125 INFO [stderr] | Dec 18 14:49:37.125 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.125 INFO [stderr] | Dec 18 14:49:37.125 INFO [stderr] Dec 18 14:49:37.125 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.125 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.125 INFO [stderr] | Dec 18 14:49:37.125 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.125 INFO [stderr] | ^^^^^ Dec 18 14:49:37.125 INFO [stderr] ... Dec 18 14:49:37.125 INFO [stderr] 4024 | rt_alloc_layout_checked!(rt_primes_96bytes_32align_alloc_layout_checked, 96, 32); Dec 18 14:49:37.125 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.125 INFO [stderr] | Dec 18 14:49:37.125 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.125 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.125 INFO [stderr] | Dec 18 14:49:37.125 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.125 INFO [stderr] | Dec 18 14:49:37.125 INFO [stderr] Dec 18 14:49:37.128 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.128 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.128 INFO [stderr] | Dec 18 14:49:37.128 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.128 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.128 INFO [stderr] ... Dec 18 14:49:37.128 INFO [stderr] 4024 | rt_alloc_layout_checked!(rt_primes_96bytes_32align_alloc_layout_checked, 96, 32); Dec 18 14:49:37.128 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.128 INFO [stderr] | Dec 18 14:49:37.128 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.128 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.128 INFO [stderr] | Dec 18 14:49:37.128 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.128 INFO [stderr] | Dec 18 14:49:37.128 INFO [stderr] Dec 18 14:49:37.128 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.128 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.128 INFO [stderr] | Dec 18 14:49:37.129 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.129 INFO [stderr] | ^^^^^ Dec 18 14:49:37.129 INFO [stderr] ... Dec 18 14:49:37.129 INFO [stderr] 4037 | rt_alloc_layout_checked!(rt_primes_127bytes_32align_alloc_layout_checked, 127, 32); Dec 18 14:49:37.129 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.129 INFO [stderr] | Dec 18 14:49:37.129 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.129 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.129 INFO [stderr] | Dec 18 14:49:37.129 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.129 INFO [stderr] | Dec 18 14:49:37.129 INFO [stderr] Dec 18 14:49:37.129 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.129 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.129 INFO [stderr] | Dec 18 14:49:37.129 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.129 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.129 INFO [stderr] ... Dec 18 14:49:37.129 INFO [stderr] 4037 | rt_alloc_layout_checked!(rt_primes_127bytes_32align_alloc_layout_checked, 127, 32); Dec 18 14:49:37.129 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.129 INFO [stderr] | Dec 18 14:49:37.129 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.129 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.129 INFO [stderr] | Dec 18 14:49:37.129 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.129 INFO [stderr] | Dec 18 14:49:37.129 INFO [stderr] Dec 18 14:49:37.132 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.132 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.132 INFO [stderr] | Dec 18 14:49:37.132 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.132 INFO [stderr] | ^^^^^ Dec 18 14:49:37.132 INFO [stderr] ... Dec 18 14:49:37.132 INFO [stderr] 4050 | rt_alloc_layout_checked!(rt_primes_257bytes_32align_alloc_layout_checked, 257, 32); Dec 18 14:49:37.132 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.132 INFO [stderr] | Dec 18 14:49:37.133 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.133 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.133 INFO [stderr] | Dec 18 14:49:37.133 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.133 INFO [stderr] | Dec 18 14:49:37.133 INFO [stderr] Dec 18 14:49:37.133 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.133 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.133 INFO [stderr] | Dec 18 14:49:37.133 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.133 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.133 INFO [stderr] ... Dec 18 14:49:37.133 INFO [stderr] 4050 | rt_alloc_layout_checked!(rt_primes_257bytes_32align_alloc_layout_checked, 257, 32); Dec 18 14:49:37.133 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.133 INFO [stderr] | Dec 18 14:49:37.133 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.133 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.133 INFO [stderr] | Dec 18 14:49:37.133 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.133 INFO [stderr] | Dec 18 14:49:37.133 INFO [stderr] Dec 18 14:49:37.133 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.133 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.133 INFO [stderr] | Dec 18 14:49:37.133 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.133 INFO [stderr] | ^^^^^ Dec 18 14:49:37.133 INFO [stderr] ... Dec 18 14:49:37.133 INFO [stderr] 4063 | rt_alloc_layout_checked!(rt_primes_509bytes_32align_alloc_layout_checked, 509, 32); Dec 18 14:49:37.133 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.133 INFO [stderr] | Dec 18 14:49:37.133 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.133 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.133 INFO [stderr] | Dec 18 14:49:37.133 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.133 INFO [stderr] | Dec 18 14:49:37.133 INFO [stderr] Dec 18 14:49:37.144 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.145 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.145 INFO [stderr] | Dec 18 14:49:37.145 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.145 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.145 INFO [stderr] ... Dec 18 14:49:37.145 INFO [stderr] 4063 | rt_alloc_layout_checked!(rt_primes_509bytes_32align_alloc_layout_checked, 509, 32); Dec 18 14:49:37.145 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.145 INFO [stderr] | Dec 18 14:49:37.145 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.145 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.145 INFO [stderr] | Dec 18 14:49:37.145 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.145 INFO [stderr] | Dec 18 14:49:37.145 INFO [stderr] Dec 18 14:49:37.145 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.145 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.145 INFO [stderr] | Dec 18 14:49:37.145 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.145 INFO [stderr] | ^^^^^ Dec 18 14:49:37.145 INFO [stderr] ... Dec 18 14:49:37.145 INFO [stderr] 4076 | rt_alloc_layout_checked!(rt_primes_1021bytes_32align_alloc_layout_checked, 1021, 32); Dec 18 14:49:37.145 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.145 INFO [stderr] | Dec 18 14:49:37.145 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.145 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.145 INFO [stderr] | Dec 18 14:49:37.145 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.145 INFO [stderr] | Dec 18 14:49:37.145 INFO [stderr] Dec 18 14:49:37.145 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.145 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.145 INFO [stderr] | Dec 18 14:49:37.145 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.145 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.145 INFO [stderr] ... Dec 18 14:49:37.145 INFO [stderr] 4076 | rt_alloc_layout_checked!(rt_primes_1021bytes_32align_alloc_layout_checked, 1021, 32); Dec 18 14:49:37.145 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.145 INFO [stderr] | Dec 18 14:49:37.145 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.145 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.145 INFO [stderr] | Dec 18 14:49:37.145 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.145 INFO [stderr] | Dec 18 14:49:37.145 INFO [stderr] Dec 18 14:49:37.152 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.152 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.152 INFO [stderr] | Dec 18 14:49:37.152 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.152 INFO [stderr] | ^^^^^ Dec 18 14:49:37.152 INFO [stderr] ... Dec 18 14:49:37.152 INFO [stderr] 4089 | rt_alloc_layout_checked!(rt_primes_2039bytes_32align_alloc_layout_checked, 2039, 32); Dec 18 14:49:37.152 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.152 INFO [stderr] | Dec 18 14:49:37.152 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.152 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.152 INFO [stderr] | Dec 18 14:49:37.152 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.152 INFO [stderr] | Dec 18 14:49:37.152 INFO [stderr] Dec 18 14:49:37.152 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.152 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.152 INFO [stderr] | Dec 18 14:49:37.152 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.152 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.152 INFO [stderr] ... Dec 18 14:49:37.152 INFO [stderr] 4089 | rt_alloc_layout_checked!(rt_primes_2039bytes_32align_alloc_layout_checked, 2039, 32); Dec 18 14:49:37.152 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.152 INFO [stderr] | Dec 18 14:49:37.152 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.152 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.152 INFO [stderr] | Dec 18 14:49:37.152 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.152 INFO [stderr] | Dec 18 14:49:37.152 INFO [stderr] Dec 18 14:49:37.152 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.152 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.152 INFO [stderr] | Dec 18 14:49:37.152 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.152 INFO [stderr] | ^^^^^ Dec 18 14:49:37.152 INFO [stderr] ... Dec 18 14:49:37.152 INFO [stderr] 4102 | rt_alloc_layout_checked!(rt_primes_4093bytes_32align_alloc_layout_checked, 4093, 32); Dec 18 14:49:37.152 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.152 INFO [stderr] | Dec 18 14:49:37.152 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.152 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.152 INFO [stderr] | Dec 18 14:49:37.152 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.152 INFO [stderr] | Dec 18 14:49:37.152 INFO [stderr] Dec 18 14:49:37.156 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.156 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.156 INFO [stderr] | Dec 18 14:49:37.156 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.156 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.156 INFO [stderr] ... Dec 18 14:49:37.156 INFO [stderr] 4102 | rt_alloc_layout_checked!(rt_primes_4093bytes_32align_alloc_layout_checked, 4093, 32); Dec 18 14:49:37.156 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.156 INFO [stderr] | Dec 18 14:49:37.156 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.156 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.156 INFO [stderr] | Dec 18 14:49:37.156 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.156 INFO [stderr] | Dec 18 14:49:37.156 INFO [stderr] Dec 18 14:49:37.160 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.160 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.160 INFO [stderr] | Dec 18 14:49:37.160 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.160 INFO [stderr] | ^^^^^ Dec 18 14:49:37.160 INFO [stderr] ... Dec 18 14:49:37.160 INFO [stderr] 4115 | rt_alloc_layout_checked!(rt_primes_8191bytes_32align_alloc_layout_checked, 8191, 32); Dec 18 14:49:37.160 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.160 INFO [stderr] | Dec 18 14:49:37.160 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.160 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.160 INFO [stderr] | Dec 18 14:49:37.160 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.160 INFO [stderr] | Dec 18 14:49:37.160 INFO [stderr] Dec 18 14:49:37.160 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.160 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.160 INFO [stderr] | Dec 18 14:49:37.160 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.160 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.160 INFO [stderr] ... Dec 18 14:49:37.160 INFO [stderr] 4115 | rt_alloc_layout_checked!(rt_primes_8191bytes_32align_alloc_layout_checked, 8191, 32); Dec 18 14:49:37.160 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.160 INFO [stderr] | Dec 18 14:49:37.160 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.160 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.160 INFO [stderr] | Dec 18 14:49:37.160 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.160 INFO [stderr] | Dec 18 14:49:37.161 INFO [stderr] Dec 18 14:49:37.164 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.164 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.164 INFO [stderr] | Dec 18 14:49:37.164 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.164 INFO [stderr] | ^^^^^ Dec 18 14:49:37.164 INFO [stderr] ... Dec 18 14:49:37.164 INFO [stderr] 4128 | rt_alloc_layout_checked!(rt_primes_16381bytes_32align_alloc_layout_checked, 16381, 32); Dec 18 14:49:37.164 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.164 INFO [stderr] | Dec 18 14:49:37.164 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.164 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.164 INFO [stderr] | Dec 18 14:49:37.164 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.164 INFO [stderr] | Dec 18 14:49:37.164 INFO [stderr] Dec 18 14:49:37.169 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.169 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.169 INFO [stderr] | Dec 18 14:49:37.169 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.169 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.169 INFO [stderr] ... Dec 18 14:49:37.169 INFO [stderr] 4128 | rt_alloc_layout_checked!(rt_primes_16381bytes_32align_alloc_layout_checked, 16381, 32); Dec 18 14:49:37.169 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.169 INFO [stderr] | Dec 18 14:49:37.169 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.169 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.169 INFO [stderr] | Dec 18 14:49:37.169 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.169 INFO [stderr] | Dec 18 14:49:37.169 INFO [stderr] Dec 18 14:49:37.169 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.169 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.169 INFO [stderr] | Dec 18 14:49:37.169 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.169 INFO [stderr] | ^^^^^ Dec 18 14:49:37.169 INFO [stderr] ... Dec 18 14:49:37.169 INFO [stderr] 4141 | rt_alloc_layout_checked!(rt_primes_32749bytes_32align_alloc_layout_checked, 32749, 32); Dec 18 14:49:37.169 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.169 INFO [stderr] | Dec 18 14:49:37.169 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.169 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.169 INFO [stderr] | Dec 18 14:49:37.169 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.169 INFO [stderr] | Dec 18 14:49:37.169 INFO [stderr] Dec 18 14:49:37.169 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.169 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.169 INFO [stderr] | Dec 18 14:49:37.169 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.169 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.169 INFO [stderr] ... Dec 18 14:49:37.169 INFO [stderr] 4141 | rt_alloc_layout_checked!(rt_primes_32749bytes_32align_alloc_layout_checked, 32749, 32); Dec 18 14:49:37.169 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.169 INFO [stderr] | Dec 18 14:49:37.169 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.169 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.169 INFO [stderr] | Dec 18 14:49:37.169 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.169 INFO [stderr] | Dec 18 14:49:37.169 INFO [stderr] Dec 18 14:49:37.176 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.176 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.176 INFO [stderr] | Dec 18 14:49:37.176 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.176 INFO [stderr] | ^^^^^ Dec 18 14:49:37.176 INFO [stderr] ... Dec 18 14:49:37.176 INFO [stderr] 4154 | rt_alloc_layout_checked!(rt_primes_65537bytes_32align_alloc_layout_checked, 65537, 32); Dec 18 14:49:37.176 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.176 INFO [stderr] | Dec 18 14:49:37.176 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.176 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.176 INFO [stderr] | Dec 18 14:49:37.176 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.176 INFO [stderr] | Dec 18 14:49:37.176 INFO [stderr] Dec 18 14:49:37.176 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.176 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.176 INFO [stderr] | Dec 18 14:49:37.176 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.176 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.176 INFO [stderr] ... Dec 18 14:49:37.176 INFO [stderr] 4154 | rt_alloc_layout_checked!(rt_primes_65537bytes_32align_alloc_layout_checked, 65537, 32); Dec 18 14:49:37.176 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.177 INFO [stderr] | Dec 18 14:49:37.177 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.177 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.177 INFO [stderr] | Dec 18 14:49:37.177 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.177 INFO [stderr] | Dec 18 14:49:37.177 INFO [stderr] Dec 18 14:49:37.177 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.177 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.177 INFO [stderr] | Dec 18 14:49:37.177 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.177 INFO [stderr] | ^^^^^ Dec 18 14:49:37.177 INFO [stderr] ... Dec 18 14:49:37.177 INFO [stderr] 4167 | rt_alloc_layout_checked!(rt_primes_131071bytes_32align_alloc_layout_checked, 131071, 32); Dec 18 14:49:37.177 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.177 INFO [stderr] | Dec 18 14:49:37.177 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.177 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.177 INFO [stderr] | Dec 18 14:49:37.177 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.177 INFO [stderr] | Dec 18 14:49:37.177 INFO [stderr] Dec 18 14:49:37.180 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.180 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.180 INFO [stderr] | Dec 18 14:49:37.180 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.180 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.180 INFO [stderr] ... Dec 18 14:49:37.180 INFO [stderr] 4167 | rt_alloc_layout_checked!(rt_primes_131071bytes_32align_alloc_layout_checked, 131071, 32); Dec 18 14:49:37.180 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.180 INFO [stderr] | Dec 18 14:49:37.180 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.180 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.180 INFO [stderr] | Dec 18 14:49:37.180 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.180 INFO [stderr] | Dec 18 14:49:37.180 INFO [stderr] Dec 18 14:49:37.180 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.180 INFO [stderr] --> benches/roundtrip.rs:83:36 Dec 18 14:49:37.180 INFO [stderr] | Dec 18 14:49:37.180 INFO [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.180 INFO [stderr] | ^^^^^ Dec 18 14:49:37.180 INFO [stderr] ... Dec 18 14:49:37.180 INFO [stderr] 4180 | rt_alloc_layout_checked!(rt_primes_4194301bytes_32align_alloc_layout_checked, 4194301, 32); Dec 18 14:49:37.180 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.180 INFO [stderr] | Dec 18 14:49:37.180 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.181 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.181 INFO [stderr] | Dec 18 14:49:37.181 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.181 INFO [stderr] | Dec 18 14:49:37.181 INFO [stderr] Dec 18 14:49:37.181 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.181 INFO [stderr] --> benches/roundtrip.rs:85:26 Dec 18 14:49:37.181 INFO [stderr] | Dec 18 14:49:37.181 INFO [stderr] 85 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.181 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.181 INFO [stderr] ... Dec 18 14:49:37.181 INFO [stderr] 4180 | rt_alloc_layout_checked!(rt_primes_4194301bytes_32align_alloc_layout_checked, 4194301, 32); Dec 18 14:49:37.181 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.181 INFO [stderr] | Dec 18 14:49:37.181 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.181 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.181 INFO [stderr] | Dec 18 14:49:37.181 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.181 INFO [stderr] | Dec 18 14:49:37.181 INFO [stderr] Dec 18 14:49:37.181 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.181 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.181 INFO [stderr] | Dec 18 14:49:37.181 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.181 INFO [stderr] | ^^^^^ Dec 18 14:49:37.181 INFO [stderr] ... Dec 18 14:49:37.181 INFO [stderr] 261 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_1align_alloc_layout_unchecked, 1, 1); Dec 18 14:49:37.181 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.184 INFO [stderr] | Dec 18 14:49:37.185 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.185 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.185 INFO [stderr] | Dec 18 14:49:37.185 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.185 INFO [stderr] | Dec 18 14:49:37.185 INFO [stderr] Dec 18 14:49:37.196 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.197 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.197 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.197 INFO [stderr] ... Dec 18 14:49:37.197 INFO [stderr] 261 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_1align_alloc_layout_unchecked, 1, 1); Dec 18 14:49:37.197 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.197 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] Dec 18 14:49:37.197 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.197 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.197 INFO [stderr] | ^^^^^ Dec 18 14:49:37.197 INFO [stderr] ... Dec 18 14:49:37.197 INFO [stderr] 274 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_1align_alloc_layout_unchecked, 2, 1); Dec 18 14:49:37.197 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.197 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] Dec 18 14:49:37.197 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.197 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.197 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.197 INFO [stderr] ... Dec 18 14:49:37.197 INFO [stderr] 274 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_1align_alloc_layout_unchecked, 2, 1); Dec 18 14:49:37.197 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.197 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] Dec 18 14:49:37.197 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.197 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.197 INFO [stderr] | ^^^^^ Dec 18 14:49:37.197 INFO [stderr] ... Dec 18 14:49:37.197 INFO [stderr] 287 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_1align_alloc_layout_unchecked, 4, 1); Dec 18 14:49:37.197 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.197 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] Dec 18 14:49:37.197 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.197 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.197 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.197 INFO [stderr] ... Dec 18 14:49:37.197 INFO [stderr] 287 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_1align_alloc_layout_unchecked, 4, 1); Dec 18 14:49:37.197 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.197 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] Dec 18 14:49:37.197 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.197 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.197 INFO [stderr] | ^^^^^ Dec 18 14:49:37.197 INFO [stderr] ... Dec 18 14:49:37.197 INFO [stderr] 300 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_1align_alloc_layout_unchecked, 8, 1); Dec 18 14:49:37.197 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.197 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.197 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.197 INFO [stderr] | Dec 18 14:49:37.198 INFO [stderr] Dec 18 14:49:37.198 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.198 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.198 INFO [stderr] | Dec 18 14:49:37.198 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.198 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.198 INFO [stderr] ... Dec 18 14:49:37.198 INFO [stderr] 300 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_1align_alloc_layout_unchecked, 8, 1); Dec 18 14:49:37.198 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.198 INFO [stderr] | Dec 18 14:49:37.198 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.198 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.198 INFO [stderr] | Dec 18 14:49:37.198 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.198 INFO [stderr] | Dec 18 14:49:37.198 INFO [stderr] Dec 18 14:49:37.198 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.198 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.198 INFO [stderr] | Dec 18 14:49:37.198 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.198 INFO [stderr] | ^^^^^ Dec 18 14:49:37.198 INFO [stderr] ... Dec 18 14:49:37.198 INFO [stderr] 313 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_1align_alloc_layout_unchecked, 16, 1); Dec 18 14:49:37.198 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.198 INFO [stderr] | Dec 18 14:49:37.198 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.198 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.198 INFO [stderr] | Dec 18 14:49:37.198 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.198 INFO [stderr] | Dec 18 14:49:37.198 INFO [stderr] Dec 18 14:49:37.198 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.198 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.198 INFO [stderr] | Dec 18 14:49:37.198 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.198 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.198 INFO [stderr] ... Dec 18 14:49:37.198 INFO [stderr] 313 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_1align_alloc_layout_unchecked, 16, 1); Dec 18 14:49:37.198 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.198 INFO [stderr] | Dec 18 14:49:37.198 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.198 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.198 INFO [stderr] | Dec 18 14:49:37.198 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.198 INFO [stderr] | Dec 18 14:49:37.198 INFO [stderr] Dec 18 14:49:37.200 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.200 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.200 INFO [stderr] | Dec 18 14:49:37.200 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.200 INFO [stderr] | ^^^^^ Dec 18 14:49:37.200 INFO [stderr] ... Dec 18 14:49:37.200 INFO [stderr] 326 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_1align_alloc_layout_unchecked, 32, 1); Dec 18 14:49:37.201 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.201 INFO [stderr] | Dec 18 14:49:37.201 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.201 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.201 INFO [stderr] | Dec 18 14:49:37.201 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.201 INFO [stderr] | Dec 18 14:49:37.201 INFO [stderr] Dec 18 14:49:37.221 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.221 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.221 INFO [stderr] | Dec 18 14:49:37.221 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.221 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.221 INFO [stderr] ... Dec 18 14:49:37.221 INFO [stderr] 326 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_1align_alloc_layout_unchecked, 32, 1); Dec 18 14:49:37.221 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.221 INFO [stderr] | Dec 18 14:49:37.221 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.221 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.221 INFO [stderr] | Dec 18 14:49:37.221 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.221 INFO [stderr] | Dec 18 14:49:37.221 INFO [stderr] Dec 18 14:49:37.225 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.225 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.225 INFO [stderr] | ^^^^^ Dec 18 14:49:37.225 INFO [stderr] ... Dec 18 14:49:37.225 INFO [stderr] 339 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_1align_alloc_layout_unchecked, 64, 1); Dec 18 14:49:37.225 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.225 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] Dec 18 14:49:37.225 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.225 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.225 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.225 INFO [stderr] ... Dec 18 14:49:37.225 INFO [stderr] 339 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_1align_alloc_layout_unchecked, 64, 1); Dec 18 14:49:37.225 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.225 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] Dec 18 14:49:37.225 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.225 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.225 INFO [stderr] | ^^^^^ Dec 18 14:49:37.225 INFO [stderr] ... Dec 18 14:49:37.225 INFO [stderr] 352 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_1align_alloc_layout_unchecked, 128, 1); Dec 18 14:49:37.225 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.225 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] Dec 18 14:49:37.225 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.225 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.225 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.225 INFO [stderr] ... Dec 18 14:49:37.225 INFO [stderr] 352 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_1align_alloc_layout_unchecked, 128, 1); Dec 18 14:49:37.225 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.225 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] Dec 18 14:49:37.225 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.225 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.225 INFO [stderr] | ^^^^^ Dec 18 14:49:37.225 INFO [stderr] ... Dec 18 14:49:37.225 INFO [stderr] 365 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_1align_alloc_layout_unchecked, 256, 1); Dec 18 14:49:37.225 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.225 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.225 INFO [stderr] | Dec 18 14:49:37.225 INFO [stderr] Dec 18 14:49:37.225 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.226 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.226 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.226 INFO [stderr] ... Dec 18 14:49:37.226 INFO [stderr] 365 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_1align_alloc_layout_unchecked, 256, 1); Dec 18 14:49:37.226 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.226 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] Dec 18 14:49:37.226 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.226 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.226 INFO [stderr] | ^^^^^ Dec 18 14:49:37.226 INFO [stderr] ... Dec 18 14:49:37.226 INFO [stderr] 378 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_1align_alloc_layout_unchecked, 512, 1); Dec 18 14:49:37.226 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.226 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] Dec 18 14:49:37.226 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.226 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.226 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.226 INFO [stderr] ... Dec 18 14:49:37.226 INFO [stderr] 378 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_1align_alloc_layout_unchecked, 512, 1); Dec 18 14:49:37.226 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.226 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] Dec 18 14:49:37.226 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.226 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.226 INFO [stderr] | ^^^^^ Dec 18 14:49:37.226 INFO [stderr] ... Dec 18 14:49:37.226 INFO [stderr] 391 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_1align_alloc_layout_unchecked, 1024, 1); Dec 18 14:49:37.226 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.226 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] Dec 18 14:49:37.226 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.226 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.226 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.226 INFO [stderr] ... Dec 18 14:49:37.226 INFO [stderr] 391 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_1align_alloc_layout_unchecked, 1024, 1); Dec 18 14:49:37.226 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.226 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] Dec 18 14:49:37.226 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.226 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.226 INFO [stderr] | ^^^^^ Dec 18 14:49:37.226 INFO [stderr] ... Dec 18 14:49:37.226 INFO [stderr] 404 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_1align_alloc_layout_unchecked, 2048, 1); Dec 18 14:49:37.226 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.226 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.226 INFO [stderr] | Dec 18 14:49:37.226 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.227 INFO [stderr] | Dec 18 14:49:37.227 INFO [stderr] Dec 18 14:49:37.227 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.227 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.227 INFO [stderr] | Dec 18 14:49:37.227 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.227 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.227 INFO [stderr] ... Dec 18 14:49:37.227 INFO [stderr] 404 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_1align_alloc_layout_unchecked, 2048, 1); Dec 18 14:49:37.227 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.227 INFO [stderr] | Dec 18 14:49:37.227 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.227 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.227 INFO [stderr] | Dec 18 14:49:37.227 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.227 INFO [stderr] | Dec 18 14:49:37.227 INFO [stderr] Dec 18 14:49:37.227 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.227 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.227 INFO [stderr] | Dec 18 14:49:37.227 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.227 INFO [stderr] | ^^^^^ Dec 18 14:49:37.227 INFO [stderr] ... Dec 18 14:49:37.227 INFO [stderr] 417 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_1align_alloc_layout_unchecked, 4096, 1); Dec 18 14:49:37.227 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.227 INFO [stderr] | Dec 18 14:49:37.227 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.227 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.227 INFO [stderr] | Dec 18 14:49:37.227 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.227 INFO [stderr] | Dec 18 14:49:37.227 INFO [stderr] Dec 18 14:49:37.232 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.233 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.233 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.233 INFO [stderr] ... Dec 18 14:49:37.233 INFO [stderr] 417 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_1align_alloc_layout_unchecked, 4096, 1); Dec 18 14:49:37.233 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.233 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] Dec 18 14:49:37.233 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.233 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.233 INFO [stderr] | ^^^^^ Dec 18 14:49:37.233 INFO [stderr] ... Dec 18 14:49:37.233 INFO [stderr] 430 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_1align_alloc_layout_unchecked, 8192, 1); Dec 18 14:49:37.233 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.233 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] Dec 18 14:49:37.233 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.233 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.233 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.233 INFO [stderr] ... Dec 18 14:49:37.233 INFO [stderr] 430 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_1align_alloc_layout_unchecked, 8192, 1); Dec 18 14:49:37.233 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.233 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] Dec 18 14:49:37.233 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.233 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.233 INFO [stderr] | ^^^^^ Dec 18 14:49:37.233 INFO [stderr] ... Dec 18 14:49:37.233 INFO [stderr] 443 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_1align_alloc_layout_unchecked, 16384, 1); Dec 18 14:49:37.233 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.233 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] Dec 18 14:49:37.233 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.233 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.233 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.233 INFO [stderr] ... Dec 18 14:49:37.233 INFO [stderr] 443 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_1align_alloc_layout_unchecked, 16384, 1); Dec 18 14:49:37.233 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.233 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] Dec 18 14:49:37.233 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.233 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.233 INFO [stderr] | ^^^^^ Dec 18 14:49:37.233 INFO [stderr] ... Dec 18 14:49:37.233 INFO [stderr] 456 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_1align_alloc_layout_unchecked, 32768, 1); Dec 18 14:49:37.233 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.233 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.233 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.233 INFO [stderr] | Dec 18 14:49:37.234 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.234 INFO [stderr] | Dec 18 14:49:37.234 INFO [stderr] Dec 18 14:49:37.234 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.234 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.234 INFO [stderr] | Dec 18 14:49:37.234 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.234 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.234 INFO [stderr] ... Dec 18 14:49:37.234 INFO [stderr] 456 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_1align_alloc_layout_unchecked, 32768, 1); Dec 18 14:49:37.234 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.234 INFO [stderr] | Dec 18 14:49:37.234 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.234 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.234 INFO [stderr] | Dec 18 14:49:37.234 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.234 INFO [stderr] | Dec 18 14:49:37.234 INFO [stderr] Dec 18 14:49:37.234 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.234 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.234 INFO [stderr] | Dec 18 14:49:37.234 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.234 INFO [stderr] | ^^^^^ Dec 18 14:49:37.234 INFO [stderr] ... Dec 18 14:49:37.234 INFO [stderr] 469 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_1align_alloc_layout_unchecked, 65536, 1); Dec 18 14:49:37.234 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.234 INFO [stderr] | Dec 18 14:49:37.234 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.234 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.234 INFO [stderr] | Dec 18 14:49:37.234 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.234 INFO [stderr] | Dec 18 14:49:37.234 INFO [stderr] Dec 18 14:49:37.234 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.234 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.234 INFO [stderr] | Dec 18 14:49:37.234 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.234 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.234 INFO [stderr] ... Dec 18 14:49:37.234 INFO [stderr] 469 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_1align_alloc_layout_unchecked, 65536, 1); Dec 18 14:49:37.234 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.234 INFO [stderr] | Dec 18 14:49:37.234 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.234 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.234 INFO [stderr] | Dec 18 14:49:37.234 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.234 INFO [stderr] | Dec 18 14:49:37.234 INFO [stderr] Dec 18 14:49:37.240 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.240 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.240 INFO [stderr] | Dec 18 14:49:37.240 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.240 INFO [stderr] | ^^^^^ Dec 18 14:49:37.240 INFO [stderr] ... Dec 18 14:49:37.240 INFO [stderr] 482 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_1align_alloc_layout_unchecked, 131072, 1); Dec 18 14:49:37.240 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.240 INFO [stderr] | Dec 18 14:49:37.240 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.240 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.240 INFO [stderr] | Dec 18 14:49:37.240 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.240 INFO [stderr] | Dec 18 14:49:37.240 INFO [stderr] Dec 18 14:49:37.240 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.240 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.240 INFO [stderr] | Dec 18 14:49:37.240 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.240 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.240 INFO [stderr] ... Dec 18 14:49:37.240 INFO [stderr] 482 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_1align_alloc_layout_unchecked, 131072, 1); Dec 18 14:49:37.240 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.240 INFO [stderr] | Dec 18 14:49:37.240 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.240 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.240 INFO [stderr] | Dec 18 14:49:37.240 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.240 INFO [stderr] | Dec 18 14:49:37.240 INFO [stderr] Dec 18 14:49:37.240 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.240 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.240 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.241 INFO [stderr] | ^^^^^ Dec 18 14:49:37.241 INFO [stderr] ... Dec 18 14:49:37.241 INFO [stderr] 495 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_1align_alloc_layout_unchecked, 4194304, 1); Dec 18 14:49:37.241 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.241 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] Dec 18 14:49:37.241 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.241 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.241 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.241 INFO [stderr] ... Dec 18 14:49:37.241 INFO [stderr] 495 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_1align_alloc_layout_unchecked, 4194304, 1); Dec 18 14:49:37.241 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.241 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] Dec 18 14:49:37.241 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.241 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.241 INFO [stderr] | ^^^^^ Dec 18 14:49:37.241 INFO [stderr] ... Dec 18 14:49:37.241 INFO [stderr] 509 | rt_alloc_layout_unchecked!(rt_even_10bytes_1align_alloc_layout_unchecked, 10, 1); Dec 18 14:49:37.241 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.241 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] Dec 18 14:49:37.241 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.241 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.241 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.241 INFO [stderr] ... Dec 18 14:49:37.241 INFO [stderr] 509 | rt_alloc_layout_unchecked!(rt_even_10bytes_1align_alloc_layout_unchecked, 10, 1); Dec 18 14:49:37.241 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.241 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] Dec 18 14:49:37.241 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.241 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.241 INFO [stderr] | ^^^^^ Dec 18 14:49:37.241 INFO [stderr] ... Dec 18 14:49:37.241 INFO [stderr] 522 | rt_alloc_layout_unchecked!(rt_even_100bytes_1align_alloc_layout_unchecked, 100, 1); Dec 18 14:49:37.241 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.241 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] Dec 18 14:49:37.241 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.241 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.241 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.241 INFO [stderr] ... Dec 18 14:49:37.241 INFO [stderr] 522 | rt_alloc_layout_unchecked!(rt_even_100bytes_1align_alloc_layout_unchecked, 100, 1); Dec 18 14:49:37.241 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.241 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.241 INFO [stderr] | Dec 18 14:49:37.241 INFO [stderr] Dec 18 14:49:37.252 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.252 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.252 INFO [stderr] | Dec 18 14:49:37.252 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.252 INFO [stderr] | ^^^^^ Dec 18 14:49:37.252 INFO [stderr] ... Dec 18 14:49:37.252 INFO [stderr] 535 | rt_alloc_layout_unchecked!(rt_even_1000bytes_1align_alloc_layout_unchecked, 1000, 1); Dec 18 14:49:37.252 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.252 INFO [stderr] | Dec 18 14:49:37.252 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.252 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.252 INFO [stderr] | Dec 18 14:49:37.252 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.252 INFO [stderr] | Dec 18 14:49:37.252 INFO [stderr] Dec 18 14:49:37.252 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.252 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.252 INFO [stderr] | Dec 18 14:49:37.252 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.252 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.253 INFO [stderr] ... Dec 18 14:49:37.253 INFO [stderr] 535 | rt_alloc_layout_unchecked!(rt_even_1000bytes_1align_alloc_layout_unchecked, 1000, 1); Dec 18 14:49:37.253 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.253 INFO [stderr] | Dec 18 14:49:37.253 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.253 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.253 INFO [stderr] | Dec 18 14:49:37.253 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.253 INFO [stderr] | Dec 18 14:49:37.253 INFO [stderr] Dec 18 14:49:37.253 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.253 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.253 INFO [stderr] | Dec 18 14:49:37.253 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.253 INFO [stderr] | ^^^^^ Dec 18 14:49:37.253 INFO [stderr] ... Dec 18 14:49:37.253 INFO [stderr] 548 | rt_alloc_layout_unchecked!(rt_even_10000bytes_1align_alloc_layout_unchecked, 10000, 1); Dec 18 14:49:37.253 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.253 INFO [stderr] | Dec 18 14:49:37.253 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.253 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.253 INFO [stderr] | Dec 18 14:49:37.253 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.253 INFO [stderr] | Dec 18 14:49:37.253 INFO [stderr] Dec 18 14:49:37.272 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.272 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.272 INFO [stderr] | Dec 18 14:49:37.272 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.272 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.272 INFO [stderr] ... Dec 18 14:49:37.272 INFO [stderr] 548 | rt_alloc_layout_unchecked!(rt_even_10000bytes_1align_alloc_layout_unchecked, 10000, 1); Dec 18 14:49:37.273 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.273 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] Dec 18 14:49:37.273 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.273 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.273 INFO [stderr] | ^^^^^ Dec 18 14:49:37.273 INFO [stderr] ... Dec 18 14:49:37.273 INFO [stderr] 561 | rt_alloc_layout_unchecked!(rt_even_100000bytes_1align_alloc_layout_unchecked, 100000, 1); Dec 18 14:49:37.273 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.273 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] Dec 18 14:49:37.273 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.273 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.273 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.273 INFO [stderr] ... Dec 18 14:49:37.273 INFO [stderr] 561 | rt_alloc_layout_unchecked!(rt_even_100000bytes_1align_alloc_layout_unchecked, 100000, 1); Dec 18 14:49:37.273 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.273 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] Dec 18 14:49:37.273 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.273 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.273 INFO [stderr] | ^^^^^ Dec 18 14:49:37.273 INFO [stderr] ... Dec 18 14:49:37.273 INFO [stderr] 574 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_1align_alloc_layout_unchecked, 1000000, 1); Dec 18 14:49:37.273 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.273 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] Dec 18 14:49:37.273 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.273 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.273 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.273 INFO [stderr] ... Dec 18 14:49:37.273 INFO [stderr] 574 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_1align_alloc_layout_unchecked, 1000000, 1); Dec 18 14:49:37.273 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.273 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] Dec 18 14:49:37.273 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.273 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.273 INFO [stderr] | ^^^^^ Dec 18 14:49:37.273 INFO [stderr] ... Dec 18 14:49:37.273 INFO [stderr] 588 | rt_alloc_layout_unchecked!(rt_odd_10bytes_1align_alloc_layout_unchecked, 10- 1, 1); Dec 18 14:49:37.273 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.273 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] Dec 18 14:49:37.273 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.273 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.273 INFO [stderr] | Dec 18 14:49:37.273 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.273 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.273 INFO [stderr] ... Dec 18 14:49:37.274 INFO [stderr] 588 | rt_alloc_layout_unchecked!(rt_odd_10bytes_1align_alloc_layout_unchecked, 10- 1, 1); Dec 18 14:49:37.274 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.274 INFO [stderr] | Dec 18 14:49:37.274 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.274 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.274 INFO [stderr] | Dec 18 14:49:37.274 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.274 INFO [stderr] | Dec 18 14:49:37.274 INFO [stderr] Dec 18 14:49:37.274 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.274 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.274 INFO [stderr] | Dec 18 14:49:37.274 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.274 INFO [stderr] | ^^^^^ Dec 18 14:49:37.274 INFO [stderr] ... Dec 18 14:49:37.274 INFO [stderr] 601 | rt_alloc_layout_unchecked!(rt_odd_100bytes_1align_alloc_layout_unchecked, 100- 1, 1); Dec 18 14:49:37.274 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.274 INFO [stderr] | Dec 18 14:49:37.274 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.274 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.274 INFO [stderr] | Dec 18 14:49:37.274 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.274 INFO [stderr] | Dec 18 14:49:37.274 INFO [stderr] Dec 18 14:49:37.274 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.274 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.274 INFO [stderr] | Dec 18 14:49:37.274 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.274 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.274 INFO [stderr] ... Dec 18 14:49:37.274 INFO [stderr] 601 | rt_alloc_layout_unchecked!(rt_odd_100bytes_1align_alloc_layout_unchecked, 100- 1, 1); Dec 18 14:49:37.274 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.274 INFO [stderr] | Dec 18 14:49:37.274 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.274 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.274 INFO [stderr] | Dec 18 14:49:37.274 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.274 INFO [stderr] | Dec 18 14:49:37.274 INFO [stderr] Dec 18 14:49:37.274 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.274 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.274 INFO [stderr] | Dec 18 14:49:37.274 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.274 INFO [stderr] | ^^^^^ Dec 18 14:49:37.274 INFO [stderr] ... Dec 18 14:49:37.274 INFO [stderr] 614 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_1align_alloc_layout_unchecked, 1000- 1, 1); Dec 18 14:49:37.274 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.274 INFO [stderr] | Dec 18 14:49:37.274 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.274 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.274 INFO [stderr] | Dec 18 14:49:37.274 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.274 INFO [stderr] | Dec 18 14:49:37.274 INFO [stderr] Dec 18 14:49:37.276 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.276 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.276 INFO [stderr] | Dec 18 14:49:37.276 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.276 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.276 INFO [stderr] ... Dec 18 14:49:37.276 INFO [stderr] 614 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_1align_alloc_layout_unchecked, 1000- 1, 1); Dec 18 14:49:37.276 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.276 INFO [stderr] | Dec 18 14:49:37.276 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.276 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.276 INFO [stderr] | Dec 18 14:49:37.276 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.276 INFO [stderr] | Dec 18 14:49:37.276 INFO [stderr] Dec 18 14:49:37.276 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.276 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.276 INFO [stderr] | Dec 18 14:49:37.276 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.276 INFO [stderr] | ^^^^^ Dec 18 14:49:37.277 INFO [stderr] ... Dec 18 14:49:37.277 INFO [stderr] 627 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_1align_alloc_layout_unchecked, 10000- 1, 1); Dec 18 14:49:37.277 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.277 INFO [stderr] | Dec 18 14:49:37.277 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.277 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.277 INFO [stderr] | Dec 18 14:49:37.277 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.277 INFO [stderr] | Dec 18 14:49:37.277 INFO [stderr] Dec 18 14:49:37.277 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.277 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.277 INFO [stderr] | Dec 18 14:49:37.277 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.277 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.277 INFO [stderr] ... Dec 18 14:49:37.277 INFO [stderr] 627 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_1align_alloc_layout_unchecked, 10000- 1, 1); Dec 18 14:49:37.277 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.277 INFO [stderr] | Dec 18 14:49:37.277 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.277 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.277 INFO [stderr] | Dec 18 14:49:37.277 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.277 INFO [stderr] | Dec 18 14:49:37.277 INFO [stderr] Dec 18 14:49:37.277 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.277 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.277 INFO [stderr] | Dec 18 14:49:37.277 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.277 INFO [stderr] | ^^^^^ Dec 18 14:49:37.277 INFO [stderr] ... Dec 18 14:49:37.277 INFO [stderr] 640 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_1align_alloc_layout_unchecked, 100000- 1, 1); Dec 18 14:49:37.277 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.277 INFO [stderr] | Dec 18 14:49:37.277 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.277 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.277 INFO [stderr] | Dec 18 14:49:37.277 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.277 INFO [stderr] | Dec 18 14:49:37.277 INFO [stderr] Dec 18 14:49:37.281 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.281 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.281 INFO [stderr] | Dec 18 14:49:37.281 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.281 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.281 INFO [stderr] ... Dec 18 14:49:37.281 INFO [stderr] 640 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_1align_alloc_layout_unchecked, 100000- 1, 1); Dec 18 14:49:37.281 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.281 INFO [stderr] | Dec 18 14:49:37.281 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.281 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.281 INFO [stderr] | Dec 18 14:49:37.281 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.281 INFO [stderr] | Dec 18 14:49:37.281 INFO [stderr] Dec 18 14:49:37.281 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.281 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.281 INFO [stderr] | Dec 18 14:49:37.281 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.281 INFO [stderr] | ^^^^^ Dec 18 14:49:37.281 INFO [stderr] ... Dec 18 14:49:37.281 INFO [stderr] 653 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_1align_alloc_layout_unchecked, 1000000- 1, 1); Dec 18 14:49:37.281 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.281 INFO [stderr] | Dec 18 14:49:37.281 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.281 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.281 INFO [stderr] | Dec 18 14:49:37.281 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.281 INFO [stderr] | Dec 18 14:49:37.281 INFO [stderr] Dec 18 14:49:37.281 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.281 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.281 INFO [stderr] | Dec 18 14:49:37.281 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.281 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.281 INFO [stderr] ... Dec 18 14:49:37.281 INFO [stderr] 653 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_1align_alloc_layout_unchecked, 1000000- 1, 1); Dec 18 14:49:37.281 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.281 INFO [stderr] | Dec 18 14:49:37.281 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.281 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.281 INFO [stderr] | Dec 18 14:49:37.281 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.281 INFO [stderr] | Dec 18 14:49:37.281 INFO [stderr] Dec 18 14:49:37.281 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.281 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.281 INFO [stderr] | Dec 18 14:49:37.281 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.281 INFO [stderr] | ^^^^^ Dec 18 14:49:37.281 INFO [stderr] ... Dec 18 14:49:37.281 INFO [stderr] 667 | rt_alloc_layout_unchecked!(rt_primes_3bytes_1align_alloc_layout_unchecked, 3, 1); Dec 18 14:49:37.281 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.281 INFO [stderr] | Dec 18 14:49:37.281 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.281 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.281 INFO [stderr] | Dec 18 14:49:37.281 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.281 INFO [stderr] | Dec 18 14:49:37.282 INFO [stderr] Dec 18 14:49:37.282 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.282 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.282 INFO [stderr] | Dec 18 14:49:37.282 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.282 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.282 INFO [stderr] ... Dec 18 14:49:37.282 INFO [stderr] 667 | rt_alloc_layout_unchecked!(rt_primes_3bytes_1align_alloc_layout_unchecked, 3, 1); Dec 18 14:49:37.282 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.282 INFO [stderr] | Dec 18 14:49:37.282 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.282 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.282 INFO [stderr] | Dec 18 14:49:37.282 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.282 INFO [stderr] | Dec 18 14:49:37.282 INFO [stderr] Dec 18 14:49:37.284 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.284 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.284 INFO [stderr] | Dec 18 14:49:37.284 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.284 INFO [stderr] | ^^^^^ Dec 18 14:49:37.284 INFO [stderr] ... Dec 18 14:49:37.284 INFO [stderr] 680 | rt_alloc_layout_unchecked!(rt_primes_7bytes_1align_alloc_layout_unchecked, 7, 1); Dec 18 14:49:37.284 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.284 INFO [stderr] | Dec 18 14:49:37.284 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.284 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.284 INFO [stderr] | Dec 18 14:49:37.284 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.284 INFO [stderr] | Dec 18 14:49:37.284 INFO [stderr] Dec 18 14:49:37.284 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.284 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.284 INFO [stderr] | Dec 18 14:49:37.284 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.284 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.284 INFO [stderr] ... Dec 18 14:49:37.284 INFO [stderr] 680 | rt_alloc_layout_unchecked!(rt_primes_7bytes_1align_alloc_layout_unchecked, 7, 1); Dec 18 14:49:37.285 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.285 INFO [stderr] | Dec 18 14:49:37.285 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.285 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.285 INFO [stderr] | Dec 18 14:49:37.285 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.285 INFO [stderr] | Dec 18 14:49:37.285 INFO [stderr] Dec 18 14:49:37.285 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.285 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.285 INFO [stderr] | Dec 18 14:49:37.285 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.285 INFO [stderr] | ^^^^^ Dec 18 14:49:37.285 INFO [stderr] ... Dec 18 14:49:37.285 INFO [stderr] 693 | rt_alloc_layout_unchecked!(rt_primes_13bytes_1align_alloc_layout_unchecked, 13, 1); Dec 18 14:49:37.285 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.285 INFO [stderr] | Dec 18 14:49:37.285 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.285 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.285 INFO [stderr] | Dec 18 14:49:37.285 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.285 INFO [stderr] | Dec 18 14:49:37.285 INFO [stderr] Dec 18 14:49:37.285 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.285 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.285 INFO [stderr] | Dec 18 14:49:37.285 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.285 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.285 INFO [stderr] ... Dec 18 14:49:37.285 INFO [stderr] 693 | rt_alloc_layout_unchecked!(rt_primes_13bytes_1align_alloc_layout_unchecked, 13, 1); Dec 18 14:49:37.285 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.285 INFO [stderr] | Dec 18 14:49:37.285 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.285 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.285 INFO [stderr] | Dec 18 14:49:37.285 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.285 INFO [stderr] | Dec 18 14:49:37.285 INFO [stderr] Dec 18 14:49:37.288 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.289 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.289 INFO [stderr] | Dec 18 14:49:37.289 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.289 INFO [stderr] | ^^^^^ Dec 18 14:49:37.289 INFO [stderr] ... Dec 18 14:49:37.289 INFO [stderr] 706 | rt_alloc_layout_unchecked!(rt_primes_17bytes_1align_alloc_layout_unchecked, 17, 1); Dec 18 14:49:37.289 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.289 INFO [stderr] | Dec 18 14:49:37.289 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.289 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.289 INFO [stderr] | Dec 18 14:49:37.289 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.289 INFO [stderr] | Dec 18 14:49:37.289 INFO [stderr] Dec 18 14:49:37.289 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.289 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.289 INFO [stderr] | Dec 18 14:49:37.289 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.289 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.289 INFO [stderr] ... Dec 18 14:49:37.289 INFO [stderr] 706 | rt_alloc_layout_unchecked!(rt_primes_17bytes_1align_alloc_layout_unchecked, 17, 1); Dec 18 14:49:37.289 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.289 INFO [stderr] | Dec 18 14:49:37.289 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.289 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.289 INFO [stderr] | Dec 18 14:49:37.289 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.289 INFO [stderr] | Dec 18 14:49:37.289 INFO [stderr] Dec 18 14:49:37.289 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.289 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.289 INFO [stderr] | Dec 18 14:49:37.289 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.289 INFO [stderr] | ^^^^^ Dec 18 14:49:37.289 INFO [stderr] ... Dec 18 14:49:37.289 INFO [stderr] 719 | rt_alloc_layout_unchecked!(rt_primes_31bytes_1align_alloc_layout_unchecked, 31, 1); Dec 18 14:49:37.289 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.289 INFO [stderr] | Dec 18 14:49:37.289 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.289 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.289 INFO [stderr] | Dec 18 14:49:37.289 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.289 INFO [stderr] | Dec 18 14:49:37.289 INFO [stderr] Dec 18 14:49:37.289 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.289 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.289 INFO [stderr] | Dec 18 14:49:37.289 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.289 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.289 INFO [stderr] ... Dec 18 14:49:37.289 INFO [stderr] 719 | rt_alloc_layout_unchecked!(rt_primes_31bytes_1align_alloc_layout_unchecked, 31, 1); Dec 18 14:49:37.289 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.289 INFO [stderr] | Dec 18 14:49:37.289 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.289 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.289 INFO [stderr] | Dec 18 14:49:37.289 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.289 INFO [stderr] | Dec 18 14:49:37.289 INFO [stderr] Dec 18 14:49:37.292 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.292 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.292 INFO [stderr] | Dec 18 14:49:37.292 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.292 INFO [stderr] | ^^^^^ Dec 18 14:49:37.292 INFO [stderr] ... Dec 18 14:49:37.292 INFO [stderr] 732 | rt_alloc_layout_unchecked!(rt_primes_61bytes_1align_alloc_layout_unchecked, 61, 1); Dec 18 14:49:37.292 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.292 INFO [stderr] | Dec 18 14:49:37.292 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.292 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.292 INFO [stderr] | Dec 18 14:49:37.293 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.293 INFO [stderr] | Dec 18 14:49:37.293 INFO [stderr] Dec 18 14:49:37.293 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.293 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.293 INFO [stderr] | Dec 18 14:49:37.293 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.293 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.293 INFO [stderr] ... Dec 18 14:49:37.293 INFO [stderr] 732 | rt_alloc_layout_unchecked!(rt_primes_61bytes_1align_alloc_layout_unchecked, 61, 1); Dec 18 14:49:37.293 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.293 INFO [stderr] | Dec 18 14:49:37.293 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.293 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.293 INFO [stderr] | Dec 18 14:49:37.293 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.293 INFO [stderr] | Dec 18 14:49:37.293 INFO [stderr] Dec 18 14:49:37.293 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.293 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.293 INFO [stderr] | Dec 18 14:49:37.293 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.293 INFO [stderr] | ^^^^^ Dec 18 14:49:37.293 INFO [stderr] ... Dec 18 14:49:37.293 INFO [stderr] 745 | rt_alloc_layout_unchecked!(rt_primes_96bytes_1align_alloc_layout_unchecked, 96, 1); Dec 18 14:49:37.293 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.293 INFO [stderr] | Dec 18 14:49:37.293 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.293 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.293 INFO [stderr] | Dec 18 14:49:37.293 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.293 INFO [stderr] | Dec 18 14:49:37.293 INFO [stderr] Dec 18 14:49:37.293 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.293 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.293 INFO [stderr] | Dec 18 14:49:37.293 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.293 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.293 INFO [stderr] ... Dec 18 14:49:37.293 INFO [stderr] 745 | rt_alloc_layout_unchecked!(rt_primes_96bytes_1align_alloc_layout_unchecked, 96, 1); Dec 18 14:49:37.293 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.293 INFO [stderr] | Dec 18 14:49:37.293 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.293 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.293 INFO [stderr] | Dec 18 14:49:37.293 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.293 INFO [stderr] | Dec 18 14:49:37.293 INFO [stderr] Dec 18 14:49:37.293 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.293 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.293 INFO [stderr] | Dec 18 14:49:37.293 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.293 INFO [stderr] | ^^^^^ Dec 18 14:49:37.293 INFO [stderr] ... Dec 18 14:49:37.293 INFO [stderr] 758 | rt_alloc_layout_unchecked!(rt_primes_127bytes_1align_alloc_layout_unchecked, 127, 1); Dec 18 14:49:37.293 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.293 INFO [stderr] | Dec 18 14:49:37.293 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.293 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.293 INFO [stderr] | Dec 18 14:49:37.293 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.293 INFO [stderr] | Dec 18 14:49:37.293 INFO [stderr] Dec 18 14:49:37.296 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.296 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.296 INFO [stderr] | Dec 18 14:49:37.296 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.296 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.296 INFO [stderr] ... Dec 18 14:49:37.296 INFO [stderr] 758 | rt_alloc_layout_unchecked!(rt_primes_127bytes_1align_alloc_layout_unchecked, 127, 1); Dec 18 14:49:37.296 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.296 INFO [stderr] | Dec 18 14:49:37.296 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.296 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.296 INFO [stderr] | Dec 18 14:49:37.296 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.296 INFO [stderr] | Dec 18 14:49:37.296 INFO [stderr] Dec 18 14:49:37.296 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.296 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.296 INFO [stderr] | Dec 18 14:49:37.296 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.296 INFO [stderr] | ^^^^^ Dec 18 14:49:37.297 INFO [stderr] ... Dec 18 14:49:37.297 INFO [stderr] 771 | rt_alloc_layout_unchecked!(rt_primes_257bytes_1align_alloc_layout_unchecked, 257, 1); Dec 18 14:49:37.297 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.297 INFO [stderr] | Dec 18 14:49:37.297 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.297 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.297 INFO [stderr] | Dec 18 14:49:37.297 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.297 INFO [stderr] | Dec 18 14:49:37.297 INFO [stderr] Dec 18 14:49:37.297 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.297 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.297 INFO [stderr] | Dec 18 14:49:37.297 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.297 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.297 INFO [stderr] ... Dec 18 14:49:37.297 INFO [stderr] 771 | rt_alloc_layout_unchecked!(rt_primes_257bytes_1align_alloc_layout_unchecked, 257, 1); Dec 18 14:49:37.297 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.297 INFO [stderr] | Dec 18 14:49:37.297 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.297 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.297 INFO [stderr] | Dec 18 14:49:37.297 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.297 INFO [stderr] | Dec 18 14:49:37.297 INFO [stderr] Dec 18 14:49:37.297 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.297 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.297 INFO [stderr] | Dec 18 14:49:37.297 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.297 INFO [stderr] | ^^^^^ Dec 18 14:49:37.297 INFO [stderr] ... Dec 18 14:49:37.297 INFO [stderr] 784 | rt_alloc_layout_unchecked!(rt_primes_509bytes_1align_alloc_layout_unchecked, 509, 1); Dec 18 14:49:37.297 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.297 INFO [stderr] | Dec 18 14:49:37.297 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.297 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.297 INFO [stderr] | Dec 18 14:49:37.297 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.297 INFO [stderr] | Dec 18 14:49:37.297 INFO [stderr] Dec 18 14:49:37.300 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.300 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.300 INFO [stderr] | Dec 18 14:49:37.300 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.300 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.300 INFO [stderr] ... Dec 18 14:49:37.300 INFO [stderr] 784 | rt_alloc_layout_unchecked!(rt_primes_509bytes_1align_alloc_layout_unchecked, 509, 1); Dec 18 14:49:37.300 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.300 INFO [stderr] | Dec 18 14:49:37.300 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.300 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.300 INFO [stderr] | Dec 18 14:49:37.300 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.300 INFO [stderr] | Dec 18 14:49:37.300 INFO [stderr] Dec 18 14:49:37.300 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.301 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.301 INFO [stderr] | Dec 18 14:49:37.301 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.301 INFO [stderr] | ^^^^^ Dec 18 14:49:37.301 INFO [stderr] ... Dec 18 14:49:37.301 INFO [stderr] 797 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_1align_alloc_layout_unchecked, 1021, 1); Dec 18 14:49:37.301 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.301 INFO [stderr] | Dec 18 14:49:37.301 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.301 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.301 INFO [stderr] | Dec 18 14:49:37.301 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.301 INFO [stderr] | Dec 18 14:49:37.301 INFO [stderr] Dec 18 14:49:37.301 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.301 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.301 INFO [stderr] | Dec 18 14:49:37.301 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.301 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.301 INFO [stderr] ... Dec 18 14:49:37.301 INFO [stderr] 797 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_1align_alloc_layout_unchecked, 1021, 1); Dec 18 14:49:37.301 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.301 INFO [stderr] | Dec 18 14:49:37.301 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.301 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.301 INFO [stderr] | Dec 18 14:49:37.301 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.301 INFO [stderr] | Dec 18 14:49:37.301 INFO [stderr] Dec 18 14:49:37.301 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.301 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.301 INFO [stderr] | Dec 18 14:49:37.301 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.301 INFO [stderr] | ^^^^^ Dec 18 14:49:37.301 INFO [stderr] ... Dec 18 14:49:37.301 INFO [stderr] 810 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_1align_alloc_layout_unchecked, 2039, 1); Dec 18 14:49:37.301 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.301 INFO [stderr] | Dec 18 14:49:37.301 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.301 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.301 INFO [stderr] | Dec 18 14:49:37.301 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.301 INFO [stderr] | Dec 18 14:49:37.301 INFO [stderr] Dec 18 14:49:37.301 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.301 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.301 INFO [stderr] | Dec 18 14:49:37.301 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.301 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.301 INFO [stderr] ... Dec 18 14:49:37.301 INFO [stderr] 810 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_1align_alloc_layout_unchecked, 2039, 1); Dec 18 14:49:37.301 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.301 INFO [stderr] | Dec 18 14:49:37.301 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.301 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.301 INFO [stderr] | Dec 18 14:49:37.301 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.301 INFO [stderr] | Dec 18 14:49:37.301 INFO [stderr] Dec 18 14:49:37.304 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.304 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.304 INFO [stderr] | Dec 18 14:49:37.304 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.304 INFO [stderr] | ^^^^^ Dec 18 14:49:37.304 INFO [stderr] ... Dec 18 14:49:37.304 INFO [stderr] 823 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_1align_alloc_layout_unchecked, 4093, 1); Dec 18 14:49:37.304 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.304 INFO [stderr] | Dec 18 14:49:37.304 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.304 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.304 INFO [stderr] | Dec 18 14:49:37.304 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.304 INFO [stderr] | Dec 18 14:49:37.304 INFO [stderr] Dec 18 14:49:37.304 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.304 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.304 INFO [stderr] | Dec 18 14:49:37.304 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.304 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.304 INFO [stderr] ... Dec 18 14:49:37.304 INFO [stderr] 823 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_1align_alloc_layout_unchecked, 4093, 1); Dec 18 14:49:37.305 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.305 INFO [stderr] | Dec 18 14:49:37.305 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.305 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.305 INFO [stderr] | Dec 18 14:49:37.305 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.305 INFO [stderr] | Dec 18 14:49:37.305 INFO [stderr] Dec 18 14:49:37.305 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.305 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.305 INFO [stderr] | Dec 18 14:49:37.305 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.305 INFO [stderr] | ^^^^^ Dec 18 14:49:37.305 INFO [stderr] ... Dec 18 14:49:37.305 INFO [stderr] 836 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_1align_alloc_layout_unchecked, 8191, 1); Dec 18 14:49:37.305 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.305 INFO [stderr] | Dec 18 14:49:37.305 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.305 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.305 INFO [stderr] | Dec 18 14:49:37.305 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.305 INFO [stderr] | Dec 18 14:49:37.305 INFO [stderr] Dec 18 14:49:37.305 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.305 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.305 INFO [stderr] | Dec 18 14:49:37.305 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.305 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.305 INFO [stderr] ... Dec 18 14:49:37.305 INFO [stderr] 836 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_1align_alloc_layout_unchecked, 8191, 1); Dec 18 14:49:37.305 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.305 INFO [stderr] | Dec 18 14:49:37.305 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.305 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.305 INFO [stderr] | Dec 18 14:49:37.305 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.305 INFO [stderr] | Dec 18 14:49:37.305 INFO [stderr] Dec 18 14:49:37.307 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.307 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.307 INFO [stderr] | Dec 18 14:49:37.307 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.307 INFO [stderr] | ^^^^^ Dec 18 14:49:37.307 INFO [stderr] ... Dec 18 14:49:37.307 INFO [stderr] 849 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_1align_alloc_layout_unchecked, 16381, 1); Dec 18 14:49:37.307 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.307 INFO [stderr] | Dec 18 14:49:37.307 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.307 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.307 INFO [stderr] | Dec 18 14:49:37.307 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.307 INFO [stderr] | Dec 18 14:49:37.307 INFO [stderr] Dec 18 14:49:37.307 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.307 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.307 INFO [stderr] | Dec 18 14:49:37.307 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.307 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.307 INFO [stderr] ... Dec 18 14:49:37.307 INFO [stderr] 849 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_1align_alloc_layout_unchecked, 16381, 1); Dec 18 14:49:37.307 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.307 INFO [stderr] | Dec 18 14:49:37.307 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.307 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.307 INFO [stderr] | Dec 18 14:49:37.307 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.307 INFO [stderr] | Dec 18 14:49:37.307 INFO [stderr] Dec 18 14:49:37.312 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.312 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.312 INFO [stderr] | ^^^^^ Dec 18 14:49:37.312 INFO [stderr] ... Dec 18 14:49:37.312 INFO [stderr] 862 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_1align_alloc_layout_unchecked, 32749, 1); Dec 18 14:49:37.312 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.312 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] Dec 18 14:49:37.312 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.312 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.312 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.312 INFO [stderr] ... Dec 18 14:49:37.312 INFO [stderr] 862 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_1align_alloc_layout_unchecked, 32749, 1); Dec 18 14:49:37.312 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.312 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] Dec 18 14:49:37.312 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.312 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.312 INFO [stderr] | ^^^^^ Dec 18 14:49:37.312 INFO [stderr] ... Dec 18 14:49:37.312 INFO [stderr] 875 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_1align_alloc_layout_unchecked, 65537, 1); Dec 18 14:49:37.312 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.312 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] Dec 18 14:49:37.312 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.312 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.312 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.312 INFO [stderr] ... Dec 18 14:49:37.312 INFO [stderr] 875 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_1align_alloc_layout_unchecked, 65537, 1); Dec 18 14:49:37.312 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.312 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] Dec 18 14:49:37.312 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.312 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.312 INFO [stderr] | ^^^^^ Dec 18 14:49:37.312 INFO [stderr] ... Dec 18 14:49:37.312 INFO [stderr] 888 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_1align_alloc_layout_unchecked, 131071, 1); Dec 18 14:49:37.312 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.312 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.312 INFO [stderr] | Dec 18 14:49:37.312 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.313 INFO [stderr] | Dec 18 14:49:37.313 INFO [stderr] Dec 18 14:49:37.313 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.313 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.313 INFO [stderr] | Dec 18 14:49:37.313 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.313 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.313 INFO [stderr] ... Dec 18 14:49:37.313 INFO [stderr] 888 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_1align_alloc_layout_unchecked, 131071, 1); Dec 18 14:49:37.313 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.313 INFO [stderr] | Dec 18 14:49:37.313 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.313 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.313 INFO [stderr] | Dec 18 14:49:37.313 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.313 INFO [stderr] | Dec 18 14:49:37.313 INFO [stderr] Dec 18 14:49:37.314 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.314 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.314 INFO [stderr] | Dec 18 14:49:37.314 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.314 INFO [stderr] | ^^^^^ Dec 18 14:49:37.314 INFO [stderr] ... Dec 18 14:49:37.314 INFO [stderr] 901 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_1align_alloc_layout_unchecked, 4194301, 1); Dec 18 14:49:37.314 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.314 INFO [stderr] | Dec 18 14:49:37.314 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.314 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.314 INFO [stderr] | Dec 18 14:49:37.314 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.314 INFO [stderr] | Dec 18 14:49:37.314 INFO [stderr] Dec 18 14:49:37.314 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.314 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.314 INFO [stderr] | Dec 18 14:49:37.314 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.314 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.314 INFO [stderr] ... Dec 18 14:49:37.314 INFO [stderr] 901 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_1align_alloc_layout_unchecked, 4194301, 1); Dec 18 14:49:37.314 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.314 INFO [stderr] | Dec 18 14:49:37.314 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.314 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.314 INFO [stderr] | Dec 18 14:49:37.314 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.314 INFO [stderr] | Dec 18 14:49:37.314 INFO [stderr] Dec 18 14:49:37.319 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.319 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.319 INFO [stderr] | Dec 18 14:49:37.319 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.319 INFO [stderr] | ^^^^^ Dec 18 14:49:37.319 INFO [stderr] ... Dec 18 14:49:37.319 INFO [stderr] 917 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_2align_alloc_layout_unchecked, 1, 2); Dec 18 14:49:37.319 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.319 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.320 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] Dec 18 14:49:37.320 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.320 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.320 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.320 INFO [stderr] ... Dec 18 14:49:37.320 INFO [stderr] 917 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_2align_alloc_layout_unchecked, 1, 2); Dec 18 14:49:37.320 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.320 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] Dec 18 14:49:37.320 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.320 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.320 INFO [stderr] | ^^^^^ Dec 18 14:49:37.320 INFO [stderr] ... Dec 18 14:49:37.320 INFO [stderr] 930 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_2align_alloc_layout_unchecked, 2, 2); Dec 18 14:49:37.320 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.320 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] Dec 18 14:49:37.320 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.320 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.320 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.320 INFO [stderr] ... Dec 18 14:49:37.320 INFO [stderr] 930 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_2align_alloc_layout_unchecked, 2, 2); Dec 18 14:49:37.320 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.320 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] Dec 18 14:49:37.320 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.320 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.320 INFO [stderr] | ^^^^^ Dec 18 14:49:37.320 INFO [stderr] ... Dec 18 14:49:37.320 INFO [stderr] 943 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_2align_alloc_layout_unchecked, 4, 2); Dec 18 14:49:37.320 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.320 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] Dec 18 14:49:37.320 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.320 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.320 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.320 INFO [stderr] ... Dec 18 14:49:37.320 INFO [stderr] 943 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_2align_alloc_layout_unchecked, 4, 2); Dec 18 14:49:37.320 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.320 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.320 INFO [stderr] | Dec 18 14:49:37.320 INFO [stderr] Dec 18 14:49:37.323 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.323 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.323 INFO [stderr] | Dec 18 14:49:37.323 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.323 INFO [stderr] | ^^^^^ Dec 18 14:49:37.323 INFO [stderr] ... Dec 18 14:49:37.323 INFO [stderr] 956 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_2align_alloc_layout_unchecked, 8, 2); Dec 18 14:49:37.323 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.323 INFO [stderr] | Dec 18 14:49:37.323 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.323 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.323 INFO [stderr] | Dec 18 14:49:37.323 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.323 INFO [stderr] | Dec 18 14:49:37.323 INFO [stderr] Dec 18 14:49:37.323 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.323 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.323 INFO [stderr] | Dec 18 14:49:37.323 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.323 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.323 INFO [stderr] ... Dec 18 14:49:37.323 INFO [stderr] 956 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_2align_alloc_layout_unchecked, 8, 2); Dec 18 14:49:37.323 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.323 INFO [stderr] | Dec 18 14:49:37.323 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.323 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.323 INFO [stderr] | Dec 18 14:49:37.323 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.323 INFO [stderr] | Dec 18 14:49:37.323 INFO [stderr] Dec 18 14:49:37.323 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.323 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.323 INFO [stderr] | Dec 18 14:49:37.323 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.323 INFO [stderr] | ^^^^^ Dec 18 14:49:37.323 INFO [stderr] ... Dec 18 14:49:37.323 INFO [stderr] 969 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_2align_alloc_layout_unchecked, 16, 2); Dec 18 14:49:37.323 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.323 INFO [stderr] | Dec 18 14:49:37.323 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.323 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.323 INFO [stderr] | Dec 18 14:49:37.323 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.323 INFO [stderr] | Dec 18 14:49:37.323 INFO [stderr] Dec 18 14:49:37.323 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.323 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.323 INFO [stderr] | Dec 18 14:49:37.323 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.323 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.323 INFO [stderr] ... Dec 18 14:49:37.323 INFO [stderr] 969 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_2align_alloc_layout_unchecked, 16, 2); Dec 18 14:49:37.323 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.323 INFO [stderr] | Dec 18 14:49:37.323 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.323 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.323 INFO [stderr] | Dec 18 14:49:37.323 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.323 INFO [stderr] | Dec 18 14:49:37.323 INFO [stderr] Dec 18 14:49:37.328 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.328 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.328 INFO [stderr] | Dec 18 14:49:37.328 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.328 INFO [stderr] | ^^^^^ Dec 18 14:49:37.328 INFO [stderr] ... Dec 18 14:49:37.328 INFO [stderr] 982 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_2align_alloc_layout_unchecked, 32, 2); Dec 18 14:49:37.328 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.328 INFO [stderr] | Dec 18 14:49:37.328 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.328 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.328 INFO [stderr] | Dec 18 14:49:37.328 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.328 INFO [stderr] | Dec 18 14:49:37.328 INFO [stderr] Dec 18 14:49:37.328 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.328 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.328 INFO [stderr] | Dec 18 14:49:37.328 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.328 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.328 INFO [stderr] ... Dec 18 14:49:37.328 INFO [stderr] 982 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_2align_alloc_layout_unchecked, 32, 2); Dec 18 14:49:37.328 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.328 INFO [stderr] | Dec 18 14:49:37.328 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.328 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.328 INFO [stderr] | Dec 18 14:49:37.328 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.328 INFO [stderr] | Dec 18 14:49:37.328 INFO [stderr] Dec 18 14:49:37.328 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.328 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.328 INFO [stderr] | Dec 18 14:49:37.328 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.328 INFO [stderr] | ^^^^^ Dec 18 14:49:37.328 INFO [stderr] ... Dec 18 14:49:37.328 INFO [stderr] 995 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_2align_alloc_layout_unchecked, 64, 2); Dec 18 14:49:37.328 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.328 INFO [stderr] | Dec 18 14:49:37.328 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.328 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.328 INFO [stderr] | Dec 18 14:49:37.328 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.328 INFO [stderr] | Dec 18 14:49:37.328 INFO [stderr] Dec 18 14:49:37.328 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.328 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.328 INFO [stderr] | Dec 18 14:49:37.328 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.329 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.329 INFO [stderr] ... Dec 18 14:49:37.329 INFO [stderr] 995 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_2align_alloc_layout_unchecked, 64, 2); Dec 18 14:49:37.329 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.329 INFO [stderr] | Dec 18 14:49:37.329 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.329 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.329 INFO [stderr] | Dec 18 14:49:37.329 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.329 INFO [stderr] | Dec 18 14:49:37.329 INFO [stderr] Dec 18 14:49:37.329 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.329 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.329 INFO [stderr] | Dec 18 14:49:37.329 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.329 INFO [stderr] | ^^^^^ Dec 18 14:49:37.329 INFO [stderr] ... Dec 18 14:49:37.329 INFO [stderr] 1008 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_2align_alloc_layout_unchecked, 128, 2); Dec 18 14:49:37.329 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.329 INFO [stderr] | Dec 18 14:49:37.329 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.329 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.329 INFO [stderr] | Dec 18 14:49:37.329 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.329 INFO [stderr] | Dec 18 14:49:37.329 INFO [stderr] Dec 18 14:49:37.329 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.329 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.329 INFO [stderr] | Dec 18 14:49:37.329 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.329 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.329 INFO [stderr] ... Dec 18 14:49:37.329 INFO [stderr] 1008 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_2align_alloc_layout_unchecked, 128, 2); Dec 18 14:49:37.329 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.329 INFO [stderr] | Dec 18 14:49:37.329 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.329 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.329 INFO [stderr] | Dec 18 14:49:37.329 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.329 INFO [stderr] | Dec 18 14:49:37.329 INFO [stderr] Dec 18 14:49:37.333 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.333 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.333 INFO [stderr] | Dec 18 14:49:37.333 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.333 INFO [stderr] | ^^^^^ Dec 18 14:49:37.333 INFO [stderr] ... Dec 18 14:49:37.333 INFO [stderr] 1021 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_2align_alloc_layout_unchecked, 256, 2); Dec 18 14:49:37.333 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.333 INFO [stderr] | Dec 18 14:49:37.333 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.333 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.333 INFO [stderr] | Dec 18 14:49:37.333 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.333 INFO [stderr] | Dec 18 14:49:37.333 INFO [stderr] Dec 18 14:49:37.333 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.333 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.333 INFO [stderr] | Dec 18 14:49:37.333 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.333 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.333 INFO [stderr] ... Dec 18 14:49:37.333 INFO [stderr] 1021 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_2align_alloc_layout_unchecked, 256, 2); Dec 18 14:49:37.333 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.333 INFO [stderr] | Dec 18 14:49:37.333 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.333 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.333 INFO [stderr] | Dec 18 14:49:37.333 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.333 INFO [stderr] | Dec 18 14:49:37.333 INFO [stderr] Dec 18 14:49:37.333 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.333 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.333 INFO [stderr] | Dec 18 14:49:37.333 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.333 INFO [stderr] | ^^^^^ Dec 18 14:49:37.333 INFO [stderr] ... Dec 18 14:49:37.333 INFO [stderr] 1034 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_2align_alloc_layout_unchecked, 512, 2); Dec 18 14:49:37.333 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.333 INFO [stderr] | Dec 18 14:49:37.333 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.333 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.333 INFO [stderr] | Dec 18 14:49:37.333 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.333 INFO [stderr] | Dec 18 14:49:37.333 INFO [stderr] Dec 18 14:49:37.333 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.333 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.333 INFO [stderr] | Dec 18 14:49:37.334 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.334 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.334 INFO [stderr] ... Dec 18 14:49:37.334 INFO [stderr] 1034 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_2align_alloc_layout_unchecked, 512, 2); Dec 18 14:49:37.334 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.334 INFO [stderr] | Dec 18 14:49:37.334 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.334 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.334 INFO [stderr] | Dec 18 14:49:37.334 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.334 INFO [stderr] | Dec 18 14:49:37.334 INFO [stderr] Dec 18 14:49:37.334 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.334 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.334 INFO [stderr] | Dec 18 14:49:37.334 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.334 INFO [stderr] | ^^^^^ Dec 18 14:49:37.334 INFO [stderr] ... Dec 18 14:49:37.334 INFO [stderr] 1047 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_2align_alloc_layout_unchecked, 1024, 2); Dec 18 14:49:37.334 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.334 INFO [stderr] | Dec 18 14:49:37.334 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.334 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.334 INFO [stderr] | Dec 18 14:49:37.334 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.334 INFO [stderr] | Dec 18 14:49:37.334 INFO [stderr] Dec 18 14:49:37.334 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.334 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.334 INFO [stderr] | Dec 18 14:49:37.334 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.334 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.334 INFO [stderr] ... Dec 18 14:49:37.334 INFO [stderr] 1047 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_2align_alloc_layout_unchecked, 1024, 2); Dec 18 14:49:37.334 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.334 INFO [stderr] | Dec 18 14:49:37.334 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.334 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.334 INFO [stderr] | Dec 18 14:49:37.334 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.334 INFO [stderr] | Dec 18 14:49:37.334 INFO [stderr] Dec 18 14:49:37.337 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.337 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.337 INFO [stderr] | Dec 18 14:49:37.337 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.337 INFO [stderr] | ^^^^^ Dec 18 14:49:37.337 INFO [stderr] ... Dec 18 14:49:37.337 INFO [stderr] 1060 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_2align_alloc_layout_unchecked, 2048, 2); Dec 18 14:49:37.337 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.337 INFO [stderr] | Dec 18 14:49:37.337 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.337 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.337 INFO [stderr] | Dec 18 14:49:37.337 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.337 INFO [stderr] | Dec 18 14:49:37.337 INFO [stderr] Dec 18 14:49:37.337 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.337 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.337 INFO [stderr] | Dec 18 14:49:37.337 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.337 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.337 INFO [stderr] ... Dec 18 14:49:37.337 INFO [stderr] 1060 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_2align_alloc_layout_unchecked, 2048, 2); Dec 18 14:49:37.337 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.337 INFO [stderr] | Dec 18 14:49:37.338 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.338 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.338 INFO [stderr] | Dec 18 14:49:37.338 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.338 INFO [stderr] | Dec 18 14:49:37.338 INFO [stderr] Dec 18 14:49:37.338 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.338 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.338 INFO [stderr] | Dec 18 14:49:37.338 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.338 INFO [stderr] | ^^^^^ Dec 18 14:49:37.338 INFO [stderr] ... Dec 18 14:49:37.338 INFO [stderr] 1073 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_2align_alloc_layout_unchecked, 4096, 2); Dec 18 14:49:37.338 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.338 INFO [stderr] | Dec 18 14:49:37.338 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.338 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.338 INFO [stderr] | Dec 18 14:49:37.338 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.338 INFO [stderr] | Dec 18 14:49:37.338 INFO [stderr] Dec 18 14:49:37.338 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.338 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.338 INFO [stderr] | Dec 18 14:49:37.338 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.338 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.338 INFO [stderr] ... Dec 18 14:49:37.338 INFO [stderr] 1073 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_2align_alloc_layout_unchecked, 4096, 2); Dec 18 14:49:37.338 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.338 INFO [stderr] | Dec 18 14:49:37.338 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.338 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.338 INFO [stderr] | Dec 18 14:49:37.338 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.338 INFO [stderr] | Dec 18 14:49:37.338 INFO [stderr] Dec 18 14:49:37.340 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.340 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.340 INFO [stderr] | Dec 18 14:49:37.341 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.341 INFO [stderr] | ^^^^^ Dec 18 14:49:37.341 INFO [stderr] ... Dec 18 14:49:37.341 INFO [stderr] 1086 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_2align_alloc_layout_unchecked, 8192, 2); Dec 18 14:49:37.341 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.341 INFO [stderr] | Dec 18 14:49:37.341 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.341 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.341 INFO [stderr] | Dec 18 14:49:37.341 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.341 INFO [stderr] | Dec 18 14:49:37.341 INFO [stderr] Dec 18 14:49:37.341 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.341 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.341 INFO [stderr] | Dec 18 14:49:37.341 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.341 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.341 INFO [stderr] ... Dec 18 14:49:37.341 INFO [stderr] 1086 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_2align_alloc_layout_unchecked, 8192, 2); Dec 18 14:49:37.341 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.341 INFO [stderr] | Dec 18 14:49:37.341 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.341 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.341 INFO [stderr] | Dec 18 14:49:37.341 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.341 INFO [stderr] | Dec 18 14:49:37.341 INFO [stderr] Dec 18 14:49:37.341 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.341 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.341 INFO [stderr] | Dec 18 14:49:37.341 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.341 INFO [stderr] | ^^^^^ Dec 18 14:49:37.341 INFO [stderr] ... Dec 18 14:49:37.341 INFO [stderr] 1099 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_2align_alloc_layout_unchecked, 16384, 2); Dec 18 14:49:37.341 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.341 INFO [stderr] | Dec 18 14:49:37.341 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.341 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.341 INFO [stderr] | Dec 18 14:49:37.341 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.341 INFO [stderr] | Dec 18 14:49:37.341 INFO [stderr] Dec 18 14:49:37.341 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.341 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.341 INFO [stderr] | Dec 18 14:49:37.341 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.341 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.341 INFO [stderr] ... Dec 18 14:49:37.341 INFO [stderr] 1099 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_2align_alloc_layout_unchecked, 16384, 2); Dec 18 14:49:37.341 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.341 INFO [stderr] | Dec 18 14:49:37.341 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.341 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.341 INFO [stderr] | Dec 18 14:49:37.341 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.341 INFO [stderr] | Dec 18 14:49:37.341 INFO [stderr] Dec 18 14:49:37.344 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.345 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.345 INFO [stderr] | Dec 18 14:49:37.345 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.345 INFO [stderr] | ^^^^^ Dec 18 14:49:37.345 INFO [stderr] ... Dec 18 14:49:37.345 INFO [stderr] 1112 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_2align_alloc_layout_unchecked, 32768, 2); Dec 18 14:49:37.345 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.345 INFO [stderr] | Dec 18 14:49:37.345 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.345 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.345 INFO [stderr] | Dec 18 14:49:37.345 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.345 INFO [stderr] | Dec 18 14:49:37.345 INFO [stderr] Dec 18 14:49:37.345 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.345 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.345 INFO [stderr] | Dec 18 14:49:37.345 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.345 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.345 INFO [stderr] ... Dec 18 14:49:37.345 INFO [stderr] 1112 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_2align_alloc_layout_unchecked, 32768, 2); Dec 18 14:49:37.345 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.345 INFO [stderr] | Dec 18 14:49:37.345 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.345 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.345 INFO [stderr] | Dec 18 14:49:37.345 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.345 INFO [stderr] | Dec 18 14:49:37.345 INFO [stderr] Dec 18 14:49:37.345 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.345 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.345 INFO [stderr] | Dec 18 14:49:37.345 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.345 INFO [stderr] | ^^^^^ Dec 18 14:49:37.345 INFO [stderr] ... Dec 18 14:49:37.345 INFO [stderr] 1125 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_2align_alloc_layout_unchecked, 65536, 2); Dec 18 14:49:37.345 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.345 INFO [stderr] | Dec 18 14:49:37.345 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.345 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.345 INFO [stderr] | Dec 18 14:49:37.345 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.345 INFO [stderr] | Dec 18 14:49:37.345 INFO [stderr] Dec 18 14:49:37.345 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.345 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.345 INFO [stderr] | Dec 18 14:49:37.345 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.345 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.345 INFO [stderr] ... Dec 18 14:49:37.345 INFO [stderr] 1125 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_2align_alloc_layout_unchecked, 65536, 2); Dec 18 14:49:37.345 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.345 INFO [stderr] | Dec 18 14:49:37.345 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.345 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.345 INFO [stderr] | Dec 18 14:49:37.345 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.345 INFO [stderr] | Dec 18 14:49:37.345 INFO [stderr] Dec 18 14:49:37.348 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.349 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.349 INFO [stderr] | Dec 18 14:49:37.349 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.349 INFO [stderr] | ^^^^^ Dec 18 14:49:37.349 INFO [stderr] ... Dec 18 14:49:37.349 INFO [stderr] 1138 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_2align_alloc_layout_unchecked, 131072, 2); Dec 18 14:49:37.349 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.349 INFO [stderr] | Dec 18 14:49:37.349 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.349 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.349 INFO [stderr] | Dec 18 14:49:37.349 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.349 INFO [stderr] | Dec 18 14:49:37.349 INFO [stderr] Dec 18 14:49:37.349 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.349 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.349 INFO [stderr] | Dec 18 14:49:37.349 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.349 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.349 INFO [stderr] ... Dec 18 14:49:37.349 INFO [stderr] 1138 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_2align_alloc_layout_unchecked, 131072, 2); Dec 18 14:49:37.349 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.349 INFO [stderr] | Dec 18 14:49:37.349 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.349 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.349 INFO [stderr] | Dec 18 14:49:37.349 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.349 INFO [stderr] | Dec 18 14:49:37.349 INFO [stderr] Dec 18 14:49:37.349 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.349 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.349 INFO [stderr] | Dec 18 14:49:37.349 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.349 INFO [stderr] | ^^^^^ Dec 18 14:49:37.349 INFO [stderr] ... Dec 18 14:49:37.349 INFO [stderr] 1151 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_2align_alloc_layout_unchecked, 4194304, 2); Dec 18 14:49:37.349 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.349 INFO [stderr] | Dec 18 14:49:37.349 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.349 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.349 INFO [stderr] | Dec 18 14:49:37.349 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.349 INFO [stderr] | Dec 18 14:49:37.349 INFO [stderr] Dec 18 14:49:37.349 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.349 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.349 INFO [stderr] | Dec 18 14:49:37.349 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.349 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.349 INFO [stderr] ... Dec 18 14:49:37.349 INFO [stderr] 1151 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_2align_alloc_layout_unchecked, 4194304, 2); Dec 18 14:49:37.349 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.349 INFO [stderr] | Dec 18 14:49:37.349 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.349 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.349 INFO [stderr] | Dec 18 14:49:37.349 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.349 INFO [stderr] | Dec 18 14:49:37.349 INFO [stderr] Dec 18 14:49:37.353 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.353 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.353 INFO [stderr] | ^^^^^ Dec 18 14:49:37.353 INFO [stderr] ... Dec 18 14:49:37.353 INFO [stderr] 1165 | rt_alloc_layout_unchecked!(rt_even_10bytes_2align_alloc_layout_unchecked, 10, 2); Dec 18 14:49:37.353 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.353 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] Dec 18 14:49:37.353 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.353 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.353 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.353 INFO [stderr] ... Dec 18 14:49:37.353 INFO [stderr] 1165 | rt_alloc_layout_unchecked!(rt_even_10bytes_2align_alloc_layout_unchecked, 10, 2); Dec 18 14:49:37.353 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.353 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] Dec 18 14:49:37.353 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.353 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.353 INFO [stderr] | ^^^^^ Dec 18 14:49:37.353 INFO [stderr] ... Dec 18 14:49:37.353 INFO [stderr] 1178 | rt_alloc_layout_unchecked!(rt_even_100bytes_2align_alloc_layout_unchecked, 100, 2); Dec 18 14:49:37.353 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.353 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] Dec 18 14:49:37.353 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.353 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.353 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.353 INFO [stderr] ... Dec 18 14:49:37.353 INFO [stderr] 1178 | rt_alloc_layout_unchecked!(rt_even_100bytes_2align_alloc_layout_unchecked, 100, 2); Dec 18 14:49:37.353 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.353 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] Dec 18 14:49:37.353 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.353 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.353 INFO [stderr] | ^^^^^ Dec 18 14:49:37.353 INFO [stderr] ... Dec 18 14:49:37.353 INFO [stderr] 1191 | rt_alloc_layout_unchecked!(rt_even_1000bytes_2align_alloc_layout_unchecked, 1000, 2); Dec 18 14:49:37.353 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.353 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.353 INFO [stderr] | Dec 18 14:49:37.353 INFO [stderr] Dec 18 14:49:37.356 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.357 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.357 INFO [stderr] | Dec 18 14:49:37.357 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.357 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.357 INFO [stderr] ... Dec 18 14:49:37.357 INFO [stderr] 1191 | rt_alloc_layout_unchecked!(rt_even_1000bytes_2align_alloc_layout_unchecked, 1000, 2); Dec 18 14:49:37.357 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.357 INFO [stderr] | Dec 18 14:49:37.357 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.357 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.357 INFO [stderr] | Dec 18 14:49:37.357 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.357 INFO [stderr] | Dec 18 14:49:37.357 INFO [stderr] Dec 18 14:49:37.357 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.357 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.357 INFO [stderr] | Dec 18 14:49:37.357 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.357 INFO [stderr] | ^^^^^ Dec 18 14:49:37.357 INFO [stderr] ... Dec 18 14:49:37.357 INFO [stderr] 1204 | rt_alloc_layout_unchecked!(rt_even_10000bytes_2align_alloc_layout_unchecked, 10000, 2); Dec 18 14:49:37.357 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.357 INFO [stderr] | Dec 18 14:49:37.357 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.357 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.357 INFO [stderr] | Dec 18 14:49:37.357 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.357 INFO [stderr] | Dec 18 14:49:37.357 INFO [stderr] Dec 18 14:49:37.357 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.357 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.357 INFO [stderr] | Dec 18 14:49:37.357 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.357 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.357 INFO [stderr] ... Dec 18 14:49:37.357 INFO [stderr] 1204 | rt_alloc_layout_unchecked!(rt_even_10000bytes_2align_alloc_layout_unchecked, 10000, 2); Dec 18 14:49:37.357 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.357 INFO [stderr] | Dec 18 14:49:37.357 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.357 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.357 INFO [stderr] | Dec 18 14:49:37.357 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.357 INFO [stderr] | Dec 18 14:49:37.357 INFO [stderr] Dec 18 14:49:37.357 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.357 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.357 INFO [stderr] | Dec 18 14:49:37.357 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.357 INFO [stderr] | ^^^^^ Dec 18 14:49:37.357 INFO [stderr] ... Dec 18 14:49:37.357 INFO [stderr] 1217 | rt_alloc_layout_unchecked!(rt_even_100000bytes_2align_alloc_layout_unchecked, 100000, 2); Dec 18 14:49:37.357 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.357 INFO [stderr] | Dec 18 14:49:37.357 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.357 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.357 INFO [stderr] | Dec 18 14:49:37.357 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.357 INFO [stderr] | Dec 18 14:49:37.357 INFO [stderr] Dec 18 14:49:37.360 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.361 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.361 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.361 INFO [stderr] ... Dec 18 14:49:37.361 INFO [stderr] 1217 | rt_alloc_layout_unchecked!(rt_even_100000bytes_2align_alloc_layout_unchecked, 100000, 2); Dec 18 14:49:37.361 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.361 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] Dec 18 14:49:37.361 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.361 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.361 INFO [stderr] | ^^^^^ Dec 18 14:49:37.361 INFO [stderr] ... Dec 18 14:49:37.361 INFO [stderr] 1230 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_2align_alloc_layout_unchecked, 1000000, 2); Dec 18 14:49:37.361 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.361 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] Dec 18 14:49:37.361 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.361 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.361 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.361 INFO [stderr] ... Dec 18 14:49:37.361 INFO [stderr] 1230 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_2align_alloc_layout_unchecked, 1000000, 2); Dec 18 14:49:37.361 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.361 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] Dec 18 14:49:37.361 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.361 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.361 INFO [stderr] | ^^^^^ Dec 18 14:49:37.361 INFO [stderr] ... Dec 18 14:49:37.361 INFO [stderr] 1244 | rt_alloc_layout_unchecked!(rt_odd_10bytes_2align_alloc_layout_unchecked, 10- 1, 2); Dec 18 14:49:37.361 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.361 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] Dec 18 14:49:37.361 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.361 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.361 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.361 INFO [stderr] ... Dec 18 14:49:37.361 INFO [stderr] 1244 | rt_alloc_layout_unchecked!(rt_odd_10bytes_2align_alloc_layout_unchecked, 10- 1, 2); Dec 18 14:49:37.361 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.361 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.361 INFO [stderr] | Dec 18 14:49:37.361 INFO [stderr] Dec 18 14:49:37.364 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.364 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.365 INFO [stderr] | Dec 18 14:49:37.365 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.365 INFO [stderr] | ^^^^^ Dec 18 14:49:37.365 INFO [stderr] ... Dec 18 14:49:37.365 INFO [stderr] 1257 | rt_alloc_layout_unchecked!(rt_odd_100bytes_2align_alloc_layout_unchecked, 100- 1, 2); Dec 18 14:49:37.365 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.365 INFO [stderr] | Dec 18 14:49:37.365 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.365 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.365 INFO [stderr] | Dec 18 14:49:37.365 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.365 INFO [stderr] | Dec 18 14:49:37.365 INFO [stderr] Dec 18 14:49:37.365 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.365 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.365 INFO [stderr] | Dec 18 14:49:37.365 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.365 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.365 INFO [stderr] ... Dec 18 14:49:37.365 INFO [stderr] 1257 | rt_alloc_layout_unchecked!(rt_odd_100bytes_2align_alloc_layout_unchecked, 100- 1, 2); Dec 18 14:49:37.365 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.365 INFO [stderr] | Dec 18 14:49:37.365 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.365 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.365 INFO [stderr] | Dec 18 14:49:37.365 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.365 INFO [stderr] | Dec 18 14:49:37.365 INFO [stderr] Dec 18 14:49:37.365 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.365 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.365 INFO [stderr] | Dec 18 14:49:37.365 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.365 INFO [stderr] | ^^^^^ Dec 18 14:49:37.365 INFO [stderr] ... Dec 18 14:49:37.365 INFO [stderr] 1270 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_2align_alloc_layout_unchecked, 1000- 1, 2); Dec 18 14:49:37.365 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.365 INFO [stderr] | Dec 18 14:49:37.365 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.365 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.365 INFO [stderr] | Dec 18 14:49:37.365 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.365 INFO [stderr] | Dec 18 14:49:37.365 INFO [stderr] Dec 18 14:49:37.365 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.365 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.365 INFO [stderr] | Dec 18 14:49:37.365 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.365 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.365 INFO [stderr] ... Dec 18 14:49:37.365 INFO [stderr] 1270 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_2align_alloc_layout_unchecked, 1000- 1, 2); Dec 18 14:49:37.365 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.365 INFO [stderr] | Dec 18 14:49:37.365 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.365 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.365 INFO [stderr] | Dec 18 14:49:37.365 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.365 INFO [stderr] | Dec 18 14:49:37.365 INFO [stderr] Dec 18 14:49:37.368 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.369 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.369 INFO [stderr] | Dec 18 14:49:37.369 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.369 INFO [stderr] | ^^^^^ Dec 18 14:49:37.369 INFO [stderr] ... Dec 18 14:49:37.369 INFO [stderr] 1283 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_2align_alloc_layout_unchecked, 10000- 1, 2); Dec 18 14:49:37.369 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.369 INFO [stderr] | Dec 18 14:49:37.369 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.369 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.369 INFO [stderr] | Dec 18 14:49:37.369 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.369 INFO [stderr] | Dec 18 14:49:37.369 INFO [stderr] Dec 18 14:49:37.369 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.369 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.369 INFO [stderr] | Dec 18 14:49:37.369 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.369 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.369 INFO [stderr] ... Dec 18 14:49:37.369 INFO [stderr] 1283 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_2align_alloc_layout_unchecked, 10000- 1, 2); Dec 18 14:49:37.369 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.369 INFO [stderr] | Dec 18 14:49:37.369 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.369 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.369 INFO [stderr] | Dec 18 14:49:37.369 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.369 INFO [stderr] | Dec 18 14:49:37.369 INFO [stderr] Dec 18 14:49:37.369 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.369 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.369 INFO [stderr] | Dec 18 14:49:37.369 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.369 INFO [stderr] | ^^^^^ Dec 18 14:49:37.369 INFO [stderr] ... Dec 18 14:49:37.369 INFO [stderr] 1296 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_2align_alloc_layout_unchecked, 100000- 1, 2); Dec 18 14:49:37.369 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.369 INFO [stderr] | Dec 18 14:49:37.369 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.369 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.369 INFO [stderr] | Dec 18 14:49:37.369 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.369 INFO [stderr] | Dec 18 14:49:37.369 INFO [stderr] Dec 18 14:49:37.369 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.369 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.369 INFO [stderr] | Dec 18 14:49:37.369 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.369 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.369 INFO [stderr] ... Dec 18 14:49:37.369 INFO [stderr] 1296 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_2align_alloc_layout_unchecked, 100000- 1, 2); Dec 18 14:49:37.369 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.369 INFO [stderr] | Dec 18 14:49:37.369 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.369 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.369 INFO [stderr] | Dec 18 14:49:37.369 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.369 INFO [stderr] | Dec 18 14:49:37.369 INFO [stderr] Dec 18 14:49:37.373 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.373 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.373 INFO [stderr] | Dec 18 14:49:37.373 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.373 INFO [stderr] | ^^^^^ Dec 18 14:49:37.373 INFO [stderr] ... Dec 18 14:49:37.373 INFO [stderr] 1309 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_2align_alloc_layout_unchecked, 1000000- 1, 2); Dec 18 14:49:37.373 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.373 INFO [stderr] | Dec 18 14:49:37.373 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.373 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.373 INFO [stderr] | Dec 18 14:49:37.373 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.373 INFO [stderr] | Dec 18 14:49:37.373 INFO [stderr] Dec 18 14:49:37.373 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.373 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.373 INFO [stderr] | Dec 18 14:49:37.373 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.373 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.373 INFO [stderr] ... Dec 18 14:49:37.373 INFO [stderr] 1309 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_2align_alloc_layout_unchecked, 1000000- 1, 2); Dec 18 14:49:37.373 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.373 INFO [stderr] | Dec 18 14:49:37.373 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.373 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.373 INFO [stderr] | Dec 18 14:49:37.373 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.373 INFO [stderr] | Dec 18 14:49:37.373 INFO [stderr] Dec 18 14:49:37.373 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.373 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.373 INFO [stderr] | Dec 18 14:49:37.373 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.373 INFO [stderr] | ^^^^^ Dec 18 14:49:37.373 INFO [stderr] ... Dec 18 14:49:37.373 INFO [stderr] 1323 | rt_alloc_layout_unchecked!(rt_primes_3bytes_2align_alloc_layout_unchecked, 3, 2); Dec 18 14:49:37.373 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.373 INFO [stderr] | Dec 18 14:49:37.373 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.373 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.373 INFO [stderr] | Dec 18 14:49:37.373 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.373 INFO [stderr] | Dec 18 14:49:37.373 INFO [stderr] Dec 18 14:49:37.373 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.373 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.373 INFO [stderr] | Dec 18 14:49:37.373 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.373 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.373 INFO [stderr] ... Dec 18 14:49:37.373 INFO [stderr] 1323 | rt_alloc_layout_unchecked!(rt_primes_3bytes_2align_alloc_layout_unchecked, 3, 2); Dec 18 14:49:37.373 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.373 INFO [stderr] | Dec 18 14:49:37.373 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.373 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.373 INFO [stderr] | Dec 18 14:49:37.373 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.373 INFO [stderr] | Dec 18 14:49:37.373 INFO [stderr] Dec 18 14:49:37.377 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.377 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.377 INFO [stderr] | ^^^^^ Dec 18 14:49:37.377 INFO [stderr] ... Dec 18 14:49:37.377 INFO [stderr] 1336 | rt_alloc_layout_unchecked!(rt_primes_7bytes_2align_alloc_layout_unchecked, 7, 2); Dec 18 14:49:37.377 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.377 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] Dec 18 14:49:37.377 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.377 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.377 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.377 INFO [stderr] ... Dec 18 14:49:37.377 INFO [stderr] 1336 | rt_alloc_layout_unchecked!(rt_primes_7bytes_2align_alloc_layout_unchecked, 7, 2); Dec 18 14:49:37.377 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.377 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] Dec 18 14:49:37.377 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.377 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.377 INFO [stderr] | ^^^^^ Dec 18 14:49:37.377 INFO [stderr] ... Dec 18 14:49:37.377 INFO [stderr] 1349 | rt_alloc_layout_unchecked!(rt_primes_13bytes_2align_alloc_layout_unchecked, 13, 2); Dec 18 14:49:37.377 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.377 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] Dec 18 14:49:37.377 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.377 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.377 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.377 INFO [stderr] ... Dec 18 14:49:37.377 INFO [stderr] 1349 | rt_alloc_layout_unchecked!(rt_primes_13bytes_2align_alloc_layout_unchecked, 13, 2); Dec 18 14:49:37.377 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.377 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] Dec 18 14:49:37.377 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.377 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.377 INFO [stderr] | ^^^^^ Dec 18 14:49:37.377 INFO [stderr] ... Dec 18 14:49:37.377 INFO [stderr] 1362 | rt_alloc_layout_unchecked!(rt_primes_17bytes_2align_alloc_layout_unchecked, 17, 2); Dec 18 14:49:37.377 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.377 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.377 INFO [stderr] | Dec 18 14:49:37.377 INFO [stderr] Dec 18 14:49:37.380 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.380 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.380 INFO [stderr] | Dec 18 14:49:37.380 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.380 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.380 INFO [stderr] ... Dec 18 14:49:37.380 INFO [stderr] 1362 | rt_alloc_layout_unchecked!(rt_primes_17bytes_2align_alloc_layout_unchecked, 17, 2); Dec 18 14:49:37.380 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.380 INFO [stderr] | Dec 18 14:49:37.381 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.381 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.381 INFO [stderr] | Dec 18 14:49:37.381 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.381 INFO [stderr] | Dec 18 14:49:37.381 INFO [stderr] Dec 18 14:49:37.381 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.381 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.381 INFO [stderr] | Dec 18 14:49:37.381 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.381 INFO [stderr] | ^^^^^ Dec 18 14:49:37.381 INFO [stderr] ... Dec 18 14:49:37.381 INFO [stderr] 1375 | rt_alloc_layout_unchecked!(rt_primes_31bytes_2align_alloc_layout_unchecked, 31, 2); Dec 18 14:49:37.381 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.381 INFO [stderr] | Dec 18 14:49:37.381 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.381 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.381 INFO [stderr] | Dec 18 14:49:37.381 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.381 INFO [stderr] | Dec 18 14:49:37.381 INFO [stderr] Dec 18 14:49:37.381 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.381 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.381 INFO [stderr] | Dec 18 14:49:37.381 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.381 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.381 INFO [stderr] ... Dec 18 14:49:37.381 INFO [stderr] 1375 | rt_alloc_layout_unchecked!(rt_primes_31bytes_2align_alloc_layout_unchecked, 31, 2); Dec 18 14:49:37.381 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.381 INFO [stderr] | Dec 18 14:49:37.381 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.381 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.381 INFO [stderr] | Dec 18 14:49:37.381 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.381 INFO [stderr] | Dec 18 14:49:37.381 INFO [stderr] Dec 18 14:49:37.381 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.381 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.381 INFO [stderr] | Dec 18 14:49:37.381 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.381 INFO [stderr] | ^^^^^ Dec 18 14:49:37.381 INFO [stderr] ... Dec 18 14:49:37.381 INFO [stderr] 1388 | rt_alloc_layout_unchecked!(rt_primes_61bytes_2align_alloc_layout_unchecked, 61, 2); Dec 18 14:49:37.381 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.381 INFO [stderr] | Dec 18 14:49:37.381 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.381 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.381 INFO [stderr] | Dec 18 14:49:37.381 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.381 INFO [stderr] | Dec 18 14:49:37.381 INFO [stderr] Dec 18 14:49:37.385 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.385 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.385 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.385 INFO [stderr] ... Dec 18 14:49:37.385 INFO [stderr] 1388 | rt_alloc_layout_unchecked!(rt_primes_61bytes_2align_alloc_layout_unchecked, 61, 2); Dec 18 14:49:37.385 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.385 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] Dec 18 14:49:37.385 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.385 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.385 INFO [stderr] | ^^^^^ Dec 18 14:49:37.385 INFO [stderr] ... Dec 18 14:49:37.385 INFO [stderr] 1401 | rt_alloc_layout_unchecked!(rt_primes_96bytes_2align_alloc_layout_unchecked, 96, 2); Dec 18 14:49:37.385 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.385 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] Dec 18 14:49:37.385 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.385 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.385 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.385 INFO [stderr] ... Dec 18 14:49:37.385 INFO [stderr] 1401 | rt_alloc_layout_unchecked!(rt_primes_96bytes_2align_alloc_layout_unchecked, 96, 2); Dec 18 14:49:37.385 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.385 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] Dec 18 14:49:37.385 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.385 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.385 INFO [stderr] | ^^^^^ Dec 18 14:49:37.385 INFO [stderr] ... Dec 18 14:49:37.385 INFO [stderr] 1414 | rt_alloc_layout_unchecked!(rt_primes_127bytes_2align_alloc_layout_unchecked, 127, 2); Dec 18 14:49:37.385 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.385 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] Dec 18 14:49:37.385 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.385 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.385 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.385 INFO [stderr] ... Dec 18 14:49:37.385 INFO [stderr] 1414 | rt_alloc_layout_unchecked!(rt_primes_127bytes_2align_alloc_layout_unchecked, 127, 2); Dec 18 14:49:37.385 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.385 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.385 INFO [stderr] | Dec 18 14:49:37.385 INFO [stderr] Dec 18 14:49:37.389 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.389 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.389 INFO [stderr] | Dec 18 14:49:37.389 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.389 INFO [stderr] | ^^^^^ Dec 18 14:49:37.389 INFO [stderr] ... Dec 18 14:49:37.389 INFO [stderr] 1427 | rt_alloc_layout_unchecked!(rt_primes_257bytes_2align_alloc_layout_unchecked, 257, 2); Dec 18 14:49:37.389 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.389 INFO [stderr] | Dec 18 14:49:37.389 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.389 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.389 INFO [stderr] | Dec 18 14:49:37.389 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.389 INFO [stderr] | Dec 18 14:49:37.389 INFO [stderr] Dec 18 14:49:37.389 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.389 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.389 INFO [stderr] | Dec 18 14:49:37.389 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.389 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.389 INFO [stderr] ... Dec 18 14:49:37.389 INFO [stderr] 1427 | rt_alloc_layout_unchecked!(rt_primes_257bytes_2align_alloc_layout_unchecked, 257, 2); Dec 18 14:49:37.389 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.389 INFO [stderr] | Dec 18 14:49:37.389 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.389 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.389 INFO [stderr] | Dec 18 14:49:37.389 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.389 INFO [stderr] | Dec 18 14:49:37.389 INFO [stderr] Dec 18 14:49:37.389 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.389 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.389 INFO [stderr] | Dec 18 14:49:37.389 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.389 INFO [stderr] | ^^^^^ Dec 18 14:49:37.389 INFO [stderr] ... Dec 18 14:49:37.389 INFO [stderr] 1440 | rt_alloc_layout_unchecked!(rt_primes_509bytes_2align_alloc_layout_unchecked, 509, 2); Dec 18 14:49:37.389 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.389 INFO [stderr] | Dec 18 14:49:37.389 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.389 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.389 INFO [stderr] | Dec 18 14:49:37.389 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.389 INFO [stderr] | Dec 18 14:49:37.389 INFO [stderr] Dec 18 14:49:37.389 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.389 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.389 INFO [stderr] | Dec 18 14:49:37.389 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.389 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.389 INFO [stderr] ... Dec 18 14:49:37.389 INFO [stderr] 1440 | rt_alloc_layout_unchecked!(rt_primes_509bytes_2align_alloc_layout_unchecked, 509, 2); Dec 18 14:49:37.389 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.389 INFO [stderr] | Dec 18 14:49:37.389 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.389 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.389 INFO [stderr] | Dec 18 14:49:37.389 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.389 INFO [stderr] | Dec 18 14:49:37.389 INFO [stderr] Dec 18 14:49:37.392 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.393 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.393 INFO [stderr] | Dec 18 14:49:37.393 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.393 INFO [stderr] | ^^^^^ Dec 18 14:49:37.393 INFO [stderr] ... Dec 18 14:49:37.393 INFO [stderr] 1453 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_2align_alloc_layout_unchecked, 1021, 2); Dec 18 14:49:37.393 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.393 INFO [stderr] | Dec 18 14:49:37.393 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.393 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.393 INFO [stderr] | Dec 18 14:49:37.393 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.393 INFO [stderr] | Dec 18 14:49:37.393 INFO [stderr] Dec 18 14:49:37.393 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.393 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.393 INFO [stderr] | Dec 18 14:49:37.393 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.393 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.393 INFO [stderr] ... Dec 18 14:49:37.393 INFO [stderr] 1453 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_2align_alloc_layout_unchecked, 1021, 2); Dec 18 14:49:37.393 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.393 INFO [stderr] | Dec 18 14:49:37.393 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.393 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.393 INFO [stderr] | Dec 18 14:49:37.393 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.393 INFO [stderr] | Dec 18 14:49:37.393 INFO [stderr] Dec 18 14:49:37.393 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.393 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.393 INFO [stderr] | Dec 18 14:49:37.393 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.393 INFO [stderr] | ^^^^^ Dec 18 14:49:37.393 INFO [stderr] ... Dec 18 14:49:37.393 INFO [stderr] 1466 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_2align_alloc_layout_unchecked, 2039, 2); Dec 18 14:49:37.393 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.393 INFO [stderr] | Dec 18 14:49:37.393 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.393 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.393 INFO [stderr] | Dec 18 14:49:37.393 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.393 INFO [stderr] | Dec 18 14:49:37.393 INFO [stderr] Dec 18 14:49:37.393 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.393 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.393 INFO [stderr] | Dec 18 14:49:37.393 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.393 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.393 INFO [stderr] ... Dec 18 14:49:37.393 INFO [stderr] 1466 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_2align_alloc_layout_unchecked, 2039, 2); Dec 18 14:49:37.393 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.393 INFO [stderr] | Dec 18 14:49:37.393 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.393 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.393 INFO [stderr] | Dec 18 14:49:37.393 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.393 INFO [stderr] | Dec 18 14:49:37.393 INFO [stderr] Dec 18 14:49:37.397 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.397 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.397 INFO [stderr] | Dec 18 14:49:37.397 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.397 INFO [stderr] | ^^^^^ Dec 18 14:49:37.397 INFO [stderr] ... Dec 18 14:49:37.397 INFO [stderr] 1479 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_2align_alloc_layout_unchecked, 4093, 2); Dec 18 14:49:37.397 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.397 INFO [stderr] | Dec 18 14:49:37.397 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.397 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.397 INFO [stderr] | Dec 18 14:49:37.397 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.397 INFO [stderr] | Dec 18 14:49:37.397 INFO [stderr] Dec 18 14:49:37.397 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.397 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.397 INFO [stderr] | Dec 18 14:49:37.397 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.397 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.397 INFO [stderr] ... Dec 18 14:49:37.397 INFO [stderr] 1479 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_2align_alloc_layout_unchecked, 4093, 2); Dec 18 14:49:37.397 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.397 INFO [stderr] | Dec 18 14:49:37.397 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.397 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.397 INFO [stderr] | Dec 18 14:49:37.397 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.397 INFO [stderr] | Dec 18 14:49:37.397 INFO [stderr] Dec 18 14:49:37.397 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.397 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.397 INFO [stderr] | Dec 18 14:49:37.397 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.397 INFO [stderr] | ^^^^^ Dec 18 14:49:37.397 INFO [stderr] ... Dec 18 14:49:37.397 INFO [stderr] 1492 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_2align_alloc_layout_unchecked, 8191, 2); Dec 18 14:49:37.397 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.397 INFO [stderr] | Dec 18 14:49:37.397 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.397 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.397 INFO [stderr] | Dec 18 14:49:37.397 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.397 INFO [stderr] | Dec 18 14:49:37.397 INFO [stderr] Dec 18 14:49:37.397 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.397 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.397 INFO [stderr] | Dec 18 14:49:37.397 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.397 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.397 INFO [stderr] ... Dec 18 14:49:37.397 INFO [stderr] 1492 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_2align_alloc_layout_unchecked, 8191, 2); Dec 18 14:49:37.397 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.397 INFO [stderr] | Dec 18 14:49:37.397 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.397 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.397 INFO [stderr] | Dec 18 14:49:37.397 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.397 INFO [stderr] | Dec 18 14:49:37.397 INFO [stderr] Dec 18 14:49:37.401 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.401 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.401 INFO [stderr] | ^^^^^ Dec 18 14:49:37.401 INFO [stderr] ... Dec 18 14:49:37.401 INFO [stderr] 1505 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_2align_alloc_layout_unchecked, 16381, 2); Dec 18 14:49:37.401 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.401 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] Dec 18 14:49:37.401 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.401 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.401 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.401 INFO [stderr] ... Dec 18 14:49:37.401 INFO [stderr] 1505 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_2align_alloc_layout_unchecked, 16381, 2); Dec 18 14:49:37.401 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.401 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] Dec 18 14:49:37.401 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.401 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.401 INFO [stderr] | ^^^^^ Dec 18 14:49:37.401 INFO [stderr] ... Dec 18 14:49:37.401 INFO [stderr] 1518 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_2align_alloc_layout_unchecked, 32749, 2); Dec 18 14:49:37.401 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.401 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] Dec 18 14:49:37.401 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.401 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.401 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.401 INFO [stderr] ... Dec 18 14:49:37.401 INFO [stderr] 1518 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_2align_alloc_layout_unchecked, 32749, 2); Dec 18 14:49:37.401 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.401 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] Dec 18 14:49:37.401 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.401 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.401 INFO [stderr] | ^^^^^ Dec 18 14:49:37.401 INFO [stderr] ... Dec 18 14:49:37.401 INFO [stderr] 1531 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_2align_alloc_layout_unchecked, 65537, 2); Dec 18 14:49:37.401 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.401 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.401 INFO [stderr] | Dec 18 14:49:37.401 INFO [stderr] Dec 18 14:49:37.405 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.405 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.405 INFO [stderr] | Dec 18 14:49:37.405 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.405 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.405 INFO [stderr] ... Dec 18 14:49:37.405 INFO [stderr] 1531 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_2align_alloc_layout_unchecked, 65537, 2); Dec 18 14:49:37.405 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.405 INFO [stderr] | Dec 18 14:49:37.405 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.405 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.405 INFO [stderr] | Dec 18 14:49:37.405 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.405 INFO [stderr] | Dec 18 14:49:37.405 INFO [stderr] Dec 18 14:49:37.405 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.405 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.405 INFO [stderr] | Dec 18 14:49:37.405 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.405 INFO [stderr] | ^^^^^ Dec 18 14:49:37.405 INFO [stderr] ... Dec 18 14:49:37.405 INFO [stderr] 1544 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_2align_alloc_layout_unchecked, 131071, 2); Dec 18 14:49:37.405 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.405 INFO [stderr] | Dec 18 14:49:37.405 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.405 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.405 INFO [stderr] | Dec 18 14:49:37.405 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.405 INFO [stderr] | Dec 18 14:49:37.405 INFO [stderr] Dec 18 14:49:37.405 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.405 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.405 INFO [stderr] | Dec 18 14:49:37.405 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.405 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.405 INFO [stderr] ... Dec 18 14:49:37.405 INFO [stderr] 1544 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_2align_alloc_layout_unchecked, 131071, 2); Dec 18 14:49:37.405 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.405 INFO [stderr] | Dec 18 14:49:37.405 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.405 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.405 INFO [stderr] | Dec 18 14:49:37.405 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.405 INFO [stderr] | Dec 18 14:49:37.405 INFO [stderr] Dec 18 14:49:37.405 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.405 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.405 INFO [stderr] | Dec 18 14:49:37.405 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.405 INFO [stderr] | ^^^^^ Dec 18 14:49:37.405 INFO [stderr] ... Dec 18 14:49:37.405 INFO [stderr] 1557 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_2align_alloc_layout_unchecked, 4194301, 2); Dec 18 14:49:37.405 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.405 INFO [stderr] | Dec 18 14:49:37.405 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.405 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.405 INFO [stderr] | Dec 18 14:49:37.405 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.405 INFO [stderr] | Dec 18 14:49:37.405 INFO [stderr] Dec 18 14:49:37.405 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.405 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.405 INFO [stderr] | Dec 18 14:49:37.405 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.406 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.406 INFO [stderr] ... Dec 18 14:49:37.406 INFO [stderr] 1557 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_2align_alloc_layout_unchecked, 4194301, 2); Dec 18 14:49:37.406 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.406 INFO [stderr] | Dec 18 14:49:37.406 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.406 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.406 INFO [stderr] | Dec 18 14:49:37.406 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.406 INFO [stderr] | Dec 18 14:49:37.406 INFO [stderr] Dec 18 14:49:37.413 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.413 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.413 INFO [stderr] | Dec 18 14:49:37.413 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.413 INFO [stderr] | ^^^^^ Dec 18 14:49:37.413 INFO [stderr] ... Dec 18 14:49:37.413 INFO [stderr] 1573 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_4align_alloc_layout_unchecked, 1, 4); Dec 18 14:49:37.413 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.413 INFO [stderr] | Dec 18 14:49:37.413 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.413 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.413 INFO [stderr] | Dec 18 14:49:37.413 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.413 INFO [stderr] | Dec 18 14:49:37.413 INFO [stderr] Dec 18 14:49:37.413 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.413 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.413 INFO [stderr] | Dec 18 14:49:37.413 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.413 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.413 INFO [stderr] ... Dec 18 14:49:37.413 INFO [stderr] 1573 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_4align_alloc_layout_unchecked, 1, 4); Dec 18 14:49:37.413 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.413 INFO [stderr] | Dec 18 14:49:37.413 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.413 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.413 INFO [stderr] | Dec 18 14:49:37.413 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.413 INFO [stderr] | Dec 18 14:49:37.413 INFO [stderr] Dec 18 14:49:37.413 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.413 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.413 INFO [stderr] | Dec 18 14:49:37.413 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.413 INFO [stderr] | ^^^^^ Dec 18 14:49:37.413 INFO [stderr] ... Dec 18 14:49:37.413 INFO [stderr] 1586 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_4align_alloc_layout_unchecked, 2, 4); Dec 18 14:49:37.413 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.413 INFO [stderr] | Dec 18 14:49:37.413 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.413 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.413 INFO [stderr] | Dec 18 14:49:37.413 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.413 INFO [stderr] | Dec 18 14:49:37.413 INFO [stderr] Dec 18 14:49:37.413 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.413 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.413 INFO [stderr] | Dec 18 14:49:37.413 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.413 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.413 INFO [stderr] ... Dec 18 14:49:37.413 INFO [stderr] 1586 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_4align_alloc_layout_unchecked, 2, 4); Dec 18 14:49:37.413 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.413 INFO [stderr] | Dec 18 14:49:37.413 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.413 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.413 INFO [stderr] | Dec 18 14:49:37.413 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.413 INFO [stderr] | Dec 18 14:49:37.413 INFO [stderr] Dec 18 14:49:37.413 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.413 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.413 INFO [stderr] | Dec 18 14:49:37.413 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.413 INFO [stderr] | ^^^^^ Dec 18 14:49:37.413 INFO [stderr] ... Dec 18 14:49:37.413 INFO [stderr] 1599 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_4align_alloc_layout_unchecked, 4, 4); Dec 18 14:49:37.413 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.413 INFO [stderr] | Dec 18 14:49:37.413 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.413 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.414 INFO [stderr] | Dec 18 14:49:37.414 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.414 INFO [stderr] | Dec 18 14:49:37.414 INFO [stderr] Dec 18 14:49:37.414 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.414 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.414 INFO [stderr] | Dec 18 14:49:37.414 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.414 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.414 INFO [stderr] ... Dec 18 14:49:37.414 INFO [stderr] 1599 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_4align_alloc_layout_unchecked, 4, 4); Dec 18 14:49:37.414 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.414 INFO [stderr] | Dec 18 14:49:37.414 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.414 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.414 INFO [stderr] | Dec 18 14:49:37.414 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.414 INFO [stderr] | Dec 18 14:49:37.414 INFO [stderr] Dec 18 14:49:37.414 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.414 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.414 INFO [stderr] | Dec 18 14:49:37.414 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.414 INFO [stderr] | ^^^^^ Dec 18 14:49:37.414 INFO [stderr] ... Dec 18 14:49:37.414 INFO [stderr] 1612 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_4align_alloc_layout_unchecked, 8, 4); Dec 18 14:49:37.414 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.414 INFO [stderr] | Dec 18 14:49:37.414 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.414 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.414 INFO [stderr] | Dec 18 14:49:37.414 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.414 INFO [stderr] | Dec 18 14:49:37.414 INFO [stderr] Dec 18 14:49:37.421 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.421 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.421 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.421 INFO [stderr] ... Dec 18 14:49:37.421 INFO [stderr] 1612 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_4align_alloc_layout_unchecked, 8, 4); Dec 18 14:49:37.421 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.421 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] Dec 18 14:49:37.421 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.421 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.421 INFO [stderr] | ^^^^^ Dec 18 14:49:37.421 INFO [stderr] ... Dec 18 14:49:37.421 INFO [stderr] 1625 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_4align_alloc_layout_unchecked, 16, 4); Dec 18 14:49:37.421 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.421 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] Dec 18 14:49:37.421 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.421 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.421 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.421 INFO [stderr] ... Dec 18 14:49:37.421 INFO [stderr] 1625 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_4align_alloc_layout_unchecked, 16, 4); Dec 18 14:49:37.421 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.421 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] Dec 18 14:49:37.421 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.421 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.421 INFO [stderr] | ^^^^^ Dec 18 14:49:37.421 INFO [stderr] ... Dec 18 14:49:37.421 INFO [stderr] 1638 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_4align_alloc_layout_unchecked, 32, 4); Dec 18 14:49:37.421 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.421 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] Dec 18 14:49:37.421 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.421 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.421 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.421 INFO [stderr] ... Dec 18 14:49:37.421 INFO [stderr] 1638 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_4align_alloc_layout_unchecked, 32, 4); Dec 18 14:49:37.421 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.421 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] Dec 18 14:49:37.421 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.421 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.421 INFO [stderr] | ^^^^^ Dec 18 14:49:37.421 INFO [stderr] ... Dec 18 14:49:37.421 INFO [stderr] 1651 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_4align_alloc_layout_unchecked, 64, 4); Dec 18 14:49:37.421 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.421 INFO [stderr] | Dec 18 14:49:37.421 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.422 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.422 INFO [stderr] | Dec 18 14:49:37.422 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.422 INFO [stderr] | Dec 18 14:49:37.422 INFO [stderr] Dec 18 14:49:37.422 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.422 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.422 INFO [stderr] | Dec 18 14:49:37.422 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.422 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.422 INFO [stderr] ... Dec 18 14:49:37.422 INFO [stderr] 1651 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_4align_alloc_layout_unchecked, 64, 4); Dec 18 14:49:37.422 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.422 INFO [stderr] | Dec 18 14:49:37.422 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.422 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.422 INFO [stderr] | Dec 18 14:49:37.422 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.422 INFO [stderr] | Dec 18 14:49:37.422 INFO [stderr] Dec 18 14:49:37.422 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.422 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.422 INFO [stderr] | Dec 18 14:49:37.422 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.422 INFO [stderr] | ^^^^^ Dec 18 14:49:37.422 INFO [stderr] ... Dec 18 14:49:37.422 INFO [stderr] 1664 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_4align_alloc_layout_unchecked, 128, 4); Dec 18 14:49:37.422 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.422 INFO [stderr] | Dec 18 14:49:37.422 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.422 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.422 INFO [stderr] | Dec 18 14:49:37.422 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.422 INFO [stderr] | Dec 18 14:49:37.422 INFO [stderr] Dec 18 14:49:37.422 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.422 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.422 INFO [stderr] | Dec 18 14:49:37.422 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.422 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.422 INFO [stderr] ... Dec 18 14:49:37.422 INFO [stderr] 1664 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_4align_alloc_layout_unchecked, 128, 4); Dec 18 14:49:37.422 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.422 INFO [stderr] | Dec 18 14:49:37.422 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.422 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.422 INFO [stderr] | Dec 18 14:49:37.422 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.422 INFO [stderr] | Dec 18 14:49:37.422 INFO [stderr] Dec 18 14:49:37.424 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.424 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.424 INFO [stderr] | Dec 18 14:49:37.424 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.424 INFO [stderr] | ^^^^^ Dec 18 14:49:37.424 INFO [stderr] ... Dec 18 14:49:37.424 INFO [stderr] 1677 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_4align_alloc_layout_unchecked, 256, 4); Dec 18 14:49:37.424 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.424 INFO [stderr] | Dec 18 14:49:37.424 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.424 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.424 INFO [stderr] | Dec 18 14:49:37.424 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.424 INFO [stderr] | Dec 18 14:49:37.424 INFO [stderr] Dec 18 14:49:37.424 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.424 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.424 INFO [stderr] | Dec 18 14:49:37.424 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.424 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.424 INFO [stderr] ... Dec 18 14:49:37.424 INFO [stderr] 1677 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_4align_alloc_layout_unchecked, 256, 4); Dec 18 14:49:37.424 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.424 INFO [stderr] | Dec 18 14:49:37.424 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.424 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.424 INFO [stderr] | Dec 18 14:49:37.424 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.424 INFO [stderr] | Dec 18 14:49:37.424 INFO [stderr] Dec 18 14:49:37.424 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.424 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.424 INFO [stderr] | Dec 18 14:49:37.425 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.425 INFO [stderr] | ^^^^^ Dec 18 14:49:37.425 INFO [stderr] ... Dec 18 14:49:37.425 INFO [stderr] 1690 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_4align_alloc_layout_unchecked, 512, 4); Dec 18 14:49:37.425 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.425 INFO [stderr] | Dec 18 14:49:37.425 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.425 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.425 INFO [stderr] | Dec 18 14:49:37.425 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.425 INFO [stderr] | Dec 18 14:49:37.425 INFO [stderr] Dec 18 14:49:37.425 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.425 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.425 INFO [stderr] | Dec 18 14:49:37.425 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.425 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.425 INFO [stderr] ... Dec 18 14:49:37.425 INFO [stderr] 1690 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_4align_alloc_layout_unchecked, 512, 4); Dec 18 14:49:37.425 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.425 INFO [stderr] | Dec 18 14:49:37.425 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.425 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.425 INFO [stderr] | Dec 18 14:49:37.425 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.425 INFO [stderr] | Dec 18 14:49:37.425 INFO [stderr] Dec 18 14:49:37.425 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.425 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.425 INFO [stderr] | Dec 18 14:49:37.425 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.425 INFO [stderr] | ^^^^^ Dec 18 14:49:37.425 INFO [stderr] ... Dec 18 14:49:37.425 INFO [stderr] 1703 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_4align_alloc_layout_unchecked, 1024, 4); Dec 18 14:49:37.425 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.425 INFO [stderr] | Dec 18 14:49:37.425 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.425 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.425 INFO [stderr] | Dec 18 14:49:37.425 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.425 INFO [stderr] | Dec 18 14:49:37.425 INFO [stderr] Dec 18 14:49:37.428 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.428 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.428 INFO [stderr] | Dec 18 14:49:37.428 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.428 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.428 INFO [stderr] ... Dec 18 14:49:37.428 INFO [stderr] 1703 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_4align_alloc_layout_unchecked, 1024, 4); Dec 18 14:49:37.428 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.428 INFO [stderr] | Dec 18 14:49:37.428 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.428 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.428 INFO [stderr] | Dec 18 14:49:37.428 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.428 INFO [stderr] | Dec 18 14:49:37.428 INFO [stderr] Dec 18 14:49:37.428 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.428 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.428 INFO [stderr] | Dec 18 14:49:37.428 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.428 INFO [stderr] | ^^^^^ Dec 18 14:49:37.429 INFO [stderr] ... Dec 18 14:49:37.429 INFO [stderr] 1716 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_4align_alloc_layout_unchecked, 2048, 4); Dec 18 14:49:37.429 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.429 INFO [stderr] | Dec 18 14:49:37.429 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.429 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.429 INFO [stderr] | Dec 18 14:49:37.429 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.429 INFO [stderr] | Dec 18 14:49:37.429 INFO [stderr] Dec 18 14:49:37.429 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.429 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.429 INFO [stderr] | Dec 18 14:49:37.429 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.429 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.429 INFO [stderr] ... Dec 18 14:49:37.429 INFO [stderr] 1716 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_4align_alloc_layout_unchecked, 2048, 4); Dec 18 14:49:37.429 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.429 INFO [stderr] | Dec 18 14:49:37.429 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.429 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.429 INFO [stderr] | Dec 18 14:49:37.429 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.429 INFO [stderr] | Dec 18 14:49:37.429 INFO [stderr] Dec 18 14:49:37.429 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.429 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.429 INFO [stderr] | Dec 18 14:49:37.429 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.429 INFO [stderr] | ^^^^^ Dec 18 14:49:37.429 INFO [stderr] ... Dec 18 14:49:37.429 INFO [stderr] 1729 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_4align_alloc_layout_unchecked, 4096, 4); Dec 18 14:49:37.429 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.429 INFO [stderr] | Dec 18 14:49:37.429 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.429 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.429 INFO [stderr] | Dec 18 14:49:37.429 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.429 INFO [stderr] | Dec 18 14:49:37.429 INFO [stderr] Dec 18 14:49:37.433 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.433 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.433 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.433 INFO [stderr] ... Dec 18 14:49:37.433 INFO [stderr] 1729 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_4align_alloc_layout_unchecked, 4096, 4); Dec 18 14:49:37.433 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.433 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] Dec 18 14:49:37.433 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.433 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.433 INFO [stderr] | ^^^^^ Dec 18 14:49:37.433 INFO [stderr] ... Dec 18 14:49:37.433 INFO [stderr] 1742 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_4align_alloc_layout_unchecked, 8192, 4); Dec 18 14:49:37.433 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.433 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] Dec 18 14:49:37.433 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.433 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.433 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.433 INFO [stderr] ... Dec 18 14:49:37.433 INFO [stderr] 1742 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_4align_alloc_layout_unchecked, 8192, 4); Dec 18 14:49:37.433 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.433 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] Dec 18 14:49:37.433 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.433 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.433 INFO [stderr] | ^^^^^ Dec 18 14:49:37.433 INFO [stderr] ... Dec 18 14:49:37.433 INFO [stderr] 1755 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_4align_alloc_layout_unchecked, 16384, 4); Dec 18 14:49:37.433 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.433 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] Dec 18 14:49:37.433 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.433 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.433 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.433 INFO [stderr] ... Dec 18 14:49:37.433 INFO [stderr] 1755 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_4align_alloc_layout_unchecked, 16384, 4); Dec 18 14:49:37.433 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.433 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.433 INFO [stderr] | Dec 18 14:49:37.433 INFO [stderr] Dec 18 14:49:37.436 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.436 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.436 INFO [stderr] | Dec 18 14:49:37.436 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.436 INFO [stderr] | ^^^^^ Dec 18 14:49:37.436 INFO [stderr] ... Dec 18 14:49:37.436 INFO [stderr] 1768 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_4align_alloc_layout_unchecked, 32768, 4); Dec 18 14:49:37.436 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.436 INFO [stderr] | Dec 18 14:49:37.436 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.436 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.436 INFO [stderr] | Dec 18 14:49:37.436 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.436 INFO [stderr] | Dec 18 14:49:37.436 INFO [stderr] Dec 18 14:49:37.436 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.436 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.436 INFO [stderr] | Dec 18 14:49:37.437 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.437 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.437 INFO [stderr] ... Dec 18 14:49:37.437 INFO [stderr] 1768 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_4align_alloc_layout_unchecked, 32768, 4); Dec 18 14:49:37.437 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.437 INFO [stderr] | Dec 18 14:49:37.437 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.437 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.437 INFO [stderr] | Dec 18 14:49:37.437 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.437 INFO [stderr] | Dec 18 14:49:37.437 INFO [stderr] Dec 18 14:49:37.437 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.437 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.437 INFO [stderr] | Dec 18 14:49:37.437 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.437 INFO [stderr] | ^^^^^ Dec 18 14:49:37.437 INFO [stderr] ... Dec 18 14:49:37.437 INFO [stderr] 1781 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_4align_alloc_layout_unchecked, 65536, 4); Dec 18 14:49:37.437 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.437 INFO [stderr] | Dec 18 14:49:37.437 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.437 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.437 INFO [stderr] | Dec 18 14:49:37.437 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.437 INFO [stderr] | Dec 18 14:49:37.437 INFO [stderr] Dec 18 14:49:37.437 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.437 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.437 INFO [stderr] | Dec 18 14:49:37.437 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.437 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.437 INFO [stderr] ... Dec 18 14:49:37.437 INFO [stderr] 1781 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_4align_alloc_layout_unchecked, 65536, 4); Dec 18 14:49:37.437 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.437 INFO [stderr] | Dec 18 14:49:37.437 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.437 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.437 INFO [stderr] | Dec 18 14:49:37.437 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.437 INFO [stderr] | Dec 18 14:49:37.437 INFO [stderr] Dec 18 14:49:37.440 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.440 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.440 INFO [stderr] | Dec 18 14:49:37.440 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.440 INFO [stderr] | ^^^^^ Dec 18 14:49:37.440 INFO [stderr] ... Dec 18 14:49:37.440 INFO [stderr] 1794 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_4align_alloc_layout_unchecked, 131072, 4); Dec 18 14:49:37.440 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.440 INFO [stderr] | Dec 18 14:49:37.440 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.440 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.440 INFO [stderr] | Dec 18 14:49:37.440 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.440 INFO [stderr] | Dec 18 14:49:37.440 INFO [stderr] Dec 18 14:49:37.440 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.440 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.440 INFO [stderr] | Dec 18 14:49:37.440 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.440 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.441 INFO [stderr] ... Dec 18 14:49:37.441 INFO [stderr] 1794 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_4align_alloc_layout_unchecked, 131072, 4); Dec 18 14:49:37.441 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.441 INFO [stderr] | Dec 18 14:49:37.441 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.441 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.441 INFO [stderr] | Dec 18 14:49:37.441 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.441 INFO [stderr] | Dec 18 14:49:37.441 INFO [stderr] Dec 18 14:49:37.441 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.441 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.441 INFO [stderr] | Dec 18 14:49:37.441 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.441 INFO [stderr] | ^^^^^ Dec 18 14:49:37.441 INFO [stderr] ... Dec 18 14:49:37.441 INFO [stderr] 1807 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_4align_alloc_layout_unchecked, 4194304, 4); Dec 18 14:49:37.441 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.441 INFO [stderr] | Dec 18 14:49:37.441 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.441 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.441 INFO [stderr] | Dec 18 14:49:37.441 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.441 INFO [stderr] | Dec 18 14:49:37.441 INFO [stderr] Dec 18 14:49:37.441 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.441 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.441 INFO [stderr] | Dec 18 14:49:37.441 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.441 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.441 INFO [stderr] ... Dec 18 14:49:37.441 INFO [stderr] 1807 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_4align_alloc_layout_unchecked, 4194304, 4); Dec 18 14:49:37.441 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.441 INFO [stderr] | Dec 18 14:49:37.441 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.441 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.441 INFO [stderr] | Dec 18 14:49:37.441 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.441 INFO [stderr] | Dec 18 14:49:37.441 INFO [stderr] Dec 18 14:49:37.441 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.441 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.441 INFO [stderr] | Dec 18 14:49:37.441 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.442 INFO [stderr] | ^^^^^ Dec 18 14:49:37.442 INFO [stderr] ... Dec 18 14:49:37.442 INFO [stderr] 1821 | rt_alloc_layout_unchecked!(rt_even_10bytes_4align_alloc_layout_unchecked, 10, 4); Dec 18 14:49:37.442 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.442 INFO [stderr] | Dec 18 14:49:37.442 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.442 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.442 INFO [stderr] | Dec 18 14:49:37.442 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.442 INFO [stderr] | Dec 18 14:49:37.442 INFO [stderr] Dec 18 14:49:37.442 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.442 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.442 INFO [stderr] | Dec 18 14:49:37.442 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.442 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.442 INFO [stderr] ... Dec 18 14:49:37.442 INFO [stderr] 1821 | rt_alloc_layout_unchecked!(rt_even_10bytes_4align_alloc_layout_unchecked, 10, 4); Dec 18 14:49:37.442 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.442 INFO [stderr] | Dec 18 14:49:37.442 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.442 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.442 INFO [stderr] | Dec 18 14:49:37.442 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.442 INFO [stderr] | Dec 18 14:49:37.442 INFO [stderr] Dec 18 14:49:37.450 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.450 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.450 INFO [stderr] | Dec 18 14:49:37.450 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.450 INFO [stderr] | ^^^^^ Dec 18 14:49:37.450 INFO [stderr] ... Dec 18 14:49:37.450 INFO [stderr] 1834 | rt_alloc_layout_unchecked!(rt_even_100bytes_4align_alloc_layout_unchecked, 100, 4); Dec 18 14:49:37.450 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.450 INFO [stderr] | Dec 18 14:49:37.450 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.450 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.450 INFO [stderr] | Dec 18 14:49:37.450 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.450 INFO [stderr] | Dec 18 14:49:37.450 INFO [stderr] Dec 18 14:49:37.450 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.450 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.450 INFO [stderr] | Dec 18 14:49:37.450 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.450 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.450 INFO [stderr] ... Dec 18 14:49:37.450 INFO [stderr] 1834 | rt_alloc_layout_unchecked!(rt_even_100bytes_4align_alloc_layout_unchecked, 100, 4); Dec 18 14:49:37.450 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.450 INFO [stderr] | Dec 18 14:49:37.450 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.450 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.450 INFO [stderr] | Dec 18 14:49:37.451 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.451 INFO [stderr] | Dec 18 14:49:37.451 INFO [stderr] Dec 18 14:49:37.451 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.451 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.451 INFO [stderr] | Dec 18 14:49:37.451 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.451 INFO [stderr] | ^^^^^ Dec 18 14:49:37.451 INFO [stderr] ... Dec 18 14:49:37.451 INFO [stderr] 1847 | rt_alloc_layout_unchecked!(rt_even_1000bytes_4align_alloc_layout_unchecked, 1000, 4); Dec 18 14:49:37.451 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.451 INFO [stderr] | Dec 18 14:49:37.451 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.451 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.451 INFO [stderr] | Dec 18 14:49:37.451 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.451 INFO [stderr] | Dec 18 14:49:37.451 INFO [stderr] Dec 18 14:49:37.451 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.451 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.451 INFO [stderr] | Dec 18 14:49:37.451 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.451 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.451 INFO [stderr] ... Dec 18 14:49:37.451 INFO [stderr] 1847 | rt_alloc_layout_unchecked!(rt_even_1000bytes_4align_alloc_layout_unchecked, 1000, 4); Dec 18 14:49:37.451 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.451 INFO [stderr] | Dec 18 14:49:37.451 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.451 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.451 INFO [stderr] | Dec 18 14:49:37.451 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.451 INFO [stderr] | Dec 18 14:49:37.451 INFO [stderr] Dec 18 14:49:37.451 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.451 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.451 INFO [stderr] | Dec 18 14:49:37.451 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.451 INFO [stderr] | ^^^^^ Dec 18 14:49:37.451 INFO [stderr] ... Dec 18 14:49:37.451 INFO [stderr] 1860 | rt_alloc_layout_unchecked!(rt_even_10000bytes_4align_alloc_layout_unchecked, 10000, 4); Dec 18 14:49:37.451 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.451 INFO [stderr] | Dec 18 14:49:37.451 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.451 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.451 INFO [stderr] | Dec 18 14:49:37.451 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] Dec 18 14:49:37.452 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.452 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.452 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.452 INFO [stderr] ... Dec 18 14:49:37.452 INFO [stderr] 1860 | rt_alloc_layout_unchecked!(rt_even_10000bytes_4align_alloc_layout_unchecked, 10000, 4); Dec 18 14:49:37.452 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.452 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] Dec 18 14:49:37.452 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.452 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.452 INFO [stderr] | ^^^^^ Dec 18 14:49:37.452 INFO [stderr] ... Dec 18 14:49:37.452 INFO [stderr] 1873 | rt_alloc_layout_unchecked!(rt_even_100000bytes_4align_alloc_layout_unchecked, 100000, 4); Dec 18 14:49:37.452 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.452 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] Dec 18 14:49:37.452 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.452 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.452 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.452 INFO [stderr] ... Dec 18 14:49:37.452 INFO [stderr] 1873 | rt_alloc_layout_unchecked!(rt_even_100000bytes_4align_alloc_layout_unchecked, 100000, 4); Dec 18 14:49:37.452 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.452 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] Dec 18 14:49:37.452 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.452 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.452 INFO [stderr] | ^^^^^ Dec 18 14:49:37.452 INFO [stderr] ... Dec 18 14:49:37.452 INFO [stderr] 1886 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_4align_alloc_layout_unchecked, 1000000, 4); Dec 18 14:49:37.452 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.452 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] Dec 18 14:49:37.452 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.452 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.452 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.452 INFO [stderr] ... Dec 18 14:49:37.452 INFO [stderr] 1886 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_4align_alloc_layout_unchecked, 1000000, 4); Dec 18 14:49:37.452 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.452 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.452 INFO [stderr] | Dec 18 14:49:37.452 INFO [stderr] Dec 18 14:49:37.456 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.456 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.456 INFO [stderr] | Dec 18 14:49:37.456 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.456 INFO [stderr] | ^^^^^ Dec 18 14:49:37.456 INFO [stderr] ... Dec 18 14:49:37.456 INFO [stderr] 1900 | rt_alloc_layout_unchecked!(rt_odd_10bytes_4align_alloc_layout_unchecked, 10- 1, 4); Dec 18 14:49:37.456 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.456 INFO [stderr] | Dec 18 14:49:37.456 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.456 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.456 INFO [stderr] | Dec 18 14:49:37.456 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] Dec 18 14:49:37.457 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.457 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.457 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.457 INFO [stderr] ... Dec 18 14:49:37.457 INFO [stderr] 1900 | rt_alloc_layout_unchecked!(rt_odd_10bytes_4align_alloc_layout_unchecked, 10- 1, 4); Dec 18 14:49:37.457 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] Dec 18 14:49:37.457 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.457 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.457 INFO [stderr] | ^^^^^ Dec 18 14:49:37.457 INFO [stderr] ... Dec 18 14:49:37.457 INFO [stderr] 1913 | rt_alloc_layout_unchecked!(rt_odd_100bytes_4align_alloc_layout_unchecked, 100- 1, 4); Dec 18 14:49:37.457 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] Dec 18 14:49:37.457 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.457 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.457 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.457 INFO [stderr] ... Dec 18 14:49:37.457 INFO [stderr] 1913 | rt_alloc_layout_unchecked!(rt_odd_100bytes_4align_alloc_layout_unchecked, 100- 1, 4); Dec 18 14:49:37.457 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] Dec 18 14:49:37.457 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.457 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.457 INFO [stderr] | ^^^^^ Dec 18 14:49:37.457 INFO [stderr] ... Dec 18 14:49:37.457 INFO [stderr] 1926 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_4align_alloc_layout_unchecked, 1000- 1, 4); Dec 18 14:49:37.457 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] Dec 18 14:49:37.457 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.457 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.457 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.457 INFO [stderr] ... Dec 18 14:49:37.457 INFO [stderr] 1926 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_4align_alloc_layout_unchecked, 1000- 1, 4); Dec 18 14:49:37.457 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.457 INFO [stderr] | Dec 18 14:49:37.457 INFO [stderr] Dec 18 14:49:37.460 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.460 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.460 INFO [stderr] | Dec 18 14:49:37.460 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.460 INFO [stderr] | ^^^^^ Dec 18 14:49:37.460 INFO [stderr] ... Dec 18 14:49:37.460 INFO [stderr] 1939 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_4align_alloc_layout_unchecked, 10000- 1, 4); Dec 18 14:49:37.460 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.460 INFO [stderr] | Dec 18 14:49:37.460 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.460 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.460 INFO [stderr] | Dec 18 14:49:37.460 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.460 INFO [stderr] | Dec 18 14:49:37.460 INFO [stderr] Dec 18 14:49:37.464 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.464 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.464 INFO [stderr] | Dec 18 14:49:37.464 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.464 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.464 INFO [stderr] ... Dec 18 14:49:37.464 INFO [stderr] 1939 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_4align_alloc_layout_unchecked, 10000- 1, 4); Dec 18 14:49:37.464 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.465 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] Dec 18 14:49:37.465 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.465 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.465 INFO [stderr] | ^^^^^ Dec 18 14:49:37.465 INFO [stderr] ... Dec 18 14:49:37.465 INFO [stderr] 1952 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_4align_alloc_layout_unchecked, 100000- 1, 4); Dec 18 14:49:37.465 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.465 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] Dec 18 14:49:37.465 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.465 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.465 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.465 INFO [stderr] ... Dec 18 14:49:37.465 INFO [stderr] 1952 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_4align_alloc_layout_unchecked, 100000- 1, 4); Dec 18 14:49:37.465 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.465 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] Dec 18 14:49:37.465 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.465 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.465 INFO [stderr] | ^^^^^ Dec 18 14:49:37.465 INFO [stderr] ... Dec 18 14:49:37.465 INFO [stderr] 1965 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_4align_alloc_layout_unchecked, 1000000- 1, 4); Dec 18 14:49:37.465 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.465 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] Dec 18 14:49:37.465 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.465 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.465 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.465 INFO [stderr] ... Dec 18 14:49:37.465 INFO [stderr] 1965 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_4align_alloc_layout_unchecked, 1000000- 1, 4); Dec 18 14:49:37.465 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.465 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] Dec 18 14:49:37.465 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.465 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.465 INFO [stderr] | ^^^^^ Dec 18 14:49:37.465 INFO [stderr] ... Dec 18 14:49:37.465 INFO [stderr] 1979 | rt_alloc_layout_unchecked!(rt_primes_3bytes_4align_alloc_layout_unchecked, 3, 4); Dec 18 14:49:37.465 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.465 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] Dec 18 14:49:37.465 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.465 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.465 INFO [stderr] | Dec 18 14:49:37.465 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.465 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.465 INFO [stderr] ... Dec 18 14:49:37.465 INFO [stderr] 1979 | rt_alloc_layout_unchecked!(rt_primes_3bytes_4align_alloc_layout_unchecked, 3, 4); Dec 18 14:49:37.466 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.466 INFO [stderr] | Dec 18 14:49:37.466 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.466 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.466 INFO [stderr] | Dec 18 14:49:37.466 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.466 INFO [stderr] | Dec 18 14:49:37.466 INFO [stderr] Dec 18 14:49:37.472 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.472 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.472 INFO [stderr] | Dec 18 14:49:37.472 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.472 INFO [stderr] | ^^^^^ Dec 18 14:49:37.472 INFO [stderr] ... Dec 18 14:49:37.472 INFO [stderr] 1992 | rt_alloc_layout_unchecked!(rt_primes_7bytes_4align_alloc_layout_unchecked, 7, 4); Dec 18 14:49:37.472 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.472 INFO [stderr] | Dec 18 14:49:37.472 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.472 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.472 INFO [stderr] | Dec 18 14:49:37.472 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.472 INFO [stderr] | Dec 18 14:49:37.472 INFO [stderr] Dec 18 14:49:37.472 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.472 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.472 INFO [stderr] | Dec 18 14:49:37.472 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.472 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.472 INFO [stderr] ... Dec 18 14:49:37.472 INFO [stderr] 1992 | rt_alloc_layout_unchecked!(rt_primes_7bytes_4align_alloc_layout_unchecked, 7, 4); Dec 18 14:49:37.472 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.472 INFO [stderr] | Dec 18 14:49:37.472 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.472 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.472 INFO [stderr] | Dec 18 14:49:37.472 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.472 INFO [stderr] | Dec 18 14:49:37.472 INFO [stderr] Dec 18 14:49:37.477 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.477 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.477 INFO [stderr] | ^^^^^ Dec 18 14:49:37.477 INFO [stderr] ... Dec 18 14:49:37.477 INFO [stderr] 2005 | rt_alloc_layout_unchecked!(rt_primes_13bytes_4align_alloc_layout_unchecked, 13, 4); Dec 18 14:49:37.477 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.477 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] Dec 18 14:49:37.477 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.477 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.477 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.477 INFO [stderr] ... Dec 18 14:49:37.477 INFO [stderr] 2005 | rt_alloc_layout_unchecked!(rt_primes_13bytes_4align_alloc_layout_unchecked, 13, 4); Dec 18 14:49:37.477 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.477 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] Dec 18 14:49:37.477 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.477 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.477 INFO [stderr] | ^^^^^ Dec 18 14:49:37.477 INFO [stderr] ... Dec 18 14:49:37.477 INFO [stderr] 2018 | rt_alloc_layout_unchecked!(rt_primes_17bytes_4align_alloc_layout_unchecked, 17, 4); Dec 18 14:49:37.477 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.477 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] Dec 18 14:49:37.477 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.477 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.477 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.477 INFO [stderr] ... Dec 18 14:49:37.477 INFO [stderr] 2018 | rt_alloc_layout_unchecked!(rt_primes_17bytes_4align_alloc_layout_unchecked, 17, 4); Dec 18 14:49:37.477 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.477 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] Dec 18 14:49:37.477 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.477 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.477 INFO [stderr] | ^^^^^ Dec 18 14:49:37.477 INFO [stderr] ... Dec 18 14:49:37.477 INFO [stderr] 2031 | rt_alloc_layout_unchecked!(rt_primes_31bytes_4align_alloc_layout_unchecked, 31, 4); Dec 18 14:49:37.477 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.477 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] Dec 18 14:49:37.477 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.477 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.477 INFO [stderr] | Dec 18 14:49:37.477 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.477 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.477 INFO [stderr] ... Dec 18 14:49:37.477 INFO [stderr] 2031 | rt_alloc_layout_unchecked!(rt_primes_31bytes_4align_alloc_layout_unchecked, 31, 4); Dec 18 14:49:37.477 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.478 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] Dec 18 14:49:37.478 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.478 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.478 INFO [stderr] | ^^^^^ Dec 18 14:49:37.478 INFO [stderr] ... Dec 18 14:49:37.478 INFO [stderr] 2044 | rt_alloc_layout_unchecked!(rt_primes_61bytes_4align_alloc_layout_unchecked, 61, 4); Dec 18 14:49:37.478 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.478 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] Dec 18 14:49:37.478 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.478 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.478 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.478 INFO [stderr] ... Dec 18 14:49:37.478 INFO [stderr] 2044 | rt_alloc_layout_unchecked!(rt_primes_61bytes_4align_alloc_layout_unchecked, 61, 4); Dec 18 14:49:37.478 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.478 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] Dec 18 14:49:37.478 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.478 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.478 INFO [stderr] | ^^^^^ Dec 18 14:49:37.478 INFO [stderr] ... Dec 18 14:49:37.478 INFO [stderr] 2057 | rt_alloc_layout_unchecked!(rt_primes_96bytes_4align_alloc_layout_unchecked, 96, 4); Dec 18 14:49:37.478 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.478 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] Dec 18 14:49:37.478 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.478 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.478 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.478 INFO [stderr] ... Dec 18 14:49:37.478 INFO [stderr] 2057 | rt_alloc_layout_unchecked!(rt_primes_96bytes_4align_alloc_layout_unchecked, 96, 4); Dec 18 14:49:37.478 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.478 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] Dec 18 14:49:37.478 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.478 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.478 INFO [stderr] | ^^^^^ Dec 18 14:49:37.478 INFO [stderr] ... Dec 18 14:49:37.478 INFO [stderr] 2070 | rt_alloc_layout_unchecked!(rt_primes_127bytes_4align_alloc_layout_unchecked, 127, 4); Dec 18 14:49:37.478 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.478 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.478 INFO [stderr] Dec 18 14:49:37.478 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.478 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.478 INFO [stderr] | Dec 18 14:49:37.479 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.479 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.479 INFO [stderr] ... Dec 18 14:49:37.479 INFO [stderr] 2070 | rt_alloc_layout_unchecked!(rt_primes_127bytes_4align_alloc_layout_unchecked, 127, 4); Dec 18 14:49:37.479 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.479 INFO [stderr] | Dec 18 14:49:37.479 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.479 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.479 INFO [stderr] | Dec 18 14:49:37.479 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.479 INFO [stderr] | Dec 18 14:49:37.479 INFO [stderr] Dec 18 14:49:37.484 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.484 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.484 INFO [stderr] | Dec 18 14:49:37.484 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.485 INFO [stderr] | ^^^^^ Dec 18 14:49:37.485 INFO [stderr] ... Dec 18 14:49:37.485 INFO [stderr] 2083 | rt_alloc_layout_unchecked!(rt_primes_257bytes_4align_alloc_layout_unchecked, 257, 4); Dec 18 14:49:37.485 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.485 INFO [stderr] | Dec 18 14:49:37.485 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.485 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.485 INFO [stderr] | Dec 18 14:49:37.485 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.485 INFO [stderr] | Dec 18 14:49:37.485 INFO [stderr] Dec 18 14:49:37.485 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.485 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.485 INFO [stderr] | Dec 18 14:49:37.485 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.485 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.485 INFO [stderr] ... Dec 18 14:49:37.485 INFO [stderr] 2083 | rt_alloc_layout_unchecked!(rt_primes_257bytes_4align_alloc_layout_unchecked, 257, 4); Dec 18 14:49:37.485 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.485 INFO [stderr] | Dec 18 14:49:37.485 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.485 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.485 INFO [stderr] | Dec 18 14:49:37.485 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.485 INFO [stderr] | Dec 18 14:49:37.485 INFO [stderr] Dec 18 14:49:37.489 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.489 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.489 INFO [stderr] | ^^^^^ Dec 18 14:49:37.489 INFO [stderr] ... Dec 18 14:49:37.489 INFO [stderr] 2096 | rt_alloc_layout_unchecked!(rt_primes_509bytes_4align_alloc_layout_unchecked, 509, 4); Dec 18 14:49:37.489 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.489 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] Dec 18 14:49:37.489 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.489 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.489 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.489 INFO [stderr] ... Dec 18 14:49:37.489 INFO [stderr] 2096 | rt_alloc_layout_unchecked!(rt_primes_509bytes_4align_alloc_layout_unchecked, 509, 4); Dec 18 14:49:37.489 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.489 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] Dec 18 14:49:37.489 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.489 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.489 INFO [stderr] | ^^^^^ Dec 18 14:49:37.489 INFO [stderr] ... Dec 18 14:49:37.489 INFO [stderr] 2109 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_4align_alloc_layout_unchecked, 1021, 4); Dec 18 14:49:37.489 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.489 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] Dec 18 14:49:37.489 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.489 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.489 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.489 INFO [stderr] ... Dec 18 14:49:37.489 INFO [stderr] 2109 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_4align_alloc_layout_unchecked, 1021, 4); Dec 18 14:49:37.489 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.489 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] Dec 18 14:49:37.489 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.489 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.489 INFO [stderr] | ^^^^^ Dec 18 14:49:37.489 INFO [stderr] ... Dec 18 14:49:37.489 INFO [stderr] 2122 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_4align_alloc_layout_unchecked, 2039, 4); Dec 18 14:49:37.489 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.489 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.489 INFO [stderr] | Dec 18 14:49:37.489 INFO [stderr] Dec 18 14:49:37.489 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.490 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.490 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.490 INFO [stderr] ... Dec 18 14:49:37.490 INFO [stderr] 2122 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_4align_alloc_layout_unchecked, 2039, 4); Dec 18 14:49:37.490 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.490 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] Dec 18 14:49:37.490 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.490 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.490 INFO [stderr] | ^^^^^ Dec 18 14:49:37.490 INFO [stderr] ... Dec 18 14:49:37.490 INFO [stderr] 2135 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_4align_alloc_layout_unchecked, 4093, 4); Dec 18 14:49:37.490 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.490 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] Dec 18 14:49:37.490 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.490 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.490 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.490 INFO [stderr] ... Dec 18 14:49:37.490 INFO [stderr] 2135 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_4align_alloc_layout_unchecked, 4093, 4); Dec 18 14:49:37.490 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.490 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] Dec 18 14:49:37.490 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.490 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.490 INFO [stderr] | ^^^^^ Dec 18 14:49:37.490 INFO [stderr] ... Dec 18 14:49:37.490 INFO [stderr] 2148 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_4align_alloc_layout_unchecked, 8191, 4); Dec 18 14:49:37.490 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.490 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] Dec 18 14:49:37.490 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.490 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.490 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.490 INFO [stderr] ... Dec 18 14:49:37.490 INFO [stderr] 2148 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_4align_alloc_layout_unchecked, 8191, 4); Dec 18 14:49:37.490 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.490 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.490 INFO [stderr] | Dec 18 14:49:37.490 INFO [stderr] Dec 18 14:49:37.492 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.492 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.492 INFO [stderr] | Dec 18 14:49:37.492 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.492 INFO [stderr] | ^^^^^ Dec 18 14:49:37.492 INFO [stderr] ... Dec 18 14:49:37.492 INFO [stderr] 2161 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_4align_alloc_layout_unchecked, 16381, 4); Dec 18 14:49:37.492 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.492 INFO [stderr] | Dec 18 14:49:37.492 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.492 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.492 INFO [stderr] | Dec 18 14:49:37.492 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.492 INFO [stderr] | Dec 18 14:49:37.492 INFO [stderr] Dec 18 14:49:37.492 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.492 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.492 INFO [stderr] | Dec 18 14:49:37.492 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.492 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.492 INFO [stderr] ... Dec 18 14:49:37.492 INFO [stderr] 2161 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_4align_alloc_layout_unchecked, 16381, 4); Dec 18 14:49:37.492 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.492 INFO [stderr] | Dec 18 14:49:37.492 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.493 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.493 INFO [stderr] | Dec 18 14:49:37.493 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.493 INFO [stderr] | Dec 18 14:49:37.493 INFO [stderr] Dec 18 14:49:37.493 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.493 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.493 INFO [stderr] | Dec 18 14:49:37.493 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.493 INFO [stderr] | ^^^^^ Dec 18 14:49:37.493 INFO [stderr] ... Dec 18 14:49:37.493 INFO [stderr] 2174 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_4align_alloc_layout_unchecked, 32749, 4); Dec 18 14:49:37.493 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.493 INFO [stderr] | Dec 18 14:49:37.493 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.493 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.493 INFO [stderr] | Dec 18 14:49:37.493 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.493 INFO [stderr] | Dec 18 14:49:37.493 INFO [stderr] Dec 18 14:49:37.496 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.496 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.496 INFO [stderr] | Dec 18 14:49:37.496 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.496 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.496 INFO [stderr] ... Dec 18 14:49:37.496 INFO [stderr] 2174 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_4align_alloc_layout_unchecked, 32749, 4); Dec 18 14:49:37.496 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.496 INFO [stderr] | Dec 18 14:49:37.496 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.496 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.496 INFO [stderr] | Dec 18 14:49:37.496 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] Dec 18 14:49:37.497 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.497 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.497 INFO [stderr] | ^^^^^ Dec 18 14:49:37.497 INFO [stderr] ... Dec 18 14:49:37.497 INFO [stderr] 2187 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_4align_alloc_layout_unchecked, 65537, 4); Dec 18 14:49:37.497 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.497 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] Dec 18 14:49:37.497 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.497 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.497 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.497 INFO [stderr] ... Dec 18 14:49:37.497 INFO [stderr] 2187 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_4align_alloc_layout_unchecked, 65537, 4); Dec 18 14:49:37.497 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.497 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] Dec 18 14:49:37.497 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.497 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.497 INFO [stderr] | ^^^^^ Dec 18 14:49:37.497 INFO [stderr] ... Dec 18 14:49:37.497 INFO [stderr] 2200 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_4align_alloc_layout_unchecked, 131071, 4); Dec 18 14:49:37.497 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.497 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] Dec 18 14:49:37.497 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.497 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.497 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.497 INFO [stderr] ... Dec 18 14:49:37.497 INFO [stderr] 2200 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_4align_alloc_layout_unchecked, 131071, 4); Dec 18 14:49:37.497 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.497 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] Dec 18 14:49:37.497 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.497 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.497 INFO [stderr] | ^^^^^ Dec 18 14:49:37.497 INFO [stderr] ... Dec 18 14:49:37.497 INFO [stderr] 2213 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_4align_alloc_layout_unchecked, 4194301, 4); Dec 18 14:49:37.497 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.497 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.497 INFO [stderr] | Dec 18 14:49:37.497 INFO [stderr] Dec 18 14:49:37.500 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.500 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.500 INFO [stderr] | Dec 18 14:49:37.500 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.500 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.500 INFO [stderr] ... Dec 18 14:49:37.500 INFO [stderr] 2213 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_4align_alloc_layout_unchecked, 4194301, 4); Dec 18 14:49:37.500 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.500 INFO [stderr] | Dec 18 14:49:37.500 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.500 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.500 INFO [stderr] | Dec 18 14:49:37.500 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.500 INFO [stderr] | Dec 18 14:49:37.500 INFO [stderr] Dec 18 14:49:37.500 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.500 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.500 INFO [stderr] | Dec 18 14:49:37.500 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.500 INFO [stderr] | ^^^^^ Dec 18 14:49:37.500 INFO [stderr] ... Dec 18 14:49:37.500 INFO [stderr] 2229 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_8align_alloc_layout_unchecked, 1, 8); Dec 18 14:49:37.500 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.500 INFO [stderr] | Dec 18 14:49:37.500 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.500 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.500 INFO [stderr] | Dec 18 14:49:37.500 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.500 INFO [stderr] | Dec 18 14:49:37.500 INFO [stderr] Dec 18 14:49:37.504 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.504 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.504 INFO [stderr] | Dec 18 14:49:37.504 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.504 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.504 INFO [stderr] ... Dec 18 14:49:37.504 INFO [stderr] 2229 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_8align_alloc_layout_unchecked, 1, 8); Dec 18 14:49:37.504 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.504 INFO [stderr] | Dec 18 14:49:37.504 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.505 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] Dec 18 14:49:37.505 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.505 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.505 INFO [stderr] | ^^^^^ Dec 18 14:49:37.505 INFO [stderr] ... Dec 18 14:49:37.505 INFO [stderr] 2242 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_8align_alloc_layout_unchecked, 2, 8); Dec 18 14:49:37.505 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.505 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] Dec 18 14:49:37.505 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.505 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.505 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.505 INFO [stderr] ... Dec 18 14:49:37.505 INFO [stderr] 2242 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_8align_alloc_layout_unchecked, 2, 8); Dec 18 14:49:37.505 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.505 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] Dec 18 14:49:37.505 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.505 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.505 INFO [stderr] | ^^^^^ Dec 18 14:49:37.505 INFO [stderr] ... Dec 18 14:49:37.505 INFO [stderr] 2255 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_8align_alloc_layout_unchecked, 4, 8); Dec 18 14:49:37.505 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.505 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] Dec 18 14:49:37.505 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.505 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.505 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.505 INFO [stderr] ... Dec 18 14:49:37.505 INFO [stderr] 2255 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_8align_alloc_layout_unchecked, 4, 8); Dec 18 14:49:37.505 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.505 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] Dec 18 14:49:37.505 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.505 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.505 INFO [stderr] | ^^^^^ Dec 18 14:49:37.505 INFO [stderr] ... Dec 18 14:49:37.505 INFO [stderr] 2268 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_8align_alloc_layout_unchecked, 8, 8); Dec 18 14:49:37.505 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.505 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] Dec 18 14:49:37.505 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.505 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.505 INFO [stderr] | Dec 18 14:49:37.505 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.505 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.505 INFO [stderr] ... Dec 18 14:49:37.505 INFO [stderr] 2268 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_8align_alloc_layout_unchecked, 8, 8); Dec 18 14:49:37.505 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.506 INFO [stderr] | Dec 18 14:49:37.506 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.506 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.506 INFO [stderr] | Dec 18 14:49:37.506 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.506 INFO [stderr] | Dec 18 14:49:37.506 INFO [stderr] Dec 18 14:49:37.510 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.510 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.510 INFO [stderr] | Dec 18 14:49:37.510 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.510 INFO [stderr] | ^^^^^ Dec 18 14:49:37.510 INFO [stderr] ... Dec 18 14:49:37.510 INFO [stderr] 2281 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_8align_alloc_layout_unchecked, 16, 8); Dec 18 14:49:37.510 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.510 INFO [stderr] | Dec 18 14:49:37.510 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.510 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.510 INFO [stderr] | Dec 18 14:49:37.510 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.510 INFO [stderr] | Dec 18 14:49:37.510 INFO [stderr] Dec 18 14:49:37.510 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.510 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.510 INFO [stderr] | Dec 18 14:49:37.510 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.510 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.510 INFO [stderr] ... Dec 18 14:49:37.510 INFO [stderr] 2281 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_8align_alloc_layout_unchecked, 16, 8); Dec 18 14:49:37.510 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.510 INFO [stderr] | Dec 18 14:49:37.510 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.510 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.510 INFO [stderr] | Dec 18 14:49:37.510 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.510 INFO [stderr] | Dec 18 14:49:37.510 INFO [stderr] Dec 18 14:49:37.512 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.512 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.512 INFO [stderr] | Dec 18 14:49:37.512 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.512 INFO [stderr] | ^^^^^ Dec 18 14:49:37.512 INFO [stderr] ... Dec 18 14:49:37.512 INFO [stderr] 2294 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_8align_alloc_layout_unchecked, 32, 8); Dec 18 14:49:37.512 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.512 INFO [stderr] | Dec 18 14:49:37.512 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.512 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.512 INFO [stderr] | Dec 18 14:49:37.512 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.512 INFO [stderr] | Dec 18 14:49:37.512 INFO [stderr] Dec 18 14:49:37.512 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.512 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.512 INFO [stderr] | Dec 18 14:49:37.513 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.513 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.513 INFO [stderr] ... Dec 18 14:49:37.513 INFO [stderr] 2294 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_8align_alloc_layout_unchecked, 32, 8); Dec 18 14:49:37.513 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.513 INFO [stderr] | Dec 18 14:49:37.513 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.513 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.513 INFO [stderr] | Dec 18 14:49:37.513 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.513 INFO [stderr] | Dec 18 14:49:37.513 INFO [stderr] Dec 18 14:49:37.513 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.513 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.513 INFO [stderr] | Dec 18 14:49:37.513 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.513 INFO [stderr] | ^^^^^ Dec 18 14:49:37.513 INFO [stderr] ... Dec 18 14:49:37.513 INFO [stderr] 2307 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_8align_alloc_layout_unchecked, 64, 8); Dec 18 14:49:37.513 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.513 INFO [stderr] | Dec 18 14:49:37.513 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.513 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.513 INFO [stderr] | Dec 18 14:49:37.513 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.513 INFO [stderr] | Dec 18 14:49:37.513 INFO [stderr] Dec 18 14:49:37.513 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.513 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.513 INFO [stderr] | Dec 18 14:49:37.513 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.513 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.513 INFO [stderr] ... Dec 18 14:49:37.513 INFO [stderr] 2307 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_8align_alloc_layout_unchecked, 64, 8); Dec 18 14:49:37.513 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.513 INFO [stderr] | Dec 18 14:49:37.513 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.513 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.513 INFO [stderr] | Dec 18 14:49:37.513 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.513 INFO [stderr] | Dec 18 14:49:37.513 INFO [stderr] Dec 18 14:49:37.513 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.513 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.513 INFO [stderr] | Dec 18 14:49:37.513 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.513 INFO [stderr] | ^^^^^ Dec 18 14:49:37.513 INFO [stderr] ... Dec 18 14:49:37.513 INFO [stderr] 2320 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_8align_alloc_layout_unchecked, 128, 8); Dec 18 14:49:37.513 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.513 INFO [stderr] | Dec 18 14:49:37.513 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.513 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.513 INFO [stderr] | Dec 18 14:49:37.513 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.513 INFO [stderr] | Dec 18 14:49:37.513 INFO [stderr] Dec 18 14:49:37.516 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.516 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.516 INFO [stderr] | Dec 18 14:49:37.516 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.516 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.516 INFO [stderr] ... Dec 18 14:49:37.516 INFO [stderr] 2320 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_8align_alloc_layout_unchecked, 128, 8); Dec 18 14:49:37.516 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.516 INFO [stderr] | Dec 18 14:49:37.516 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.516 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.516 INFO [stderr] | Dec 18 14:49:37.516 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.516 INFO [stderr] | Dec 18 14:49:37.516 INFO [stderr] Dec 18 14:49:37.516 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.516 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.516 INFO [stderr] | Dec 18 14:49:37.516 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.516 INFO [stderr] | ^^^^^ Dec 18 14:49:37.516 INFO [stderr] ... Dec 18 14:49:37.516 INFO [stderr] 2333 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_8align_alloc_layout_unchecked, 256, 8); Dec 18 14:49:37.516 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.516 INFO [stderr] | Dec 18 14:49:37.516 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.516 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.517 INFO [stderr] | Dec 18 14:49:37.517 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.517 INFO [stderr] | Dec 18 14:49:37.517 INFO [stderr] Dec 18 14:49:37.517 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.517 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.517 INFO [stderr] | Dec 18 14:49:37.517 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.517 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.517 INFO [stderr] ... Dec 18 14:49:37.517 INFO [stderr] 2333 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_8align_alloc_layout_unchecked, 256, 8); Dec 18 14:49:37.517 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.517 INFO [stderr] | Dec 18 14:49:37.517 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.517 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.517 INFO [stderr] | Dec 18 14:49:37.517 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.517 INFO [stderr] | Dec 18 14:49:37.517 INFO [stderr] Dec 18 14:49:37.520 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.520 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.520 INFO [stderr] | Dec 18 14:49:37.520 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.521 INFO [stderr] | ^^^^^ Dec 18 14:49:37.521 INFO [stderr] ... Dec 18 14:49:37.521 INFO [stderr] 2346 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_8align_alloc_layout_unchecked, 512, 8); Dec 18 14:49:37.521 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.521 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] Dec 18 14:49:37.521 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.521 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.521 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.521 INFO [stderr] ... Dec 18 14:49:37.521 INFO [stderr] 2346 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_8align_alloc_layout_unchecked, 512, 8); Dec 18 14:49:37.521 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.521 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] Dec 18 14:49:37.521 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.521 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.521 INFO [stderr] | ^^^^^ Dec 18 14:49:37.521 INFO [stderr] ... Dec 18 14:49:37.521 INFO [stderr] 2359 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_8align_alloc_layout_unchecked, 1024, 8); Dec 18 14:49:37.521 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.521 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] Dec 18 14:49:37.521 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.521 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.521 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.521 INFO [stderr] ... Dec 18 14:49:37.521 INFO [stderr] 2359 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_8align_alloc_layout_unchecked, 1024, 8); Dec 18 14:49:37.521 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.521 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] Dec 18 14:49:37.521 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.521 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.521 INFO [stderr] | ^^^^^ Dec 18 14:49:37.521 INFO [stderr] ... Dec 18 14:49:37.521 INFO [stderr] 2372 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_8align_alloc_layout_unchecked, 2048, 8); Dec 18 14:49:37.521 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.521 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] Dec 18 14:49:37.521 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.521 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.521 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.521 INFO [stderr] ... Dec 18 14:49:37.521 INFO [stderr] 2372 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_8align_alloc_layout_unchecked, 2048, 8); Dec 18 14:49:37.521 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.521 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.521 INFO [stderr] | Dec 18 14:49:37.521 INFO [stderr] Dec 18 14:49:37.521 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.521 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.522 INFO [stderr] | Dec 18 14:49:37.522 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.522 INFO [stderr] | ^^^^^ Dec 18 14:49:37.522 INFO [stderr] ... Dec 18 14:49:37.522 INFO [stderr] 2385 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_8align_alloc_layout_unchecked, 4096, 8); Dec 18 14:49:37.522 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.522 INFO [stderr] | Dec 18 14:49:37.522 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.522 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.522 INFO [stderr] | Dec 18 14:49:37.522 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.522 INFO [stderr] | Dec 18 14:49:37.522 INFO [stderr] Dec 18 14:49:37.522 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.522 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.522 INFO [stderr] | Dec 18 14:49:37.522 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.522 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.522 INFO [stderr] ... Dec 18 14:49:37.522 INFO [stderr] 2385 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_8align_alloc_layout_unchecked, 4096, 8); Dec 18 14:49:37.522 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.522 INFO [stderr] | Dec 18 14:49:37.522 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.522 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.522 INFO [stderr] | Dec 18 14:49:37.522 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.522 INFO [stderr] | Dec 18 14:49:37.522 INFO [stderr] Dec 18 14:49:37.524 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.524 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.524 INFO [stderr] | Dec 18 14:49:37.524 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.524 INFO [stderr] | ^^^^^ Dec 18 14:49:37.524 INFO [stderr] ... Dec 18 14:49:37.524 INFO [stderr] 2398 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_8align_alloc_layout_unchecked, 8192, 8); Dec 18 14:49:37.524 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.524 INFO [stderr] | Dec 18 14:49:37.524 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.524 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.524 INFO [stderr] | Dec 18 14:49:37.524 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.524 INFO [stderr] | Dec 18 14:49:37.524 INFO [stderr] Dec 18 14:49:37.524 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.524 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.524 INFO [stderr] | Dec 18 14:49:37.524 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.524 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.524 INFO [stderr] ... Dec 18 14:49:37.524 INFO [stderr] 2398 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_8align_alloc_layout_unchecked, 8192, 8); Dec 18 14:49:37.524 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.524 INFO [stderr] | Dec 18 14:49:37.524 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.524 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.524 INFO [stderr] | Dec 18 14:49:37.524 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.524 INFO [stderr] | Dec 18 14:49:37.524 INFO [stderr] Dec 18 14:49:37.528 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.528 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.528 INFO [stderr] | Dec 18 14:49:37.528 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.528 INFO [stderr] | ^^^^^ Dec 18 14:49:37.528 INFO [stderr] ... Dec 18 14:49:37.528 INFO [stderr] 2411 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_8align_alloc_layout_unchecked, 16384, 8); Dec 18 14:49:37.528 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.528 INFO [stderr] | Dec 18 14:49:37.528 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.528 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] Dec 18 14:49:37.529 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.529 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.529 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.529 INFO [stderr] ... Dec 18 14:49:37.529 INFO [stderr] 2411 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_8align_alloc_layout_unchecked, 16384, 8); Dec 18 14:49:37.529 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.529 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] Dec 18 14:49:37.529 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.529 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.529 INFO [stderr] | ^^^^^ Dec 18 14:49:37.529 INFO [stderr] ... Dec 18 14:49:37.529 INFO [stderr] 2424 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_8align_alloc_layout_unchecked, 32768, 8); Dec 18 14:49:37.529 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.529 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] Dec 18 14:49:37.529 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.529 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.529 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.529 INFO [stderr] ... Dec 18 14:49:37.529 INFO [stderr] 2424 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_8align_alloc_layout_unchecked, 32768, 8); Dec 18 14:49:37.529 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.529 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] Dec 18 14:49:37.529 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.529 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.529 INFO [stderr] | ^^^^^ Dec 18 14:49:37.529 INFO [stderr] ... Dec 18 14:49:37.529 INFO [stderr] 2437 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_8align_alloc_layout_unchecked, 65536, 8); Dec 18 14:49:37.529 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.529 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] Dec 18 14:49:37.529 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.529 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.529 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.529 INFO [stderr] ... Dec 18 14:49:37.529 INFO [stderr] 2437 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_8align_alloc_layout_unchecked, 65536, 8); Dec 18 14:49:37.529 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.529 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] Dec 18 14:49:37.529 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.529 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.529 INFO [stderr] | ^^^^^ Dec 18 14:49:37.529 INFO [stderr] ... Dec 18 14:49:37.529 INFO [stderr] 2450 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_8align_alloc_layout_unchecked, 131072, 8); Dec 18 14:49:37.529 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.529 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.529 INFO [stderr] | Dec 18 14:49:37.529 INFO [stderr] Dec 18 14:49:37.532 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.532 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.532 INFO [stderr] | Dec 18 14:49:37.532 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.532 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.532 INFO [stderr] ... Dec 18 14:49:37.532 INFO [stderr] 2450 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_8align_alloc_layout_unchecked, 131072, 8); Dec 18 14:49:37.532 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.532 INFO [stderr] | Dec 18 14:49:37.532 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.532 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.532 INFO [stderr] | Dec 18 14:49:37.532 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.532 INFO [stderr] | Dec 18 14:49:37.532 INFO [stderr] Dec 18 14:49:37.532 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.532 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.532 INFO [stderr] | Dec 18 14:49:37.532 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.532 INFO [stderr] | ^^^^^ Dec 18 14:49:37.532 INFO [stderr] ... Dec 18 14:49:37.532 INFO [stderr] 2463 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_8align_alloc_layout_unchecked, 4194304, 8); Dec 18 14:49:37.532 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.532 INFO [stderr] | Dec 18 14:49:37.532 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.532 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.532 INFO [stderr] | Dec 18 14:49:37.532 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.532 INFO [stderr] | Dec 18 14:49:37.537 INFO [stderr] Dec 18 14:49:37.537 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.537 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.537 INFO [stderr] | Dec 18 14:49:37.537 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.537 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.537 INFO [stderr] ... Dec 18 14:49:37.537 INFO [stderr] 2463 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_8align_alloc_layout_unchecked, 4194304, 8); Dec 18 14:49:37.537 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.537 INFO [stderr] | Dec 18 14:49:37.537 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.537 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.537 INFO [stderr] | Dec 18 14:49:37.537 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.537 INFO [stderr] | Dec 18 14:49:37.537 INFO [stderr] Dec 18 14:49:37.537 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.537 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.537 INFO [stderr] | Dec 18 14:49:37.537 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.537 INFO [stderr] | ^^^^^ Dec 18 14:49:37.537 INFO [stderr] ... Dec 18 14:49:37.537 INFO [stderr] 2477 | rt_alloc_layout_unchecked!(rt_even_10bytes_8align_alloc_layout_unchecked, 10, 8); Dec 18 14:49:37.537 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.537 INFO [stderr] | Dec 18 14:49:37.537 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.537 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.537 INFO [stderr] | Dec 18 14:49:37.537 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.537 INFO [stderr] | Dec 18 14:49:37.537 INFO [stderr] Dec 18 14:49:37.537 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.537 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.537 INFO [stderr] | Dec 18 14:49:37.537 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.537 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.537 INFO [stderr] ... Dec 18 14:49:37.537 INFO [stderr] 2477 | rt_alloc_layout_unchecked!(rt_even_10bytes_8align_alloc_layout_unchecked, 10, 8); Dec 18 14:49:37.537 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.537 INFO [stderr] | Dec 18 14:49:37.537 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.537 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.537 INFO [stderr] | Dec 18 14:49:37.537 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.537 INFO [stderr] | Dec 18 14:49:37.537 INFO [stderr] Dec 18 14:49:37.537 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.537 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.537 INFO [stderr] | Dec 18 14:49:37.537 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.537 INFO [stderr] | ^^^^^ Dec 18 14:49:37.537 INFO [stderr] ... Dec 18 14:49:37.537 INFO [stderr] 2490 | rt_alloc_layout_unchecked!(rt_even_100bytes_8align_alloc_layout_unchecked, 100, 8); Dec 18 14:49:37.538 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.538 INFO [stderr] | Dec 18 14:49:37.538 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.538 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.538 INFO [stderr] | Dec 18 14:49:37.538 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.538 INFO [stderr] | Dec 18 14:49:37.538 INFO [stderr] Dec 18 14:49:37.538 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.538 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.538 INFO [stderr] | Dec 18 14:49:37.538 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.538 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.538 INFO [stderr] ... Dec 18 14:49:37.538 INFO [stderr] 2490 | rt_alloc_layout_unchecked!(rt_even_100bytes_8align_alloc_layout_unchecked, 100, 8); Dec 18 14:49:37.538 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.538 INFO [stderr] | Dec 18 14:49:37.538 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.538 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.538 INFO [stderr] | Dec 18 14:49:37.538 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.538 INFO [stderr] | Dec 18 14:49:37.538 INFO [stderr] Dec 18 14:49:37.538 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.538 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.538 INFO [stderr] | Dec 18 14:49:37.538 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.538 INFO [stderr] | ^^^^^ Dec 18 14:49:37.538 INFO [stderr] ... Dec 18 14:49:37.538 INFO [stderr] 2503 | rt_alloc_layout_unchecked!(rt_even_1000bytes_8align_alloc_layout_unchecked, 1000, 8); Dec 18 14:49:37.538 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.538 INFO [stderr] | Dec 18 14:49:37.538 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.538 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.538 INFO [stderr] | Dec 18 14:49:37.538 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.538 INFO [stderr] | Dec 18 14:49:37.538 INFO [stderr] Dec 18 14:49:37.538 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.538 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.538 INFO [stderr] | Dec 18 14:49:37.538 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.538 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.538 INFO [stderr] ... Dec 18 14:49:37.538 INFO [stderr] 2503 | rt_alloc_layout_unchecked!(rt_even_1000bytes_8align_alloc_layout_unchecked, 1000, 8); Dec 18 14:49:37.538 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.538 INFO [stderr] | Dec 18 14:49:37.538 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.538 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.538 INFO [stderr] | Dec 18 14:49:37.538 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.538 INFO [stderr] | Dec 18 14:49:37.538 INFO [stderr] Dec 18 14:49:37.539 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.539 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.539 INFO [stderr] | Dec 18 14:49:37.539 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.539 INFO [stderr] | ^^^^^ Dec 18 14:49:37.539 INFO [stderr] ... Dec 18 14:49:37.539 INFO [stderr] 2516 | rt_alloc_layout_unchecked!(rt_even_10000bytes_8align_alloc_layout_unchecked, 10000, 8); Dec 18 14:49:37.539 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.539 INFO [stderr] | Dec 18 14:49:37.539 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.539 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.539 INFO [stderr] | Dec 18 14:49:37.539 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.539 INFO [stderr] | Dec 18 14:49:37.539 INFO [stderr] Dec 18 14:49:37.539 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.539 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.539 INFO [stderr] | Dec 18 14:49:37.539 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.539 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.539 INFO [stderr] ... Dec 18 14:49:37.539 INFO [stderr] 2516 | rt_alloc_layout_unchecked!(rt_even_10000bytes_8align_alloc_layout_unchecked, 10000, 8); Dec 18 14:49:37.539 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.539 INFO [stderr] | Dec 18 14:49:37.539 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.539 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.539 INFO [stderr] | Dec 18 14:49:37.539 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.539 INFO [stderr] | Dec 18 14:49:37.539 INFO [stderr] Dec 18 14:49:37.543 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.543 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.543 INFO [stderr] | Dec 18 14:49:37.543 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.543 INFO [stderr] | ^^^^^ Dec 18 14:49:37.543 INFO [stderr] ... Dec 18 14:49:37.543 INFO [stderr] 2529 | rt_alloc_layout_unchecked!(rt_even_100000bytes_8align_alloc_layout_unchecked, 100000, 8); Dec 18 14:49:37.543 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.543 INFO [stderr] | Dec 18 14:49:37.543 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.543 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.543 INFO [stderr] | Dec 18 14:49:37.543 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.543 INFO [stderr] | Dec 18 14:49:37.543 INFO [stderr] Dec 18 14:49:37.544 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.544 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.544 INFO [stderr] | Dec 18 14:49:37.544 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.544 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.544 INFO [stderr] ... Dec 18 14:49:37.544 INFO [stderr] 2529 | rt_alloc_layout_unchecked!(rt_even_100000bytes_8align_alloc_layout_unchecked, 100000, 8); Dec 18 14:49:37.544 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.544 INFO [stderr] | Dec 18 14:49:37.544 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.544 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.544 INFO [stderr] | Dec 18 14:49:37.544 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.544 INFO [stderr] | Dec 18 14:49:37.544 INFO [stderr] Dec 18 14:49:37.544 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.545 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.545 INFO [stderr] | Dec 18 14:49:37.545 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.545 INFO [stderr] | ^^^^^ Dec 18 14:49:37.545 INFO [stderr] ... Dec 18 14:49:37.545 INFO [stderr] 2542 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_8align_alloc_layout_unchecked, 1000000, 8); Dec 18 14:49:37.545 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.545 INFO [stderr] | Dec 18 14:49:37.545 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.545 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.545 INFO [stderr] | Dec 18 14:49:37.545 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.545 INFO [stderr] | Dec 18 14:49:37.545 INFO [stderr] Dec 18 14:49:37.545 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.545 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.545 INFO [stderr] | Dec 18 14:49:37.545 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.545 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.545 INFO [stderr] ... Dec 18 14:49:37.545 INFO [stderr] 2542 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_8align_alloc_layout_unchecked, 1000000, 8); Dec 18 14:49:37.545 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.545 INFO [stderr] | Dec 18 14:49:37.545 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.545 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.545 INFO [stderr] | Dec 18 14:49:37.545 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.545 INFO [stderr] | Dec 18 14:49:37.545 INFO [stderr] Dec 18 14:49:37.545 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.545 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.545 INFO [stderr] | Dec 18 14:49:37.545 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.545 INFO [stderr] | ^^^^^ Dec 18 14:49:37.545 INFO [stderr] ... Dec 18 14:49:37.545 INFO [stderr] 2556 | rt_alloc_layout_unchecked!(rt_odd_10bytes_8align_alloc_layout_unchecked, 10- 1, 8); Dec 18 14:49:37.545 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.545 INFO [stderr] | Dec 18 14:49:37.545 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.545 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.545 INFO [stderr] | Dec 18 14:49:37.545 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.545 INFO [stderr] | Dec 18 14:49:37.545 INFO [stderr] Dec 18 14:49:37.545 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.545 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.545 INFO [stderr] | Dec 18 14:49:37.545 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.545 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.545 INFO [stderr] ... Dec 18 14:49:37.545 INFO [stderr] 2556 | rt_alloc_layout_unchecked!(rt_odd_10bytes_8align_alloc_layout_unchecked, 10- 1, 8); Dec 18 14:49:37.545 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.545 INFO [stderr] | Dec 18 14:49:37.545 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.545 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.545 INFO [stderr] | Dec 18 14:49:37.545 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.545 INFO [stderr] | Dec 18 14:49:37.545 INFO [stderr] Dec 18 14:49:37.552 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.552 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.552 INFO [stderr] | Dec 18 14:49:37.552 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.552 INFO [stderr] | ^^^^^ Dec 18 14:49:37.552 INFO [stderr] ... Dec 18 14:49:37.552 INFO [stderr] 2569 | rt_alloc_layout_unchecked!(rt_odd_100bytes_8align_alloc_layout_unchecked, 100- 1, 8); Dec 18 14:49:37.552 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.552 INFO [stderr] | Dec 18 14:49:37.552 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.552 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.552 INFO [stderr] | Dec 18 14:49:37.552 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.552 INFO [stderr] | Dec 18 14:49:37.552 INFO [stderr] Dec 18 14:49:37.552 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.552 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.552 INFO [stderr] | Dec 18 14:49:37.552 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.552 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.552 INFO [stderr] ... Dec 18 14:49:37.552 INFO [stderr] 2569 | rt_alloc_layout_unchecked!(rt_odd_100bytes_8align_alloc_layout_unchecked, 100- 1, 8); Dec 18 14:49:37.552 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.552 INFO [stderr] | Dec 18 14:49:37.552 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.552 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.552 INFO [stderr] | Dec 18 14:49:37.552 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.552 INFO [stderr] | Dec 18 14:49:37.552 INFO [stderr] Dec 18 14:49:37.560 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.560 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.560 INFO [stderr] | Dec 18 14:49:37.560 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.560 INFO [stderr] | ^^^^^ Dec 18 14:49:37.560 INFO [stderr] ... Dec 18 14:49:37.560 INFO [stderr] 2582 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_8align_alloc_layout_unchecked, 1000- 1, 8); Dec 18 14:49:37.560 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.560 INFO [stderr] | Dec 18 14:49:37.560 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.560 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.560 INFO [stderr] | Dec 18 14:49:37.560 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.560 INFO [stderr] | Dec 18 14:49:37.560 INFO [stderr] Dec 18 14:49:37.560 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.560 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.560 INFO [stderr] | Dec 18 14:49:37.560 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.560 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.560 INFO [stderr] ... Dec 18 14:49:37.560 INFO [stderr] 2582 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_8align_alloc_layout_unchecked, 1000- 1, 8); Dec 18 14:49:37.560 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.560 INFO [stderr] | Dec 18 14:49:37.560 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.560 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.560 INFO [stderr] | Dec 18 14:49:37.560 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.560 INFO [stderr] | Dec 18 14:49:37.560 INFO [stderr] Dec 18 14:49:37.560 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.560 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.560 INFO [stderr] | Dec 18 14:49:37.560 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.560 INFO [stderr] | ^^^^^ Dec 18 14:49:37.560 INFO [stderr] ... Dec 18 14:49:37.560 INFO [stderr] 2595 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_8align_alloc_layout_unchecked, 10000- 1, 8); Dec 18 14:49:37.560 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.560 INFO [stderr] | Dec 18 14:49:37.560 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.560 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.560 INFO [stderr] | Dec 18 14:49:37.560 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.560 INFO [stderr] | Dec 18 14:49:37.560 INFO [stderr] Dec 18 14:49:37.560 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.560 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.560 INFO [stderr] | Dec 18 14:49:37.560 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.560 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.560 INFO [stderr] ... Dec 18 14:49:37.560 INFO [stderr] 2595 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_8align_alloc_layout_unchecked, 10000- 1, 8); Dec 18 14:49:37.560 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.560 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.561 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] Dec 18 14:49:37.561 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.561 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.561 INFO [stderr] | ^^^^^ Dec 18 14:49:37.561 INFO [stderr] ... Dec 18 14:49:37.561 INFO [stderr] 2608 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_8align_alloc_layout_unchecked, 100000- 1, 8); Dec 18 14:49:37.561 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.561 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] Dec 18 14:49:37.561 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.561 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.561 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.561 INFO [stderr] ... Dec 18 14:49:37.561 INFO [stderr] 2608 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_8align_alloc_layout_unchecked, 100000- 1, 8); Dec 18 14:49:37.561 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.561 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] Dec 18 14:49:37.561 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.561 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.561 INFO [stderr] | ^^^^^ Dec 18 14:49:37.561 INFO [stderr] ... Dec 18 14:49:37.561 INFO [stderr] 2621 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_8align_alloc_layout_unchecked, 1000000- 1, 8); Dec 18 14:49:37.561 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.561 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] Dec 18 14:49:37.561 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.561 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.561 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.561 INFO [stderr] ... Dec 18 14:49:37.561 INFO [stderr] 2621 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_8align_alloc_layout_unchecked, 1000000- 1, 8); Dec 18 14:49:37.561 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.561 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] Dec 18 14:49:37.561 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.561 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.561 INFO [stderr] | ^^^^^ Dec 18 14:49:37.561 INFO [stderr] ... Dec 18 14:49:37.561 INFO [stderr] 2635 | rt_alloc_layout_unchecked!(rt_primes_3bytes_8align_alloc_layout_unchecked, 3, 8); Dec 18 14:49:37.561 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.561 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] Dec 18 14:49:37.561 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.561 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.561 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.561 INFO [stderr] ... Dec 18 14:49:37.561 INFO [stderr] 2635 | rt_alloc_layout_unchecked!(rt_primes_3bytes_8align_alloc_layout_unchecked, 3, 8); Dec 18 14:49:37.561 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.561 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] Dec 18 14:49:37.561 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.561 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.561 INFO [stderr] | ^^^^^ Dec 18 14:49:37.561 INFO [stderr] ... Dec 18 14:49:37.561 INFO [stderr] 2648 | rt_alloc_layout_unchecked!(rt_primes_7bytes_8align_alloc_layout_unchecked, 7, 8); Dec 18 14:49:37.561 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.561 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.561 INFO [stderr] | Dec 18 14:49:37.561 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.562 INFO [stderr] | Dec 18 14:49:37.562 INFO [stderr] Dec 18 14:49:37.568 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.568 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.568 INFO [stderr] | Dec 18 14:49:37.568 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.568 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.568 INFO [stderr] ... Dec 18 14:49:37.568 INFO [stderr] 2648 | rt_alloc_layout_unchecked!(rt_primes_7bytes_8align_alloc_layout_unchecked, 7, 8); Dec 18 14:49:37.568 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.568 INFO [stderr] | Dec 18 14:49:37.568 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.568 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.568 INFO [stderr] | Dec 18 14:49:37.568 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.568 INFO [stderr] | Dec 18 14:49:37.568 INFO [stderr] Dec 18 14:49:37.568 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.568 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.568 INFO [stderr] | Dec 18 14:49:37.568 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.568 INFO [stderr] | ^^^^^ Dec 18 14:49:37.568 INFO [stderr] ... Dec 18 14:49:37.568 INFO [stderr] 2661 | rt_alloc_layout_unchecked!(rt_primes_13bytes_8align_alloc_layout_unchecked, 13, 8); Dec 18 14:49:37.568 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.568 INFO [stderr] | Dec 18 14:49:37.568 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.568 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.568 INFO [stderr] | Dec 18 14:49:37.568 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.568 INFO [stderr] | Dec 18 14:49:37.568 INFO [stderr] Dec 18 14:49:37.568 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.568 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.568 INFO [stderr] | Dec 18 14:49:37.568 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.568 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.568 INFO [stderr] ... Dec 18 14:49:37.568 INFO [stderr] 2661 | rt_alloc_layout_unchecked!(rt_primes_13bytes_8align_alloc_layout_unchecked, 13, 8); Dec 18 14:49:37.568 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.568 INFO [stderr] | Dec 18 14:49:37.568 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.568 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.568 INFO [stderr] | Dec 18 14:49:37.568 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.568 INFO [stderr] | Dec 18 14:49:37.568 INFO [stderr] Dec 18 14:49:37.568 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.568 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.568 INFO [stderr] | Dec 18 14:49:37.568 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.568 INFO [stderr] | ^^^^^ Dec 18 14:49:37.568 INFO [stderr] ... Dec 18 14:49:37.568 INFO [stderr] 2674 | rt_alloc_layout_unchecked!(rt_primes_17bytes_8align_alloc_layout_unchecked, 17, 8); Dec 18 14:49:37.568 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.568 INFO [stderr] | Dec 18 14:49:37.568 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.569 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] Dec 18 14:49:37.569 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.569 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.569 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.569 INFO [stderr] ... Dec 18 14:49:37.569 INFO [stderr] 2674 | rt_alloc_layout_unchecked!(rt_primes_17bytes_8align_alloc_layout_unchecked, 17, 8); Dec 18 14:49:37.569 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.569 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] Dec 18 14:49:37.569 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.569 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.569 INFO [stderr] | ^^^^^ Dec 18 14:49:37.569 INFO [stderr] ... Dec 18 14:49:37.569 INFO [stderr] 2687 | rt_alloc_layout_unchecked!(rt_primes_31bytes_8align_alloc_layout_unchecked, 31, 8); Dec 18 14:49:37.569 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.569 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] Dec 18 14:49:37.569 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.569 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.569 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.569 INFO [stderr] ... Dec 18 14:49:37.569 INFO [stderr] 2687 | rt_alloc_layout_unchecked!(rt_primes_31bytes_8align_alloc_layout_unchecked, 31, 8); Dec 18 14:49:37.569 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.569 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] Dec 18 14:49:37.569 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.569 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.569 INFO [stderr] | ^^^^^ Dec 18 14:49:37.569 INFO [stderr] ... Dec 18 14:49:37.569 INFO [stderr] 2700 | rt_alloc_layout_unchecked!(rt_primes_61bytes_8align_alloc_layout_unchecked, 61, 8); Dec 18 14:49:37.569 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.569 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] Dec 18 14:49:37.569 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.569 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.569 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.569 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.569 INFO [stderr] ... Dec 18 14:49:37.569 INFO [stderr] 2700 | rt_alloc_layout_unchecked!(rt_primes_61bytes_8align_alloc_layout_unchecked, 61, 8); Dec 18 14:49:37.569 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.569 INFO [stderr] | Dec 18 14:49:37.576 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.576 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.576 INFO [stderr] | Dec 18 14:49:37.576 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.576 INFO [stderr] | Dec 18 14:49:37.576 INFO [stderr] Dec 18 14:49:37.576 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.576 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.576 INFO [stderr] | Dec 18 14:49:37.576 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.576 INFO [stderr] | ^^^^^ Dec 18 14:49:37.576 INFO [stderr] ... Dec 18 14:49:37.576 INFO [stderr] 2713 | rt_alloc_layout_unchecked!(rt_primes_96bytes_8align_alloc_layout_unchecked, 96, 8); Dec 18 14:49:37.576 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.576 INFO [stderr] | Dec 18 14:49:37.576 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.576 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.576 INFO [stderr] | Dec 18 14:49:37.576 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.576 INFO [stderr] | Dec 18 14:49:37.576 INFO [stderr] Dec 18 14:49:37.576 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.576 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.576 INFO [stderr] | Dec 18 14:49:37.576 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.576 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.576 INFO [stderr] ... Dec 18 14:49:37.576 INFO [stderr] 2713 | rt_alloc_layout_unchecked!(rt_primes_96bytes_8align_alloc_layout_unchecked, 96, 8); Dec 18 14:49:37.576 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.576 INFO [stderr] | Dec 18 14:49:37.576 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.576 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.576 INFO [stderr] | Dec 18 14:49:37.576 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.576 INFO [stderr] | Dec 18 14:49:37.576 INFO [stderr] Dec 18 14:49:37.576 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.576 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.576 INFO [stderr] | Dec 18 14:49:37.576 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.576 INFO [stderr] | ^^^^^ Dec 18 14:49:37.576 INFO [stderr] ... Dec 18 14:49:37.576 INFO [stderr] 2726 | rt_alloc_layout_unchecked!(rt_primes_127bytes_8align_alloc_layout_unchecked, 127, 8); Dec 18 14:49:37.576 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.576 INFO [stderr] | Dec 18 14:49:37.576 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.576 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.576 INFO [stderr] | Dec 18 14:49:37.576 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.576 INFO [stderr] | Dec 18 14:49:37.576 INFO [stderr] Dec 18 14:49:37.576 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.576 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.576 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.577 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.577 INFO [stderr] ... Dec 18 14:49:37.577 INFO [stderr] 2726 | rt_alloc_layout_unchecked!(rt_primes_127bytes_8align_alloc_layout_unchecked, 127, 8); Dec 18 14:49:37.577 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.577 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] Dec 18 14:49:37.577 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.577 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.577 INFO [stderr] | ^^^^^ Dec 18 14:49:37.577 INFO [stderr] ... Dec 18 14:49:37.577 INFO [stderr] 2739 | rt_alloc_layout_unchecked!(rt_primes_257bytes_8align_alloc_layout_unchecked, 257, 8); Dec 18 14:49:37.577 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.577 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] Dec 18 14:49:37.577 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.577 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.577 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.577 INFO [stderr] ... Dec 18 14:49:37.577 INFO [stderr] 2739 | rt_alloc_layout_unchecked!(rt_primes_257bytes_8align_alloc_layout_unchecked, 257, 8); Dec 18 14:49:37.577 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.577 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] Dec 18 14:49:37.577 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.577 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.577 INFO [stderr] | ^^^^^ Dec 18 14:49:37.577 INFO [stderr] ... Dec 18 14:49:37.577 INFO [stderr] 2752 | rt_alloc_layout_unchecked!(rt_primes_509bytes_8align_alloc_layout_unchecked, 509, 8); Dec 18 14:49:37.577 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.577 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] Dec 18 14:49:37.577 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.577 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.577 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.577 INFO [stderr] ... Dec 18 14:49:37.577 INFO [stderr] 2752 | rt_alloc_layout_unchecked!(rt_primes_509bytes_8align_alloc_layout_unchecked, 509, 8); Dec 18 14:49:37.577 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.577 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.577 INFO [stderr] | Dec 18 14:49:37.577 INFO [stderr] Dec 18 14:49:37.579 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.579 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.579 INFO [stderr] | Dec 18 14:49:37.579 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.579 INFO [stderr] | ^^^^^ Dec 18 14:49:37.579 INFO [stderr] ... Dec 18 14:49:37.579 INFO [stderr] 2765 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_8align_alloc_layout_unchecked, 1021, 8); Dec 18 14:49:37.579 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.579 INFO [stderr] | Dec 18 14:49:37.579 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.579 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.579 INFO [stderr] | Dec 18 14:49:37.579 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.579 INFO [stderr] | Dec 18 14:49:37.579 INFO [stderr] Dec 18 14:49:37.579 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.579 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.579 INFO [stderr] | Dec 18 14:49:37.579 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.579 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.579 INFO [stderr] ... Dec 18 14:49:37.579 INFO [stderr] 2765 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_8align_alloc_layout_unchecked, 1021, 8); Dec 18 14:49:37.579 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.579 INFO [stderr] | Dec 18 14:49:37.579 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.579 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.579 INFO [stderr] | Dec 18 14:49:37.579 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.579 INFO [stderr] | Dec 18 14:49:37.579 INFO [stderr] Dec 18 14:49:37.579 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.579 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.579 INFO [stderr] | Dec 18 14:49:37.579 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.579 INFO [stderr] | ^^^^^ Dec 18 14:49:37.579 INFO [stderr] ... Dec 18 14:49:37.580 INFO [stderr] 2778 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_8align_alloc_layout_unchecked, 2039, 8); Dec 18 14:49:37.580 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.580 INFO [stderr] | Dec 18 14:49:37.580 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.580 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.580 INFO [stderr] | Dec 18 14:49:37.580 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.580 INFO [stderr] | Dec 18 14:49:37.580 INFO [stderr] Dec 18 14:49:37.580 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.580 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.580 INFO [stderr] | Dec 18 14:49:37.580 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.580 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.580 INFO [stderr] ... Dec 18 14:49:37.580 INFO [stderr] 2778 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_8align_alloc_layout_unchecked, 2039, 8); Dec 18 14:49:37.580 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.580 INFO [stderr] | Dec 18 14:49:37.580 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.580 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.580 INFO [stderr] | Dec 18 14:49:37.580 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.580 INFO [stderr] | Dec 18 14:49:37.580 INFO [stderr] Dec 18 14:49:37.582 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.582 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.582 INFO [stderr] | Dec 18 14:49:37.582 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.582 INFO [stderr] | ^^^^^ Dec 18 14:49:37.582 INFO [stderr] ... Dec 18 14:49:37.582 INFO [stderr] 2791 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_8align_alloc_layout_unchecked, 4093, 8); Dec 18 14:49:37.582 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.582 INFO [stderr] | Dec 18 14:49:37.582 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.582 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.582 INFO [stderr] | Dec 18 14:49:37.582 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.582 INFO [stderr] | Dec 18 14:49:37.582 INFO [stderr] Dec 18 14:49:37.582 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.582 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.582 INFO [stderr] | Dec 18 14:49:37.582 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.582 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.582 INFO [stderr] ... Dec 18 14:49:37.582 INFO [stderr] 2791 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_8align_alloc_layout_unchecked, 4093, 8); Dec 18 14:49:37.582 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.582 INFO [stderr] | Dec 18 14:49:37.582 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.582 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.582 INFO [stderr] | Dec 18 14:49:37.582 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.582 INFO [stderr] | Dec 18 14:49:37.582 INFO [stderr] Dec 18 14:49:37.582 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.582 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.582 INFO [stderr] | Dec 18 14:49:37.582 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.582 INFO [stderr] | ^^^^^ Dec 18 14:49:37.582 INFO [stderr] ... Dec 18 14:49:37.582 INFO [stderr] 2804 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_8align_alloc_layout_unchecked, 8191, 8); Dec 18 14:49:37.582 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.582 INFO [stderr] | Dec 18 14:49:37.582 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.582 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.582 INFO [stderr] | Dec 18 14:49:37.582 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.582 INFO [stderr] | Dec 18 14:49:37.582 INFO [stderr] Dec 18 14:49:37.582 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.582 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.582 INFO [stderr] | Dec 18 14:49:37.583 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.583 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.583 INFO [stderr] ... Dec 18 14:49:37.583 INFO [stderr] 2804 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_8align_alloc_layout_unchecked, 8191, 8); Dec 18 14:49:37.583 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.583 INFO [stderr] | Dec 18 14:49:37.583 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.583 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.583 INFO [stderr] | Dec 18 14:49:37.583 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.583 INFO [stderr] | Dec 18 14:49:37.583 INFO [stderr] Dec 18 14:49:37.583 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.583 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.583 INFO [stderr] | Dec 18 14:49:37.583 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.583 INFO [stderr] | ^^^^^ Dec 18 14:49:37.583 INFO [stderr] ... Dec 18 14:49:37.583 INFO [stderr] 2817 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_8align_alloc_layout_unchecked, 16381, 8); Dec 18 14:49:37.583 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.583 INFO [stderr] | Dec 18 14:49:37.588 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.588 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.588 INFO [stderr] | Dec 18 14:49:37.588 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.588 INFO [stderr] | Dec 18 14:49:37.588 INFO [stderr] Dec 18 14:49:37.588 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.588 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.588 INFO [stderr] | Dec 18 14:49:37.588 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.588 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.588 INFO [stderr] ... Dec 18 14:49:37.588 INFO [stderr] 2817 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_8align_alloc_layout_unchecked, 16381, 8); Dec 18 14:49:37.588 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.588 INFO [stderr] | Dec 18 14:49:37.588 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.588 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.588 INFO [stderr] | Dec 18 14:49:37.588 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.588 INFO [stderr] | Dec 18 14:49:37.588 INFO [stderr] Dec 18 14:49:37.588 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.588 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.588 INFO [stderr] | Dec 18 14:49:37.588 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.588 INFO [stderr] | ^^^^^ Dec 18 14:49:37.588 INFO [stderr] ... Dec 18 14:49:37.588 INFO [stderr] 2830 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_8align_alloc_layout_unchecked, 32749, 8); Dec 18 14:49:37.588 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.588 INFO [stderr] | Dec 18 14:49:37.588 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.588 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.588 INFO [stderr] | Dec 18 14:49:37.588 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.588 INFO [stderr] | Dec 18 14:49:37.588 INFO [stderr] Dec 18 14:49:37.588 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.588 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.589 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.589 INFO [stderr] ... Dec 18 14:49:37.589 INFO [stderr] 2830 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_8align_alloc_layout_unchecked, 32749, 8); Dec 18 14:49:37.589 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.589 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] Dec 18 14:49:37.589 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.589 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.589 INFO [stderr] | ^^^^^ Dec 18 14:49:37.589 INFO [stderr] ... Dec 18 14:49:37.589 INFO [stderr] 2843 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_8align_alloc_layout_unchecked, 65537, 8); Dec 18 14:49:37.589 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.589 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] Dec 18 14:49:37.589 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.589 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.589 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.589 INFO [stderr] ... Dec 18 14:49:37.589 INFO [stderr] 2843 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_8align_alloc_layout_unchecked, 65537, 8); Dec 18 14:49:37.589 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.589 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] Dec 18 14:49:37.589 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.589 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.589 INFO [stderr] | ^^^^^ Dec 18 14:49:37.589 INFO [stderr] ... Dec 18 14:49:37.589 INFO [stderr] 2856 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_8align_alloc_layout_unchecked, 131071, 8); Dec 18 14:49:37.589 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.589 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] Dec 18 14:49:37.589 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.589 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.589 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.589 INFO [stderr] ... Dec 18 14:49:37.589 INFO [stderr] 2856 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_8align_alloc_layout_unchecked, 131071, 8); Dec 18 14:49:37.589 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.589 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] Dec 18 14:49:37.589 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.589 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.589 INFO [stderr] | ^^^^^ Dec 18 14:49:37.589 INFO [stderr] ... Dec 18 14:49:37.589 INFO [stderr] 2869 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_8align_alloc_layout_unchecked, 4194301, 8); Dec 18 14:49:37.589 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.589 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.589 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.589 INFO [stderr] | Dec 18 14:49:37.590 INFO [stderr] Dec 18 14:49:37.597 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.597 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.597 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.597 INFO [stderr] ... Dec 18 14:49:37.597 INFO [stderr] 2869 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_8align_alloc_layout_unchecked, 4194301, 8); Dec 18 14:49:37.597 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.597 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] Dec 18 14:49:37.597 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.597 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.597 INFO [stderr] | ^^^^^ Dec 18 14:49:37.597 INFO [stderr] ... Dec 18 14:49:37.597 INFO [stderr] 2885 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_16align_alloc_layout_unchecked, 1, 16); Dec 18 14:49:37.597 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.597 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] Dec 18 14:49:37.597 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.597 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.597 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.597 INFO [stderr] ... Dec 18 14:49:37.597 INFO [stderr] 2885 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_16align_alloc_layout_unchecked, 1, 16); Dec 18 14:49:37.597 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.597 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] Dec 18 14:49:37.597 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.597 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.597 INFO [stderr] | ^^^^^ Dec 18 14:49:37.597 INFO [stderr] ... Dec 18 14:49:37.597 INFO [stderr] 2898 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_16align_alloc_layout_unchecked, 2, 16); Dec 18 14:49:37.597 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.597 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] Dec 18 14:49:37.597 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.597 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.597 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.597 INFO [stderr] ... Dec 18 14:49:37.597 INFO [stderr] 2898 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_16align_alloc_layout_unchecked, 2, 16); Dec 18 14:49:37.597 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.597 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] Dec 18 14:49:37.597 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.597 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.597 INFO [stderr] | Dec 18 14:49:37.597 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.597 INFO [stderr] | ^^^^^ Dec 18 14:49:37.597 INFO [stderr] ... Dec 18 14:49:37.597 INFO [stderr] 2911 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_16align_alloc_layout_unchecked, 4, 16); Dec 18 14:49:37.598 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.598 INFO [stderr] | Dec 18 14:49:37.598 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.598 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.598 INFO [stderr] | Dec 18 14:49:37.598 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.598 INFO [stderr] | Dec 18 14:49:37.598 INFO [stderr] Dec 18 14:49:37.598 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.598 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.598 INFO [stderr] | Dec 18 14:49:37.598 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.598 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.598 INFO [stderr] ... Dec 18 14:49:37.598 INFO [stderr] 2911 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_16align_alloc_layout_unchecked, 4, 16); Dec 18 14:49:37.598 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.598 INFO [stderr] | Dec 18 14:49:37.598 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.598 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.598 INFO [stderr] | Dec 18 14:49:37.598 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.598 INFO [stderr] | Dec 18 14:49:37.598 INFO [stderr] Dec 18 14:49:37.598 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.598 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.598 INFO [stderr] | Dec 18 14:49:37.598 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.598 INFO [stderr] | ^^^^^ Dec 18 14:49:37.598 INFO [stderr] ... Dec 18 14:49:37.598 INFO [stderr] 2924 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_16align_alloc_layout_unchecked, 8, 16); Dec 18 14:49:37.598 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.598 INFO [stderr] | Dec 18 14:49:37.598 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.598 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.598 INFO [stderr] | Dec 18 14:49:37.598 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.598 INFO [stderr] | Dec 18 14:49:37.598 INFO [stderr] Dec 18 14:49:37.598 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.598 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.598 INFO [stderr] | Dec 18 14:49:37.598 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.598 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.598 INFO [stderr] ... Dec 18 14:49:37.598 INFO [stderr] 2924 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_16align_alloc_layout_unchecked, 8, 16); Dec 18 14:49:37.598 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.598 INFO [stderr] | Dec 18 14:49:37.598 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.598 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.598 INFO [stderr] | Dec 18 14:49:37.598 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.598 INFO [stderr] | Dec 18 14:49:37.598 INFO [stderr] Dec 18 14:49:37.605 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.605 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.605 INFO [stderr] | ^^^^^ Dec 18 14:49:37.605 INFO [stderr] ... Dec 18 14:49:37.605 INFO [stderr] 2937 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_16align_alloc_layout_unchecked, 16, 16); Dec 18 14:49:37.605 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.605 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] Dec 18 14:49:37.605 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.605 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.605 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.605 INFO [stderr] ... Dec 18 14:49:37.605 INFO [stderr] 2937 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_16align_alloc_layout_unchecked, 16, 16); Dec 18 14:49:37.605 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.605 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] Dec 18 14:49:37.605 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.605 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.605 INFO [stderr] | ^^^^^ Dec 18 14:49:37.605 INFO [stderr] ... Dec 18 14:49:37.605 INFO [stderr] 2950 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_16align_alloc_layout_unchecked, 32, 16); Dec 18 14:49:37.605 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.605 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] Dec 18 14:49:37.605 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.605 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.605 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.605 INFO [stderr] ... Dec 18 14:49:37.605 INFO [stderr] 2950 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_16align_alloc_layout_unchecked, 32, 16); Dec 18 14:49:37.605 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.605 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] Dec 18 14:49:37.605 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.605 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.605 INFO [stderr] | ^^^^^ Dec 18 14:49:37.605 INFO [stderr] ... Dec 18 14:49:37.605 INFO [stderr] 2963 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_16align_alloc_layout_unchecked, 64, 16); Dec 18 14:49:37.605 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.605 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] Dec 18 14:49:37.605 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.605 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.605 INFO [stderr] | Dec 18 14:49:37.605 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.605 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.605 INFO [stderr] ... Dec 18 14:49:37.606 INFO [stderr] 2963 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_16align_alloc_layout_unchecked, 64, 16); Dec 18 14:49:37.606 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.606 INFO [stderr] | Dec 18 14:49:37.606 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.606 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.606 INFO [stderr] | Dec 18 14:49:37.606 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.606 INFO [stderr] | Dec 18 14:49:37.606 INFO [stderr] Dec 18 14:49:37.606 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.606 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.606 INFO [stderr] | Dec 18 14:49:37.606 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.606 INFO [stderr] | ^^^^^ Dec 18 14:49:37.606 INFO [stderr] ... Dec 18 14:49:37.606 INFO [stderr] 2976 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_16align_alloc_layout_unchecked, 128, 16); Dec 18 14:49:37.606 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.606 INFO [stderr] | Dec 18 14:49:37.606 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.606 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.606 INFO [stderr] | Dec 18 14:49:37.606 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.606 INFO [stderr] | Dec 18 14:49:37.606 INFO [stderr] Dec 18 14:49:37.606 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.606 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.606 INFO [stderr] | Dec 18 14:49:37.606 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.606 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.606 INFO [stderr] ... Dec 18 14:49:37.606 INFO [stderr] 2976 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_16align_alloc_layout_unchecked, 128, 16); Dec 18 14:49:37.606 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.606 INFO [stderr] | Dec 18 14:49:37.606 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.606 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.606 INFO [stderr] | Dec 18 14:49:37.606 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.606 INFO [stderr] | Dec 18 14:49:37.606 INFO [stderr] Dec 18 14:49:37.606 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.606 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.606 INFO [stderr] | Dec 18 14:49:37.606 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.606 INFO [stderr] | ^^^^^ Dec 18 14:49:37.606 INFO [stderr] ... Dec 18 14:49:37.606 INFO [stderr] 2989 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_16align_alloc_layout_unchecked, 256, 16); Dec 18 14:49:37.606 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.606 INFO [stderr] | Dec 18 14:49:37.606 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.606 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.606 INFO [stderr] | Dec 18 14:49:37.606 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.606 INFO [stderr] | Dec 18 14:49:37.606 INFO [stderr] Dec 18 14:49:37.612 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.612 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.612 INFO [stderr] | Dec 18 14:49:37.612 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.612 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.612 INFO [stderr] ... Dec 18 14:49:37.612 INFO [stderr] 2989 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_16align_alloc_layout_unchecked, 256, 16); Dec 18 14:49:37.612 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.612 INFO [stderr] | Dec 18 14:49:37.612 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.612 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.612 INFO [stderr] | Dec 18 14:49:37.612 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.612 INFO [stderr] | Dec 18 14:49:37.612 INFO [stderr] Dec 18 14:49:37.612 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.612 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.612 INFO [stderr] | Dec 18 14:49:37.612 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.612 INFO [stderr] | ^^^^^ Dec 18 14:49:37.612 INFO [stderr] ... Dec 18 14:49:37.612 INFO [stderr] 3002 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_16align_alloc_layout_unchecked, 512, 16); Dec 18 14:49:37.612 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.612 INFO [stderr] | Dec 18 14:49:37.612 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.612 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.612 INFO [stderr] | Dec 18 14:49:37.612 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.612 INFO [stderr] | Dec 18 14:49:37.612 INFO [stderr] Dec 18 14:49:37.612 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.612 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.612 INFO [stderr] | Dec 18 14:49:37.612 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.612 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.612 INFO [stderr] ... Dec 18 14:49:37.612 INFO [stderr] 3002 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_16align_alloc_layout_unchecked, 512, 16); Dec 18 14:49:37.612 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.612 INFO [stderr] | Dec 18 14:49:37.612 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.612 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] Dec 18 14:49:37.613 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.613 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.613 INFO [stderr] | ^^^^^ Dec 18 14:49:37.613 INFO [stderr] ... Dec 18 14:49:37.613 INFO [stderr] 3015 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_16align_alloc_layout_unchecked, 1024, 16); Dec 18 14:49:37.613 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.613 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] Dec 18 14:49:37.613 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.613 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.613 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.613 INFO [stderr] ... Dec 18 14:49:37.613 INFO [stderr] 3015 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_16align_alloc_layout_unchecked, 1024, 16); Dec 18 14:49:37.613 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.613 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] Dec 18 14:49:37.613 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.613 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.613 INFO [stderr] | ^^^^^ Dec 18 14:49:37.613 INFO [stderr] ... Dec 18 14:49:37.613 INFO [stderr] 3028 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_16align_alloc_layout_unchecked, 2048, 16); Dec 18 14:49:37.613 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.613 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] Dec 18 14:49:37.613 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.613 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.613 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.613 INFO [stderr] ... Dec 18 14:49:37.613 INFO [stderr] 3028 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_16align_alloc_layout_unchecked, 2048, 16); Dec 18 14:49:37.613 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.613 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] Dec 18 14:49:37.613 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.613 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.613 INFO [stderr] | ^^^^^ Dec 18 14:49:37.613 INFO [stderr] ... Dec 18 14:49:37.613 INFO [stderr] 3041 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_16align_alloc_layout_unchecked, 4096, 16); Dec 18 14:49:37.613 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.613 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] Dec 18 14:49:37.613 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.613 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.613 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.613 INFO [stderr] ... Dec 18 14:49:37.613 INFO [stderr] 3041 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_16align_alloc_layout_unchecked, 4096, 16); Dec 18 14:49:37.613 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.613 INFO [stderr] | Dec 18 14:49:37.613 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.613 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.614 INFO [stderr] | Dec 18 14:49:37.614 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.614 INFO [stderr] | Dec 18 14:49:37.614 INFO [stderr] Dec 18 14:49:37.621 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.621 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.621 INFO [stderr] | ^^^^^ Dec 18 14:49:37.621 INFO [stderr] ... Dec 18 14:49:37.621 INFO [stderr] 3054 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_16align_alloc_layout_unchecked, 8192, 16); Dec 18 14:49:37.621 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] Dec 18 14:49:37.621 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.621 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.621 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.621 INFO [stderr] ... Dec 18 14:49:37.621 INFO [stderr] 3054 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_16align_alloc_layout_unchecked, 8192, 16); Dec 18 14:49:37.621 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] Dec 18 14:49:37.621 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.621 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.621 INFO [stderr] | ^^^^^ Dec 18 14:49:37.621 INFO [stderr] ... Dec 18 14:49:37.621 INFO [stderr] 3067 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_16align_alloc_layout_unchecked, 16384, 16); Dec 18 14:49:37.621 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] Dec 18 14:49:37.621 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.621 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.621 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.621 INFO [stderr] ... Dec 18 14:49:37.621 INFO [stderr] 3067 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_16align_alloc_layout_unchecked, 16384, 16); Dec 18 14:49:37.621 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] Dec 18 14:49:37.621 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.621 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.621 INFO [stderr] | ^^^^^ Dec 18 14:49:37.621 INFO [stderr] ... Dec 18 14:49:37.621 INFO [stderr] 3080 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_16align_alloc_layout_unchecked, 32768, 16); Dec 18 14:49:37.621 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] Dec 18 14:49:37.621 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.621 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.621 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.621 INFO [stderr] ... Dec 18 14:49:37.621 INFO [stderr] 3080 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_16align_alloc_layout_unchecked, 32768, 16); Dec 18 14:49:37.621 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.621 INFO [stderr] Dec 18 14:49:37.621 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.621 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.621 INFO [stderr] | Dec 18 14:49:37.622 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.622 INFO [stderr] | ^^^^^ Dec 18 14:49:37.622 INFO [stderr] ... Dec 18 14:49:37.622 INFO [stderr] 3093 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_16align_alloc_layout_unchecked, 65536, 16); Dec 18 14:49:37.622 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.622 INFO [stderr] | Dec 18 14:49:37.622 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.622 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.622 INFO [stderr] | Dec 18 14:49:37.622 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.622 INFO [stderr] | Dec 18 14:49:37.622 INFO [stderr] Dec 18 14:49:37.622 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.622 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.622 INFO [stderr] | Dec 18 14:49:37.622 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.622 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.622 INFO [stderr] ... Dec 18 14:49:37.622 INFO [stderr] 3093 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_16align_alloc_layout_unchecked, 65536, 16); Dec 18 14:49:37.622 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.622 INFO [stderr] | Dec 18 14:49:37.622 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.622 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.622 INFO [stderr] | Dec 18 14:49:37.622 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.622 INFO [stderr] | Dec 18 14:49:37.622 INFO [stderr] Dec 18 14:49:37.622 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.622 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.622 INFO [stderr] | Dec 18 14:49:37.622 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.622 INFO [stderr] | ^^^^^ Dec 18 14:49:37.622 INFO [stderr] ... Dec 18 14:49:37.622 INFO [stderr] 3106 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_16align_alloc_layout_unchecked, 131072, 16); Dec 18 14:49:37.622 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.622 INFO [stderr] | Dec 18 14:49:37.622 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.622 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.622 INFO [stderr] | Dec 18 14:49:37.622 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.622 INFO [stderr] | Dec 18 14:49:37.622 INFO [stderr] Dec 18 14:49:37.626 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.626 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.626 INFO [stderr] | Dec 18 14:49:37.626 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.626 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.626 INFO [stderr] ... Dec 18 14:49:37.626 INFO [stderr] 3106 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_16align_alloc_layout_unchecked, 131072, 16); Dec 18 14:49:37.626 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.627 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] Dec 18 14:49:37.627 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.627 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.627 INFO [stderr] | ^^^^^ Dec 18 14:49:37.627 INFO [stderr] ... Dec 18 14:49:37.627 INFO [stderr] 3119 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_16align_alloc_layout_unchecked, 4194304, 16); Dec 18 14:49:37.627 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.627 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] Dec 18 14:49:37.627 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.627 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.627 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.627 INFO [stderr] ... Dec 18 14:49:37.627 INFO [stderr] 3119 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_16align_alloc_layout_unchecked, 4194304, 16); Dec 18 14:49:37.627 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.627 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] Dec 18 14:49:37.627 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.627 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.627 INFO [stderr] | ^^^^^ Dec 18 14:49:37.627 INFO [stderr] ... Dec 18 14:49:37.627 INFO [stderr] 3133 | rt_alloc_layout_unchecked!(rt_even_10bytes_16align_alloc_layout_unchecked, 10, 16); Dec 18 14:49:37.627 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.627 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] Dec 18 14:49:37.627 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.627 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.627 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.627 INFO [stderr] ... Dec 18 14:49:37.627 INFO [stderr] 3133 | rt_alloc_layout_unchecked!(rt_even_10bytes_16align_alloc_layout_unchecked, 10, 16); Dec 18 14:49:37.627 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.627 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.627 INFO [stderr] | Dec 18 14:49:37.627 INFO [stderr] Dec 18 14:49:37.633 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.633 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.633 INFO [stderr] | ^^^^^ Dec 18 14:49:37.633 INFO [stderr] ... Dec 18 14:49:37.633 INFO [stderr] 3146 | rt_alloc_layout_unchecked!(rt_even_100bytes_16align_alloc_layout_unchecked, 100, 16); Dec 18 14:49:37.633 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.633 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] Dec 18 14:49:37.633 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.633 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.633 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.633 INFO [stderr] ... Dec 18 14:49:37.633 INFO [stderr] 3146 | rt_alloc_layout_unchecked!(rt_even_100bytes_16align_alloc_layout_unchecked, 100, 16); Dec 18 14:49:37.633 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.633 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] Dec 18 14:49:37.633 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.633 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.633 INFO [stderr] | ^^^^^ Dec 18 14:49:37.633 INFO [stderr] ... Dec 18 14:49:37.633 INFO [stderr] 3159 | rt_alloc_layout_unchecked!(rt_even_1000bytes_16align_alloc_layout_unchecked, 1000, 16); Dec 18 14:49:37.633 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.633 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] Dec 18 14:49:37.633 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.633 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.633 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.633 INFO [stderr] ... Dec 18 14:49:37.633 INFO [stderr] 3159 | rt_alloc_layout_unchecked!(rt_even_1000bytes_16align_alloc_layout_unchecked, 1000, 16); Dec 18 14:49:37.633 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.633 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] Dec 18 14:49:37.633 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.633 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.633 INFO [stderr] | ^^^^^ Dec 18 14:49:37.633 INFO [stderr] ... Dec 18 14:49:37.633 INFO [stderr] 3172 | rt_alloc_layout_unchecked!(rt_even_10000bytes_16align_alloc_layout_unchecked, 10000, 16); Dec 18 14:49:37.633 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.633 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] Dec 18 14:49:37.633 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.633 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.633 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.633 INFO [stderr] ... Dec 18 14:49:37.633 INFO [stderr] 3172 | rt_alloc_layout_unchecked!(rt_even_10000bytes_16align_alloc_layout_unchecked, 10000, 16); Dec 18 14:49:37.633 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.633 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.633 INFO [stderr] | Dec 18 14:49:37.633 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.634 INFO [stderr] | Dec 18 14:49:37.634 INFO [stderr] Dec 18 14:49:37.634 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.634 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.634 INFO [stderr] | Dec 18 14:49:37.634 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.634 INFO [stderr] | ^^^^^ Dec 18 14:49:37.634 INFO [stderr] ... Dec 18 14:49:37.634 INFO [stderr] 3185 | rt_alloc_layout_unchecked!(rt_even_100000bytes_16align_alloc_layout_unchecked, 100000, 16); Dec 18 14:49:37.634 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.634 INFO [stderr] | Dec 18 14:49:37.634 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.634 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.634 INFO [stderr] | Dec 18 14:49:37.634 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.634 INFO [stderr] | Dec 18 14:49:37.634 INFO [stderr] Dec 18 14:49:37.634 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.634 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.634 INFO [stderr] | Dec 18 14:49:37.634 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.634 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.634 INFO [stderr] ... Dec 18 14:49:37.634 INFO [stderr] 3185 | rt_alloc_layout_unchecked!(rt_even_100000bytes_16align_alloc_layout_unchecked, 100000, 16); Dec 18 14:49:37.634 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.634 INFO [stderr] | Dec 18 14:49:37.634 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.634 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.634 INFO [stderr] | Dec 18 14:49:37.634 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.634 INFO [stderr] | Dec 18 14:49:37.634 INFO [stderr] Dec 18 14:49:37.634 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.634 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.634 INFO [stderr] | Dec 18 14:49:37.634 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.634 INFO [stderr] | ^^^^^ Dec 18 14:49:37.634 INFO [stderr] ... Dec 18 14:49:37.634 INFO [stderr] 3198 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_16align_alloc_layout_unchecked, 1000000, 16); Dec 18 14:49:37.634 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.634 INFO [stderr] | Dec 18 14:49:37.634 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.634 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.634 INFO [stderr] | Dec 18 14:49:37.634 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.634 INFO [stderr] | Dec 18 14:49:37.634 INFO [stderr] Dec 18 14:49:37.641 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.641 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.641 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.641 INFO [stderr] ... Dec 18 14:49:37.641 INFO [stderr] 3198 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_16align_alloc_layout_unchecked, 1000000, 16); Dec 18 14:49:37.641 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.641 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] Dec 18 14:49:37.641 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.641 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.641 INFO [stderr] | ^^^^^ Dec 18 14:49:37.641 INFO [stderr] ... Dec 18 14:49:37.641 INFO [stderr] 3212 | rt_alloc_layout_unchecked!(rt_odd_10bytes_16align_alloc_layout_unchecked, 10- 1, 16); Dec 18 14:49:37.641 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.641 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] Dec 18 14:49:37.641 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.641 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.641 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.641 INFO [stderr] ... Dec 18 14:49:37.641 INFO [stderr] 3212 | rt_alloc_layout_unchecked!(rt_odd_10bytes_16align_alloc_layout_unchecked, 10- 1, 16); Dec 18 14:49:37.641 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.641 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] Dec 18 14:49:37.641 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.641 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.641 INFO [stderr] | ^^^^^ Dec 18 14:49:37.641 INFO [stderr] ... Dec 18 14:49:37.641 INFO [stderr] 3225 | rt_alloc_layout_unchecked!(rt_odd_100bytes_16align_alloc_layout_unchecked, 100- 1, 16); Dec 18 14:49:37.641 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.641 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] Dec 18 14:49:37.641 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.641 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.641 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.641 INFO [stderr] ... Dec 18 14:49:37.641 INFO [stderr] 3225 | rt_alloc_layout_unchecked!(rt_odd_100bytes_16align_alloc_layout_unchecked, 100- 1, 16); Dec 18 14:49:37.641 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.641 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] Dec 18 14:49:37.641 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.641 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.641 INFO [stderr] | ^^^^^ Dec 18 14:49:37.641 INFO [stderr] ... Dec 18 14:49:37.641 INFO [stderr] 3238 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_16align_alloc_layout_unchecked, 1000- 1, 16); Dec 18 14:49:37.641 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.641 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.641 INFO [stderr] | Dec 18 14:49:37.641 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.642 INFO [stderr] | Dec 18 14:49:37.642 INFO [stderr] Dec 18 14:49:37.642 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.642 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.642 INFO [stderr] | Dec 18 14:49:37.642 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.642 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.642 INFO [stderr] ... Dec 18 14:49:37.642 INFO [stderr] 3238 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_16align_alloc_layout_unchecked, 1000- 1, 16); Dec 18 14:49:37.642 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.642 INFO [stderr] | Dec 18 14:49:37.642 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.642 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.642 INFO [stderr] | Dec 18 14:49:37.642 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.642 INFO [stderr] | Dec 18 14:49:37.642 INFO [stderr] Dec 18 14:49:37.642 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.642 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.642 INFO [stderr] | Dec 18 14:49:37.642 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.642 INFO [stderr] | ^^^^^ Dec 18 14:49:37.642 INFO [stderr] ... Dec 18 14:49:37.642 INFO [stderr] 3251 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_16align_alloc_layout_unchecked, 10000- 1, 16); Dec 18 14:49:37.642 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.642 INFO [stderr] | Dec 18 14:49:37.642 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.642 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.642 INFO [stderr] | Dec 18 14:49:37.642 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.642 INFO [stderr] | Dec 18 14:49:37.642 INFO [stderr] Dec 18 14:49:37.642 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.642 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.642 INFO [stderr] | Dec 18 14:49:37.642 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.642 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.642 INFO [stderr] ... Dec 18 14:49:37.642 INFO [stderr] 3251 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_16align_alloc_layout_unchecked, 10000- 1, 16); Dec 18 14:49:37.642 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.642 INFO [stderr] | Dec 18 14:49:37.642 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.642 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.642 INFO [stderr] | Dec 18 14:49:37.642 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.642 INFO [stderr] | Dec 18 14:49:37.642 INFO [stderr] Dec 18 14:49:37.644 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.645 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.645 INFO [stderr] | ^^^^^ Dec 18 14:49:37.645 INFO [stderr] ... Dec 18 14:49:37.645 INFO [stderr] 3264 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_16align_alloc_layout_unchecked, 100000- 1, 16); Dec 18 14:49:37.645 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.645 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] Dec 18 14:49:37.645 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.645 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.645 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.645 INFO [stderr] ... Dec 18 14:49:37.645 INFO [stderr] 3264 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_16align_alloc_layout_unchecked, 100000- 1, 16); Dec 18 14:49:37.645 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.645 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] Dec 18 14:49:37.645 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.645 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.645 INFO [stderr] | ^^^^^ Dec 18 14:49:37.645 INFO [stderr] ... Dec 18 14:49:37.645 INFO [stderr] 3277 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_16align_alloc_layout_unchecked, 1000000- 1, 16); Dec 18 14:49:37.645 INFO [stderr] | ----------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.645 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] Dec 18 14:49:37.645 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.645 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.645 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.645 INFO [stderr] ... Dec 18 14:49:37.645 INFO [stderr] 3277 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_16align_alloc_layout_unchecked, 1000000- 1, 16); Dec 18 14:49:37.645 INFO [stderr] | ----------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.645 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] Dec 18 14:49:37.645 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.645 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.645 INFO [stderr] | ^^^^^ Dec 18 14:49:37.645 INFO [stderr] ... Dec 18 14:49:37.645 INFO [stderr] 3291 | rt_alloc_layout_unchecked!(rt_primes_3bytes_16align_alloc_layout_unchecked, 3, 16); Dec 18 14:49:37.645 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.645 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.645 INFO [stderr] | Dec 18 14:49:37.645 INFO [stderr] Dec 18 14:49:37.651 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.651 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.651 INFO [stderr] | Dec 18 14:49:37.651 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.651 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.651 INFO [stderr] ... Dec 18 14:49:37.651 INFO [stderr] 3291 | rt_alloc_layout_unchecked!(rt_primes_3bytes_16align_alloc_layout_unchecked, 3, 16); Dec 18 14:49:37.651 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.651 INFO [stderr] | Dec 18 14:49:37.651 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.651 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.651 INFO [stderr] | Dec 18 14:49:37.651 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.651 INFO [stderr] | Dec 18 14:49:37.651 INFO [stderr] Dec 18 14:49:37.652 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.652 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.652 INFO [stderr] | Dec 18 14:49:37.652 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.652 INFO [stderr] | ^^^^^ Dec 18 14:49:37.652 INFO [stderr] ... Dec 18 14:49:37.652 INFO [stderr] 3304 | rt_alloc_layout_unchecked!(rt_primes_7bytes_16align_alloc_layout_unchecked, 7, 16); Dec 18 14:49:37.652 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.652 INFO [stderr] | Dec 18 14:49:37.652 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.652 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.652 INFO [stderr] | Dec 18 14:49:37.652 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.652 INFO [stderr] | Dec 18 14:49:37.652 INFO [stderr] Dec 18 14:49:37.652 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.652 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.652 INFO [stderr] | Dec 18 14:49:37.652 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.652 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.652 INFO [stderr] ... Dec 18 14:49:37.652 INFO [stderr] 3304 | rt_alloc_layout_unchecked!(rt_primes_7bytes_16align_alloc_layout_unchecked, 7, 16); Dec 18 14:49:37.652 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.652 INFO [stderr] | Dec 18 14:49:37.652 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.652 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.652 INFO [stderr] | Dec 18 14:49:37.652 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.652 INFO [stderr] | Dec 18 14:49:37.652 INFO [stderr] Dec 18 14:49:37.652 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.652 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.652 INFO [stderr] | Dec 18 14:49:37.652 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.652 INFO [stderr] | ^^^^^ Dec 18 14:49:37.652 INFO [stderr] ... Dec 18 14:49:37.652 INFO [stderr] 3317 | rt_alloc_layout_unchecked!(rt_primes_13bytes_16align_alloc_layout_unchecked, 13, 16); Dec 18 14:49:37.652 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.652 INFO [stderr] | Dec 18 14:49:37.652 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.652 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.652 INFO [stderr] | Dec 18 14:49:37.652 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.652 INFO [stderr] | Dec 18 14:49:37.652 INFO [stderr] Dec 18 14:49:37.652 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.652 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.652 INFO [stderr] | Dec 18 14:49:37.652 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.652 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.652 INFO [stderr] ... Dec 18 14:49:37.652 INFO [stderr] 3317 | rt_alloc_layout_unchecked!(rt_primes_13bytes_16align_alloc_layout_unchecked, 13, 16); Dec 18 14:49:37.652 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.652 INFO [stderr] | Dec 18 14:49:37.652 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.657 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] Dec 18 14:49:37.657 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.657 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.657 INFO [stderr] | ^^^^^ Dec 18 14:49:37.657 INFO [stderr] ... Dec 18 14:49:37.657 INFO [stderr] 3330 | rt_alloc_layout_unchecked!(rt_primes_17bytes_16align_alloc_layout_unchecked, 17, 16); Dec 18 14:49:37.657 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.657 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] Dec 18 14:49:37.657 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.657 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.657 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.657 INFO [stderr] ... Dec 18 14:49:37.657 INFO [stderr] 3330 | rt_alloc_layout_unchecked!(rt_primes_17bytes_16align_alloc_layout_unchecked, 17, 16); Dec 18 14:49:37.657 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.657 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] Dec 18 14:49:37.657 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.657 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.657 INFO [stderr] | ^^^^^ Dec 18 14:49:37.657 INFO [stderr] ... Dec 18 14:49:37.657 INFO [stderr] 3343 | rt_alloc_layout_unchecked!(rt_primes_31bytes_16align_alloc_layout_unchecked, 31, 16); Dec 18 14:49:37.657 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.657 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] Dec 18 14:49:37.657 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.657 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.657 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.657 INFO [stderr] ... Dec 18 14:49:37.657 INFO [stderr] 3343 | rt_alloc_layout_unchecked!(rt_primes_31bytes_16align_alloc_layout_unchecked, 31, 16); Dec 18 14:49:37.657 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.657 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] Dec 18 14:49:37.657 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.657 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.657 INFO [stderr] | ^^^^^ Dec 18 14:49:37.657 INFO [stderr] ... Dec 18 14:49:37.657 INFO [stderr] 3356 | rt_alloc_layout_unchecked!(rt_primes_61bytes_16align_alloc_layout_unchecked, 61, 16); Dec 18 14:49:37.657 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.657 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] Dec 18 14:49:37.657 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.657 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.657 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.657 INFO [stderr] ... Dec 18 14:49:37.657 INFO [stderr] 3356 | rt_alloc_layout_unchecked!(rt_primes_61bytes_16align_alloc_layout_unchecked, 61, 16); Dec 18 14:49:37.657 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.657 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.657 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.657 INFO [stderr] | Dec 18 14:49:37.658 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.658 INFO [stderr] | Dec 18 14:49:37.658 INFO [stderr] Dec 18 14:49:37.658 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.658 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.658 INFO [stderr] | Dec 18 14:49:37.658 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.658 INFO [stderr] | ^^^^^ Dec 18 14:49:37.658 INFO [stderr] ... Dec 18 14:49:37.658 INFO [stderr] 3369 | rt_alloc_layout_unchecked!(rt_primes_96bytes_16align_alloc_layout_unchecked, 96, 16); Dec 18 14:49:37.658 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.658 INFO [stderr] | Dec 18 14:49:37.658 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.658 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.658 INFO [stderr] | Dec 18 14:49:37.658 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.658 INFO [stderr] | Dec 18 14:49:37.658 INFO [stderr] Dec 18 14:49:37.658 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.658 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.658 INFO [stderr] | Dec 18 14:49:37.658 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.658 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.658 INFO [stderr] ... Dec 18 14:49:37.658 INFO [stderr] 3369 | rt_alloc_layout_unchecked!(rt_primes_96bytes_16align_alloc_layout_unchecked, 96, 16); Dec 18 14:49:37.658 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.658 INFO [stderr] | Dec 18 14:49:37.658 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.658 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.658 INFO [stderr] | Dec 18 14:49:37.658 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.658 INFO [stderr] | Dec 18 14:49:37.658 INFO [stderr] Dec 18 14:49:37.658 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.658 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.658 INFO [stderr] | Dec 18 14:49:37.658 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.658 INFO [stderr] | ^^^^^ Dec 18 14:49:37.658 INFO [stderr] ... Dec 18 14:49:37.658 INFO [stderr] 3382 | rt_alloc_layout_unchecked!(rt_primes_127bytes_16align_alloc_layout_unchecked, 127, 16); Dec 18 14:49:37.658 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.658 INFO [stderr] | Dec 18 14:49:37.658 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.658 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.658 INFO [stderr] | Dec 18 14:49:37.658 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.658 INFO [stderr] | Dec 18 14:49:37.658 INFO [stderr] Dec 18 14:49:37.665 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.665 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.665 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.665 INFO [stderr] ... Dec 18 14:49:37.665 INFO [stderr] 3382 | rt_alloc_layout_unchecked!(rt_primes_127bytes_16align_alloc_layout_unchecked, 127, 16); Dec 18 14:49:37.665 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.665 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] Dec 18 14:49:37.665 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.665 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.665 INFO [stderr] | ^^^^^ Dec 18 14:49:37.665 INFO [stderr] ... Dec 18 14:49:37.665 INFO [stderr] 3395 | rt_alloc_layout_unchecked!(rt_primes_257bytes_16align_alloc_layout_unchecked, 257, 16); Dec 18 14:49:37.665 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.665 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] Dec 18 14:49:37.665 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.665 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.665 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.665 INFO [stderr] ... Dec 18 14:49:37.665 INFO [stderr] 3395 | rt_alloc_layout_unchecked!(rt_primes_257bytes_16align_alloc_layout_unchecked, 257, 16); Dec 18 14:49:37.665 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.665 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] Dec 18 14:49:37.665 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.665 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.665 INFO [stderr] | ^^^^^ Dec 18 14:49:37.665 INFO [stderr] ... Dec 18 14:49:37.665 INFO [stderr] 3408 | rt_alloc_layout_unchecked!(rt_primes_509bytes_16align_alloc_layout_unchecked, 509, 16); Dec 18 14:49:37.665 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.665 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] Dec 18 14:49:37.665 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.665 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.665 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.665 INFO [stderr] ... Dec 18 14:49:37.665 INFO [stderr] 3408 | rt_alloc_layout_unchecked!(rt_primes_509bytes_16align_alloc_layout_unchecked, 509, 16); Dec 18 14:49:37.665 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.665 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] Dec 18 14:49:37.665 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.665 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.665 INFO [stderr] | ^^^^^ Dec 18 14:49:37.665 INFO [stderr] ... Dec 18 14:49:37.665 INFO [stderr] 3421 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_16align_alloc_layout_unchecked, 1021, 16); Dec 18 14:49:37.665 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.665 INFO [stderr] | Dec 18 14:49:37.665 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.665 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.666 INFO [stderr] | Dec 18 14:49:37.666 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.666 INFO [stderr] | Dec 18 14:49:37.666 INFO [stderr] Dec 18 14:49:37.666 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.666 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.666 INFO [stderr] | Dec 18 14:49:37.666 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.666 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.666 INFO [stderr] ... Dec 18 14:49:37.666 INFO [stderr] 3421 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_16align_alloc_layout_unchecked, 1021, 16); Dec 18 14:49:37.666 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.666 INFO [stderr] | Dec 18 14:49:37.666 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.666 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.666 INFO [stderr] | Dec 18 14:49:37.666 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.666 INFO [stderr] | Dec 18 14:49:37.666 INFO [stderr] Dec 18 14:49:37.666 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.666 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.666 INFO [stderr] | Dec 18 14:49:37.666 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.666 INFO [stderr] | ^^^^^ Dec 18 14:49:37.666 INFO [stderr] ... Dec 18 14:49:37.666 INFO [stderr] 3434 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_16align_alloc_layout_unchecked, 2039, 16); Dec 18 14:49:37.666 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.666 INFO [stderr] | Dec 18 14:49:37.666 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.666 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.666 INFO [stderr] | Dec 18 14:49:37.666 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.666 INFO [stderr] | Dec 18 14:49:37.666 INFO [stderr] Dec 18 14:49:37.666 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.666 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.666 INFO [stderr] | Dec 18 14:49:37.666 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.666 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.666 INFO [stderr] ... Dec 18 14:49:37.666 INFO [stderr] 3434 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_16align_alloc_layout_unchecked, 2039, 16); Dec 18 14:49:37.666 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.666 INFO [stderr] | Dec 18 14:49:37.666 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.666 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.666 INFO [stderr] | Dec 18 14:49:37.666 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.666 INFO [stderr] | Dec 18 14:49:37.666 INFO [stderr] Dec 18 14:49:37.673 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.673 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.673 INFO [stderr] | ^^^^^ Dec 18 14:49:37.673 INFO [stderr] ... Dec 18 14:49:37.673 INFO [stderr] 3447 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_16align_alloc_layout_unchecked, 4093, 16); Dec 18 14:49:37.673 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.673 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] Dec 18 14:49:37.673 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.673 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.673 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.673 INFO [stderr] ... Dec 18 14:49:37.673 INFO [stderr] 3447 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_16align_alloc_layout_unchecked, 4093, 16); Dec 18 14:49:37.673 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.673 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] Dec 18 14:49:37.673 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.673 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.673 INFO [stderr] | ^^^^^ Dec 18 14:49:37.673 INFO [stderr] ... Dec 18 14:49:37.673 INFO [stderr] 3460 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_16align_alloc_layout_unchecked, 8191, 16); Dec 18 14:49:37.673 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.673 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] Dec 18 14:49:37.673 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.673 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.673 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.673 INFO [stderr] ... Dec 18 14:49:37.673 INFO [stderr] 3460 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_16align_alloc_layout_unchecked, 8191, 16); Dec 18 14:49:37.673 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.673 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] Dec 18 14:49:37.673 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.673 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.673 INFO [stderr] | ^^^^^ Dec 18 14:49:37.673 INFO [stderr] ... Dec 18 14:49:37.673 INFO [stderr] 3473 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_16align_alloc_layout_unchecked, 16381, 16); Dec 18 14:49:37.673 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.673 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] Dec 18 14:49:37.673 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.673 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.673 INFO [stderr] | Dec 18 14:49:37.673 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.673 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.674 INFO [stderr] ... Dec 18 14:49:37.674 INFO [stderr] 3473 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_16align_alloc_layout_unchecked, 16381, 16); Dec 18 14:49:37.674 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.674 INFO [stderr] | Dec 18 14:49:37.674 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.674 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.674 INFO [stderr] | Dec 18 14:49:37.674 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.674 INFO [stderr] | Dec 18 14:49:37.674 INFO [stderr] Dec 18 14:49:37.674 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.674 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.674 INFO [stderr] | Dec 18 14:49:37.674 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.674 INFO [stderr] | ^^^^^ Dec 18 14:49:37.674 INFO [stderr] ... Dec 18 14:49:37.674 INFO [stderr] 3486 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_16align_alloc_layout_unchecked, 32749, 16); Dec 18 14:49:37.674 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.674 INFO [stderr] | Dec 18 14:49:37.674 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.674 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.674 INFO [stderr] | Dec 18 14:49:37.674 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.674 INFO [stderr] | Dec 18 14:49:37.674 INFO [stderr] Dec 18 14:49:37.674 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.674 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.674 INFO [stderr] | Dec 18 14:49:37.674 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.674 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.674 INFO [stderr] ... Dec 18 14:49:37.674 INFO [stderr] 3486 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_16align_alloc_layout_unchecked, 32749, 16); Dec 18 14:49:37.674 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.674 INFO [stderr] | Dec 18 14:49:37.674 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.674 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.674 INFO [stderr] | Dec 18 14:49:37.674 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.674 INFO [stderr] | Dec 18 14:49:37.674 INFO [stderr] Dec 18 14:49:37.674 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.674 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.674 INFO [stderr] | Dec 18 14:49:37.674 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.674 INFO [stderr] | ^^^^^ Dec 18 14:49:37.674 INFO [stderr] ... Dec 18 14:49:37.674 INFO [stderr] 3499 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_16align_alloc_layout_unchecked, 65537, 16); Dec 18 14:49:37.674 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.674 INFO [stderr] | Dec 18 14:49:37.674 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.674 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.674 INFO [stderr] | Dec 18 14:49:37.674 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.674 INFO [stderr] | Dec 18 14:49:37.674 INFO [stderr] Dec 18 14:49:37.681 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.681 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.681 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.681 INFO [stderr] ... Dec 18 14:49:37.681 INFO [stderr] 3499 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_16align_alloc_layout_unchecked, 65537, 16); Dec 18 14:49:37.681 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.681 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] Dec 18 14:49:37.681 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.681 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.681 INFO [stderr] | ^^^^^ Dec 18 14:49:37.681 INFO [stderr] ... Dec 18 14:49:37.681 INFO [stderr] 3512 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_16align_alloc_layout_unchecked, 131071, 16); Dec 18 14:49:37.681 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.681 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] Dec 18 14:49:37.681 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.681 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.681 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.681 INFO [stderr] ... Dec 18 14:49:37.681 INFO [stderr] 3512 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_16align_alloc_layout_unchecked, 131071, 16); Dec 18 14:49:37.681 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.681 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] Dec 18 14:49:37.681 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.681 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.681 INFO [stderr] | ^^^^^ Dec 18 14:49:37.681 INFO [stderr] ... Dec 18 14:49:37.681 INFO [stderr] 3525 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_16align_alloc_layout_unchecked, 4194301, 16); Dec 18 14:49:37.681 INFO [stderr] | ----------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.681 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] Dec 18 14:49:37.681 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.681 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.681 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.681 INFO [stderr] ... Dec 18 14:49:37.681 INFO [stderr] 3525 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_16align_alloc_layout_unchecked, 4194301, 16); Dec 18 14:49:37.681 INFO [stderr] | ----------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.681 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] Dec 18 14:49:37.681 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.681 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.681 INFO [stderr] | ^^^^^ Dec 18 14:49:37.681 INFO [stderr] ... Dec 18 14:49:37.681 INFO [stderr] 3541 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_32align_alloc_layout_unchecked, 1, 32); Dec 18 14:49:37.681 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.681 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.681 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.681 INFO [stderr] | Dec 18 14:49:37.682 INFO [stderr] Dec 18 14:49:37.682 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.682 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.682 INFO [stderr] | Dec 18 14:49:37.682 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.682 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.682 INFO [stderr] ... Dec 18 14:49:37.682 INFO [stderr] 3541 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_32align_alloc_layout_unchecked, 1, 32); Dec 18 14:49:37.682 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.682 INFO [stderr] | Dec 18 14:49:37.682 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.682 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.682 INFO [stderr] | Dec 18 14:49:37.682 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.682 INFO [stderr] | Dec 18 14:49:37.682 INFO [stderr] Dec 18 14:49:37.682 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.682 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.682 INFO [stderr] | Dec 18 14:49:37.682 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.682 INFO [stderr] | ^^^^^ Dec 18 14:49:37.682 INFO [stderr] ... Dec 18 14:49:37.682 INFO [stderr] 3554 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_32align_alloc_layout_unchecked, 2, 32); Dec 18 14:49:37.682 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.682 INFO [stderr] | Dec 18 14:49:37.682 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.682 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.682 INFO [stderr] | Dec 18 14:49:37.682 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.682 INFO [stderr] | Dec 18 14:49:37.682 INFO [stderr] Dec 18 14:49:37.682 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.682 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.682 INFO [stderr] | Dec 18 14:49:37.682 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.682 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.682 INFO [stderr] ... Dec 18 14:49:37.682 INFO [stderr] 3554 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_32align_alloc_layout_unchecked, 2, 32); Dec 18 14:49:37.682 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.682 INFO [stderr] | Dec 18 14:49:37.682 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.682 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.682 INFO [stderr] | Dec 18 14:49:37.682 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.682 INFO [stderr] | Dec 18 14:49:37.682 INFO [stderr] Dec 18 14:49:37.689 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.689 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.689 INFO [stderr] | ^^^^^ Dec 18 14:49:37.689 INFO [stderr] ... Dec 18 14:49:37.689 INFO [stderr] 3567 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_32align_alloc_layout_unchecked, 4, 32); Dec 18 14:49:37.689 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.689 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] Dec 18 14:49:37.689 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.689 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.689 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.689 INFO [stderr] ... Dec 18 14:49:37.689 INFO [stderr] 3567 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_32align_alloc_layout_unchecked, 4, 32); Dec 18 14:49:37.689 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.689 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] Dec 18 14:49:37.689 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.689 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.689 INFO [stderr] | ^^^^^ Dec 18 14:49:37.689 INFO [stderr] ... Dec 18 14:49:37.689 INFO [stderr] 3580 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_32align_alloc_layout_unchecked, 8, 32); Dec 18 14:49:37.689 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.689 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] Dec 18 14:49:37.689 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.689 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.689 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.689 INFO [stderr] ... Dec 18 14:49:37.689 INFO [stderr] 3580 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_32align_alloc_layout_unchecked, 8, 32); Dec 18 14:49:37.689 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.689 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] Dec 18 14:49:37.689 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.689 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.689 INFO [stderr] | ^^^^^ Dec 18 14:49:37.689 INFO [stderr] ... Dec 18 14:49:37.689 INFO [stderr] 3593 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_32align_alloc_layout_unchecked, 16, 32); Dec 18 14:49:37.689 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.689 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] Dec 18 14:49:37.689 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.689 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.689 INFO [stderr] | Dec 18 14:49:37.689 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.689 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.690 INFO [stderr] ... Dec 18 14:49:37.690 INFO [stderr] 3593 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_32align_alloc_layout_unchecked, 16, 32); Dec 18 14:49:37.690 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.690 INFO [stderr] | Dec 18 14:49:37.690 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.690 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.690 INFO [stderr] | Dec 18 14:49:37.690 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.690 INFO [stderr] | Dec 18 14:49:37.690 INFO [stderr] Dec 18 14:49:37.690 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.690 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.690 INFO [stderr] | Dec 18 14:49:37.690 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.690 INFO [stderr] | ^^^^^ Dec 18 14:49:37.690 INFO [stderr] ... Dec 18 14:49:37.690 INFO [stderr] 3606 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_32align_alloc_layout_unchecked, 32, 32); Dec 18 14:49:37.690 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.690 INFO [stderr] | Dec 18 14:49:37.690 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.690 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.690 INFO [stderr] | Dec 18 14:49:37.690 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.690 INFO [stderr] | Dec 18 14:49:37.690 INFO [stderr] Dec 18 14:49:37.690 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.690 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.690 INFO [stderr] | Dec 18 14:49:37.690 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.690 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.690 INFO [stderr] ... Dec 18 14:49:37.690 INFO [stderr] 3606 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_32align_alloc_layout_unchecked, 32, 32); Dec 18 14:49:37.690 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.690 INFO [stderr] | Dec 18 14:49:37.690 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.690 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.690 INFO [stderr] | Dec 18 14:49:37.690 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.690 INFO [stderr] | Dec 18 14:49:37.690 INFO [stderr] Dec 18 14:49:37.690 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.690 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.690 INFO [stderr] | Dec 18 14:49:37.690 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.690 INFO [stderr] | ^^^^^ Dec 18 14:49:37.690 INFO [stderr] ... Dec 18 14:49:37.690 INFO [stderr] 3619 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_32align_alloc_layout_unchecked, 64, 32); Dec 18 14:49:37.690 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.690 INFO [stderr] | Dec 18 14:49:37.690 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.690 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.690 INFO [stderr] | Dec 18 14:49:37.690 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.690 INFO [stderr] | Dec 18 14:49:37.690 INFO [stderr] Dec 18 14:49:37.690 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.690 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.690 INFO [stderr] | Dec 18 14:49:37.690 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.690 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.690 INFO [stderr] ... Dec 18 14:49:37.690 INFO [stderr] 3619 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_32align_alloc_layout_unchecked, 64, 32); Dec 18 14:49:37.690 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.697 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] Dec 18 14:49:37.697 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.697 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.697 INFO [stderr] | ^^^^^ Dec 18 14:49:37.697 INFO [stderr] ... Dec 18 14:49:37.697 INFO [stderr] 3632 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_32align_alloc_layout_unchecked, 128, 32); Dec 18 14:49:37.697 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.697 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] Dec 18 14:49:37.697 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.697 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.697 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.697 INFO [stderr] ... Dec 18 14:49:37.697 INFO [stderr] 3632 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_32align_alloc_layout_unchecked, 128, 32); Dec 18 14:49:37.697 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.697 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] Dec 18 14:49:37.697 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.697 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.697 INFO [stderr] | ^^^^^ Dec 18 14:49:37.697 INFO [stderr] ... Dec 18 14:49:37.697 INFO [stderr] 3645 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_32align_alloc_layout_unchecked, 256, 32); Dec 18 14:49:37.697 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.697 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] Dec 18 14:49:37.697 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.697 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.697 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.697 INFO [stderr] ... Dec 18 14:49:37.697 INFO [stderr] 3645 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_32align_alloc_layout_unchecked, 256, 32); Dec 18 14:49:37.697 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.697 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] Dec 18 14:49:37.697 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.697 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.697 INFO [stderr] | ^^^^^ Dec 18 14:49:37.697 INFO [stderr] ... Dec 18 14:49:37.697 INFO [stderr] 3658 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_32align_alloc_layout_unchecked, 512, 32); Dec 18 14:49:37.697 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.697 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.697 INFO [stderr] Dec 18 14:49:37.697 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.697 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.697 INFO [stderr] | Dec 18 14:49:37.698 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.698 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.698 INFO [stderr] ... Dec 18 14:49:37.698 INFO [stderr] 3658 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_32align_alloc_layout_unchecked, 512, 32); Dec 18 14:49:37.698 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.698 INFO [stderr] | Dec 18 14:49:37.698 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.698 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.698 INFO [stderr] | Dec 18 14:49:37.698 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.698 INFO [stderr] | Dec 18 14:49:37.698 INFO [stderr] Dec 18 14:49:37.698 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.698 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.698 INFO [stderr] | Dec 18 14:49:37.698 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.698 INFO [stderr] | ^^^^^ Dec 18 14:49:37.698 INFO [stderr] ... Dec 18 14:49:37.698 INFO [stderr] 3671 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_32align_alloc_layout_unchecked, 1024, 32); Dec 18 14:49:37.698 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.698 INFO [stderr] | Dec 18 14:49:37.698 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.698 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.698 INFO [stderr] | Dec 18 14:49:37.698 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.698 INFO [stderr] | Dec 18 14:49:37.698 INFO [stderr] Dec 18 14:49:37.698 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.698 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.698 INFO [stderr] | Dec 18 14:49:37.698 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.698 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.698 INFO [stderr] ... Dec 18 14:49:37.698 INFO [stderr] 3671 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_32align_alloc_layout_unchecked, 1024, 32); Dec 18 14:49:37.698 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.698 INFO [stderr] | Dec 18 14:49:37.698 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.698 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.698 INFO [stderr] | Dec 18 14:49:37.698 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.698 INFO [stderr] | Dec 18 14:49:37.698 INFO [stderr] Dec 18 14:49:37.704 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.704 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.704 INFO [stderr] | Dec 18 14:49:37.704 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.704 INFO [stderr] | ^^^^^ Dec 18 14:49:37.704 INFO [stderr] ... Dec 18 14:49:37.704 INFO [stderr] 3684 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_32align_alloc_layout_unchecked, 2048, 32); Dec 18 14:49:37.704 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.704 INFO [stderr] | Dec 18 14:49:37.704 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.704 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.704 INFO [stderr] | Dec 18 14:49:37.704 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.704 INFO [stderr] | Dec 18 14:49:37.704 INFO [stderr] Dec 18 14:49:37.704 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.704 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.704 INFO [stderr] | Dec 18 14:49:37.704 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.704 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.704 INFO [stderr] ... Dec 18 14:49:37.704 INFO [stderr] 3684 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_32align_alloc_layout_unchecked, 2048, 32); Dec 18 14:49:37.704 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.704 INFO [stderr] | Dec 18 14:49:37.704 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.704 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.704 INFO [stderr] | Dec 18 14:49:37.704 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.704 INFO [stderr] | Dec 18 14:49:37.704 INFO [stderr] Dec 18 14:49:37.704 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.704 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.704 INFO [stderr] | Dec 18 14:49:37.704 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.704 INFO [stderr] | ^^^^^ Dec 18 14:49:37.704 INFO [stderr] ... Dec 18 14:49:37.704 INFO [stderr] 3697 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_32align_alloc_layout_unchecked, 4096, 32); Dec 18 14:49:37.704 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.704 INFO [stderr] | Dec 18 14:49:37.704 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.704 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.704 INFO [stderr] | Dec 18 14:49:37.704 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] Dec 18 14:49:37.705 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.705 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.705 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.705 INFO [stderr] ... Dec 18 14:49:37.705 INFO [stderr] 3697 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_32align_alloc_layout_unchecked, 4096, 32); Dec 18 14:49:37.705 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] Dec 18 14:49:37.705 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.705 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.705 INFO [stderr] | ^^^^^ Dec 18 14:49:37.705 INFO [stderr] ... Dec 18 14:49:37.705 INFO [stderr] 3710 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_32align_alloc_layout_unchecked, 8192, 32); Dec 18 14:49:37.705 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] Dec 18 14:49:37.705 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.705 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.705 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.705 INFO [stderr] ... Dec 18 14:49:37.705 INFO [stderr] 3710 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_32align_alloc_layout_unchecked, 8192, 32); Dec 18 14:49:37.705 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] Dec 18 14:49:37.705 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.705 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.705 INFO [stderr] | ^^^^^ Dec 18 14:49:37.705 INFO [stderr] ... Dec 18 14:49:37.705 INFO [stderr] 3723 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_32align_alloc_layout_unchecked, 16384, 32); Dec 18 14:49:37.705 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] Dec 18 14:49:37.705 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.705 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.705 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.705 INFO [stderr] ... Dec 18 14:49:37.705 INFO [stderr] 3723 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_32align_alloc_layout_unchecked, 16384, 32); Dec 18 14:49:37.705 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] Dec 18 14:49:37.705 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.705 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.705 INFO [stderr] | ^^^^^ Dec 18 14:49:37.705 INFO [stderr] ... Dec 18 14:49:37.705 INFO [stderr] 3736 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_32align_alloc_layout_unchecked, 32768, 32); Dec 18 14:49:37.705 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.705 INFO [stderr] | Dec 18 14:49:37.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.706 INFO [stderr] | Dec 18 14:49:37.706 INFO [stderr] Dec 18 14:49:37.706 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.706 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.706 INFO [stderr] | Dec 18 14:49:37.706 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.706 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.706 INFO [stderr] ... Dec 18 14:49:37.706 INFO [stderr] 3736 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_32align_alloc_layout_unchecked, 32768, 32); Dec 18 14:49:37.706 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.706 INFO [stderr] | Dec 18 14:49:37.706 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.706 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.706 INFO [stderr] | Dec 18 14:49:37.706 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.706 INFO [stderr] | Dec 18 14:49:37.706 INFO [stderr] Dec 18 14:49:37.711 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.711 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.711 INFO [stderr] | Dec 18 14:49:37.711 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.711 INFO [stderr] | ^^^^^ Dec 18 14:49:37.711 INFO [stderr] ... Dec 18 14:49:37.711 INFO [stderr] 3749 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_32align_alloc_layout_unchecked, 65536, 32); Dec 18 14:49:37.711 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.711 INFO [stderr] | Dec 18 14:49:37.711 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.711 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.711 INFO [stderr] | Dec 18 14:49:37.711 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.711 INFO [stderr] | Dec 18 14:49:37.711 INFO [stderr] Dec 18 14:49:37.711 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.711 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.711 INFO [stderr] | Dec 18 14:49:37.711 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.711 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.711 INFO [stderr] ... Dec 18 14:49:37.711 INFO [stderr] 3749 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_32align_alloc_layout_unchecked, 65536, 32); Dec 18 14:49:37.711 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.711 INFO [stderr] | Dec 18 14:49:37.711 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.711 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.711 INFO [stderr] | Dec 18 14:49:37.711 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.711 INFO [stderr] | Dec 18 14:49:37.711 INFO [stderr] Dec 18 14:49:37.711 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.711 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.711 INFO [stderr] | Dec 18 14:49:37.711 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.711 INFO [stderr] | ^^^^^ Dec 18 14:49:37.711 INFO [stderr] ... Dec 18 14:49:37.711 INFO [stderr] 3762 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_32align_alloc_layout_unchecked, 131072, 32); Dec 18 14:49:37.711 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.711 INFO [stderr] | Dec 18 14:49:37.711 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.711 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.711 INFO [stderr] | Dec 18 14:49:37.711 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.711 INFO [stderr] | Dec 18 14:49:37.711 INFO [stderr] Dec 18 14:49:37.711 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.711 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.711 INFO [stderr] | Dec 18 14:49:37.711 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.711 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.711 INFO [stderr] ... Dec 18 14:49:37.711 INFO [stderr] 3762 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_32align_alloc_layout_unchecked, 131072, 32); Dec 18 14:49:37.711 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.711 INFO [stderr] | Dec 18 14:49:37.711 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.712 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.712 INFO [stderr] | Dec 18 14:49:37.712 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.712 INFO [stderr] | Dec 18 14:49:37.712 INFO [stderr] Dec 18 14:49:37.717 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.717 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.717 INFO [stderr] | ^^^^^ Dec 18 14:49:37.717 INFO [stderr] ... Dec 18 14:49:37.717 INFO [stderr] 3775 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_32align_alloc_layout_unchecked, 4194304, 32); Dec 18 14:49:37.717 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.717 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] Dec 18 14:49:37.717 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.717 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.717 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.717 INFO [stderr] ... Dec 18 14:49:37.717 INFO [stderr] 3775 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_32align_alloc_layout_unchecked, 4194304, 32); Dec 18 14:49:37.717 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.717 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] Dec 18 14:49:37.717 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.717 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.717 INFO [stderr] | ^^^^^ Dec 18 14:49:37.717 INFO [stderr] ... Dec 18 14:49:37.717 INFO [stderr] 3789 | rt_alloc_layout_unchecked!(rt_even_10bytes_32align_alloc_layout_unchecked, 10, 32); Dec 18 14:49:37.717 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.717 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] Dec 18 14:49:37.717 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.717 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.717 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.717 INFO [stderr] ... Dec 18 14:49:37.717 INFO [stderr] 3789 | rt_alloc_layout_unchecked!(rt_even_10bytes_32align_alloc_layout_unchecked, 10, 32); Dec 18 14:49:37.717 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.717 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] Dec 18 14:49:37.717 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.717 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.717 INFO [stderr] | ^^^^^ Dec 18 14:49:37.717 INFO [stderr] ... Dec 18 14:49:37.717 INFO [stderr] 3802 | rt_alloc_layout_unchecked!(rt_even_100bytes_32align_alloc_layout_unchecked, 100, 32); Dec 18 14:49:37.717 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.717 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] Dec 18 14:49:37.717 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.717 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.717 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.717 INFO [stderr] ... Dec 18 14:49:37.717 INFO [stderr] 3802 | rt_alloc_layout_unchecked!(rt_even_100bytes_32align_alloc_layout_unchecked, 100, 32); Dec 18 14:49:37.717 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.717 INFO [stderr] | Dec 18 14:49:37.717 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.718 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.718 INFO [stderr] | Dec 18 14:49:37.718 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.718 INFO [stderr] | Dec 18 14:49:37.718 INFO [stderr] Dec 18 14:49:37.718 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.718 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.718 INFO [stderr] | Dec 18 14:49:37.718 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.718 INFO [stderr] | ^^^^^ Dec 18 14:49:37.718 INFO [stderr] ... Dec 18 14:49:37.718 INFO [stderr] 3815 | rt_alloc_layout_unchecked!(rt_even_1000bytes_32align_alloc_layout_unchecked, 1000, 32); Dec 18 14:49:37.718 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.718 INFO [stderr] | Dec 18 14:49:37.718 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.718 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.718 INFO [stderr] | Dec 18 14:49:37.718 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.718 INFO [stderr] | Dec 18 14:49:37.718 INFO [stderr] Dec 18 14:49:37.718 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.718 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.718 INFO [stderr] | Dec 18 14:49:37.718 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.718 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.718 INFO [stderr] ... Dec 18 14:49:37.718 INFO [stderr] 3815 | rt_alloc_layout_unchecked!(rt_even_1000bytes_32align_alloc_layout_unchecked, 1000, 32); Dec 18 14:49:37.718 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.718 INFO [stderr] | Dec 18 14:49:37.718 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.718 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.718 INFO [stderr] | Dec 18 14:49:37.718 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.718 INFO [stderr] | Dec 18 14:49:37.718 INFO [stderr] Dec 18 14:49:37.718 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.718 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.718 INFO [stderr] | Dec 18 14:49:37.718 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.718 INFO [stderr] | ^^^^^ Dec 18 14:49:37.718 INFO [stderr] ... Dec 18 14:49:37.718 INFO [stderr] 3828 | rt_alloc_layout_unchecked!(rt_even_10000bytes_32align_alloc_layout_unchecked, 10000, 32); Dec 18 14:49:37.718 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.718 INFO [stderr] | Dec 18 14:49:37.718 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.718 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.718 INFO [stderr] | Dec 18 14:49:37.718 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.718 INFO [stderr] | Dec 18 14:49:37.718 INFO [stderr] Dec 18 14:49:37.725 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.725 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.725 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.725 INFO [stderr] ... Dec 18 14:49:37.725 INFO [stderr] 3828 | rt_alloc_layout_unchecked!(rt_even_10000bytes_32align_alloc_layout_unchecked, 10000, 32); Dec 18 14:49:37.725 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.725 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] Dec 18 14:49:37.725 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.725 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.725 INFO [stderr] | ^^^^^ Dec 18 14:49:37.725 INFO [stderr] ... Dec 18 14:49:37.725 INFO [stderr] 3841 | rt_alloc_layout_unchecked!(rt_even_100000bytes_32align_alloc_layout_unchecked, 100000, 32); Dec 18 14:49:37.725 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.725 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] Dec 18 14:49:37.725 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.725 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.725 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.725 INFO [stderr] ... Dec 18 14:49:37.725 INFO [stderr] 3841 | rt_alloc_layout_unchecked!(rt_even_100000bytes_32align_alloc_layout_unchecked, 100000, 32); Dec 18 14:49:37.725 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.725 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] Dec 18 14:49:37.725 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.725 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.725 INFO [stderr] | ^^^^^ Dec 18 14:49:37.725 INFO [stderr] ... Dec 18 14:49:37.725 INFO [stderr] 3854 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_32align_alloc_layout_unchecked, 1000000, 32); Dec 18 14:49:37.725 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.725 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] Dec 18 14:49:37.725 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.725 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.725 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.725 INFO [stderr] ... Dec 18 14:49:37.725 INFO [stderr] 3854 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_32align_alloc_layout_unchecked, 1000000, 32); Dec 18 14:49:37.725 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.725 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] Dec 18 14:49:37.725 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.725 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.725 INFO [stderr] | ^^^^^ Dec 18 14:49:37.725 INFO [stderr] ... Dec 18 14:49:37.725 INFO [stderr] 3868 | rt_alloc_layout_unchecked!(rt_odd_10bytes_32align_alloc_layout_unchecked, 10- 1, 32); Dec 18 14:49:37.725 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.725 INFO [stderr] | Dec 18 14:49:37.725 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.725 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.726 INFO [stderr] | Dec 18 14:49:37.726 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.726 INFO [stderr] | Dec 18 14:49:37.726 INFO [stderr] Dec 18 14:49:37.726 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.726 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.726 INFO [stderr] | Dec 18 14:49:37.726 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.726 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.726 INFO [stderr] ... Dec 18 14:49:37.726 INFO [stderr] 3868 | rt_alloc_layout_unchecked!(rt_odd_10bytes_32align_alloc_layout_unchecked, 10- 1, 32); Dec 18 14:49:37.726 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.726 INFO [stderr] | Dec 18 14:49:37.726 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.726 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.726 INFO [stderr] | Dec 18 14:49:37.726 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.726 INFO [stderr] | Dec 18 14:49:37.726 INFO [stderr] Dec 18 14:49:37.726 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.726 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.726 INFO [stderr] | Dec 18 14:49:37.726 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.726 INFO [stderr] | ^^^^^ Dec 18 14:49:37.726 INFO [stderr] ... Dec 18 14:49:37.726 INFO [stderr] 3881 | rt_alloc_layout_unchecked!(rt_odd_100bytes_32align_alloc_layout_unchecked, 100- 1, 32); Dec 18 14:49:37.726 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.726 INFO [stderr] | Dec 18 14:49:37.726 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.726 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.726 INFO [stderr] | Dec 18 14:49:37.726 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.726 INFO [stderr] | Dec 18 14:49:37.726 INFO [stderr] Dec 18 14:49:37.726 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.726 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.726 INFO [stderr] | Dec 18 14:49:37.726 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.726 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.726 INFO [stderr] ... Dec 18 14:49:37.726 INFO [stderr] 3881 | rt_alloc_layout_unchecked!(rt_odd_100bytes_32align_alloc_layout_unchecked, 100- 1, 32); Dec 18 14:49:37.726 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.726 INFO [stderr] | Dec 18 14:49:37.726 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.726 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.726 INFO [stderr] | Dec 18 14:49:37.726 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.726 INFO [stderr] | Dec 18 14:49:37.726 INFO [stderr] Dec 18 14:49:37.732 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.732 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.732 INFO [stderr] | Dec 18 14:49:37.732 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.732 INFO [stderr] | ^^^^^ Dec 18 14:49:37.732 INFO [stderr] ... Dec 18 14:49:37.732 INFO [stderr] 3894 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_32align_alloc_layout_unchecked, 1000- 1, 32); Dec 18 14:49:37.732 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.732 INFO [stderr] | Dec 18 14:49:37.732 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.732 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.732 INFO [stderr] | Dec 18 14:49:37.732 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.732 INFO [stderr] | Dec 18 14:49:37.732 INFO [stderr] Dec 18 14:49:37.732 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.733 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.733 INFO [stderr] | Dec 18 14:49:37.733 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.733 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.733 INFO [stderr] ... Dec 18 14:49:37.733 INFO [stderr] 3894 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_32align_alloc_layout_unchecked, 1000- 1, 32); Dec 18 14:49:37.733 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.733 INFO [stderr] | Dec 18 14:49:37.733 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.733 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.733 INFO [stderr] | Dec 18 14:49:37.733 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.733 INFO [stderr] | Dec 18 14:49:37.733 INFO [stderr] Dec 18 14:49:37.733 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.733 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.733 INFO [stderr] | Dec 18 14:49:37.733 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.733 INFO [stderr] | ^^^^^ Dec 18 14:49:37.733 INFO [stderr] ... Dec 18 14:49:37.733 INFO [stderr] 3907 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_32align_alloc_layout_unchecked, 10000- 1, 32); Dec 18 14:49:37.733 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.733 INFO [stderr] | Dec 18 14:49:37.733 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.733 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.733 INFO [stderr] | Dec 18 14:49:37.733 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.733 INFO [stderr] | Dec 18 14:49:37.733 INFO [stderr] Dec 18 14:49:37.733 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.733 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.733 INFO [stderr] | Dec 18 14:49:37.733 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.733 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.733 INFO [stderr] ... Dec 18 14:49:37.733 INFO [stderr] 3907 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_32align_alloc_layout_unchecked, 10000- 1, 32); Dec 18 14:49:37.733 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.733 INFO [stderr] | Dec 18 14:49:37.733 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.733 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.733 INFO [stderr] | Dec 18 14:49:37.733 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.733 INFO [stderr] | Dec 18 14:49:37.733 INFO [stderr] Dec 18 14:49:37.739 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.739 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.739 INFO [stderr] | Dec 18 14:49:37.739 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.739 INFO [stderr] | ^^^^^ Dec 18 14:49:37.739 INFO [stderr] ... Dec 18 14:49:37.739 INFO [stderr] 3920 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_32align_alloc_layout_unchecked, 100000- 1, 32); Dec 18 14:49:37.739 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.739 INFO [stderr] | Dec 18 14:49:37.739 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.739 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.739 INFO [stderr] | Dec 18 14:49:37.739 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.739 INFO [stderr] | Dec 18 14:49:37.739 INFO [stderr] Dec 18 14:49:37.739 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.739 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.739 INFO [stderr] | Dec 18 14:49:37.739 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.739 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.739 INFO [stderr] ... Dec 18 14:49:37.739 INFO [stderr] 3920 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_32align_alloc_layout_unchecked, 100000- 1, 32); Dec 18 14:49:37.739 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.739 INFO [stderr] | Dec 18 14:49:37.739 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.739 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.739 INFO [stderr] | Dec 18 14:49:37.739 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.739 INFO [stderr] | Dec 18 14:49:37.739 INFO [stderr] Dec 18 14:49:37.739 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.739 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.739 INFO [stderr] | Dec 18 14:49:37.739 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.739 INFO [stderr] | ^^^^^ Dec 18 14:49:37.739 INFO [stderr] ... Dec 18 14:49:37.739 INFO [stderr] 3933 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_32align_alloc_layout_unchecked, 1000000- 1, 32); Dec 18 14:49:37.739 INFO [stderr] | ----------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.739 INFO [stderr] | Dec 18 14:49:37.739 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.739 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.739 INFO [stderr] | Dec 18 14:49:37.739 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.739 INFO [stderr] | Dec 18 14:49:37.739 INFO [stderr] Dec 18 14:49:37.739 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.739 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.739 INFO [stderr] | Dec 18 14:49:37.739 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.739 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.739 INFO [stderr] ... Dec 18 14:49:37.739 INFO [stderr] 3933 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_32align_alloc_layout_unchecked, 1000000- 1, 32); Dec 18 14:49:37.739 INFO [stderr] | ----------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.739 INFO [stderr] | Dec 18 14:49:37.739 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.739 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.739 INFO [stderr] | Dec 18 14:49:37.739 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.739 INFO [stderr] | Dec 18 14:49:37.739 INFO [stderr] Dec 18 14:49:37.739 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.739 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.739 INFO [stderr] | Dec 18 14:49:37.739 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.739 INFO [stderr] | ^^^^^ Dec 18 14:49:37.739 INFO [stderr] ... Dec 18 14:49:37.739 INFO [stderr] 3947 | rt_alloc_layout_unchecked!(rt_primes_3bytes_32align_alloc_layout_unchecked, 3, 32); Dec 18 14:49:37.739 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.740 INFO [stderr] | Dec 18 14:49:37.740 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.740 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.740 INFO [stderr] | Dec 18 14:49:37.740 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.740 INFO [stderr] | Dec 18 14:49:37.740 INFO [stderr] Dec 18 14:49:37.744 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.744 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.744 INFO [stderr] | Dec 18 14:49:37.744 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.744 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.744 INFO [stderr] ... Dec 18 14:49:37.744 INFO [stderr] 3947 | rt_alloc_layout_unchecked!(rt_primes_3bytes_32align_alloc_layout_unchecked, 3, 32); Dec 18 14:49:37.744 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.744 INFO [stderr] | Dec 18 14:49:37.744 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.744 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.744 INFO [stderr] | Dec 18 14:49:37.744 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.744 INFO [stderr] | Dec 18 14:49:37.744 INFO [stderr] Dec 18 14:49:37.744 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.744 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.744 INFO [stderr] | Dec 18 14:49:37.744 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.744 INFO [stderr] | ^^^^^ Dec 18 14:49:37.744 INFO [stderr] ... Dec 18 14:49:37.744 INFO [stderr] 3960 | rt_alloc_layout_unchecked!(rt_primes_7bytes_32align_alloc_layout_unchecked, 7, 32); Dec 18 14:49:37.744 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.744 INFO [stderr] | Dec 18 14:49:37.744 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.744 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.744 INFO [stderr] | Dec 18 14:49:37.744 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.744 INFO [stderr] | Dec 18 14:49:37.744 INFO [stderr] Dec 18 14:49:37.744 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.744 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.744 INFO [stderr] | Dec 18 14:49:37.744 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.744 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.744 INFO [stderr] ... Dec 18 14:49:37.744 INFO [stderr] 3960 | rt_alloc_layout_unchecked!(rt_primes_7bytes_32align_alloc_layout_unchecked, 7, 32); Dec 18 14:49:37.744 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.744 INFO [stderr] | Dec 18 14:49:37.744 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.744 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.744 INFO [stderr] | Dec 18 14:49:37.744 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.744 INFO [stderr] | Dec 18 14:49:37.744 INFO [stderr] Dec 18 14:49:37.744 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.744 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.744 INFO [stderr] | Dec 18 14:49:37.744 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.744 INFO [stderr] | ^^^^^ Dec 18 14:49:37.744 INFO [stderr] ... Dec 18 14:49:37.744 INFO [stderr] 3973 | rt_alloc_layout_unchecked!(rt_primes_13bytes_32align_alloc_layout_unchecked, 13, 32); Dec 18 14:49:37.744 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.744 INFO [stderr] | Dec 18 14:49:37.744 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.744 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.744 INFO [stderr] | Dec 18 14:49:37.744 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.744 INFO [stderr] | Dec 18 14:49:37.744 INFO [stderr] Dec 18 14:49:37.746 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.746 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.746 INFO [stderr] | Dec 18 14:49:37.746 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.746 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.746 INFO [stderr] ... Dec 18 14:49:37.746 INFO [stderr] 3973 | rt_alloc_layout_unchecked!(rt_primes_13bytes_32align_alloc_layout_unchecked, 13, 32); Dec 18 14:49:37.746 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.746 INFO [stderr] | Dec 18 14:49:37.746 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.746 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.746 INFO [stderr] | Dec 18 14:49:37.746 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.746 INFO [stderr] | Dec 18 14:49:37.746 INFO [stderr] Dec 18 14:49:37.746 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.747 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.747 INFO [stderr] | Dec 18 14:49:37.747 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.747 INFO [stderr] | ^^^^^ Dec 18 14:49:37.747 INFO [stderr] ... Dec 18 14:49:37.747 INFO [stderr] 3986 | rt_alloc_layout_unchecked!(rt_primes_17bytes_32align_alloc_layout_unchecked, 17, 32); Dec 18 14:49:37.747 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.747 INFO [stderr] | Dec 18 14:49:37.747 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.747 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.747 INFO [stderr] | Dec 18 14:49:37.747 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.747 INFO [stderr] | Dec 18 14:49:37.747 INFO [stderr] Dec 18 14:49:37.747 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.747 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.747 INFO [stderr] | Dec 18 14:49:37.747 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.747 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.747 INFO [stderr] ... Dec 18 14:49:37.747 INFO [stderr] 3986 | rt_alloc_layout_unchecked!(rt_primes_17bytes_32align_alloc_layout_unchecked, 17, 32); Dec 18 14:49:37.747 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.747 INFO [stderr] | Dec 18 14:49:37.747 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.747 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.747 INFO [stderr] | Dec 18 14:49:37.747 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.747 INFO [stderr] | Dec 18 14:49:37.747 INFO [stderr] Dec 18 14:49:37.747 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.747 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.747 INFO [stderr] | Dec 18 14:49:37.747 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.747 INFO [stderr] | ^^^^^ Dec 18 14:49:37.747 INFO [stderr] ... Dec 18 14:49:37.747 INFO [stderr] 3999 | rt_alloc_layout_unchecked!(rt_primes_31bytes_32align_alloc_layout_unchecked, 31, 32); Dec 18 14:49:37.747 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.747 INFO [stderr] | Dec 18 14:49:37.747 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.747 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.747 INFO [stderr] | Dec 18 14:49:37.747 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.747 INFO [stderr] | Dec 18 14:49:37.747 INFO [stderr] Dec 18 14:49:37.747 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.747 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.747 INFO [stderr] | Dec 18 14:49:37.747 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.747 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.747 INFO [stderr] ... Dec 18 14:49:37.747 INFO [stderr] 3999 | rt_alloc_layout_unchecked!(rt_primes_31bytes_32align_alloc_layout_unchecked, 31, 32); Dec 18 14:49:37.747 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.751 INFO [stderr] | Dec 18 14:49:37.751 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.751 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.751 INFO [stderr] | Dec 18 14:49:37.751 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.751 INFO [stderr] | Dec 18 14:49:37.751 INFO [stderr] Dec 18 14:49:37.751 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.751 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.751 INFO [stderr] | Dec 18 14:49:37.751 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.751 INFO [stderr] | ^^^^^ Dec 18 14:49:37.751 INFO [stderr] ... Dec 18 14:49:37.751 INFO [stderr] 4012 | rt_alloc_layout_unchecked!(rt_primes_61bytes_32align_alloc_layout_unchecked, 61, 32); Dec 18 14:49:37.751 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.751 INFO [stderr] | Dec 18 14:49:37.751 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.751 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.751 INFO [stderr] | Dec 18 14:49:37.751 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.751 INFO [stderr] | Dec 18 14:49:37.751 INFO [stderr] Dec 18 14:49:37.751 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.751 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.751 INFO [stderr] | Dec 18 14:49:37.751 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.751 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.751 INFO [stderr] ... Dec 18 14:49:37.751 INFO [stderr] 4012 | rt_alloc_layout_unchecked!(rt_primes_61bytes_32align_alloc_layout_unchecked, 61, 32); Dec 18 14:49:37.751 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.751 INFO [stderr] | Dec 18 14:49:37.751 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.751 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.751 INFO [stderr] | Dec 18 14:49:37.751 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.751 INFO [stderr] | Dec 18 14:49:37.751 INFO [stderr] Dec 18 14:49:37.752 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.752 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.752 INFO [stderr] | Dec 18 14:49:37.752 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.752 INFO [stderr] | ^^^^^ Dec 18 14:49:37.752 INFO [stderr] ... Dec 18 14:49:37.752 INFO [stderr] 4025 | rt_alloc_layout_unchecked!(rt_primes_96bytes_32align_alloc_layout_unchecked, 96, 32); Dec 18 14:49:37.752 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.752 INFO [stderr] | Dec 18 14:49:37.752 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.752 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.752 INFO [stderr] | Dec 18 14:49:37.752 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.752 INFO [stderr] | Dec 18 14:49:37.752 INFO [stderr] Dec 18 14:49:37.752 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.752 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.752 INFO [stderr] | Dec 18 14:49:37.752 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.752 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.752 INFO [stderr] ... Dec 18 14:49:37.752 INFO [stderr] 4025 | rt_alloc_layout_unchecked!(rt_primes_96bytes_32align_alloc_layout_unchecked, 96, 32); Dec 18 14:49:37.752 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.752 INFO [stderr] | Dec 18 14:49:37.752 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.752 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.752 INFO [stderr] | Dec 18 14:49:37.752 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.752 INFO [stderr] | Dec 18 14:49:37.752 INFO [stderr] Dec 18 14:49:37.756 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.756 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.756 INFO [stderr] | Dec 18 14:49:37.756 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.756 INFO [stderr] | ^^^^^ Dec 18 14:49:37.756 INFO [stderr] ... Dec 18 14:49:37.756 INFO [stderr] 4038 | rt_alloc_layout_unchecked!(rt_primes_127bytes_32align_alloc_layout_unchecked, 127, 32); Dec 18 14:49:37.756 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.756 INFO [stderr] | Dec 18 14:49:37.756 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.756 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.757 INFO [stderr] | Dec 18 14:49:37.757 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.757 INFO [stderr] | Dec 18 14:49:37.757 INFO [stderr] Dec 18 14:49:37.757 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.757 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.757 INFO [stderr] | Dec 18 14:49:37.757 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.757 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.757 INFO [stderr] ... Dec 18 14:49:37.757 INFO [stderr] 4038 | rt_alloc_layout_unchecked!(rt_primes_127bytes_32align_alloc_layout_unchecked, 127, 32); Dec 18 14:49:37.757 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.757 INFO [stderr] | Dec 18 14:49:37.757 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.757 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.757 INFO [stderr] | Dec 18 14:49:37.757 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.757 INFO [stderr] | Dec 18 14:49:37.757 INFO [stderr] Dec 18 14:49:37.757 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.757 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.757 INFO [stderr] | Dec 18 14:49:37.757 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.757 INFO [stderr] | ^^^^^ Dec 18 14:49:37.757 INFO [stderr] ... Dec 18 14:49:37.757 INFO [stderr] 4051 | rt_alloc_layout_unchecked!(rt_primes_257bytes_32align_alloc_layout_unchecked, 257, 32); Dec 18 14:49:37.757 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.757 INFO [stderr] | Dec 18 14:49:37.757 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.757 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.757 INFO [stderr] | Dec 18 14:49:37.757 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.757 INFO [stderr] | Dec 18 14:49:37.757 INFO [stderr] Dec 18 14:49:37.757 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.757 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.757 INFO [stderr] | Dec 18 14:49:37.757 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.757 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.757 INFO [stderr] ... Dec 18 14:49:37.757 INFO [stderr] 4051 | rt_alloc_layout_unchecked!(rt_primes_257bytes_32align_alloc_layout_unchecked, 257, 32); Dec 18 14:49:37.757 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.757 INFO [stderr] | Dec 18 14:49:37.757 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.757 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.757 INFO [stderr] | Dec 18 14:49:37.757 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.757 INFO [stderr] | Dec 18 14:49:37.757 INFO [stderr] Dec 18 14:49:37.757 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.757 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.757 INFO [stderr] | Dec 18 14:49:37.757 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.757 INFO [stderr] | ^^^^^ Dec 18 14:49:37.757 INFO [stderr] ... Dec 18 14:49:37.757 INFO [stderr] 4064 | rt_alloc_layout_unchecked!(rt_primes_509bytes_32align_alloc_layout_unchecked, 509, 32); Dec 18 14:49:37.757 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.757 INFO [stderr] | Dec 18 14:49:37.757 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.757 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.757 INFO [stderr] | Dec 18 14:49:37.757 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.757 INFO [stderr] | Dec 18 14:49:37.757 INFO [stderr] Dec 18 14:49:37.763 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.763 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.763 INFO [stderr] | Dec 18 14:49:37.763 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.763 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.763 INFO [stderr] ... Dec 18 14:49:37.763 INFO [stderr] 4064 | rt_alloc_layout_unchecked!(rt_primes_509bytes_32align_alloc_layout_unchecked, 509, 32); Dec 18 14:49:37.763 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.763 INFO [stderr] | Dec 18 14:49:37.764 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.764 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.764 INFO [stderr] | Dec 18 14:49:37.764 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.764 INFO [stderr] | Dec 18 14:49:37.764 INFO [stderr] Dec 18 14:49:37.764 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.764 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.764 INFO [stderr] | Dec 18 14:49:37.764 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.764 INFO [stderr] | ^^^^^ Dec 18 14:49:37.764 INFO [stderr] ... Dec 18 14:49:37.764 INFO [stderr] 4077 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_32align_alloc_layout_unchecked, 1021, 32); Dec 18 14:49:37.764 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.764 INFO [stderr] | Dec 18 14:49:37.764 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.764 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.764 INFO [stderr] | Dec 18 14:49:37.764 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.764 INFO [stderr] | Dec 18 14:49:37.764 INFO [stderr] Dec 18 14:49:37.764 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.764 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.764 INFO [stderr] | Dec 18 14:49:37.764 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.764 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.764 INFO [stderr] ... Dec 18 14:49:37.764 INFO [stderr] 4077 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_32align_alloc_layout_unchecked, 1021, 32); Dec 18 14:49:37.764 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.764 INFO [stderr] | Dec 18 14:49:37.764 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.764 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.764 INFO [stderr] | Dec 18 14:49:37.764 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.764 INFO [stderr] | Dec 18 14:49:37.764 INFO [stderr] Dec 18 14:49:37.764 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.764 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.764 INFO [stderr] | Dec 18 14:49:37.764 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.764 INFO [stderr] | ^^^^^ Dec 18 14:49:37.764 INFO [stderr] ... Dec 18 14:49:37.764 INFO [stderr] 4090 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_32align_alloc_layout_unchecked, 2039, 32); Dec 18 14:49:37.764 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.764 INFO [stderr] | Dec 18 14:49:37.764 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.764 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.764 INFO [stderr] | Dec 18 14:49:37.764 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.764 INFO [stderr] | Dec 18 14:49:37.764 INFO [stderr] Dec 18 14:49:37.766 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.766 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.766 INFO [stderr] | Dec 18 14:49:37.766 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.766 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.766 INFO [stderr] ... Dec 18 14:49:37.766 INFO [stderr] 4090 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_32align_alloc_layout_unchecked, 2039, 32); Dec 18 14:49:37.766 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.766 INFO [stderr] | Dec 18 14:49:37.766 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.766 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.766 INFO [stderr] | Dec 18 14:49:37.766 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.766 INFO [stderr] | Dec 18 14:49:37.766 INFO [stderr] Dec 18 14:49:37.766 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.766 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.766 INFO [stderr] | Dec 18 14:49:37.766 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.766 INFO [stderr] | ^^^^^ Dec 18 14:49:37.766 INFO [stderr] ... Dec 18 14:49:37.766 INFO [stderr] 4103 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_32align_alloc_layout_unchecked, 4093, 32); Dec 18 14:49:37.766 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.766 INFO [stderr] | Dec 18 14:49:37.766 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.766 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.766 INFO [stderr] | Dec 18 14:49:37.766 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.766 INFO [stderr] | Dec 18 14:49:37.766 INFO [stderr] Dec 18 14:49:37.766 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.766 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.766 INFO [stderr] | Dec 18 14:49:37.766 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.766 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.766 INFO [stderr] ... Dec 18 14:49:37.766 INFO [stderr] 4103 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_32align_alloc_layout_unchecked, 4093, 32); Dec 18 14:49:37.766 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.766 INFO [stderr] | Dec 18 14:49:37.766 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.766 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.766 INFO [stderr] | Dec 18 14:49:37.766 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.766 INFO [stderr] | Dec 18 14:49:37.766 INFO [stderr] Dec 18 14:49:37.766 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.766 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.766 INFO [stderr] | Dec 18 14:49:37.766 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.766 INFO [stderr] | ^^^^^ Dec 18 14:49:37.766 INFO [stderr] ... Dec 18 14:49:37.766 INFO [stderr] 4116 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_32align_alloc_layout_unchecked, 8191, 32); Dec 18 14:49:37.766 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.766 INFO [stderr] | Dec 18 14:49:37.766 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.766 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.766 INFO [stderr] | Dec 18 14:49:37.766 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.766 INFO [stderr] | Dec 18 14:49:37.766 INFO [stderr] Dec 18 14:49:37.770 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.771 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.771 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.771 INFO [stderr] ... Dec 18 14:49:37.771 INFO [stderr] 4116 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_32align_alloc_layout_unchecked, 8191, 32); Dec 18 14:49:37.771 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.771 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] Dec 18 14:49:37.771 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.771 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.771 INFO [stderr] | ^^^^^ Dec 18 14:49:37.771 INFO [stderr] ... Dec 18 14:49:37.771 INFO [stderr] 4129 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_32align_alloc_layout_unchecked, 16381, 32); Dec 18 14:49:37.771 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.771 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] Dec 18 14:49:37.771 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.771 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.771 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.771 INFO [stderr] ... Dec 18 14:49:37.771 INFO [stderr] 4129 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_32align_alloc_layout_unchecked, 16381, 32); Dec 18 14:49:37.771 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.771 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] Dec 18 14:49:37.771 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.771 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.771 INFO [stderr] | ^^^^^ Dec 18 14:49:37.771 INFO [stderr] ... Dec 18 14:49:37.771 INFO [stderr] 4142 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_32align_alloc_layout_unchecked, 32749, 32); Dec 18 14:49:37.771 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.771 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] Dec 18 14:49:37.771 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.771 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.771 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.771 INFO [stderr] ... Dec 18 14:49:37.771 INFO [stderr] 4142 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_32align_alloc_layout_unchecked, 32749, 32); Dec 18 14:49:37.771 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.771 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.771 INFO [stderr] | Dec 18 14:49:37.771 INFO [stderr] Dec 18 14:49:37.776 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.776 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.777 INFO [stderr] | ^^^^^ Dec 18 14:49:37.777 INFO [stderr] ... Dec 18 14:49:37.777 INFO [stderr] 4155 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_32align_alloc_layout_unchecked, 65537, 32); Dec 18 14:49:37.777 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.777 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] Dec 18 14:49:37.777 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.777 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.777 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.777 INFO [stderr] ... Dec 18 14:49:37.777 INFO [stderr] 4155 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_32align_alloc_layout_unchecked, 65537, 32); Dec 18 14:49:37.777 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.777 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] Dec 18 14:49:37.777 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.777 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.777 INFO [stderr] | ^^^^^ Dec 18 14:49:37.777 INFO [stderr] ... Dec 18 14:49:37.777 INFO [stderr] 4168 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_32align_alloc_layout_unchecked, 131071, 32); Dec 18 14:49:37.777 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.777 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] Dec 18 14:49:37.777 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.777 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.777 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.777 INFO [stderr] ... Dec 18 14:49:37.777 INFO [stderr] 4168 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_32align_alloc_layout_unchecked, 131071, 32); Dec 18 14:49:37.777 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.777 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] Dec 18 14:49:37.777 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.777 INFO [stderr] --> benches/roundtrip.rs:97:36 Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:37.777 INFO [stderr] | ^^^^^ Dec 18 14:49:37.777 INFO [stderr] ... Dec 18 14:49:37.777 INFO [stderr] 4181 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_32align_alloc_layout_unchecked, 4194301, 32); Dec 18 14:49:37.777 INFO [stderr] | ----------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.777 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] Dec 18 14:49:37.777 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.777 INFO [stderr] --> benches/roundtrip.rs:99:26 Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] 99 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.777 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.777 INFO [stderr] ... Dec 18 14:49:37.777 INFO [stderr] 4181 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_32align_alloc_layout_unchecked, 4194301, 32); Dec 18 14:49:37.777 INFO [stderr] | ----------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.777 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.777 INFO [stderr] | Dec 18 14:49:37.777 INFO [stderr] Dec 18 14:49:37.777 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.778 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.778 INFO [stderr] | Dec 18 14:49:37.778 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.778 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.778 INFO [stderr] ... Dec 18 14:49:37.778 INFO [stderr] 262 | rt_alloc_excess_unused!(rt_pow2_1bytes_1align_alloc_excess_unused, 1, 1); Dec 18 14:49:37.778 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.778 INFO [stderr] Dec 18 14:49:37.784 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.784 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.784 INFO [stderr] | Dec 18 14:49:37.784 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.784 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.784 INFO [stderr] ... Dec 18 14:49:37.784 INFO [stderr] 262 | rt_alloc_excess_unused!(rt_pow2_1bytes_1align_alloc_excess_unused, 1, 1); Dec 18 14:49:37.784 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.784 INFO [stderr] | Dec 18 14:49:37.784 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.784 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.784 INFO [stderr] | Dec 18 14:49:37.785 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.785 INFO [stderr] | Dec 18 14:49:37.785 INFO [stderr] Dec 18 14:49:37.785 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.785 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.785 INFO [stderr] | Dec 18 14:49:37.785 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.785 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.785 INFO [stderr] ... Dec 18 14:49:37.785 INFO [stderr] 275 | rt_alloc_excess_unused!(rt_pow2_2bytes_1align_alloc_excess_unused, 2, 1); Dec 18 14:49:37.785 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.785 INFO [stderr] Dec 18 14:49:37.785 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.785 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.785 INFO [stderr] | Dec 18 14:49:37.785 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.785 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.785 INFO [stderr] ... Dec 18 14:49:37.785 INFO [stderr] 275 | rt_alloc_excess_unused!(rt_pow2_2bytes_1align_alloc_excess_unused, 2, 1); Dec 18 14:49:37.785 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.785 INFO [stderr] | Dec 18 14:49:37.785 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.785 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.785 INFO [stderr] | Dec 18 14:49:37.785 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.785 INFO [stderr] | Dec 18 14:49:37.785 INFO [stderr] Dec 18 14:49:37.785 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.785 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.785 INFO [stderr] | Dec 18 14:49:37.785 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.785 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.785 INFO [stderr] ... Dec 18 14:49:37.785 INFO [stderr] 288 | rt_alloc_excess_unused!(rt_pow2_4bytes_1align_alloc_excess_unused, 4, 1); Dec 18 14:49:37.785 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.785 INFO [stderr] Dec 18 14:49:37.785 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.785 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.785 INFO [stderr] | Dec 18 14:49:37.785 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.785 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.785 INFO [stderr] ... Dec 18 14:49:37.785 INFO [stderr] 288 | rt_alloc_excess_unused!(rt_pow2_4bytes_1align_alloc_excess_unused, 4, 1); Dec 18 14:49:37.785 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.785 INFO [stderr] | Dec 18 14:49:37.785 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.785 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.785 INFO [stderr] | Dec 18 14:49:37.785 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.785 INFO [stderr] | Dec 18 14:49:37.785 INFO [stderr] Dec 18 14:49:37.791 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.791 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.791 INFO [stderr] | Dec 18 14:49:37.791 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.791 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.791 INFO [stderr] ... Dec 18 14:49:37.791 INFO [stderr] 301 | rt_alloc_excess_unused!(rt_pow2_8bytes_1align_alloc_excess_unused, 8, 1); Dec 18 14:49:37.791 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.791 INFO [stderr] Dec 18 14:49:37.791 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.791 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.791 INFO [stderr] | Dec 18 14:49:37.791 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.791 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.791 INFO [stderr] ... Dec 18 14:49:37.791 INFO [stderr] 301 | rt_alloc_excess_unused!(rt_pow2_8bytes_1align_alloc_excess_unused, 8, 1); Dec 18 14:49:37.791 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.791 INFO [stderr] | Dec 18 14:49:37.791 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.791 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.791 INFO [stderr] | Dec 18 14:49:37.791 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.791 INFO [stderr] | Dec 18 14:49:37.791 INFO [stderr] Dec 18 14:49:37.791 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.791 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.791 INFO [stderr] | Dec 18 14:49:37.791 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.791 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.791 INFO [stderr] ... Dec 18 14:49:37.791 INFO [stderr] 314 | rt_alloc_excess_unused!(rt_pow2_16bytes_1align_alloc_excess_unused, 16, 1); Dec 18 14:49:37.791 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.791 INFO [stderr] Dec 18 14:49:37.791 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.791 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.791 INFO [stderr] | Dec 18 14:49:37.791 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.791 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.791 INFO [stderr] ... Dec 18 14:49:37.791 INFO [stderr] 314 | rt_alloc_excess_unused!(rt_pow2_16bytes_1align_alloc_excess_unused, 16, 1); Dec 18 14:49:37.791 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.791 INFO [stderr] | Dec 18 14:49:37.791 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.791 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.791 INFO [stderr] | Dec 18 14:49:37.791 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.792 INFO [stderr] | Dec 18 14:49:37.792 INFO [stderr] Dec 18 14:49:37.794 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.794 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.794 INFO [stderr] | Dec 18 14:49:37.794 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.794 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.794 INFO [stderr] ... Dec 18 14:49:37.794 INFO [stderr] 327 | rt_alloc_excess_unused!(rt_pow2_32bytes_1align_alloc_excess_unused, 32, 1); Dec 18 14:49:37.794 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.794 INFO [stderr] Dec 18 14:49:37.794 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.794 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.794 INFO [stderr] | Dec 18 14:49:37.794 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.794 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.794 INFO [stderr] ... Dec 18 14:49:37.794 INFO [stderr] 327 | rt_alloc_excess_unused!(rt_pow2_32bytes_1align_alloc_excess_unused, 32, 1); Dec 18 14:49:37.794 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.794 INFO [stderr] | Dec 18 14:49:37.794 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.794 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.794 INFO [stderr] | Dec 18 14:49:37.794 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.794 INFO [stderr] | Dec 18 14:49:37.794 INFO [stderr] Dec 18 14:49:37.794 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.794 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.794 INFO [stderr] | Dec 18 14:49:37.794 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.794 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.794 INFO [stderr] ... Dec 18 14:49:37.794 INFO [stderr] 340 | rt_alloc_excess_unused!(rt_pow2_64bytes_1align_alloc_excess_unused, 64, 1); Dec 18 14:49:37.794 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.794 INFO [stderr] Dec 18 14:49:37.794 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.794 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.794 INFO [stderr] | Dec 18 14:49:37.794 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.794 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.794 INFO [stderr] ... Dec 18 14:49:37.794 INFO [stderr] 340 | rt_alloc_excess_unused!(rt_pow2_64bytes_1align_alloc_excess_unused, 64, 1); Dec 18 14:49:37.794 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.794 INFO [stderr] | Dec 18 14:49:37.794 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.794 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.794 INFO [stderr] | Dec 18 14:49:37.794 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.794 INFO [stderr] | Dec 18 14:49:37.794 INFO [stderr] Dec 18 14:49:37.794 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.794 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.794 INFO [stderr] | Dec 18 14:49:37.794 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.794 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.794 INFO [stderr] ... Dec 18 14:49:37.794 INFO [stderr] 353 | rt_alloc_excess_unused!(rt_pow2_128bytes_1align_alloc_excess_unused, 128, 1); Dec 18 14:49:37.794 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.794 INFO [stderr] Dec 18 14:49:37.798 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.798 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.798 INFO [stderr] | Dec 18 14:49:37.798 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.798 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.798 INFO [stderr] ... Dec 18 14:49:37.798 INFO [stderr] 353 | rt_alloc_excess_unused!(rt_pow2_128bytes_1align_alloc_excess_unused, 128, 1); Dec 18 14:49:37.798 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.798 INFO [stderr] | Dec 18 14:49:37.798 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.798 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.798 INFO [stderr] | Dec 18 14:49:37.798 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.798 INFO [stderr] | Dec 18 14:49:37.798 INFO [stderr] Dec 18 14:49:37.798 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.798 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.798 INFO [stderr] | Dec 18 14:49:37.798 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.798 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.798 INFO [stderr] ... Dec 18 14:49:37.798 INFO [stderr] 366 | rt_alloc_excess_unused!(rt_pow2_256bytes_1align_alloc_excess_unused, 256, 1); Dec 18 14:49:37.798 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.798 INFO [stderr] Dec 18 14:49:37.798 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.798 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.798 INFO [stderr] | Dec 18 14:49:37.798 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.798 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.798 INFO [stderr] ... Dec 18 14:49:37.798 INFO [stderr] 366 | rt_alloc_excess_unused!(rt_pow2_256bytes_1align_alloc_excess_unused, 256, 1); Dec 18 14:49:37.798 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.798 INFO [stderr] | Dec 18 14:49:37.798 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.798 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.799 INFO [stderr] | Dec 18 14:49:37.799 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.799 INFO [stderr] | Dec 18 14:49:37.799 INFO [stderr] Dec 18 14:49:37.799 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.799 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.799 INFO [stderr] | Dec 18 14:49:37.799 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.799 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.799 INFO [stderr] ... Dec 18 14:49:37.799 INFO [stderr] 379 | rt_alloc_excess_unused!(rt_pow2_512bytes_1align_alloc_excess_unused, 512, 1); Dec 18 14:49:37.799 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.799 INFO [stderr] Dec 18 14:49:37.799 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.799 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.799 INFO [stderr] | Dec 18 14:49:37.799 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.799 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.799 INFO [stderr] ... Dec 18 14:49:37.799 INFO [stderr] 379 | rt_alloc_excess_unused!(rt_pow2_512bytes_1align_alloc_excess_unused, 512, 1); Dec 18 14:49:37.799 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.799 INFO [stderr] | Dec 18 14:49:37.799 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.799 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.799 INFO [stderr] | Dec 18 14:49:37.799 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.799 INFO [stderr] | Dec 18 14:49:37.799 INFO [stderr] Dec 18 14:49:37.801 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.801 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.801 INFO [stderr] | Dec 18 14:49:37.801 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.801 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.801 INFO [stderr] ... Dec 18 14:49:37.801 INFO [stderr] 392 | rt_alloc_excess_unused!(rt_pow2_1024bytes_1align_alloc_excess_unused, 1024, 1); Dec 18 14:49:37.801 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.801 INFO [stderr] Dec 18 14:49:37.801 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.801 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.802 INFO [stderr] | Dec 18 14:49:37.802 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.802 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.802 INFO [stderr] ... Dec 18 14:49:37.802 INFO [stderr] 392 | rt_alloc_excess_unused!(rt_pow2_1024bytes_1align_alloc_excess_unused, 1024, 1); Dec 18 14:49:37.802 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.802 INFO [stderr] | Dec 18 14:49:37.802 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.802 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.802 INFO [stderr] | Dec 18 14:49:37.802 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.802 INFO [stderr] | Dec 18 14:49:37.802 INFO [stderr] Dec 18 14:49:37.802 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.802 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.802 INFO [stderr] | Dec 18 14:49:37.802 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.802 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.802 INFO [stderr] ... Dec 18 14:49:37.802 INFO [stderr] 405 | rt_alloc_excess_unused!(rt_pow2_2048bytes_1align_alloc_excess_unused, 2048, 1); Dec 18 14:49:37.802 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.802 INFO [stderr] Dec 18 14:49:37.802 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.802 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.802 INFO [stderr] | Dec 18 14:49:37.802 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.802 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.802 INFO [stderr] ... Dec 18 14:49:37.802 INFO [stderr] 405 | rt_alloc_excess_unused!(rt_pow2_2048bytes_1align_alloc_excess_unused, 2048, 1); Dec 18 14:49:37.802 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.802 INFO [stderr] | Dec 18 14:49:37.802 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.802 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.802 INFO [stderr] | Dec 18 14:49:37.802 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.802 INFO [stderr] | Dec 18 14:49:37.802 INFO [stderr] Dec 18 14:49:37.802 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.802 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.802 INFO [stderr] | Dec 18 14:49:37.802 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.802 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.802 INFO [stderr] ... Dec 18 14:49:37.802 INFO [stderr] 418 | rt_alloc_excess_unused!(rt_pow2_4096bytes_1align_alloc_excess_unused, 4096, 1); Dec 18 14:49:37.802 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.802 INFO [stderr] Dec 18 14:49:37.802 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.809 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.809 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.809 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.809 INFO [stderr] ... Dec 18 14:49:37.809 INFO [stderr] 418 | rt_alloc_excess_unused!(rt_pow2_4096bytes_1align_alloc_excess_unused, 4096, 1); Dec 18 14:49:37.809 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.809 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.809 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.809 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.809 INFO [stderr] Dec 18 14:49:37.809 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.809 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.809 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.809 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.809 INFO [stderr] ... Dec 18 14:49:37.809 INFO [stderr] 431 | rt_alloc_excess_unused!(rt_pow2_8192bytes_1align_alloc_excess_unused, 8192, 1); Dec 18 14:49:37.809 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.809 INFO [stderr] Dec 18 14:49:37.809 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.809 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.809 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.809 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.809 INFO [stderr] ... Dec 18 14:49:37.809 INFO [stderr] 431 | rt_alloc_excess_unused!(rt_pow2_8192bytes_1align_alloc_excess_unused, 8192, 1); Dec 18 14:49:37.809 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.809 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.809 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.809 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.809 INFO [stderr] Dec 18 14:49:37.809 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.809 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.809 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.809 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.809 INFO [stderr] ... Dec 18 14:49:37.809 INFO [stderr] 444 | rt_alloc_excess_unused!(rt_pow2_16384bytes_1align_alloc_excess_unused, 16384, 1); Dec 18 14:49:37.809 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.809 INFO [stderr] Dec 18 14:49:37.809 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.809 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.809 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.809 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.809 INFO [stderr] ... Dec 18 14:49:37.809 INFO [stderr] 444 | rt_alloc_excess_unused!(rt_pow2_16384bytes_1align_alloc_excess_unused, 16384, 1); Dec 18 14:49:37.809 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.809 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.809 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.809 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.809 INFO [stderr] Dec 18 14:49:37.809 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.809 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.809 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.809 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.809 INFO [stderr] ... Dec 18 14:49:37.809 INFO [stderr] 457 | rt_alloc_excess_unused!(rt_pow2_32768bytes_1align_alloc_excess_unused, 32768, 1); Dec 18 14:49:37.809 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.809 INFO [stderr] Dec 18 14:49:37.809 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.809 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.809 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.809 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.809 INFO [stderr] ... Dec 18 14:49:37.809 INFO [stderr] 457 | rt_alloc_excess_unused!(rt_pow2_32768bytes_1align_alloc_excess_unused, 32768, 1); Dec 18 14:49:37.809 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.809 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.809 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.809 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.809 INFO [stderr] | Dec 18 14:49:37.810 INFO [stderr] Dec 18 14:49:37.810 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.810 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.810 INFO [stderr] | Dec 18 14:49:37.810 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.810 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.810 INFO [stderr] ... Dec 18 14:49:37.810 INFO [stderr] 470 | rt_alloc_excess_unused!(rt_pow2_65536bytes_1align_alloc_excess_unused, 65536, 1); Dec 18 14:49:37.810 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.810 INFO [stderr] Dec 18 14:49:37.810 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.810 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.810 INFO [stderr] | Dec 18 14:49:37.810 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.810 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.810 INFO [stderr] ... Dec 18 14:49:37.810 INFO [stderr] 470 | rt_alloc_excess_unused!(rt_pow2_65536bytes_1align_alloc_excess_unused, 65536, 1); Dec 18 14:49:37.810 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.810 INFO [stderr] | Dec 18 14:49:37.810 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.810 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.810 INFO [stderr] | Dec 18 14:49:37.810 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.810 INFO [stderr] | Dec 18 14:49:37.810 INFO [stderr] Dec 18 14:49:37.810 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.810 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.810 INFO [stderr] | Dec 18 14:49:37.810 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.810 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.810 INFO [stderr] ... Dec 18 14:49:37.810 INFO [stderr] 483 | rt_alloc_excess_unused!(rt_pow2_131072bytes_1align_alloc_excess_unused, 131072, 1); Dec 18 14:49:37.810 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.810 INFO [stderr] Dec 18 14:49:37.816 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.816 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.816 INFO [stderr] | Dec 18 14:49:37.816 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.816 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.816 INFO [stderr] ... Dec 18 14:49:37.816 INFO [stderr] 483 | rt_alloc_excess_unused!(rt_pow2_131072bytes_1align_alloc_excess_unused, 131072, 1); Dec 18 14:49:37.816 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.816 INFO [stderr] | Dec 18 14:49:37.816 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.816 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.816 INFO [stderr] | Dec 18 14:49:37.816 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.816 INFO [stderr] | Dec 18 14:49:37.816 INFO [stderr] Dec 18 14:49:37.816 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.816 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.816 INFO [stderr] | Dec 18 14:49:37.816 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.816 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.816 INFO [stderr] ... Dec 18 14:49:37.816 INFO [stderr] 496 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_1align_alloc_excess_unused, 4194304, 1); Dec 18 14:49:37.816 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.816 INFO [stderr] Dec 18 14:49:37.816 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.816 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.816 INFO [stderr] | Dec 18 14:49:37.816 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.816 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.816 INFO [stderr] ... Dec 18 14:49:37.816 INFO [stderr] 496 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_1align_alloc_excess_unused, 4194304, 1); Dec 18 14:49:37.816 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.816 INFO [stderr] | Dec 18 14:49:37.816 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.816 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.816 INFO [stderr] | Dec 18 14:49:37.816 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.816 INFO [stderr] | Dec 18 14:49:37.816 INFO [stderr] Dec 18 14:49:37.816 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.816 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.816 INFO [stderr] | Dec 18 14:49:37.816 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.816 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.816 INFO [stderr] ... Dec 18 14:49:37.816 INFO [stderr] 510 | rt_alloc_excess_unused!(rt_even_10bytes_1align_alloc_excess_unused, 10, 1); Dec 18 14:49:37.816 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.816 INFO [stderr] Dec 18 14:49:37.816 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.816 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.816 INFO [stderr] | Dec 18 14:49:37.816 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.816 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.816 INFO [stderr] ... Dec 18 14:49:37.816 INFO [stderr] 510 | rt_alloc_excess_unused!(rt_even_10bytes_1align_alloc_excess_unused, 10, 1); Dec 18 14:49:37.816 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.816 INFO [stderr] | Dec 18 14:49:37.816 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.816 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.816 INFO [stderr] | Dec 18 14:49:37.816 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.816 INFO [stderr] | Dec 18 14:49:37.816 INFO [stderr] Dec 18 14:49:37.820 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.821 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.821 INFO [stderr] | Dec 18 14:49:37.821 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.821 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.821 INFO [stderr] ... Dec 18 14:49:37.821 INFO [stderr] 523 | rt_alloc_excess_unused!(rt_even_100bytes_1align_alloc_excess_unused, 100, 1); Dec 18 14:49:37.821 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.821 INFO [stderr] Dec 18 14:49:37.821 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.821 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.821 INFO [stderr] | Dec 18 14:49:37.821 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.821 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.821 INFO [stderr] ... Dec 18 14:49:37.821 INFO [stderr] 523 | rt_alloc_excess_unused!(rt_even_100bytes_1align_alloc_excess_unused, 100, 1); Dec 18 14:49:37.821 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.821 INFO [stderr] | Dec 18 14:49:37.821 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.821 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.821 INFO [stderr] | Dec 18 14:49:37.821 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.821 INFO [stderr] | Dec 18 14:49:37.821 INFO [stderr] Dec 18 14:49:37.821 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.821 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.821 INFO [stderr] | Dec 18 14:49:37.821 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.821 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.821 INFO [stderr] ... Dec 18 14:49:37.821 INFO [stderr] 536 | rt_alloc_excess_unused!(rt_even_1000bytes_1align_alloc_excess_unused, 1000, 1); Dec 18 14:49:37.821 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.821 INFO [stderr] Dec 18 14:49:37.821 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.821 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.821 INFO [stderr] | Dec 18 14:49:37.821 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.821 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.821 INFO [stderr] ... Dec 18 14:49:37.821 INFO [stderr] 536 | rt_alloc_excess_unused!(rt_even_1000bytes_1align_alloc_excess_unused, 1000, 1); Dec 18 14:49:37.821 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.821 INFO [stderr] | Dec 18 14:49:37.821 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.821 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.821 INFO [stderr] | Dec 18 14:49:37.821 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.821 INFO [stderr] | Dec 18 14:49:37.821 INFO [stderr] Dec 18 14:49:37.821 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.821 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.821 INFO [stderr] | Dec 18 14:49:37.821 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.821 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.821 INFO [stderr] ... Dec 18 14:49:37.821 INFO [stderr] 549 | rt_alloc_excess_unused!(rt_even_10000bytes_1align_alloc_excess_unused, 10000, 1); Dec 18 14:49:37.821 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.821 INFO [stderr] Dec 18 14:49:37.821 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.821 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.821 INFO [stderr] | Dec 18 14:49:37.821 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.821 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.821 INFO [stderr] ... Dec 18 14:49:37.821 INFO [stderr] 549 | rt_alloc_excess_unused!(rt_even_10000bytes_1align_alloc_excess_unused, 10000, 1); Dec 18 14:49:37.821 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.821 INFO [stderr] | Dec 18 14:49:37.821 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.821 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.821 INFO [stderr] | Dec 18 14:49:37.821 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.821 INFO [stderr] | Dec 18 14:49:37.821 INFO [stderr] Dec 18 14:49:37.821 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.821 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.821 INFO [stderr] | Dec 18 14:49:37.821 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.821 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.821 INFO [stderr] ... Dec 18 14:49:37.821 INFO [stderr] 562 | rt_alloc_excess_unused!(rt_even_100000bytes_1align_alloc_excess_unused, 100000, 1); Dec 18 14:49:37.821 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.821 INFO [stderr] Dec 18 14:49:37.821 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.821 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.821 INFO [stderr] | Dec 18 14:49:37.821 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.821 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.821 INFO [stderr] ... Dec 18 14:49:37.822 INFO [stderr] 562 | rt_alloc_excess_unused!(rt_even_100000bytes_1align_alloc_excess_unused, 100000, 1); Dec 18 14:49:37.822 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.822 INFO [stderr] | Dec 18 14:49:37.822 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.822 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.822 INFO [stderr] | Dec 18 14:49:37.822 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.822 INFO [stderr] | Dec 18 14:49:37.822 INFO [stderr] Dec 18 14:49:37.822 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.822 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.822 INFO [stderr] | Dec 18 14:49:37.822 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.822 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.822 INFO [stderr] ... Dec 18 14:49:37.822 INFO [stderr] 575 | rt_alloc_excess_unused!(rt_even_1000000bytes_1align_alloc_excess_unused, 1000000, 1); Dec 18 14:49:37.822 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.822 INFO [stderr] Dec 18 14:49:37.822 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.822 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.822 INFO [stderr] | Dec 18 14:49:37.822 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.822 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.822 INFO [stderr] ... Dec 18 14:49:37.822 INFO [stderr] 575 | rt_alloc_excess_unused!(rt_even_1000000bytes_1align_alloc_excess_unused, 1000000, 1); Dec 18 14:49:37.822 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.822 INFO [stderr] | Dec 18 14:49:37.822 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.822 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.822 INFO [stderr] | Dec 18 14:49:37.822 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.822 INFO [stderr] | Dec 18 14:49:37.822 INFO [stderr] Dec 18 14:49:37.826 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.826 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.826 INFO [stderr] | Dec 18 14:49:37.826 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.826 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.826 INFO [stderr] ... Dec 18 14:49:37.826 INFO [stderr] 589 | rt_alloc_excess_unused!(rt_odd_10bytes_1align_alloc_excess_unused, 10- 1, 1); Dec 18 14:49:37.826 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.826 INFO [stderr] Dec 18 14:49:37.826 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.826 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.826 INFO [stderr] | Dec 18 14:49:37.826 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.826 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.826 INFO [stderr] ... Dec 18 14:49:37.826 INFO [stderr] 589 | rt_alloc_excess_unused!(rt_odd_10bytes_1align_alloc_excess_unused, 10- 1, 1); Dec 18 14:49:37.826 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.826 INFO [stderr] | Dec 18 14:49:37.826 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.826 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.826 INFO [stderr] | Dec 18 14:49:37.826 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.826 INFO [stderr] | Dec 18 14:49:37.826 INFO [stderr] Dec 18 14:49:37.826 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.826 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.826 INFO [stderr] | Dec 18 14:49:37.826 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.826 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.826 INFO [stderr] ... Dec 18 14:49:37.826 INFO [stderr] 602 | rt_alloc_excess_unused!(rt_odd_100bytes_1align_alloc_excess_unused, 100- 1, 1); Dec 18 14:49:37.826 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.826 INFO [stderr] Dec 18 14:49:37.826 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.826 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.826 INFO [stderr] | Dec 18 14:49:37.826 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.826 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.826 INFO [stderr] ... Dec 18 14:49:37.826 INFO [stderr] 602 | rt_alloc_excess_unused!(rt_odd_100bytes_1align_alloc_excess_unused, 100- 1, 1); Dec 18 14:49:37.826 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.827 INFO [stderr] | Dec 18 14:49:37.827 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.827 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.827 INFO [stderr] | Dec 18 14:49:37.827 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.827 INFO [stderr] | Dec 18 14:49:37.827 INFO [stderr] Dec 18 14:49:37.837 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.837 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.837 INFO [stderr] | Dec 18 14:49:37.837 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.837 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.837 INFO [stderr] ... Dec 18 14:49:37.837 INFO [stderr] 615 | rt_alloc_excess_unused!(rt_odd_1000bytes_1align_alloc_excess_unused, 1000- 1, 1); Dec 18 14:49:37.837 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.837 INFO [stderr] Dec 18 14:49:37.837 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.837 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.837 INFO [stderr] | Dec 18 14:49:37.837 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.837 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.837 INFO [stderr] ... Dec 18 14:49:37.837 INFO [stderr] 615 | rt_alloc_excess_unused!(rt_odd_1000bytes_1align_alloc_excess_unused, 1000- 1, 1); Dec 18 14:49:37.837 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.837 INFO [stderr] | Dec 18 14:49:37.837 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.837 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.837 INFO [stderr] | Dec 18 14:49:37.837 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.837 INFO [stderr] | Dec 18 14:49:37.837 INFO [stderr] Dec 18 14:49:37.837 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.837 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.837 INFO [stderr] | Dec 18 14:49:37.837 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.837 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.837 INFO [stderr] ... Dec 18 14:49:37.837 INFO [stderr] 628 | rt_alloc_excess_unused!(rt_odd_10000bytes_1align_alloc_excess_unused, 10000- 1, 1); Dec 18 14:49:37.837 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.837 INFO [stderr] Dec 18 14:49:37.837 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.837 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.837 INFO [stderr] | Dec 18 14:49:37.837 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.837 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.837 INFO [stderr] ... Dec 18 14:49:37.837 INFO [stderr] 628 | rt_alloc_excess_unused!(rt_odd_10000bytes_1align_alloc_excess_unused, 10000- 1, 1); Dec 18 14:49:37.837 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.837 INFO [stderr] | Dec 18 14:49:37.837 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.837 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.837 INFO [stderr] | Dec 18 14:49:37.837 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.837 INFO [stderr] | Dec 18 14:49:37.837 INFO [stderr] Dec 18 14:49:37.837 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.837 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.837 INFO [stderr] | Dec 18 14:49:37.837 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.837 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.837 INFO [stderr] ... Dec 18 14:49:37.837 INFO [stderr] 641 | rt_alloc_excess_unused!(rt_odd_100000bytes_1align_alloc_excess_unused, 100000- 1, 1); Dec 18 14:49:37.837 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.837 INFO [stderr] Dec 18 14:49:37.837 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.837 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.837 INFO [stderr] | Dec 18 14:49:37.837 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.837 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.837 INFO [stderr] ... Dec 18 14:49:37.837 INFO [stderr] 641 | rt_alloc_excess_unused!(rt_odd_100000bytes_1align_alloc_excess_unused, 100000- 1, 1); Dec 18 14:49:37.837 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.837 INFO [stderr] | Dec 18 14:49:37.837 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.837 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.837 INFO [stderr] | Dec 18 14:49:37.837 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.837 INFO [stderr] | Dec 18 14:49:37.837 INFO [stderr] Dec 18 14:49:37.837 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.837 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.837 INFO [stderr] | Dec 18 14:49:37.837 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.837 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.837 INFO [stderr] ... Dec 18 14:49:37.837 INFO [stderr] 654 | rt_alloc_excess_unused!(rt_odd_1000000bytes_1align_alloc_excess_unused, 1000000- 1, 1); Dec 18 14:49:37.837 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.837 INFO [stderr] Dec 18 14:49:37.837 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.837 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.837 INFO [stderr] | Dec 18 14:49:37.837 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.838 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.838 INFO [stderr] ... Dec 18 14:49:37.838 INFO [stderr] 654 | rt_alloc_excess_unused!(rt_odd_1000000bytes_1align_alloc_excess_unused, 1000000- 1, 1); Dec 18 14:49:37.838 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.838 INFO [stderr] | Dec 18 14:49:37.838 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.838 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.838 INFO [stderr] | Dec 18 14:49:37.838 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.838 INFO [stderr] | Dec 18 14:49:37.838 INFO [stderr] Dec 18 14:49:37.838 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.838 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.838 INFO [stderr] | Dec 18 14:49:37.838 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.838 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.838 INFO [stderr] ... Dec 18 14:49:37.838 INFO [stderr] 668 | rt_alloc_excess_unused!(rt_primes_3bytes_1align_alloc_excess_unused, 3, 1); Dec 18 14:49:37.838 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.838 INFO [stderr] Dec 18 14:49:37.838 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.838 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.838 INFO [stderr] | Dec 18 14:49:37.838 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.838 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.838 INFO [stderr] ... Dec 18 14:49:37.838 INFO [stderr] 668 | rt_alloc_excess_unused!(rt_primes_3bytes_1align_alloc_excess_unused, 3, 1); Dec 18 14:49:37.838 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.838 INFO [stderr] | Dec 18 14:49:37.838 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.838 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.838 INFO [stderr] | Dec 18 14:49:37.838 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.838 INFO [stderr] | Dec 18 14:49:37.838 INFO [stderr] Dec 18 14:49:37.842 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.842 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.842 INFO [stderr] | Dec 18 14:49:37.842 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.842 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.842 INFO [stderr] ... Dec 18 14:49:37.842 INFO [stderr] 681 | rt_alloc_excess_unused!(rt_primes_7bytes_1align_alloc_excess_unused, 7, 1); Dec 18 14:49:37.842 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.842 INFO [stderr] Dec 18 14:49:37.842 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.842 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.842 INFO [stderr] | Dec 18 14:49:37.842 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.842 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.842 INFO [stderr] ... Dec 18 14:49:37.842 INFO [stderr] 681 | rt_alloc_excess_unused!(rt_primes_7bytes_1align_alloc_excess_unused, 7, 1); Dec 18 14:49:37.842 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.842 INFO [stderr] | Dec 18 14:49:37.842 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.842 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.842 INFO [stderr] | Dec 18 14:49:37.842 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.842 INFO [stderr] | Dec 18 14:49:37.842 INFO [stderr] Dec 18 14:49:37.842 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.842 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.842 INFO [stderr] | Dec 18 14:49:37.842 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.842 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.842 INFO [stderr] ... Dec 18 14:49:37.842 INFO [stderr] 694 | rt_alloc_excess_unused!(rt_primes_13bytes_1align_alloc_excess_unused, 13, 1); Dec 18 14:49:37.842 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.842 INFO [stderr] Dec 18 14:49:37.842 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.842 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.842 INFO [stderr] | Dec 18 14:49:37.842 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.842 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.842 INFO [stderr] ... Dec 18 14:49:37.842 INFO [stderr] 694 | rt_alloc_excess_unused!(rt_primes_13bytes_1align_alloc_excess_unused, 13, 1); Dec 18 14:49:37.842 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.842 INFO [stderr] | Dec 18 14:49:37.842 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.842 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.842 INFO [stderr] | Dec 18 14:49:37.842 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.842 INFO [stderr] | Dec 18 14:49:37.842 INFO [stderr] Dec 18 14:49:37.849 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.849 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.849 INFO [stderr] | Dec 18 14:49:37.849 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.849 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.849 INFO [stderr] ... Dec 18 14:49:37.849 INFO [stderr] 707 | rt_alloc_excess_unused!(rt_primes_17bytes_1align_alloc_excess_unused, 17, 1); Dec 18 14:49:37.849 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.849 INFO [stderr] Dec 18 14:49:37.849 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.849 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.849 INFO [stderr] | Dec 18 14:49:37.849 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.849 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.849 INFO [stderr] ... Dec 18 14:49:37.849 INFO [stderr] 707 | rt_alloc_excess_unused!(rt_primes_17bytes_1align_alloc_excess_unused, 17, 1); Dec 18 14:49:37.849 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.849 INFO [stderr] | Dec 18 14:49:37.849 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.849 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.849 INFO [stderr] | Dec 18 14:49:37.849 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.849 INFO [stderr] | Dec 18 14:49:37.849 INFO [stderr] Dec 18 14:49:37.849 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.849 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.849 INFO [stderr] | Dec 18 14:49:37.849 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.849 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.849 INFO [stderr] ... Dec 18 14:49:37.849 INFO [stderr] 720 | rt_alloc_excess_unused!(rt_primes_31bytes_1align_alloc_excess_unused, 31, 1); Dec 18 14:49:37.849 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.849 INFO [stderr] Dec 18 14:49:37.849 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.849 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.849 INFO [stderr] | Dec 18 14:49:37.849 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.849 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.849 INFO [stderr] ... Dec 18 14:49:37.849 INFO [stderr] 720 | rt_alloc_excess_unused!(rt_primes_31bytes_1align_alloc_excess_unused, 31, 1); Dec 18 14:49:37.849 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.849 INFO [stderr] | Dec 18 14:49:37.849 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.849 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.849 INFO [stderr] | Dec 18 14:49:37.849 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.849 INFO [stderr] | Dec 18 14:49:37.849 INFO [stderr] Dec 18 14:49:37.849 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.849 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.849 INFO [stderr] | Dec 18 14:49:37.849 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.849 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.849 INFO [stderr] ... Dec 18 14:49:37.849 INFO [stderr] 733 | rt_alloc_excess_unused!(rt_primes_61bytes_1align_alloc_excess_unused, 61, 1); Dec 18 14:49:37.849 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.849 INFO [stderr] Dec 18 14:49:37.849 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.849 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.849 INFO [stderr] | Dec 18 14:49:37.849 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.849 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.849 INFO [stderr] ... Dec 18 14:49:37.849 INFO [stderr] 733 | rt_alloc_excess_unused!(rt_primes_61bytes_1align_alloc_excess_unused, 61, 1); Dec 18 14:49:37.849 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.849 INFO [stderr] | Dec 18 14:49:37.849 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.849 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.849 INFO [stderr] | Dec 18 14:49:37.849 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.849 INFO [stderr] | Dec 18 14:49:37.849 INFO [stderr] Dec 18 14:49:37.849 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.849 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.849 INFO [stderr] | Dec 18 14:49:37.849 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.849 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.849 INFO [stderr] ... Dec 18 14:49:37.849 INFO [stderr] 746 | rt_alloc_excess_unused!(rt_primes_96bytes_1align_alloc_excess_unused, 96, 1); Dec 18 14:49:37.849 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.849 INFO [stderr] Dec 18 14:49:37.849 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.849 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.849 INFO [stderr] | Dec 18 14:49:37.850 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.850 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.850 INFO [stderr] ... Dec 18 14:49:37.850 INFO [stderr] 746 | rt_alloc_excess_unused!(rt_primes_96bytes_1align_alloc_excess_unused, 96, 1); Dec 18 14:49:37.850 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.850 INFO [stderr] | Dec 18 14:49:37.850 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.850 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.850 INFO [stderr] | Dec 18 14:49:37.850 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.850 INFO [stderr] | Dec 18 14:49:37.850 INFO [stderr] Dec 18 14:49:37.850 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.850 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.850 INFO [stderr] | Dec 18 14:49:37.850 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.850 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.850 INFO [stderr] ... Dec 18 14:49:37.850 INFO [stderr] 759 | rt_alloc_excess_unused!(rt_primes_127bytes_1align_alloc_excess_unused, 127, 1); Dec 18 14:49:37.850 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.850 INFO [stderr] Dec 18 14:49:37.850 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.850 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.850 INFO [stderr] | Dec 18 14:49:37.850 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.850 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.850 INFO [stderr] ... Dec 18 14:49:37.850 INFO [stderr] 759 | rt_alloc_excess_unused!(rt_primes_127bytes_1align_alloc_excess_unused, 127, 1); Dec 18 14:49:37.850 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.850 INFO [stderr] | Dec 18 14:49:37.850 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.850 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.850 INFO [stderr] | Dec 18 14:49:37.850 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.850 INFO [stderr] | Dec 18 14:49:37.850 INFO [stderr] Dec 18 14:49:37.856 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.856 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.856 INFO [stderr] | Dec 18 14:49:37.856 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.856 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.856 INFO [stderr] ... Dec 18 14:49:37.856 INFO [stderr] 772 | rt_alloc_excess_unused!(rt_primes_257bytes_1align_alloc_excess_unused, 257, 1); Dec 18 14:49:37.856 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.856 INFO [stderr] Dec 18 14:49:37.856 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.856 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.856 INFO [stderr] | Dec 18 14:49:37.856 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.856 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.856 INFO [stderr] ... Dec 18 14:49:37.856 INFO [stderr] 772 | rt_alloc_excess_unused!(rt_primes_257bytes_1align_alloc_excess_unused, 257, 1); Dec 18 14:49:37.856 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.856 INFO [stderr] | Dec 18 14:49:37.856 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.856 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.856 INFO [stderr] | Dec 18 14:49:37.856 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.856 INFO [stderr] | Dec 18 14:49:37.856 INFO [stderr] Dec 18 14:49:37.856 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.856 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.856 INFO [stderr] | Dec 18 14:49:37.856 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.856 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.856 INFO [stderr] ... Dec 18 14:49:37.856 INFO [stderr] 785 | rt_alloc_excess_unused!(rt_primes_509bytes_1align_alloc_excess_unused, 509, 1); Dec 18 14:49:37.856 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.856 INFO [stderr] Dec 18 14:49:37.856 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.856 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.856 INFO [stderr] | Dec 18 14:49:37.856 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.856 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.856 INFO [stderr] ... Dec 18 14:49:37.856 INFO [stderr] 785 | rt_alloc_excess_unused!(rt_primes_509bytes_1align_alloc_excess_unused, 509, 1); Dec 18 14:49:37.856 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.856 INFO [stderr] | Dec 18 14:49:37.856 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.856 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.856 INFO [stderr] | Dec 18 14:49:37.856 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.856 INFO [stderr] | Dec 18 14:49:37.856 INFO [stderr] Dec 18 14:49:37.856 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.856 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.856 INFO [stderr] | Dec 18 14:49:37.856 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.856 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.856 INFO [stderr] ... Dec 18 14:49:37.856 INFO [stderr] 798 | rt_alloc_excess_unused!(rt_primes_1021bytes_1align_alloc_excess_unused, 1021, 1); Dec 18 14:49:37.856 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.856 INFO [stderr] Dec 18 14:49:37.858 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.858 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.858 INFO [stderr] | Dec 18 14:49:37.858 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.858 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.858 INFO [stderr] ... Dec 18 14:49:37.858 INFO [stderr] 798 | rt_alloc_excess_unused!(rt_primes_1021bytes_1align_alloc_excess_unused, 1021, 1); Dec 18 14:49:37.858 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.858 INFO [stderr] | Dec 18 14:49:37.858 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.858 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.858 INFO [stderr] | Dec 18 14:49:37.858 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.858 INFO [stderr] | Dec 18 14:49:37.858 INFO [stderr] Dec 18 14:49:37.858 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.858 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.858 INFO [stderr] | Dec 18 14:49:37.858 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.858 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.858 INFO [stderr] ... Dec 18 14:49:37.858 INFO [stderr] 811 | rt_alloc_excess_unused!(rt_primes_2039bytes_1align_alloc_excess_unused, 2039, 1); Dec 18 14:49:37.858 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.858 INFO [stderr] Dec 18 14:49:37.858 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.858 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.858 INFO [stderr] | Dec 18 14:49:37.858 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.858 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.858 INFO [stderr] ... Dec 18 14:49:37.858 INFO [stderr] 811 | rt_alloc_excess_unused!(rt_primes_2039bytes_1align_alloc_excess_unused, 2039, 1); Dec 18 14:49:37.858 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.858 INFO [stderr] | Dec 18 14:49:37.858 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.858 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.858 INFO [stderr] | Dec 18 14:49:37.858 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.858 INFO [stderr] | Dec 18 14:49:37.858 INFO [stderr] Dec 18 14:49:37.858 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.858 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.858 INFO [stderr] | Dec 18 14:49:37.858 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.858 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.858 INFO [stderr] ... Dec 18 14:49:37.858 INFO [stderr] 824 | rt_alloc_excess_unused!(rt_primes_4093bytes_1align_alloc_excess_unused, 4093, 1); Dec 18 14:49:37.858 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.858 INFO [stderr] Dec 18 14:49:37.858 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.859 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.859 INFO [stderr] | Dec 18 14:49:37.859 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.859 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.859 INFO [stderr] ... Dec 18 14:49:37.859 INFO [stderr] 824 | rt_alloc_excess_unused!(rt_primes_4093bytes_1align_alloc_excess_unused, 4093, 1); Dec 18 14:49:37.859 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.859 INFO [stderr] | Dec 18 14:49:37.859 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.859 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.859 INFO [stderr] | Dec 18 14:49:37.859 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.859 INFO [stderr] | Dec 18 14:49:37.859 INFO [stderr] Dec 18 14:49:37.864 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.864 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.864 INFO [stderr] | Dec 18 14:49:37.864 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.864 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.864 INFO [stderr] ... Dec 18 14:49:37.864 INFO [stderr] 837 | rt_alloc_excess_unused!(rt_primes_8191bytes_1align_alloc_excess_unused, 8191, 1); Dec 18 14:49:37.864 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.864 INFO [stderr] Dec 18 14:49:37.864 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.864 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.864 INFO [stderr] | Dec 18 14:49:37.864 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.864 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.864 INFO [stderr] ... Dec 18 14:49:37.864 INFO [stderr] 837 | rt_alloc_excess_unused!(rt_primes_8191bytes_1align_alloc_excess_unused, 8191, 1); Dec 18 14:49:37.864 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.864 INFO [stderr] | Dec 18 14:49:37.864 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.864 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.864 INFO [stderr] | Dec 18 14:49:37.864 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.864 INFO [stderr] | Dec 18 14:49:37.865 INFO [stderr] Dec 18 14:49:37.865 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.865 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.865 INFO [stderr] | Dec 18 14:49:37.865 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.865 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.865 INFO [stderr] ... Dec 18 14:49:37.865 INFO [stderr] 850 | rt_alloc_excess_unused!(rt_primes_16381bytes_1align_alloc_excess_unused, 16381, 1); Dec 18 14:49:37.865 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.865 INFO [stderr] Dec 18 14:49:37.865 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.865 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.865 INFO [stderr] | Dec 18 14:49:37.865 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.865 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.865 INFO [stderr] ... Dec 18 14:49:37.865 INFO [stderr] 850 | rt_alloc_excess_unused!(rt_primes_16381bytes_1align_alloc_excess_unused, 16381, 1); Dec 18 14:49:37.865 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.865 INFO [stderr] | Dec 18 14:49:37.865 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.865 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.865 INFO [stderr] | Dec 18 14:49:37.865 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.865 INFO [stderr] | Dec 18 14:49:37.865 INFO [stderr] Dec 18 14:49:37.865 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.865 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.865 INFO [stderr] | Dec 18 14:49:37.865 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.865 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.865 INFO [stderr] ... Dec 18 14:49:37.865 INFO [stderr] 863 | rt_alloc_excess_unused!(rt_primes_32749bytes_1align_alloc_excess_unused, 32749, 1); Dec 18 14:49:37.865 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.865 INFO [stderr] Dec 18 14:49:37.872 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.872 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.873 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.873 INFO [stderr] ... Dec 18 14:49:37.873 INFO [stderr] 863 | rt_alloc_excess_unused!(rt_primes_32749bytes_1align_alloc_excess_unused, 32749, 1); Dec 18 14:49:37.873 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.873 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] Dec 18 14:49:37.873 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.873 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.873 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.873 INFO [stderr] ... Dec 18 14:49:37.873 INFO [stderr] 876 | rt_alloc_excess_unused!(rt_primes_65537bytes_1align_alloc_excess_unused, 65537, 1); Dec 18 14:49:37.873 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.873 INFO [stderr] Dec 18 14:49:37.873 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.873 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.873 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.873 INFO [stderr] ... Dec 18 14:49:37.873 INFO [stderr] 876 | rt_alloc_excess_unused!(rt_primes_65537bytes_1align_alloc_excess_unused, 65537, 1); Dec 18 14:49:37.873 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.873 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] Dec 18 14:49:37.873 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.873 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.873 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.873 INFO [stderr] ... Dec 18 14:49:37.873 INFO [stderr] 889 | rt_alloc_excess_unused!(rt_primes_131071bytes_1align_alloc_excess_unused, 131071, 1); Dec 18 14:49:37.873 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.873 INFO [stderr] Dec 18 14:49:37.873 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.873 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.873 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.873 INFO [stderr] ... Dec 18 14:49:37.873 INFO [stderr] 889 | rt_alloc_excess_unused!(rt_primes_131071bytes_1align_alloc_excess_unused, 131071, 1); Dec 18 14:49:37.873 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.873 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] Dec 18 14:49:37.873 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.873 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.873 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.873 INFO [stderr] ... Dec 18 14:49:37.873 INFO [stderr] 902 | rt_alloc_excess_unused!(rt_primes_4194301bytes_1align_alloc_excess_unused, 4194301, 1); Dec 18 14:49:37.873 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.873 INFO [stderr] Dec 18 14:49:37.873 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.873 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.873 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.873 INFO [stderr] ... Dec 18 14:49:37.873 INFO [stderr] 902 | rt_alloc_excess_unused!(rt_primes_4194301bytes_1align_alloc_excess_unused, 4194301, 1); Dec 18 14:49:37.873 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.873 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.873 INFO [stderr] Dec 18 14:49:37.873 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.873 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.873 INFO [stderr] | Dec 18 14:49:37.874 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.874 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.874 INFO [stderr] ... Dec 18 14:49:37.874 INFO [stderr] 918 | rt_alloc_excess_unused!(rt_pow2_1bytes_2align_alloc_excess_unused, 1, 2); Dec 18 14:49:37.874 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.874 INFO [stderr] Dec 18 14:49:37.874 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.874 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.874 INFO [stderr] | Dec 18 14:49:37.874 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.874 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.874 INFO [stderr] ... Dec 18 14:49:37.874 INFO [stderr] 918 | rt_alloc_excess_unused!(rt_pow2_1bytes_2align_alloc_excess_unused, 1, 2); Dec 18 14:49:37.874 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.874 INFO [stderr] | Dec 18 14:49:37.874 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.874 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.874 INFO [stderr] | Dec 18 14:49:37.874 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.874 INFO [stderr] | Dec 18 14:49:37.874 INFO [stderr] Dec 18 14:49:37.878 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.878 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.878 INFO [stderr] | Dec 18 14:49:37.878 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.878 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.878 INFO [stderr] ... Dec 18 14:49:37.878 INFO [stderr] 931 | rt_alloc_excess_unused!(rt_pow2_2bytes_2align_alloc_excess_unused, 2, 2); Dec 18 14:49:37.878 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.878 INFO [stderr] Dec 18 14:49:37.878 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.878 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.878 INFO [stderr] | Dec 18 14:49:37.878 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.878 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.878 INFO [stderr] ... Dec 18 14:49:37.878 INFO [stderr] 931 | rt_alloc_excess_unused!(rt_pow2_2bytes_2align_alloc_excess_unused, 2, 2); Dec 18 14:49:37.878 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.878 INFO [stderr] | Dec 18 14:49:37.878 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.878 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.878 INFO [stderr] | Dec 18 14:49:37.878 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.878 INFO [stderr] | Dec 18 14:49:37.878 INFO [stderr] Dec 18 14:49:37.878 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.878 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.878 INFO [stderr] | Dec 18 14:49:37.879 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.879 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.879 INFO [stderr] ... Dec 18 14:49:37.879 INFO [stderr] 944 | rt_alloc_excess_unused!(rt_pow2_4bytes_2align_alloc_excess_unused, 4, 2); Dec 18 14:49:37.879 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.879 INFO [stderr] Dec 18 14:49:37.879 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.879 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.879 INFO [stderr] | Dec 18 14:49:37.879 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.879 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.879 INFO [stderr] ... Dec 18 14:49:37.879 INFO [stderr] 944 | rt_alloc_excess_unused!(rt_pow2_4bytes_2align_alloc_excess_unused, 4, 2); Dec 18 14:49:37.879 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.879 INFO [stderr] | Dec 18 14:49:37.879 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.879 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.879 INFO [stderr] | Dec 18 14:49:37.879 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.879 INFO [stderr] | Dec 18 14:49:37.879 INFO [stderr] Dec 18 14:49:37.883 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.883 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.883 INFO [stderr] | Dec 18 14:49:37.883 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.883 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.883 INFO [stderr] ... Dec 18 14:49:37.883 INFO [stderr] 957 | rt_alloc_excess_unused!(rt_pow2_8bytes_2align_alloc_excess_unused, 8, 2); Dec 18 14:49:37.883 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.883 INFO [stderr] Dec 18 14:49:37.883 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.883 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.883 INFO [stderr] | Dec 18 14:49:37.883 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.883 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.883 INFO [stderr] ... Dec 18 14:49:37.883 INFO [stderr] 957 | rt_alloc_excess_unused!(rt_pow2_8bytes_2align_alloc_excess_unused, 8, 2); Dec 18 14:49:37.883 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.883 INFO [stderr] | Dec 18 14:49:37.883 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.883 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.883 INFO [stderr] | Dec 18 14:49:37.883 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.883 INFO [stderr] | Dec 18 14:49:37.883 INFO [stderr] Dec 18 14:49:37.883 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.883 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.883 INFO [stderr] | Dec 18 14:49:37.883 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.883 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.883 INFO [stderr] ... Dec 18 14:49:37.883 INFO [stderr] 970 | rt_alloc_excess_unused!(rt_pow2_16bytes_2align_alloc_excess_unused, 16, 2); Dec 18 14:49:37.883 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.883 INFO [stderr] Dec 18 14:49:37.883 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.883 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.883 INFO [stderr] | Dec 18 14:49:37.883 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.883 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.883 INFO [stderr] ... Dec 18 14:49:37.883 INFO [stderr] 970 | rt_alloc_excess_unused!(rt_pow2_16bytes_2align_alloc_excess_unused, 16, 2); Dec 18 14:49:37.883 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.883 INFO [stderr] | Dec 18 14:49:37.883 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.883 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.883 INFO [stderr] | Dec 18 14:49:37.883 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.883 INFO [stderr] | Dec 18 14:49:37.883 INFO [stderr] Dec 18 14:49:37.883 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.883 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.883 INFO [stderr] | Dec 18 14:49:37.883 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.883 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.883 INFO [stderr] ... Dec 18 14:49:37.883 INFO [stderr] 983 | rt_alloc_excess_unused!(rt_pow2_32bytes_2align_alloc_excess_unused, 32, 2); Dec 18 14:49:37.883 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.884 INFO [stderr] Dec 18 14:49:37.886 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.886 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.886 INFO [stderr] | Dec 18 14:49:37.886 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.886 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.886 INFO [stderr] ... Dec 18 14:49:37.886 INFO [stderr] 983 | rt_alloc_excess_unused!(rt_pow2_32bytes_2align_alloc_excess_unused, 32, 2); Dec 18 14:49:37.886 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.886 INFO [stderr] | Dec 18 14:49:37.886 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.886 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.886 INFO [stderr] | Dec 18 14:49:37.886 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.886 INFO [stderr] | Dec 18 14:49:37.886 INFO [stderr] Dec 18 14:49:37.886 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.886 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.886 INFO [stderr] | Dec 18 14:49:37.886 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.886 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.886 INFO [stderr] ... Dec 18 14:49:37.886 INFO [stderr] 996 | rt_alloc_excess_unused!(rt_pow2_64bytes_2align_alloc_excess_unused, 64, 2); Dec 18 14:49:37.886 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.886 INFO [stderr] Dec 18 14:49:37.886 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.886 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.886 INFO [stderr] | Dec 18 14:49:37.886 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.886 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.886 INFO [stderr] ... Dec 18 14:49:37.886 INFO [stderr] 996 | rt_alloc_excess_unused!(rt_pow2_64bytes_2align_alloc_excess_unused, 64, 2); Dec 18 14:49:37.886 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.886 INFO [stderr] | Dec 18 14:49:37.886 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.886 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.886 INFO [stderr] | Dec 18 14:49:37.886 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.886 INFO [stderr] | Dec 18 14:49:37.886 INFO [stderr] Dec 18 14:49:37.886 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.886 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.886 INFO [stderr] | Dec 18 14:49:37.886 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.886 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.886 INFO [stderr] ... Dec 18 14:49:37.886 INFO [stderr] 1009 | rt_alloc_excess_unused!(rt_pow2_128bytes_2align_alloc_excess_unused, 128, 2); Dec 18 14:49:37.886 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.886 INFO [stderr] Dec 18 14:49:37.886 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.886 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.886 INFO [stderr] | Dec 18 14:49:37.886 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.886 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.886 INFO [stderr] ... Dec 18 14:49:37.886 INFO [stderr] 1009 | rt_alloc_excess_unused!(rt_pow2_128bytes_2align_alloc_excess_unused, 128, 2); Dec 18 14:49:37.886 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.886 INFO [stderr] | Dec 18 14:49:37.886 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.886 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.886 INFO [stderr] | Dec 18 14:49:37.886 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.886 INFO [stderr] | Dec 18 14:49:37.886 INFO [stderr] Dec 18 14:49:37.889 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.889 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.889 INFO [stderr] | Dec 18 14:49:37.889 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.889 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.889 INFO [stderr] ... Dec 18 14:49:37.889 INFO [stderr] 1022 | rt_alloc_excess_unused!(rt_pow2_256bytes_2align_alloc_excess_unused, 256, 2); Dec 18 14:49:37.889 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.889 INFO [stderr] Dec 18 14:49:37.889 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.889 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.889 INFO [stderr] | Dec 18 14:49:37.889 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.889 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.889 INFO [stderr] ... Dec 18 14:49:37.889 INFO [stderr] 1022 | rt_alloc_excess_unused!(rt_pow2_256bytes_2align_alloc_excess_unused, 256, 2); Dec 18 14:49:37.889 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.889 INFO [stderr] | Dec 18 14:49:37.889 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.889 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.889 INFO [stderr] | Dec 18 14:49:37.889 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.889 INFO [stderr] | Dec 18 14:49:37.889 INFO [stderr] Dec 18 14:49:37.889 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.889 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.889 INFO [stderr] | Dec 18 14:49:37.889 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.889 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.889 INFO [stderr] ... Dec 18 14:49:37.890 INFO [stderr] 1035 | rt_alloc_excess_unused!(rt_pow2_512bytes_2align_alloc_excess_unused, 512, 2); Dec 18 14:49:37.890 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.890 INFO [stderr] Dec 18 14:49:37.890 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.890 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.890 INFO [stderr] | Dec 18 14:49:37.890 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.890 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.890 INFO [stderr] ... Dec 18 14:49:37.890 INFO [stderr] 1035 | rt_alloc_excess_unused!(rt_pow2_512bytes_2align_alloc_excess_unused, 512, 2); Dec 18 14:49:37.890 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.890 INFO [stderr] | Dec 18 14:49:37.890 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.890 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.890 INFO [stderr] | Dec 18 14:49:37.890 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.890 INFO [stderr] | Dec 18 14:49:37.890 INFO [stderr] Dec 18 14:49:37.896 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.897 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.897 INFO [stderr] | Dec 18 14:49:37.897 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.897 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.897 INFO [stderr] ... Dec 18 14:49:37.897 INFO [stderr] 1048 | rt_alloc_excess_unused!(rt_pow2_1024bytes_2align_alloc_excess_unused, 1024, 2); Dec 18 14:49:37.897 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.897 INFO [stderr] Dec 18 14:49:37.897 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.897 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.897 INFO [stderr] | Dec 18 14:49:37.897 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.897 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.897 INFO [stderr] ... Dec 18 14:49:37.897 INFO [stderr] 1048 | rt_alloc_excess_unused!(rt_pow2_1024bytes_2align_alloc_excess_unused, 1024, 2); Dec 18 14:49:37.897 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.897 INFO [stderr] | Dec 18 14:49:37.897 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.897 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.897 INFO [stderr] | Dec 18 14:49:37.897 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.897 INFO [stderr] | Dec 18 14:49:37.897 INFO [stderr] Dec 18 14:49:37.897 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.897 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.897 INFO [stderr] | Dec 18 14:49:37.897 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.897 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.897 INFO [stderr] ... Dec 18 14:49:37.897 INFO [stderr] 1061 | rt_alloc_excess_unused!(rt_pow2_2048bytes_2align_alloc_excess_unused, 2048, 2); Dec 18 14:49:37.897 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.897 INFO [stderr] Dec 18 14:49:37.897 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.897 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.897 INFO [stderr] | Dec 18 14:49:37.897 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.897 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.897 INFO [stderr] ... Dec 18 14:49:37.897 INFO [stderr] 1061 | rt_alloc_excess_unused!(rt_pow2_2048bytes_2align_alloc_excess_unused, 2048, 2); Dec 18 14:49:37.897 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.897 INFO [stderr] | Dec 18 14:49:37.897 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.897 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.897 INFO [stderr] | Dec 18 14:49:37.897 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.897 INFO [stderr] | Dec 18 14:49:37.897 INFO [stderr] Dec 18 14:49:37.897 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.897 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.897 INFO [stderr] | Dec 18 14:49:37.897 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.897 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.897 INFO [stderr] ... Dec 18 14:49:37.897 INFO [stderr] 1074 | rt_alloc_excess_unused!(rt_pow2_4096bytes_2align_alloc_excess_unused, 4096, 2); Dec 18 14:49:37.897 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.897 INFO [stderr] Dec 18 14:49:37.897 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.897 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.897 INFO [stderr] | Dec 18 14:49:37.897 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.897 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.897 INFO [stderr] ... Dec 18 14:49:37.897 INFO [stderr] 1074 | rt_alloc_excess_unused!(rt_pow2_4096bytes_2align_alloc_excess_unused, 4096, 2); Dec 18 14:49:37.897 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.897 INFO [stderr] | Dec 18 14:49:37.897 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.897 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.897 INFO [stderr] | Dec 18 14:49:37.897 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.897 INFO [stderr] | Dec 18 14:49:37.897 INFO [stderr] Dec 18 14:49:37.897 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.897 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.897 INFO [stderr] | Dec 18 14:49:37.897 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.897 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.897 INFO [stderr] ... Dec 18 14:49:37.897 INFO [stderr] 1087 | rt_alloc_excess_unused!(rt_pow2_8192bytes_2align_alloc_excess_unused, 8192, 2); Dec 18 14:49:37.897 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.897 INFO [stderr] Dec 18 14:49:37.897 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.897 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.897 INFO [stderr] | Dec 18 14:49:37.897 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.897 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.897 INFO [stderr] ... Dec 18 14:49:37.897 INFO [stderr] 1087 | rt_alloc_excess_unused!(rt_pow2_8192bytes_2align_alloc_excess_unused, 8192, 2); Dec 18 14:49:37.897 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.898 INFO [stderr] | Dec 18 14:49:37.898 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.898 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.898 INFO [stderr] | Dec 18 14:49:37.898 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.898 INFO [stderr] | Dec 18 14:49:37.898 INFO [stderr] Dec 18 14:49:37.898 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.898 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.898 INFO [stderr] | Dec 18 14:49:37.898 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.898 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.898 INFO [stderr] ... Dec 18 14:49:37.898 INFO [stderr] 1100 | rt_alloc_excess_unused!(rt_pow2_16384bytes_2align_alloc_excess_unused, 16384, 2); Dec 18 14:49:37.898 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.898 INFO [stderr] Dec 18 14:49:37.898 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.898 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.898 INFO [stderr] | Dec 18 14:49:37.898 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.898 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.898 INFO [stderr] ... Dec 18 14:49:37.898 INFO [stderr] 1100 | rt_alloc_excess_unused!(rt_pow2_16384bytes_2align_alloc_excess_unused, 16384, 2); Dec 18 14:49:37.898 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.898 INFO [stderr] | Dec 18 14:49:37.898 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.898 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.898 INFO [stderr] | Dec 18 14:49:37.898 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.898 INFO [stderr] | Dec 18 14:49:37.898 INFO [stderr] Dec 18 14:49:37.904 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.904 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.904 INFO [stderr] | Dec 18 14:49:37.904 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.904 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.904 INFO [stderr] ... Dec 18 14:49:37.904 INFO [stderr] 1113 | rt_alloc_excess_unused!(rt_pow2_32768bytes_2align_alloc_excess_unused, 32768, 2); Dec 18 14:49:37.904 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.904 INFO [stderr] Dec 18 14:49:37.904 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.904 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.904 INFO [stderr] | Dec 18 14:49:37.904 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.904 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.904 INFO [stderr] ... Dec 18 14:49:37.904 INFO [stderr] 1113 | rt_alloc_excess_unused!(rt_pow2_32768bytes_2align_alloc_excess_unused, 32768, 2); Dec 18 14:49:37.904 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.904 INFO [stderr] | Dec 18 14:49:37.904 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.905 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.905 INFO [stderr] | Dec 18 14:49:37.905 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.905 INFO [stderr] | Dec 18 14:49:37.905 INFO [stderr] Dec 18 14:49:37.905 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.905 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.905 INFO [stderr] | Dec 18 14:49:37.905 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.905 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.905 INFO [stderr] ... Dec 18 14:49:37.905 INFO [stderr] 1126 | rt_alloc_excess_unused!(rt_pow2_65536bytes_2align_alloc_excess_unused, 65536, 2); Dec 18 14:49:37.905 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.905 INFO [stderr] Dec 18 14:49:37.905 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.905 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.905 INFO [stderr] | Dec 18 14:49:37.905 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.905 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.905 INFO [stderr] ... Dec 18 14:49:37.905 INFO [stderr] 1126 | rt_alloc_excess_unused!(rt_pow2_65536bytes_2align_alloc_excess_unused, 65536, 2); Dec 18 14:49:37.905 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.905 INFO [stderr] | Dec 18 14:49:37.905 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.905 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.905 INFO [stderr] | Dec 18 14:49:37.905 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.905 INFO [stderr] | Dec 18 14:49:37.905 INFO [stderr] Dec 18 14:49:37.913 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.913 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.913 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.913 INFO [stderr] ... Dec 18 14:49:37.913 INFO [stderr] 1139 | rt_alloc_excess_unused!(rt_pow2_131072bytes_2align_alloc_excess_unused, 131072, 2); Dec 18 14:49:37.913 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.913 INFO [stderr] Dec 18 14:49:37.913 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.913 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.913 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.913 INFO [stderr] ... Dec 18 14:49:37.913 INFO [stderr] 1139 | rt_alloc_excess_unused!(rt_pow2_131072bytes_2align_alloc_excess_unused, 131072, 2); Dec 18 14:49:37.913 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.913 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] Dec 18 14:49:37.913 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.913 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.913 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.913 INFO [stderr] ... Dec 18 14:49:37.913 INFO [stderr] 1152 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_2align_alloc_excess_unused, 4194304, 2); Dec 18 14:49:37.913 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.913 INFO [stderr] Dec 18 14:49:37.913 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.913 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.913 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.913 INFO [stderr] ... Dec 18 14:49:37.913 INFO [stderr] 1152 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_2align_alloc_excess_unused, 4194304, 2); Dec 18 14:49:37.913 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.913 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] Dec 18 14:49:37.913 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.913 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.913 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.913 INFO [stderr] ... Dec 18 14:49:37.913 INFO [stderr] 1166 | rt_alloc_excess_unused!(rt_even_10bytes_2align_alloc_excess_unused, 10, 2); Dec 18 14:49:37.913 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.913 INFO [stderr] Dec 18 14:49:37.913 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.913 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.913 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.913 INFO [stderr] ... Dec 18 14:49:37.913 INFO [stderr] 1166 | rt_alloc_excess_unused!(rt_even_10bytes_2align_alloc_excess_unused, 10, 2); Dec 18 14:49:37.913 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.913 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] Dec 18 14:49:37.913 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.913 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.913 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.913 INFO [stderr] ... Dec 18 14:49:37.913 INFO [stderr] 1179 | rt_alloc_excess_unused!(rt_even_100bytes_2align_alloc_excess_unused, 100, 2); Dec 18 14:49:37.913 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.913 INFO [stderr] Dec 18 14:49:37.913 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.913 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.913 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.913 INFO [stderr] ... Dec 18 14:49:37.913 INFO [stderr] 1179 | rt_alloc_excess_unused!(rt_even_100bytes_2align_alloc_excess_unused, 100, 2); Dec 18 14:49:37.913 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.913 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.913 INFO [stderr] | Dec 18 14:49:37.913 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.914 INFO [stderr] | Dec 18 14:49:37.914 INFO [stderr] Dec 18 14:49:37.914 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.914 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.914 INFO [stderr] | Dec 18 14:49:37.914 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.914 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.914 INFO [stderr] ... Dec 18 14:49:37.914 INFO [stderr] 1192 | rt_alloc_excess_unused!(rt_even_1000bytes_2align_alloc_excess_unused, 1000, 2); Dec 18 14:49:37.914 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.914 INFO [stderr] Dec 18 14:49:37.914 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.914 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.914 INFO [stderr] | Dec 18 14:49:37.914 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.914 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.914 INFO [stderr] ... Dec 18 14:49:37.914 INFO [stderr] 1192 | rt_alloc_excess_unused!(rt_even_1000bytes_2align_alloc_excess_unused, 1000, 2); Dec 18 14:49:37.914 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.914 INFO [stderr] | Dec 18 14:49:37.914 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.914 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.914 INFO [stderr] | Dec 18 14:49:37.914 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.914 INFO [stderr] | Dec 18 14:49:37.914 INFO [stderr] Dec 18 14:49:37.917 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.917 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.917 INFO [stderr] | Dec 18 14:49:37.917 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.917 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.917 INFO [stderr] ... Dec 18 14:49:37.917 INFO [stderr] 1205 | rt_alloc_excess_unused!(rt_even_10000bytes_2align_alloc_excess_unused, 10000, 2); Dec 18 14:49:37.917 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.917 INFO [stderr] Dec 18 14:49:37.917 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.917 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.917 INFO [stderr] | Dec 18 14:49:37.917 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.917 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.917 INFO [stderr] ... Dec 18 14:49:37.917 INFO [stderr] 1205 | rt_alloc_excess_unused!(rt_even_10000bytes_2align_alloc_excess_unused, 10000, 2); Dec 18 14:49:37.917 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.917 INFO [stderr] | Dec 18 14:49:37.917 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.917 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.917 INFO [stderr] | Dec 18 14:49:37.917 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.918 INFO [stderr] | Dec 18 14:49:37.918 INFO [stderr] Dec 18 14:49:37.918 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.918 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.918 INFO [stderr] | Dec 18 14:49:37.918 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.918 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.918 INFO [stderr] ... Dec 18 14:49:37.918 INFO [stderr] 1218 | rt_alloc_excess_unused!(rt_even_100000bytes_2align_alloc_excess_unused, 100000, 2); Dec 18 14:49:37.918 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.918 INFO [stderr] Dec 18 14:49:37.918 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.918 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.918 INFO [stderr] | Dec 18 14:49:37.918 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.918 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.918 INFO [stderr] ... Dec 18 14:49:37.918 INFO [stderr] 1218 | rt_alloc_excess_unused!(rt_even_100000bytes_2align_alloc_excess_unused, 100000, 2); Dec 18 14:49:37.918 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.928 INFO [stderr] | Dec 18 14:49:37.928 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.928 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.928 INFO [stderr] | Dec 18 14:49:37.928 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.928 INFO [stderr] | Dec 18 14:49:37.928 INFO [stderr] Dec 18 14:49:37.928 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.928 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.928 INFO [stderr] | Dec 18 14:49:37.928 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.928 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.928 INFO [stderr] ... Dec 18 14:49:37.928 INFO [stderr] 1231 | rt_alloc_excess_unused!(rt_even_1000000bytes_2align_alloc_excess_unused, 1000000, 2); Dec 18 14:49:37.928 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.928 INFO [stderr] Dec 18 14:49:37.929 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.929 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.929 INFO [stderr] | Dec 18 14:49:37.929 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.929 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.929 INFO [stderr] ... Dec 18 14:49:37.929 INFO [stderr] 1231 | rt_alloc_excess_unused!(rt_even_1000000bytes_2align_alloc_excess_unused, 1000000, 2); Dec 18 14:49:37.929 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.929 INFO [stderr] | Dec 18 14:49:37.929 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.929 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.929 INFO [stderr] | Dec 18 14:49:37.929 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.929 INFO [stderr] | Dec 18 14:49:37.929 INFO [stderr] Dec 18 14:49:37.929 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.929 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.929 INFO [stderr] | Dec 18 14:49:37.929 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.929 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.929 INFO [stderr] ... Dec 18 14:49:37.929 INFO [stderr] 1245 | rt_alloc_excess_unused!(rt_odd_10bytes_2align_alloc_excess_unused, 10- 1, 2); Dec 18 14:49:37.929 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.929 INFO [stderr] Dec 18 14:49:37.929 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.929 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.929 INFO [stderr] | Dec 18 14:49:37.929 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.929 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.929 INFO [stderr] ... Dec 18 14:49:37.929 INFO [stderr] 1245 | rt_alloc_excess_unused!(rt_odd_10bytes_2align_alloc_excess_unused, 10- 1, 2); Dec 18 14:49:37.929 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.929 INFO [stderr] | Dec 18 14:49:37.929 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.929 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.929 INFO [stderr] | Dec 18 14:49:37.929 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.929 INFO [stderr] | Dec 18 14:49:37.929 INFO [stderr] Dec 18 14:49:37.936 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.936 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.936 INFO [stderr] | Dec 18 14:49:37.936 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.936 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.937 INFO [stderr] ... Dec 18 14:49:37.937 INFO [stderr] 1258 | rt_alloc_excess_unused!(rt_odd_100bytes_2align_alloc_excess_unused, 100- 1, 2); Dec 18 14:49:37.937 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.937 INFO [stderr] Dec 18 14:49:37.937 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.937 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.937 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.937 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.937 INFO [stderr] ... Dec 18 14:49:37.937 INFO [stderr] 1258 | rt_alloc_excess_unused!(rt_odd_100bytes_2align_alloc_excess_unused, 100- 1, 2); Dec 18 14:49:37.937 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.937 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.937 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.937 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.937 INFO [stderr] Dec 18 14:49:37.937 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.937 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.937 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.937 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.937 INFO [stderr] ... Dec 18 14:49:37.937 INFO [stderr] 1271 | rt_alloc_excess_unused!(rt_odd_1000bytes_2align_alloc_excess_unused, 1000- 1, 2); Dec 18 14:49:37.937 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.937 INFO [stderr] Dec 18 14:49:37.937 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.937 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.937 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.937 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.937 INFO [stderr] ... Dec 18 14:49:37.937 INFO [stderr] 1271 | rt_alloc_excess_unused!(rt_odd_1000bytes_2align_alloc_excess_unused, 1000- 1, 2); Dec 18 14:49:37.937 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.937 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.937 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.937 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.937 INFO [stderr] Dec 18 14:49:37.937 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.937 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.937 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.937 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.937 INFO [stderr] ... Dec 18 14:49:37.937 INFO [stderr] 1284 | rt_alloc_excess_unused!(rt_odd_10000bytes_2align_alloc_excess_unused, 10000- 1, 2); Dec 18 14:49:37.937 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.937 INFO [stderr] Dec 18 14:49:37.937 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.937 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.937 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.937 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.937 INFO [stderr] ... Dec 18 14:49:37.937 INFO [stderr] 1284 | rt_alloc_excess_unused!(rt_odd_10000bytes_2align_alloc_excess_unused, 10000- 1, 2); Dec 18 14:49:37.937 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.937 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.937 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.937 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.937 INFO [stderr] Dec 18 14:49:37.937 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.937 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.937 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.937 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.937 INFO [stderr] ... Dec 18 14:49:37.937 INFO [stderr] 1297 | rt_alloc_excess_unused!(rt_odd_100000bytes_2align_alloc_excess_unused, 100000- 1, 2); Dec 18 14:49:37.937 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.937 INFO [stderr] Dec 18 14:49:37.937 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.937 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.937 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.937 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.937 INFO [stderr] ... Dec 18 14:49:37.937 INFO [stderr] 1297 | rt_alloc_excess_unused!(rt_odd_100000bytes_2align_alloc_excess_unused, 100000- 1, 2); Dec 18 14:49:37.937 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.937 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.937 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.937 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.937 INFO [stderr] | Dec 18 14:49:37.938 INFO [stderr] Dec 18 14:49:37.944 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.945 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.945 INFO [stderr] | Dec 18 14:49:37.945 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.945 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.945 INFO [stderr] ... Dec 18 14:49:37.945 INFO [stderr] 1310 | rt_alloc_excess_unused!(rt_odd_1000000bytes_2align_alloc_excess_unused, 1000000- 1, 2); Dec 18 14:49:37.945 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.945 INFO [stderr] Dec 18 14:49:37.945 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.945 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.945 INFO [stderr] | Dec 18 14:49:37.945 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.945 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.945 INFO [stderr] ... Dec 18 14:49:37.945 INFO [stderr] 1310 | rt_alloc_excess_unused!(rt_odd_1000000bytes_2align_alloc_excess_unused, 1000000- 1, 2); Dec 18 14:49:37.945 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.945 INFO [stderr] | Dec 18 14:49:37.945 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.945 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.945 INFO [stderr] | Dec 18 14:49:37.945 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.945 INFO [stderr] | Dec 18 14:49:37.945 INFO [stderr] Dec 18 14:49:37.945 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.945 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.945 INFO [stderr] | Dec 18 14:49:37.945 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.945 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.945 INFO [stderr] ... Dec 18 14:49:37.945 INFO [stderr] 1324 | rt_alloc_excess_unused!(rt_primes_3bytes_2align_alloc_excess_unused, 3, 2); Dec 18 14:49:37.945 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.945 INFO [stderr] Dec 18 14:49:37.945 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.945 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.945 INFO [stderr] | Dec 18 14:49:37.945 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.945 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.945 INFO [stderr] ... Dec 18 14:49:37.945 INFO [stderr] 1324 | rt_alloc_excess_unused!(rt_primes_3bytes_2align_alloc_excess_unused, 3, 2); Dec 18 14:49:37.945 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.945 INFO [stderr] | Dec 18 14:49:37.945 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.945 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.945 INFO [stderr] | Dec 18 14:49:37.945 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.945 INFO [stderr] | Dec 18 14:49:37.945 INFO [stderr] Dec 18 14:49:37.945 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.945 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.945 INFO [stderr] | Dec 18 14:49:37.945 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.945 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.945 INFO [stderr] ... Dec 18 14:49:37.945 INFO [stderr] 1337 | rt_alloc_excess_unused!(rt_primes_7bytes_2align_alloc_excess_unused, 7, 2); Dec 18 14:49:37.945 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.945 INFO [stderr] Dec 18 14:49:37.945 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.945 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.945 INFO [stderr] | Dec 18 14:49:37.945 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.945 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.945 INFO [stderr] ... Dec 18 14:49:37.945 INFO [stderr] 1337 | rt_alloc_excess_unused!(rt_primes_7bytes_2align_alloc_excess_unused, 7, 2); Dec 18 14:49:37.945 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.945 INFO [stderr] | Dec 18 14:49:37.945 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.945 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.945 INFO [stderr] | Dec 18 14:49:37.945 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.945 INFO [stderr] | Dec 18 14:49:37.945 INFO [stderr] Dec 18 14:49:37.945 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.945 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.945 INFO [stderr] | Dec 18 14:49:37.945 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.945 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.945 INFO [stderr] ... Dec 18 14:49:37.945 INFO [stderr] 1350 | rt_alloc_excess_unused!(rt_primes_13bytes_2align_alloc_excess_unused, 13, 2); Dec 18 14:49:37.946 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.946 INFO [stderr] Dec 18 14:49:37.946 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.946 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.946 INFO [stderr] | Dec 18 14:49:37.946 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.946 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.946 INFO [stderr] ... Dec 18 14:49:37.946 INFO [stderr] 1350 | rt_alloc_excess_unused!(rt_primes_13bytes_2align_alloc_excess_unused, 13, 2); Dec 18 14:49:37.946 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.946 INFO [stderr] | Dec 18 14:49:37.946 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.946 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.946 INFO [stderr] | Dec 18 14:49:37.946 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.946 INFO [stderr] | Dec 18 14:49:37.946 INFO [stderr] Dec 18 14:49:37.946 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.946 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.946 INFO [stderr] | Dec 18 14:49:37.946 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.946 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.946 INFO [stderr] ... Dec 18 14:49:37.946 INFO [stderr] 1363 | rt_alloc_excess_unused!(rt_primes_17bytes_2align_alloc_excess_unused, 17, 2); Dec 18 14:49:37.946 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.946 INFO [stderr] Dec 18 14:49:37.946 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.946 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.946 INFO [stderr] | Dec 18 14:49:37.946 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.946 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.946 INFO [stderr] ... Dec 18 14:49:37.946 INFO [stderr] 1363 | rt_alloc_excess_unused!(rt_primes_17bytes_2align_alloc_excess_unused, 17, 2); Dec 18 14:49:37.946 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.952 INFO [stderr] | Dec 18 14:49:37.952 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.952 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.952 INFO [stderr] | Dec 18 14:49:37.952 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.952 INFO [stderr] | Dec 18 14:49:37.952 INFO [stderr] Dec 18 14:49:37.952 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.952 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.952 INFO [stderr] | Dec 18 14:49:37.952 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.952 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.952 INFO [stderr] ... Dec 18 14:49:37.952 INFO [stderr] 1376 | rt_alloc_excess_unused!(rt_primes_31bytes_2align_alloc_excess_unused, 31, 2); Dec 18 14:49:37.952 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.952 INFO [stderr] Dec 18 14:49:37.953 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.953 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.953 INFO [stderr] | Dec 18 14:49:37.953 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.953 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.953 INFO [stderr] ... Dec 18 14:49:37.953 INFO [stderr] 1376 | rt_alloc_excess_unused!(rt_primes_31bytes_2align_alloc_excess_unused, 31, 2); Dec 18 14:49:37.953 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.953 INFO [stderr] | Dec 18 14:49:37.953 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.953 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.953 INFO [stderr] | Dec 18 14:49:37.953 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.953 INFO [stderr] | Dec 18 14:49:37.953 INFO [stderr] Dec 18 14:49:37.953 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.953 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.953 INFO [stderr] | Dec 18 14:49:37.953 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.953 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.953 INFO [stderr] ... Dec 18 14:49:37.953 INFO [stderr] 1389 | rt_alloc_excess_unused!(rt_primes_61bytes_2align_alloc_excess_unused, 61, 2); Dec 18 14:49:37.953 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.953 INFO [stderr] Dec 18 14:49:37.953 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.953 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.953 INFO [stderr] | Dec 18 14:49:37.953 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.953 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.953 INFO [stderr] ... Dec 18 14:49:37.953 INFO [stderr] 1389 | rt_alloc_excess_unused!(rt_primes_61bytes_2align_alloc_excess_unused, 61, 2); Dec 18 14:49:37.953 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.953 INFO [stderr] | Dec 18 14:49:37.953 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.953 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.953 INFO [stderr] | Dec 18 14:49:37.953 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.953 INFO [stderr] | Dec 18 14:49:37.953 INFO [stderr] Dec 18 14:49:37.960 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.961 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.961 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.961 INFO [stderr] ... Dec 18 14:49:37.961 INFO [stderr] 1402 | rt_alloc_excess_unused!(rt_primes_96bytes_2align_alloc_excess_unused, 96, 2); Dec 18 14:49:37.961 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.961 INFO [stderr] Dec 18 14:49:37.961 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.961 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.961 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.961 INFO [stderr] ... Dec 18 14:49:37.961 INFO [stderr] 1402 | rt_alloc_excess_unused!(rt_primes_96bytes_2align_alloc_excess_unused, 96, 2); Dec 18 14:49:37.961 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.961 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] Dec 18 14:49:37.961 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.961 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.961 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.961 INFO [stderr] ... Dec 18 14:49:37.961 INFO [stderr] 1415 | rt_alloc_excess_unused!(rt_primes_127bytes_2align_alloc_excess_unused, 127, 2); Dec 18 14:49:37.961 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.961 INFO [stderr] Dec 18 14:49:37.961 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.961 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.961 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.961 INFO [stderr] ... Dec 18 14:49:37.961 INFO [stderr] 1415 | rt_alloc_excess_unused!(rt_primes_127bytes_2align_alloc_excess_unused, 127, 2); Dec 18 14:49:37.961 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.961 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] Dec 18 14:49:37.961 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.961 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.961 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.961 INFO [stderr] ... Dec 18 14:49:37.961 INFO [stderr] 1428 | rt_alloc_excess_unused!(rt_primes_257bytes_2align_alloc_excess_unused, 257, 2); Dec 18 14:49:37.961 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.961 INFO [stderr] Dec 18 14:49:37.961 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.961 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.961 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.961 INFO [stderr] ... Dec 18 14:49:37.961 INFO [stderr] 1428 | rt_alloc_excess_unused!(rt_primes_257bytes_2align_alloc_excess_unused, 257, 2); Dec 18 14:49:37.961 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.961 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] Dec 18 14:49:37.961 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.961 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.961 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.961 INFO [stderr] ... Dec 18 14:49:37.961 INFO [stderr] 1441 | rt_alloc_excess_unused!(rt_primes_509bytes_2align_alloc_excess_unused, 509, 2); Dec 18 14:49:37.961 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.961 INFO [stderr] Dec 18 14:49:37.961 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.961 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.961 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.961 INFO [stderr] ... Dec 18 14:49:37.961 INFO [stderr] 1441 | rt_alloc_excess_unused!(rt_primes_509bytes_2align_alloc_excess_unused, 509, 2); Dec 18 14:49:37.961 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.961 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.961 INFO [stderr] | Dec 18 14:49:37.961 INFO [stderr] Dec 18 14:49:37.961 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.961 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.962 INFO [stderr] | Dec 18 14:49:37.962 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.962 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.962 INFO [stderr] ... Dec 18 14:49:37.962 INFO [stderr] 1454 | rt_alloc_excess_unused!(rt_primes_1021bytes_2align_alloc_excess_unused, 1021, 2); Dec 18 14:49:37.962 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.962 INFO [stderr] Dec 18 14:49:37.969 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.969 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.969 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.969 INFO [stderr] ... Dec 18 14:49:37.969 INFO [stderr] 1454 | rt_alloc_excess_unused!(rt_primes_1021bytes_2align_alloc_excess_unused, 1021, 2); Dec 18 14:49:37.969 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.969 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] Dec 18 14:49:37.969 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.969 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.969 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.969 INFO [stderr] ... Dec 18 14:49:37.969 INFO [stderr] 1467 | rt_alloc_excess_unused!(rt_primes_2039bytes_2align_alloc_excess_unused, 2039, 2); Dec 18 14:49:37.969 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.969 INFO [stderr] Dec 18 14:49:37.969 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.969 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.969 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.969 INFO [stderr] ... Dec 18 14:49:37.969 INFO [stderr] 1467 | rt_alloc_excess_unused!(rt_primes_2039bytes_2align_alloc_excess_unused, 2039, 2); Dec 18 14:49:37.969 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.969 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] Dec 18 14:49:37.969 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.969 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.969 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.969 INFO [stderr] ... Dec 18 14:49:37.969 INFO [stderr] 1480 | rt_alloc_excess_unused!(rt_primes_4093bytes_2align_alloc_excess_unused, 4093, 2); Dec 18 14:49:37.969 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.969 INFO [stderr] Dec 18 14:49:37.969 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.969 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.969 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.969 INFO [stderr] ... Dec 18 14:49:37.969 INFO [stderr] 1480 | rt_alloc_excess_unused!(rt_primes_4093bytes_2align_alloc_excess_unused, 4093, 2); Dec 18 14:49:37.969 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.969 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] Dec 18 14:49:37.969 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.969 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.969 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.969 INFO [stderr] ... Dec 18 14:49:37.969 INFO [stderr] 1493 | rt_alloc_excess_unused!(rt_primes_8191bytes_2align_alloc_excess_unused, 8191, 2); Dec 18 14:49:37.969 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.969 INFO [stderr] Dec 18 14:49:37.969 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.969 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.969 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.969 INFO [stderr] ... Dec 18 14:49:37.969 INFO [stderr] 1493 | rt_alloc_excess_unused!(rt_primes_8191bytes_2align_alloc_excess_unused, 8191, 2); Dec 18 14:49:37.969 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.969 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] Dec 18 14:49:37.969 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.969 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.969 INFO [stderr] | Dec 18 14:49:37.969 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.970 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.970 INFO [stderr] ... Dec 18 14:49:37.970 INFO [stderr] 1506 | rt_alloc_excess_unused!(rt_primes_16381bytes_2align_alloc_excess_unused, 16381, 2); Dec 18 14:49:37.970 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.970 INFO [stderr] Dec 18 14:49:37.970 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.970 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.970 INFO [stderr] | Dec 18 14:49:37.970 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.970 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.970 INFO [stderr] ... Dec 18 14:49:37.970 INFO [stderr] 1506 | rt_alloc_excess_unused!(rt_primes_16381bytes_2align_alloc_excess_unused, 16381, 2); Dec 18 14:49:37.970 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.970 INFO [stderr] | Dec 18 14:49:37.970 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.970 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.970 INFO [stderr] | Dec 18 14:49:37.970 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.970 INFO [stderr] | Dec 18 14:49:37.970 INFO [stderr] Dec 18 14:49:37.970 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.970 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.970 INFO [stderr] | Dec 18 14:49:37.970 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.970 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.970 INFO [stderr] ... Dec 18 14:49:37.970 INFO [stderr] 1519 | rt_alloc_excess_unused!(rt_primes_32749bytes_2align_alloc_excess_unused, 32749, 2); Dec 18 14:49:37.970 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.970 INFO [stderr] Dec 18 14:49:37.976 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.976 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.976 INFO [stderr] | Dec 18 14:49:37.976 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.976 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.976 INFO [stderr] ... Dec 18 14:49:37.976 INFO [stderr] 1519 | rt_alloc_excess_unused!(rt_primes_32749bytes_2align_alloc_excess_unused, 32749, 2); Dec 18 14:49:37.976 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.976 INFO [stderr] | Dec 18 14:49:37.976 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.976 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.976 INFO [stderr] | Dec 18 14:49:37.976 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.976 INFO [stderr] | Dec 18 14:49:37.976 INFO [stderr] Dec 18 14:49:37.976 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.976 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.976 INFO [stderr] | Dec 18 14:49:37.976 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.976 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.976 INFO [stderr] ... Dec 18 14:49:37.976 INFO [stderr] 1532 | rt_alloc_excess_unused!(rt_primes_65537bytes_2align_alloc_excess_unused, 65537, 2); Dec 18 14:49:37.976 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.976 INFO [stderr] Dec 18 14:49:37.976 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.976 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.976 INFO [stderr] | Dec 18 14:49:37.976 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.976 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.976 INFO [stderr] ... Dec 18 14:49:37.976 INFO [stderr] 1532 | rt_alloc_excess_unused!(rt_primes_65537bytes_2align_alloc_excess_unused, 65537, 2); Dec 18 14:49:37.976 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.976 INFO [stderr] | Dec 18 14:49:37.976 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.977 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.977 INFO [stderr] | Dec 18 14:49:37.977 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.977 INFO [stderr] | Dec 18 14:49:37.977 INFO [stderr] Dec 18 14:49:37.977 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.977 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.977 INFO [stderr] | Dec 18 14:49:37.977 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.977 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.977 INFO [stderr] ... Dec 18 14:49:37.977 INFO [stderr] 1545 | rt_alloc_excess_unused!(rt_primes_131071bytes_2align_alloc_excess_unused, 131071, 2); Dec 18 14:49:37.977 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.977 INFO [stderr] Dec 18 14:49:37.977 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.977 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.977 INFO [stderr] | Dec 18 14:49:37.977 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.977 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.977 INFO [stderr] ... Dec 18 14:49:37.977 INFO [stderr] 1545 | rt_alloc_excess_unused!(rt_primes_131071bytes_2align_alloc_excess_unused, 131071, 2); Dec 18 14:49:37.977 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.977 INFO [stderr] | Dec 18 14:49:37.977 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.977 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.977 INFO [stderr] | Dec 18 14:49:37.977 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.977 INFO [stderr] | Dec 18 14:49:37.977 INFO [stderr] Dec 18 14:49:37.978 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.978 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.978 INFO [stderr] | Dec 18 14:49:37.978 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.978 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.978 INFO [stderr] ... Dec 18 14:49:37.978 INFO [stderr] 1558 | rt_alloc_excess_unused!(rt_primes_4194301bytes_2align_alloc_excess_unused, 4194301, 2); Dec 18 14:49:37.978 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.978 INFO [stderr] Dec 18 14:49:37.980 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.980 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.980 INFO [stderr] | Dec 18 14:49:37.980 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.980 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.980 INFO [stderr] ... Dec 18 14:49:37.980 INFO [stderr] 1558 | rt_alloc_excess_unused!(rt_primes_4194301bytes_2align_alloc_excess_unused, 4194301, 2); Dec 18 14:49:37.980 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.980 INFO [stderr] | Dec 18 14:49:37.980 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.980 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.980 INFO [stderr] | Dec 18 14:49:37.981 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.981 INFO [stderr] | Dec 18 14:49:37.981 INFO [stderr] Dec 18 14:49:37.981 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.981 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.981 INFO [stderr] | Dec 18 14:49:37.981 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.981 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.981 INFO [stderr] ... Dec 18 14:49:37.981 INFO [stderr] 1574 | rt_alloc_excess_unused!(rt_pow2_1bytes_4align_alloc_excess_unused, 1, 4); Dec 18 14:49:37.981 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.981 INFO [stderr] Dec 18 14:49:37.981 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.981 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.981 INFO [stderr] | Dec 18 14:49:37.981 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.981 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.981 INFO [stderr] ... Dec 18 14:49:37.981 INFO [stderr] 1574 | rt_alloc_excess_unused!(rt_pow2_1bytes_4align_alloc_excess_unused, 1, 4); Dec 18 14:49:37.981 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.981 INFO [stderr] | Dec 18 14:49:37.981 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.981 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.981 INFO [stderr] | Dec 18 14:49:37.981 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.981 INFO [stderr] | Dec 18 14:49:37.981 INFO [stderr] Dec 18 14:49:37.985 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.985 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.985 INFO [stderr] | Dec 18 14:49:37.985 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.985 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.985 INFO [stderr] ... Dec 18 14:49:37.985 INFO [stderr] 1587 | rt_alloc_excess_unused!(rt_pow2_2bytes_4align_alloc_excess_unused, 2, 4); Dec 18 14:49:37.985 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.985 INFO [stderr] Dec 18 14:49:37.985 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.985 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.985 INFO [stderr] | Dec 18 14:49:37.985 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.985 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.985 INFO [stderr] ... Dec 18 14:49:37.985 INFO [stderr] 1587 | rt_alloc_excess_unused!(rt_pow2_2bytes_4align_alloc_excess_unused, 2, 4); Dec 18 14:49:37.985 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.985 INFO [stderr] | Dec 18 14:49:37.985 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.985 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.985 INFO [stderr] | Dec 18 14:49:37.985 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.985 INFO [stderr] | Dec 18 14:49:37.985 INFO [stderr] Dec 18 14:49:37.985 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.985 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.985 INFO [stderr] | Dec 18 14:49:37.985 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.985 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.985 INFO [stderr] ... Dec 18 14:49:37.985 INFO [stderr] 1600 | rt_alloc_excess_unused!(rt_pow2_4bytes_4align_alloc_excess_unused, 4, 4); Dec 18 14:49:37.985 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.985 INFO [stderr] Dec 18 14:49:37.985 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.986 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.986 INFO [stderr] | Dec 18 14:49:37.986 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.986 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.986 INFO [stderr] ... Dec 18 14:49:37.986 INFO [stderr] 1600 | rt_alloc_excess_unused!(rt_pow2_4bytes_4align_alloc_excess_unused, 4, 4); Dec 18 14:49:37.986 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.986 INFO [stderr] | Dec 18 14:49:37.986 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.986 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.986 INFO [stderr] | Dec 18 14:49:37.986 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.986 INFO [stderr] | Dec 18 14:49:37.986 INFO [stderr] Dec 18 14:49:37.986 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.986 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.986 INFO [stderr] | Dec 18 14:49:37.986 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.986 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.986 INFO [stderr] ... Dec 18 14:49:37.986 INFO [stderr] 1613 | rt_alloc_excess_unused!(rt_pow2_8bytes_4align_alloc_excess_unused, 8, 4); Dec 18 14:49:37.986 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.986 INFO [stderr] Dec 18 14:49:37.988 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.988 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.988 INFO [stderr] | Dec 18 14:49:37.988 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.988 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.988 INFO [stderr] ... Dec 18 14:49:37.988 INFO [stderr] 1613 | rt_alloc_excess_unused!(rt_pow2_8bytes_4align_alloc_excess_unused, 8, 4); Dec 18 14:49:37.988 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.988 INFO [stderr] | Dec 18 14:49:37.988 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.988 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.988 INFO [stderr] | Dec 18 14:49:37.988 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.988 INFO [stderr] | Dec 18 14:49:37.988 INFO [stderr] Dec 18 14:49:37.988 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.988 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.988 INFO [stderr] | Dec 18 14:49:37.988 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.988 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.988 INFO [stderr] ... Dec 18 14:49:37.988 INFO [stderr] 1626 | rt_alloc_excess_unused!(rt_pow2_16bytes_4align_alloc_excess_unused, 16, 4); Dec 18 14:49:37.988 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.988 INFO [stderr] Dec 18 14:49:37.988 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.989 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.989 INFO [stderr] | Dec 18 14:49:37.989 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.989 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.989 INFO [stderr] ... Dec 18 14:49:37.989 INFO [stderr] 1626 | rt_alloc_excess_unused!(rt_pow2_16bytes_4align_alloc_excess_unused, 16, 4); Dec 18 14:49:37.989 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.989 INFO [stderr] | Dec 18 14:49:37.989 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.989 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.989 INFO [stderr] | Dec 18 14:49:37.989 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.989 INFO [stderr] | Dec 18 14:49:37.989 INFO [stderr] Dec 18 14:49:37.989 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.989 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.989 INFO [stderr] | Dec 18 14:49:37.989 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.989 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.989 INFO [stderr] ... Dec 18 14:49:37.989 INFO [stderr] 1639 | rt_alloc_excess_unused!(rt_pow2_32bytes_4align_alloc_excess_unused, 32, 4); Dec 18 14:49:37.989 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.989 INFO [stderr] Dec 18 14:49:37.989 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.989 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.989 INFO [stderr] | Dec 18 14:49:37.989 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.989 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.989 INFO [stderr] ... Dec 18 14:49:37.989 INFO [stderr] 1639 | rt_alloc_excess_unused!(rt_pow2_32bytes_4align_alloc_excess_unused, 32, 4); Dec 18 14:49:37.989 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.989 INFO [stderr] | Dec 18 14:49:37.989 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.989 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.989 INFO [stderr] | Dec 18 14:49:37.989 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.989 INFO [stderr] | Dec 18 14:49:37.990 INFO [stderr] Dec 18 14:49:37.992 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.992 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.992 INFO [stderr] | Dec 18 14:49:37.992 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.992 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.992 INFO [stderr] ... Dec 18 14:49:37.992 INFO [stderr] 1652 | rt_alloc_excess_unused!(rt_pow2_64bytes_4align_alloc_excess_unused, 64, 4); Dec 18 14:49:37.992 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.992 INFO [stderr] Dec 18 14:49:37.992 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.992 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.992 INFO [stderr] | Dec 18 14:49:37.992 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.992 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.992 INFO [stderr] ... Dec 18 14:49:37.992 INFO [stderr] 1652 | rt_alloc_excess_unused!(rt_pow2_64bytes_4align_alloc_excess_unused, 64, 4); Dec 18 14:49:37.992 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.992 INFO [stderr] | Dec 18 14:49:37.992 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.992 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.992 INFO [stderr] | Dec 18 14:49:37.992 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.993 INFO [stderr] | Dec 18 14:49:37.993 INFO [stderr] Dec 18 14:49:37.993 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.993 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.993 INFO [stderr] | Dec 18 14:49:37.993 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.993 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.993 INFO [stderr] ... Dec 18 14:49:37.993 INFO [stderr] 1665 | rt_alloc_excess_unused!(rt_pow2_128bytes_4align_alloc_excess_unused, 128, 4); Dec 18 14:49:37.993 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.993 INFO [stderr] Dec 18 14:49:37.993 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.993 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.993 INFO [stderr] | Dec 18 14:49:37.993 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.993 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.993 INFO [stderr] ... Dec 18 14:49:37.993 INFO [stderr] 1665 | rt_alloc_excess_unused!(rt_pow2_128bytes_4align_alloc_excess_unused, 128, 4); Dec 18 14:49:37.993 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.993 INFO [stderr] | Dec 18 14:49:37.993 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.993 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.993 INFO [stderr] | Dec 18 14:49:37.993 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.993 INFO [stderr] | Dec 18 14:49:37.993 INFO [stderr] Dec 18 14:49:37.996 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.996 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.996 INFO [stderr] | Dec 18 14:49:37.996 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.996 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.996 INFO [stderr] ... Dec 18 14:49:37.996 INFO [stderr] 1678 | rt_alloc_excess_unused!(rt_pow2_256bytes_4align_alloc_excess_unused, 256, 4); Dec 18 14:49:37.996 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.996 INFO [stderr] Dec 18 14:49:37.996 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.996 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.996 INFO [stderr] | Dec 18 14:49:37.996 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.996 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.996 INFO [stderr] ... Dec 18 14:49:37.996 INFO [stderr] 1678 | rt_alloc_excess_unused!(rt_pow2_256bytes_4align_alloc_excess_unused, 256, 4); Dec 18 14:49:37.996 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.996 INFO [stderr] | Dec 18 14:49:37.996 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.996 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.996 INFO [stderr] | Dec 18 14:49:37.996 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.996 INFO [stderr] | Dec 18 14:49:37.997 INFO [stderr] Dec 18 14:49:37.997 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.997 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.997 INFO [stderr] | Dec 18 14:49:37.997 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.997 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.997 INFO [stderr] ... Dec 18 14:49:37.997 INFO [stderr] 1691 | rt_alloc_excess_unused!(rt_pow2_512bytes_4align_alloc_excess_unused, 512, 4); Dec 18 14:49:37.997 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.997 INFO [stderr] Dec 18 14:49:37.997 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.997 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:37.997 INFO [stderr] | Dec 18 14:49:37.997 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:37.997 INFO [stderr] | ^^^^^^^ Dec 18 14:49:37.997 INFO [stderr] ... Dec 18 14:49:37.997 INFO [stderr] 1691 | rt_alloc_excess_unused!(rt_pow2_512bytes_4align_alloc_excess_unused, 512, 4); Dec 18 14:49:37.997 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.997 INFO [stderr] | Dec 18 14:49:37.997 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:37.997 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:37.997 INFO [stderr] | Dec 18 14:49:37.997 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:37.997 INFO [stderr] | Dec 18 14:49:37.997 INFO [stderr] Dec 18 14:49:37.997 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:37.997 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:37.997 INFO [stderr] | Dec 18 14:49:37.997 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:37.997 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:37.997 INFO [stderr] ... Dec 18 14:49:37.997 INFO [stderr] 1704 | rt_alloc_excess_unused!(rt_pow2_1024bytes_4align_alloc_excess_unused, 1024, 4); Dec 18 14:49:37.997 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:37.997 INFO [stderr] Dec 18 14:49:38.004 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.004 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.005 INFO [stderr] | Dec 18 14:49:38.005 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.005 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.005 INFO [stderr] ... Dec 18 14:49:38.005 INFO [stderr] 1704 | rt_alloc_excess_unused!(rt_pow2_1024bytes_4align_alloc_excess_unused, 1024, 4); Dec 18 14:49:38.005 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.005 INFO [stderr] | Dec 18 14:49:38.005 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.005 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.005 INFO [stderr] | Dec 18 14:49:38.005 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.005 INFO [stderr] | Dec 18 14:49:38.005 INFO [stderr] Dec 18 14:49:38.005 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.005 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.005 INFO [stderr] | Dec 18 14:49:38.005 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.005 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.005 INFO [stderr] ... Dec 18 14:49:38.005 INFO [stderr] 1717 | rt_alloc_excess_unused!(rt_pow2_2048bytes_4align_alloc_excess_unused, 2048, 4); Dec 18 14:49:38.005 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.005 INFO [stderr] Dec 18 14:49:38.005 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.005 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.005 INFO [stderr] | Dec 18 14:49:38.005 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.005 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.005 INFO [stderr] ... Dec 18 14:49:38.005 INFO [stderr] 1717 | rt_alloc_excess_unused!(rt_pow2_2048bytes_4align_alloc_excess_unused, 2048, 4); Dec 18 14:49:38.005 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.005 INFO [stderr] | Dec 18 14:49:38.005 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.005 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.005 INFO [stderr] | Dec 18 14:49:38.005 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.005 INFO [stderr] | Dec 18 14:49:38.005 INFO [stderr] Dec 18 14:49:38.005 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.005 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.005 INFO [stderr] | Dec 18 14:49:38.006 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.006 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.006 INFO [stderr] ... Dec 18 14:49:38.006 INFO [stderr] 1730 | rt_alloc_excess_unused!(rt_pow2_4096bytes_4align_alloc_excess_unused, 4096, 4); Dec 18 14:49:38.006 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.006 INFO [stderr] Dec 18 14:49:38.006 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.006 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.006 INFO [stderr] | Dec 18 14:49:38.006 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.006 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.006 INFO [stderr] ... Dec 18 14:49:38.006 INFO [stderr] 1730 | rt_alloc_excess_unused!(rt_pow2_4096bytes_4align_alloc_excess_unused, 4096, 4); Dec 18 14:49:38.006 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.006 INFO [stderr] | Dec 18 14:49:38.006 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.006 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.006 INFO [stderr] | Dec 18 14:49:38.006 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.006 INFO [stderr] | Dec 18 14:49:38.006 INFO [stderr] Dec 18 14:49:38.007 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.007 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.007 INFO [stderr] | Dec 18 14:49:38.007 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.007 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.007 INFO [stderr] ... Dec 18 14:49:38.007 INFO [stderr] 1743 | rt_alloc_excess_unused!(rt_pow2_8192bytes_4align_alloc_excess_unused, 8192, 4); Dec 18 14:49:38.007 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.007 INFO [stderr] Dec 18 14:49:38.007 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.007 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.007 INFO [stderr] | Dec 18 14:49:38.007 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.007 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.007 INFO [stderr] ... Dec 18 14:49:38.007 INFO [stderr] 1743 | rt_alloc_excess_unused!(rt_pow2_8192bytes_4align_alloc_excess_unused, 8192, 4); Dec 18 14:49:38.007 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.007 INFO [stderr] | Dec 18 14:49:38.007 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.007 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.007 INFO [stderr] | Dec 18 14:49:38.007 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.007 INFO [stderr] | Dec 18 14:49:38.007 INFO [stderr] Dec 18 14:49:38.012 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.012 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.012 INFO [stderr] | Dec 18 14:49:38.012 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.012 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.012 INFO [stderr] ... Dec 18 14:49:38.012 INFO [stderr] 1756 | rt_alloc_excess_unused!(rt_pow2_16384bytes_4align_alloc_excess_unused, 16384, 4); Dec 18 14:49:38.012 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.013 INFO [stderr] Dec 18 14:49:38.013 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.013 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.013 INFO [stderr] | Dec 18 14:49:38.013 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.013 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.013 INFO [stderr] ... Dec 18 14:49:38.013 INFO [stderr] 1756 | rt_alloc_excess_unused!(rt_pow2_16384bytes_4align_alloc_excess_unused, 16384, 4); Dec 18 14:49:38.013 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.013 INFO [stderr] | Dec 18 14:49:38.013 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.013 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.013 INFO [stderr] | Dec 18 14:49:38.013 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.013 INFO [stderr] | Dec 18 14:49:38.013 INFO [stderr] Dec 18 14:49:38.013 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.013 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.013 INFO [stderr] | Dec 18 14:49:38.013 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.013 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.013 INFO [stderr] ... Dec 18 14:49:38.013 INFO [stderr] 1769 | rt_alloc_excess_unused!(rt_pow2_32768bytes_4align_alloc_excess_unused, 32768, 4); Dec 18 14:49:38.013 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.013 INFO [stderr] Dec 18 14:49:38.013 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.013 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.013 INFO [stderr] | Dec 18 14:49:38.013 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.013 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.013 INFO [stderr] ... Dec 18 14:49:38.013 INFO [stderr] 1769 | rt_alloc_excess_unused!(rt_pow2_32768bytes_4align_alloc_excess_unused, 32768, 4); Dec 18 14:49:38.013 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.013 INFO [stderr] | Dec 18 14:49:38.013 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.013 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.013 INFO [stderr] | Dec 18 14:49:38.013 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.014 INFO [stderr] | Dec 18 14:49:38.014 INFO [stderr] Dec 18 14:49:38.014 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.014 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.014 INFO [stderr] | Dec 18 14:49:38.014 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.014 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.014 INFO [stderr] ... Dec 18 14:49:38.014 INFO [stderr] 1782 | rt_alloc_excess_unused!(rt_pow2_65536bytes_4align_alloc_excess_unused, 65536, 4); Dec 18 14:49:38.014 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.014 INFO [stderr] Dec 18 14:49:38.014 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.014 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.014 INFO [stderr] | Dec 18 14:49:38.014 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.014 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.014 INFO [stderr] ... Dec 18 14:49:38.014 INFO [stderr] 1782 | rt_alloc_excess_unused!(rt_pow2_65536bytes_4align_alloc_excess_unused, 65536, 4); Dec 18 14:49:38.014 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.014 INFO [stderr] | Dec 18 14:49:38.014 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.014 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.014 INFO [stderr] | Dec 18 14:49:38.014 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.014 INFO [stderr] | Dec 18 14:49:38.014 INFO [stderr] Dec 18 14:49:38.014 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.014 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.014 INFO [stderr] | Dec 18 14:49:38.014 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.014 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.014 INFO [stderr] ... Dec 18 14:49:38.014 INFO [stderr] 1795 | rt_alloc_excess_unused!(rt_pow2_131072bytes_4align_alloc_excess_unused, 131072, 4); Dec 18 14:49:38.014 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.014 INFO [stderr] Dec 18 14:49:38.016 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.016 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.016 INFO [stderr] | Dec 18 14:49:38.016 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.016 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.016 INFO [stderr] ... Dec 18 14:49:38.016 INFO [stderr] 1795 | rt_alloc_excess_unused!(rt_pow2_131072bytes_4align_alloc_excess_unused, 131072, 4); Dec 18 14:49:38.016 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.016 INFO [stderr] | Dec 18 14:49:38.016 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.016 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.016 INFO [stderr] | Dec 18 14:49:38.016 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.017 INFO [stderr] | Dec 18 14:49:38.017 INFO [stderr] Dec 18 14:49:38.017 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.017 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.017 INFO [stderr] | Dec 18 14:49:38.017 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.017 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.017 INFO [stderr] ... Dec 18 14:49:38.017 INFO [stderr] 1808 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_4align_alloc_excess_unused, 4194304, 4); Dec 18 14:49:38.017 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.017 INFO [stderr] Dec 18 14:49:38.017 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.017 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.017 INFO [stderr] | Dec 18 14:49:38.017 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.017 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.017 INFO [stderr] ... Dec 18 14:49:38.017 INFO [stderr] 1808 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_4align_alloc_excess_unused, 4194304, 4); Dec 18 14:49:38.017 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.017 INFO [stderr] | Dec 18 14:49:38.017 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.017 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.017 INFO [stderr] | Dec 18 14:49:38.017 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.017 INFO [stderr] | Dec 18 14:49:38.017 INFO [stderr] Dec 18 14:49:38.017 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.017 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.017 INFO [stderr] | Dec 18 14:49:38.017 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.017 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.017 INFO [stderr] ... Dec 18 14:49:38.017 INFO [stderr] 1822 | rt_alloc_excess_unused!(rt_even_10bytes_4align_alloc_excess_unused, 10, 4); Dec 18 14:49:38.017 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.017 INFO [stderr] Dec 18 14:49:38.017 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.017 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.017 INFO [stderr] | Dec 18 14:49:38.017 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.017 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.017 INFO [stderr] ... Dec 18 14:49:38.017 INFO [stderr] 1822 | rt_alloc_excess_unused!(rt_even_10bytes_4align_alloc_excess_unused, 10, 4); Dec 18 14:49:38.017 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.017 INFO [stderr] | Dec 18 14:49:38.018 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.018 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.018 INFO [stderr] | Dec 18 14:49:38.018 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.018 INFO [stderr] | Dec 18 14:49:38.018 INFO [stderr] Dec 18 14:49:38.024 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.024 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.024 INFO [stderr] | Dec 18 14:49:38.024 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.024 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.024 INFO [stderr] ... Dec 18 14:49:38.024 INFO [stderr] 1835 | rt_alloc_excess_unused!(rt_even_100bytes_4align_alloc_excess_unused, 100, 4); Dec 18 14:49:38.024 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.024 INFO [stderr] Dec 18 14:49:38.024 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.024 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.025 INFO [stderr] | Dec 18 14:49:38.025 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.025 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.025 INFO [stderr] ... Dec 18 14:49:38.025 INFO [stderr] 1835 | rt_alloc_excess_unused!(rt_even_100bytes_4align_alloc_excess_unused, 100, 4); Dec 18 14:49:38.025 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.025 INFO [stderr] | Dec 18 14:49:38.025 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.025 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.025 INFO [stderr] | Dec 18 14:49:38.025 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.025 INFO [stderr] | Dec 18 14:49:38.025 INFO [stderr] Dec 18 14:49:38.025 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.025 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.025 INFO [stderr] | Dec 18 14:49:38.025 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.025 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.025 INFO [stderr] ... Dec 18 14:49:38.025 INFO [stderr] 1848 | rt_alloc_excess_unused!(rt_even_1000bytes_4align_alloc_excess_unused, 1000, 4); Dec 18 14:49:38.025 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.025 INFO [stderr] Dec 18 14:49:38.025 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.025 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.025 INFO [stderr] | Dec 18 14:49:38.025 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.025 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.025 INFO [stderr] ... Dec 18 14:49:38.025 INFO [stderr] 1848 | rt_alloc_excess_unused!(rt_even_1000bytes_4align_alloc_excess_unused, 1000, 4); Dec 18 14:49:38.025 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.025 INFO [stderr] | Dec 18 14:49:38.025 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.025 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.025 INFO [stderr] | Dec 18 14:49:38.025 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.025 INFO [stderr] | Dec 18 14:49:38.025 INFO [stderr] Dec 18 14:49:38.028 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.028 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.028 INFO [stderr] | Dec 18 14:49:38.028 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.028 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.028 INFO [stderr] ... Dec 18 14:49:38.028 INFO [stderr] 1861 | rt_alloc_excess_unused!(rt_even_10000bytes_4align_alloc_excess_unused, 10000, 4); Dec 18 14:49:38.028 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.028 INFO [stderr] Dec 18 14:49:38.028 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.028 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.028 INFO [stderr] | Dec 18 14:49:38.028 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.028 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.028 INFO [stderr] ... Dec 18 14:49:38.028 INFO [stderr] 1861 | rt_alloc_excess_unused!(rt_even_10000bytes_4align_alloc_excess_unused, 10000, 4); Dec 18 14:49:38.028 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.028 INFO [stderr] | Dec 18 14:49:38.028 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.028 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.028 INFO [stderr] | Dec 18 14:49:38.028 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.029 INFO [stderr] | Dec 18 14:49:38.029 INFO [stderr] Dec 18 14:49:38.029 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.029 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.029 INFO [stderr] | Dec 18 14:49:38.029 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.029 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.029 INFO [stderr] ... Dec 18 14:49:38.029 INFO [stderr] 1874 | rt_alloc_excess_unused!(rt_even_100000bytes_4align_alloc_excess_unused, 100000, 4); Dec 18 14:49:38.029 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.029 INFO [stderr] Dec 18 14:49:38.029 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.029 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.029 INFO [stderr] | Dec 18 14:49:38.029 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.029 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.029 INFO [stderr] ... Dec 18 14:49:38.029 INFO [stderr] 1874 | rt_alloc_excess_unused!(rt_even_100000bytes_4align_alloc_excess_unused, 100000, 4); Dec 18 14:49:38.029 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.029 INFO [stderr] | Dec 18 14:49:38.029 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.029 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.029 INFO [stderr] | Dec 18 14:49:38.029 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.029 INFO [stderr] | Dec 18 14:49:38.029 INFO [stderr] Dec 18 14:49:38.032 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.032 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.032 INFO [stderr] | Dec 18 14:49:38.033 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.033 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.033 INFO [stderr] ... Dec 18 14:49:38.033 INFO [stderr] 1887 | rt_alloc_excess_unused!(rt_even_1000000bytes_4align_alloc_excess_unused, 1000000, 4); Dec 18 14:49:38.033 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.033 INFO [stderr] Dec 18 14:49:38.033 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.033 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.033 INFO [stderr] | Dec 18 14:49:38.033 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.033 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.033 INFO [stderr] ... Dec 18 14:49:38.033 INFO [stderr] 1887 | rt_alloc_excess_unused!(rt_even_1000000bytes_4align_alloc_excess_unused, 1000000, 4); Dec 18 14:49:38.033 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.033 INFO [stderr] | Dec 18 14:49:38.033 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.033 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.033 INFO [stderr] | Dec 18 14:49:38.033 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.033 INFO [stderr] | Dec 18 14:49:38.033 INFO [stderr] Dec 18 14:49:38.033 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.033 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.033 INFO [stderr] | Dec 18 14:49:38.033 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.033 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.033 INFO [stderr] ... Dec 18 14:49:38.033 INFO [stderr] 1901 | rt_alloc_excess_unused!(rt_odd_10bytes_4align_alloc_excess_unused, 10- 1, 4); Dec 18 14:49:38.033 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.033 INFO [stderr] Dec 18 14:49:38.033 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.033 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.033 INFO [stderr] | Dec 18 14:49:38.033 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.033 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.033 INFO [stderr] ... Dec 18 14:49:38.034 INFO [stderr] 1901 | rt_alloc_excess_unused!(rt_odd_10bytes_4align_alloc_excess_unused, 10- 1, 4); Dec 18 14:49:38.034 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.034 INFO [stderr] | Dec 18 14:49:38.034 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.034 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.034 INFO [stderr] | Dec 18 14:49:38.034 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.034 INFO [stderr] | Dec 18 14:49:38.034 INFO [stderr] Dec 18 14:49:38.034 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.034 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.034 INFO [stderr] | Dec 18 14:49:38.034 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.034 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.034 INFO [stderr] ... Dec 18 14:49:38.034 INFO [stderr] 1914 | rt_alloc_excess_unused!(rt_odd_100bytes_4align_alloc_excess_unused, 100- 1, 4); Dec 18 14:49:38.034 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.034 INFO [stderr] Dec 18 14:49:38.036 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.036 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.036 INFO [stderr] | Dec 18 14:49:38.036 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.036 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.036 INFO [stderr] ... Dec 18 14:49:38.036 INFO [stderr] 1914 | rt_alloc_excess_unused!(rt_odd_100bytes_4align_alloc_excess_unused, 100- 1, 4); Dec 18 14:49:38.036 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.036 INFO [stderr] | Dec 18 14:49:38.037 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.037 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.037 INFO [stderr] | Dec 18 14:49:38.037 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.037 INFO [stderr] | Dec 18 14:49:38.037 INFO [stderr] Dec 18 14:49:38.037 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.037 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.037 INFO [stderr] | Dec 18 14:49:38.037 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.037 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.037 INFO [stderr] ... Dec 18 14:49:38.037 INFO [stderr] 1927 | rt_alloc_excess_unused!(rt_odd_1000bytes_4align_alloc_excess_unused, 1000- 1, 4); Dec 18 14:49:38.037 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.037 INFO [stderr] Dec 18 14:49:38.037 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.037 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.037 INFO [stderr] | Dec 18 14:49:38.037 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.037 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.037 INFO [stderr] ... Dec 18 14:49:38.037 INFO [stderr] 1927 | rt_alloc_excess_unused!(rt_odd_1000bytes_4align_alloc_excess_unused, 1000- 1, 4); Dec 18 14:49:38.037 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.037 INFO [stderr] | Dec 18 14:49:38.037 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.037 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.037 INFO [stderr] | Dec 18 14:49:38.037 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.037 INFO [stderr] | Dec 18 14:49:38.037 INFO [stderr] Dec 18 14:49:38.037 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.037 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.037 INFO [stderr] | Dec 18 14:49:38.037 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.037 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.037 INFO [stderr] ... Dec 18 14:49:38.037 INFO [stderr] 1940 | rt_alloc_excess_unused!(rt_odd_10000bytes_4align_alloc_excess_unused, 10000- 1, 4); Dec 18 14:49:38.037 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.038 INFO [stderr] Dec 18 14:49:38.041 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.041 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.041 INFO [stderr] | Dec 18 14:49:38.041 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.041 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.041 INFO [stderr] ... Dec 18 14:49:38.041 INFO [stderr] 1940 | rt_alloc_excess_unused!(rt_odd_10000bytes_4align_alloc_excess_unused, 10000- 1, 4); Dec 18 14:49:38.041 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.041 INFO [stderr] | Dec 18 14:49:38.041 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.041 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.041 INFO [stderr] | Dec 18 14:49:38.041 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.041 INFO [stderr] | Dec 18 14:49:38.041 INFO [stderr] Dec 18 14:49:38.041 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.041 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.041 INFO [stderr] | Dec 18 14:49:38.041 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.041 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.041 INFO [stderr] ... Dec 18 14:49:38.041 INFO [stderr] 1953 | rt_alloc_excess_unused!(rt_odd_100000bytes_4align_alloc_excess_unused, 100000- 1, 4); Dec 18 14:49:38.041 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.041 INFO [stderr] Dec 18 14:49:38.041 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.041 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.041 INFO [stderr] | Dec 18 14:49:38.041 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.041 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.041 INFO [stderr] ... Dec 18 14:49:38.041 INFO [stderr] 1953 | rt_alloc_excess_unused!(rt_odd_100000bytes_4align_alloc_excess_unused, 100000- 1, 4); Dec 18 14:49:38.041 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.041 INFO [stderr] | Dec 18 14:49:38.041 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.041 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.041 INFO [stderr] | Dec 18 14:49:38.041 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.042 INFO [stderr] | Dec 18 14:49:38.042 INFO [stderr] Dec 18 14:49:38.042 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.042 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.042 INFO [stderr] | Dec 18 14:49:38.042 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.042 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.042 INFO [stderr] ... Dec 18 14:49:38.042 INFO [stderr] 1966 | rt_alloc_excess_unused!(rt_odd_1000000bytes_4align_alloc_excess_unused, 1000000- 1, 4); Dec 18 14:49:38.042 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.042 INFO [stderr] Dec 18 14:49:38.042 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.042 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.042 INFO [stderr] | Dec 18 14:49:38.042 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.042 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.042 INFO [stderr] ... Dec 18 14:49:38.042 INFO [stderr] 1966 | rt_alloc_excess_unused!(rt_odd_1000000bytes_4align_alloc_excess_unused, 1000000- 1, 4); Dec 18 14:49:38.042 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.042 INFO [stderr] | Dec 18 14:49:38.042 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.042 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.042 INFO [stderr] | Dec 18 14:49:38.042 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.042 INFO [stderr] | Dec 18 14:49:38.042 INFO [stderr] Dec 18 14:49:38.042 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.042 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.042 INFO [stderr] | Dec 18 14:49:38.042 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.042 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.042 INFO [stderr] ... Dec 18 14:49:38.042 INFO [stderr] 1980 | rt_alloc_excess_unused!(rt_primes_3bytes_4align_alloc_excess_unused, 3, 4); Dec 18 14:49:38.042 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.042 INFO [stderr] Dec 18 14:49:38.042 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.042 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.042 INFO [stderr] | Dec 18 14:49:38.042 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.042 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.042 INFO [stderr] ... Dec 18 14:49:38.042 INFO [stderr] 1980 | rt_alloc_excess_unused!(rt_primes_3bytes_4align_alloc_excess_unused, 3, 4); Dec 18 14:49:38.042 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.042 INFO [stderr] | Dec 18 14:49:38.042 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.042 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.042 INFO [stderr] | Dec 18 14:49:38.042 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.042 INFO [stderr] | Dec 18 14:49:38.043 INFO [stderr] Dec 18 14:49:38.051 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.051 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.051 INFO [stderr] | Dec 18 14:49:38.051 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.051 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.051 INFO [stderr] ... Dec 18 14:49:38.051 INFO [stderr] 1993 | rt_alloc_excess_unused!(rt_primes_7bytes_4align_alloc_excess_unused, 7, 4); Dec 18 14:49:38.051 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.051 INFO [stderr] Dec 18 14:49:38.051 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.051 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.052 INFO [stderr] | Dec 18 14:49:38.052 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.052 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.052 INFO [stderr] ... Dec 18 14:49:38.052 INFO [stderr] 1993 | rt_alloc_excess_unused!(rt_primes_7bytes_4align_alloc_excess_unused, 7, 4); Dec 18 14:49:38.052 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.052 INFO [stderr] | Dec 18 14:49:38.052 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.052 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.052 INFO [stderr] | Dec 18 14:49:38.052 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.052 INFO [stderr] | Dec 18 14:49:38.052 INFO [stderr] Dec 18 14:49:38.052 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.052 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.052 INFO [stderr] | Dec 18 14:49:38.052 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.052 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.052 INFO [stderr] ... Dec 18 14:49:38.052 INFO [stderr] 2006 | rt_alloc_excess_unused!(rt_primes_13bytes_4align_alloc_excess_unused, 13, 4); Dec 18 14:49:38.052 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.052 INFO [stderr] Dec 18 14:49:38.052 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.052 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.052 INFO [stderr] | Dec 18 14:49:38.052 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.052 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.052 INFO [stderr] ... Dec 18 14:49:38.052 INFO [stderr] 2006 | rt_alloc_excess_unused!(rt_primes_13bytes_4align_alloc_excess_unused, 13, 4); Dec 18 14:49:38.052 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.052 INFO [stderr] | Dec 18 14:49:38.052 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.052 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.052 INFO [stderr] | Dec 18 14:49:38.052 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.052 INFO [stderr] | Dec 18 14:49:38.052 INFO [stderr] Dec 18 14:49:38.052 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.052 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.052 INFO [stderr] | Dec 18 14:49:38.052 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.052 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.052 INFO [stderr] ... Dec 18 14:49:38.052 INFO [stderr] 2019 | rt_alloc_excess_unused!(rt_primes_17bytes_4align_alloc_excess_unused, 17, 4); Dec 18 14:49:38.052 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.052 INFO [stderr] Dec 18 14:49:38.052 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.052 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.052 INFO [stderr] | Dec 18 14:49:38.052 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.052 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.052 INFO [stderr] ... Dec 18 14:49:38.052 INFO [stderr] 2019 | rt_alloc_excess_unused!(rt_primes_17bytes_4align_alloc_excess_unused, 17, 4); Dec 18 14:49:38.052 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.052 INFO [stderr] | Dec 18 14:49:38.052 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.052 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.052 INFO [stderr] | Dec 18 14:49:38.052 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.053 INFO [stderr] | Dec 18 14:49:38.053 INFO [stderr] Dec 18 14:49:38.053 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.053 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.053 INFO [stderr] | Dec 18 14:49:38.053 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.053 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.053 INFO [stderr] ... Dec 18 14:49:38.053 INFO [stderr] 2032 | rt_alloc_excess_unused!(rt_primes_31bytes_4align_alloc_excess_unused, 31, 4); Dec 18 14:49:38.053 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.053 INFO [stderr] Dec 18 14:49:38.053 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.053 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.053 INFO [stderr] | Dec 18 14:49:38.053 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.053 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.053 INFO [stderr] ... Dec 18 14:49:38.053 INFO [stderr] 2032 | rt_alloc_excess_unused!(rt_primes_31bytes_4align_alloc_excess_unused, 31, 4); Dec 18 14:49:38.053 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.053 INFO [stderr] | Dec 18 14:49:38.053 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.053 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.053 INFO [stderr] | Dec 18 14:49:38.053 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.053 INFO [stderr] | Dec 18 14:49:38.053 INFO [stderr] Dec 18 14:49:38.054 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.054 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.054 INFO [stderr] | Dec 18 14:49:38.054 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.054 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.054 INFO [stderr] ... Dec 18 14:49:38.054 INFO [stderr] 2045 | rt_alloc_excess_unused!(rt_primes_61bytes_4align_alloc_excess_unused, 61, 4); Dec 18 14:49:38.054 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.054 INFO [stderr] Dec 18 14:49:38.054 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.054 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.054 INFO [stderr] | Dec 18 14:49:38.054 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.054 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.054 INFO [stderr] ... Dec 18 14:49:38.055 INFO [stderr] 2045 | rt_alloc_excess_unused!(rt_primes_61bytes_4align_alloc_excess_unused, 61, 4); Dec 18 14:49:38.055 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.055 INFO [stderr] | Dec 18 14:49:38.055 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.055 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.055 INFO [stderr] | Dec 18 14:49:38.055 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.055 INFO [stderr] | Dec 18 14:49:38.055 INFO [stderr] Dec 18 14:49:38.055 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.055 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.055 INFO [stderr] | Dec 18 14:49:38.055 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.055 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.055 INFO [stderr] ... Dec 18 14:49:38.055 INFO [stderr] 2058 | rt_alloc_excess_unused!(rt_primes_96bytes_4align_alloc_excess_unused, 96, 4); Dec 18 14:49:38.055 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.055 INFO [stderr] Dec 18 14:49:38.055 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.055 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.055 INFO [stderr] | Dec 18 14:49:38.055 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.055 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.055 INFO [stderr] ... Dec 18 14:49:38.055 INFO [stderr] 2058 | rt_alloc_excess_unused!(rt_primes_96bytes_4align_alloc_excess_unused, 96, 4); Dec 18 14:49:38.055 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.055 INFO [stderr] | Dec 18 14:49:38.055 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.055 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.055 INFO [stderr] | Dec 18 14:49:38.055 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.055 INFO [stderr] | Dec 18 14:49:38.055 INFO [stderr] Dec 18 14:49:38.055 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.055 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.055 INFO [stderr] | Dec 18 14:49:38.055 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.055 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.055 INFO [stderr] ... Dec 18 14:49:38.055 INFO [stderr] 2071 | rt_alloc_excess_unused!(rt_primes_127bytes_4align_alloc_excess_unused, 127, 4); Dec 18 14:49:38.055 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.055 INFO [stderr] Dec 18 14:49:38.055 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.055 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.055 INFO [stderr] | Dec 18 14:49:38.056 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.056 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.056 INFO [stderr] ... Dec 18 14:49:38.056 INFO [stderr] 2071 | rt_alloc_excess_unused!(rt_primes_127bytes_4align_alloc_excess_unused, 127, 4); Dec 18 14:49:38.056 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.056 INFO [stderr] | Dec 18 14:49:38.056 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.056 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.056 INFO [stderr] | Dec 18 14:49:38.056 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.056 INFO [stderr] | Dec 18 14:49:38.056 INFO [stderr] Dec 18 14:49:38.056 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.056 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.056 INFO [stderr] | Dec 18 14:49:38.056 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.056 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.056 INFO [stderr] ... Dec 18 14:49:38.056 INFO [stderr] 2084 | rt_alloc_excess_unused!(rt_primes_257bytes_4align_alloc_excess_unused, 257, 4); Dec 18 14:49:38.056 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.056 INFO [stderr] Dec 18 14:49:38.056 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.056 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.060 INFO [stderr] | Dec 18 14:49:38.060 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.060 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.060 INFO [stderr] ... Dec 18 14:49:38.060 INFO [stderr] 2084 | rt_alloc_excess_unused!(rt_primes_257bytes_4align_alloc_excess_unused, 257, 4); Dec 18 14:49:38.060 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.060 INFO [stderr] | Dec 18 14:49:38.060 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.060 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.060 INFO [stderr] | Dec 18 14:49:38.060 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.060 INFO [stderr] | Dec 18 14:49:38.060 INFO [stderr] Dec 18 14:49:38.060 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.060 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.060 INFO [stderr] | Dec 18 14:49:38.060 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.060 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.060 INFO [stderr] ... Dec 18 14:49:38.060 INFO [stderr] 2097 | rt_alloc_excess_unused!(rt_primes_509bytes_4align_alloc_excess_unused, 509, 4); Dec 18 14:49:38.060 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.060 INFO [stderr] Dec 18 14:49:38.060 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.060 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.060 INFO [stderr] | Dec 18 14:49:38.060 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.060 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.060 INFO [stderr] ... Dec 18 14:49:38.060 INFO [stderr] 2097 | rt_alloc_excess_unused!(rt_primes_509bytes_4align_alloc_excess_unused, 509, 4); Dec 18 14:49:38.060 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.061 INFO [stderr] | Dec 18 14:49:38.061 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.061 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.061 INFO [stderr] | Dec 18 14:49:38.061 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.061 INFO [stderr] | Dec 18 14:49:38.061 INFO [stderr] Dec 18 14:49:38.061 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.061 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.061 INFO [stderr] | Dec 18 14:49:38.061 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.061 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.061 INFO [stderr] ... Dec 18 14:49:38.061 INFO [stderr] 2110 | rt_alloc_excess_unused!(rt_primes_1021bytes_4align_alloc_excess_unused, 1021, 4); Dec 18 14:49:38.061 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.061 INFO [stderr] Dec 18 14:49:38.061 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.061 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.061 INFO [stderr] | Dec 18 14:49:38.061 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.061 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.061 INFO [stderr] ... Dec 18 14:49:38.061 INFO [stderr] 2110 | rt_alloc_excess_unused!(rt_primes_1021bytes_4align_alloc_excess_unused, 1021, 4); Dec 18 14:49:38.061 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.061 INFO [stderr] | Dec 18 14:49:38.061 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.061 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.061 INFO [stderr] | Dec 18 14:49:38.061 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.061 INFO [stderr] | Dec 18 14:49:38.061 INFO [stderr] Dec 18 14:49:38.061 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.061 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.061 INFO [stderr] | Dec 18 14:49:38.061 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.061 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.061 INFO [stderr] ... Dec 18 14:49:38.061 INFO [stderr] 2123 | rt_alloc_excess_unused!(rt_primes_2039bytes_4align_alloc_excess_unused, 2039, 4); Dec 18 14:49:38.061 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.061 INFO [stderr] Dec 18 14:49:38.061 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.061 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.061 INFO [stderr] | Dec 18 14:49:38.061 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.061 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.061 INFO [stderr] ... Dec 18 14:49:38.061 INFO [stderr] 2123 | rt_alloc_excess_unused!(rt_primes_2039bytes_4align_alloc_excess_unused, 2039, 4); Dec 18 14:49:38.061 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.061 INFO [stderr] | Dec 18 14:49:38.061 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.061 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.061 INFO [stderr] | Dec 18 14:49:38.061 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.061 INFO [stderr] | Dec 18 14:49:38.061 INFO [stderr] Dec 18 14:49:38.061 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.061 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.068 INFO [stderr] | Dec 18 14:49:38.068 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.068 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.068 INFO [stderr] ... Dec 18 14:49:38.068 INFO [stderr] 2136 | rt_alloc_excess_unused!(rt_primes_4093bytes_4align_alloc_excess_unused, 4093, 4); Dec 18 14:49:38.068 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.068 INFO [stderr] Dec 18 14:49:38.069 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.069 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.069 INFO [stderr] | Dec 18 14:49:38.069 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.069 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.069 INFO [stderr] ... Dec 18 14:49:38.069 INFO [stderr] 2136 | rt_alloc_excess_unused!(rt_primes_4093bytes_4align_alloc_excess_unused, 4093, 4); Dec 18 14:49:38.069 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.069 INFO [stderr] | Dec 18 14:49:38.069 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.069 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.069 INFO [stderr] | Dec 18 14:49:38.069 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.069 INFO [stderr] | Dec 18 14:49:38.069 INFO [stderr] Dec 18 14:49:38.069 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.069 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.069 INFO [stderr] | Dec 18 14:49:38.069 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.069 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.069 INFO [stderr] ... Dec 18 14:49:38.069 INFO [stderr] 2149 | rt_alloc_excess_unused!(rt_primes_8191bytes_4align_alloc_excess_unused, 8191, 4); Dec 18 14:49:38.069 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.069 INFO [stderr] Dec 18 14:49:38.069 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.069 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.069 INFO [stderr] | Dec 18 14:49:38.069 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.069 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.069 INFO [stderr] ... Dec 18 14:49:38.069 INFO [stderr] 2149 | rt_alloc_excess_unused!(rt_primes_8191bytes_4align_alloc_excess_unused, 8191, 4); Dec 18 14:49:38.069 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.069 INFO [stderr] | Dec 18 14:49:38.069 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.069 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.069 INFO [stderr] | Dec 18 14:49:38.069 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.069 INFO [stderr] | Dec 18 14:49:38.069 INFO [stderr] Dec 18 14:49:38.069 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.069 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.069 INFO [stderr] | Dec 18 14:49:38.069 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.069 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.069 INFO [stderr] ... Dec 18 14:49:38.069 INFO [stderr] 2162 | rt_alloc_excess_unused!(rt_primes_16381bytes_4align_alloc_excess_unused, 16381, 4); Dec 18 14:49:38.069 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.069 INFO [stderr] Dec 18 14:49:38.069 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.069 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.069 INFO [stderr] | Dec 18 14:49:38.069 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.069 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.069 INFO [stderr] ... Dec 18 14:49:38.069 INFO [stderr] 2162 | rt_alloc_excess_unused!(rt_primes_16381bytes_4align_alloc_excess_unused, 16381, 4); Dec 18 14:49:38.069 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.069 INFO [stderr] | Dec 18 14:49:38.069 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.069 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.069 INFO [stderr] | Dec 18 14:49:38.069 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.069 INFO [stderr] | Dec 18 14:49:38.069 INFO [stderr] Dec 18 14:49:38.070 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.070 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.070 INFO [stderr] | Dec 18 14:49:38.070 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.070 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.070 INFO [stderr] ... Dec 18 14:49:38.070 INFO [stderr] 2175 | rt_alloc_excess_unused!(rt_primes_32749bytes_4align_alloc_excess_unused, 32749, 4); Dec 18 14:49:38.070 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.070 INFO [stderr] Dec 18 14:49:38.070 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.070 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.070 INFO [stderr] | Dec 18 14:49:38.070 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.070 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.070 INFO [stderr] ... Dec 18 14:49:38.070 INFO [stderr] 2175 | rt_alloc_excess_unused!(rt_primes_32749bytes_4align_alloc_excess_unused, 32749, 4); Dec 18 14:49:38.070 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.070 INFO [stderr] | Dec 18 14:49:38.070 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.070 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.070 INFO [stderr] | Dec 18 14:49:38.070 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.070 INFO [stderr] | Dec 18 14:49:38.070 INFO [stderr] Dec 18 14:49:38.070 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.070 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.070 INFO [stderr] | Dec 18 14:49:38.070 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.070 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.070 INFO [stderr] ... Dec 18 14:49:38.070 INFO [stderr] 2188 | rt_alloc_excess_unused!(rt_primes_65537bytes_4align_alloc_excess_unused, 65537, 4); Dec 18 14:49:38.070 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.070 INFO [stderr] Dec 18 14:49:38.070 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.070 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.070 INFO [stderr] | Dec 18 14:49:38.070 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.070 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.070 INFO [stderr] ... Dec 18 14:49:38.070 INFO [stderr] 2188 | rt_alloc_excess_unused!(rt_primes_65537bytes_4align_alloc_excess_unused, 65537, 4); Dec 18 14:49:38.070 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.070 INFO [stderr] | Dec 18 14:49:38.070 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.070 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.070 INFO [stderr] | Dec 18 14:49:38.070 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.070 INFO [stderr] | Dec 18 14:49:38.070 INFO [stderr] Dec 18 14:49:38.077 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.077 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.077 INFO [stderr] | Dec 18 14:49:38.077 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.077 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.077 INFO [stderr] ... Dec 18 14:49:38.077 INFO [stderr] 2201 | rt_alloc_excess_unused!(rt_primes_131071bytes_4align_alloc_excess_unused, 131071, 4); Dec 18 14:49:38.077 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.077 INFO [stderr] Dec 18 14:49:38.077 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.077 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.077 INFO [stderr] | Dec 18 14:49:38.077 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.077 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.077 INFO [stderr] ... Dec 18 14:49:38.077 INFO [stderr] 2201 | rt_alloc_excess_unused!(rt_primes_131071bytes_4align_alloc_excess_unused, 131071, 4); Dec 18 14:49:38.077 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.077 INFO [stderr] | Dec 18 14:49:38.077 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.077 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.077 INFO [stderr] | Dec 18 14:49:38.077 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.077 INFO [stderr] | Dec 18 14:49:38.077 INFO [stderr] Dec 18 14:49:38.077 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.077 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.077 INFO [stderr] | Dec 18 14:49:38.077 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.077 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.077 INFO [stderr] ... Dec 18 14:49:38.077 INFO [stderr] 2214 | rt_alloc_excess_unused!(rt_primes_4194301bytes_4align_alloc_excess_unused, 4194301, 4); Dec 18 14:49:38.077 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.077 INFO [stderr] Dec 18 14:49:38.077 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.077 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.077 INFO [stderr] | Dec 18 14:49:38.077 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.077 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.077 INFO [stderr] ... Dec 18 14:49:38.077 INFO [stderr] 2214 | rt_alloc_excess_unused!(rt_primes_4194301bytes_4align_alloc_excess_unused, 4194301, 4); Dec 18 14:49:38.077 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.077 INFO [stderr] | Dec 18 14:49:38.077 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.077 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.077 INFO [stderr] | Dec 18 14:49:38.077 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.077 INFO [stderr] | Dec 18 14:49:38.077 INFO [stderr] Dec 18 14:49:38.077 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.077 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.077 INFO [stderr] | Dec 18 14:49:38.077 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.077 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.077 INFO [stderr] ... Dec 18 14:49:38.077 INFO [stderr] 2230 | rt_alloc_excess_unused!(rt_pow2_1bytes_8align_alloc_excess_unused, 1, 8); Dec 18 14:49:38.077 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.077 INFO [stderr] Dec 18 14:49:38.077 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.078 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.078 INFO [stderr] | Dec 18 14:49:38.078 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.078 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.078 INFO [stderr] ... Dec 18 14:49:38.078 INFO [stderr] 2230 | rt_alloc_excess_unused!(rt_pow2_1bytes_8align_alloc_excess_unused, 1, 8); Dec 18 14:49:38.078 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.078 INFO [stderr] | Dec 18 14:49:38.078 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.078 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.078 INFO [stderr] | Dec 18 14:49:38.078 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.079 INFO [stderr] | Dec 18 14:49:38.079 INFO [stderr] Dec 18 14:49:38.079 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.079 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.079 INFO [stderr] | Dec 18 14:49:38.079 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.079 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.079 INFO [stderr] ... Dec 18 14:49:38.079 INFO [stderr] 2243 | rt_alloc_excess_unused!(rt_pow2_2bytes_8align_alloc_excess_unused, 2, 8); Dec 18 14:49:38.079 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.079 INFO [stderr] Dec 18 14:49:38.079 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.079 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.079 INFO [stderr] | Dec 18 14:49:38.079 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.079 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.079 INFO [stderr] ... Dec 18 14:49:38.079 INFO [stderr] 2243 | rt_alloc_excess_unused!(rt_pow2_2bytes_8align_alloc_excess_unused, 2, 8); Dec 18 14:49:38.079 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.079 INFO [stderr] | Dec 18 14:49:38.079 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.079 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.079 INFO [stderr] | Dec 18 14:49:38.079 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.079 INFO [stderr] | Dec 18 14:49:38.079 INFO [stderr] Dec 18 14:49:38.079 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.079 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.079 INFO [stderr] | Dec 18 14:49:38.079 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.079 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.079 INFO [stderr] ... Dec 18 14:49:38.079 INFO [stderr] 2256 | rt_alloc_excess_unused!(rt_pow2_4bytes_8align_alloc_excess_unused, 4, 8); Dec 18 14:49:38.079 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.079 INFO [stderr] Dec 18 14:49:38.081 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.081 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.081 INFO [stderr] | Dec 18 14:49:38.081 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.081 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.081 INFO [stderr] ... Dec 18 14:49:38.081 INFO [stderr] 2256 | rt_alloc_excess_unused!(rt_pow2_4bytes_8align_alloc_excess_unused, 4, 8); Dec 18 14:49:38.081 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.081 INFO [stderr] | Dec 18 14:49:38.081 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.081 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.081 INFO [stderr] | Dec 18 14:49:38.081 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.081 INFO [stderr] | Dec 18 14:49:38.081 INFO [stderr] Dec 18 14:49:38.081 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.081 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.081 INFO [stderr] | Dec 18 14:49:38.081 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.082 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.082 INFO [stderr] ... Dec 18 14:49:38.082 INFO [stderr] 2269 | rt_alloc_excess_unused!(rt_pow2_8bytes_8align_alloc_excess_unused, 8, 8); Dec 18 14:49:38.082 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.082 INFO [stderr] Dec 18 14:49:38.082 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.082 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.082 INFO [stderr] | Dec 18 14:49:38.082 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.082 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.082 INFO [stderr] ... Dec 18 14:49:38.082 INFO [stderr] 2269 | rt_alloc_excess_unused!(rt_pow2_8bytes_8align_alloc_excess_unused, 8, 8); Dec 18 14:49:38.082 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.082 INFO [stderr] | Dec 18 14:49:38.082 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.082 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.082 INFO [stderr] | Dec 18 14:49:38.082 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.082 INFO [stderr] | Dec 18 14:49:38.082 INFO [stderr] Dec 18 14:49:38.082 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.082 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.082 INFO [stderr] | Dec 18 14:49:38.082 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.082 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.082 INFO [stderr] ... Dec 18 14:49:38.082 INFO [stderr] 2282 | rt_alloc_excess_unused!(rt_pow2_16bytes_8align_alloc_excess_unused, 16, 8); Dec 18 14:49:38.082 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.082 INFO [stderr] Dec 18 14:49:38.082 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.082 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.082 INFO [stderr] | Dec 18 14:49:38.082 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.082 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.082 INFO [stderr] ... Dec 18 14:49:38.082 INFO [stderr] 2282 | rt_alloc_excess_unused!(rt_pow2_16bytes_8align_alloc_excess_unused, 16, 8); Dec 18 14:49:38.082 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.082 INFO [stderr] | Dec 18 14:49:38.082 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.082 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.082 INFO [stderr] | Dec 18 14:49:38.082 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.082 INFO [stderr] | Dec 18 14:49:38.082 INFO [stderr] Dec 18 14:49:38.088 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.088 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.088 INFO [stderr] | Dec 18 14:49:38.088 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.088 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.088 INFO [stderr] ... Dec 18 14:49:38.088 INFO [stderr] 2295 | rt_alloc_excess_unused!(rt_pow2_32bytes_8align_alloc_excess_unused, 32, 8); Dec 18 14:49:38.088 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.088 INFO [stderr] Dec 18 14:49:38.088 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.088 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.088 INFO [stderr] | Dec 18 14:49:38.088 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.088 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.088 INFO [stderr] ... Dec 18 14:49:38.088 INFO [stderr] 2295 | rt_alloc_excess_unused!(rt_pow2_32bytes_8align_alloc_excess_unused, 32, 8); Dec 18 14:49:38.088 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.088 INFO [stderr] | Dec 18 14:49:38.088 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.088 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.088 INFO [stderr] | Dec 18 14:49:38.088 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.088 INFO [stderr] | Dec 18 14:49:38.088 INFO [stderr] Dec 18 14:49:38.088 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.088 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.088 INFO [stderr] | Dec 18 14:49:38.088 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.088 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.088 INFO [stderr] ... Dec 18 14:49:38.088 INFO [stderr] 2308 | rt_alloc_excess_unused!(rt_pow2_64bytes_8align_alloc_excess_unused, 64, 8); Dec 18 14:49:38.088 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.088 INFO [stderr] Dec 18 14:49:38.088 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.088 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.088 INFO [stderr] | Dec 18 14:49:38.088 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.088 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.088 INFO [stderr] ... Dec 18 14:49:38.088 INFO [stderr] 2308 | rt_alloc_excess_unused!(rt_pow2_64bytes_8align_alloc_excess_unused, 64, 8); Dec 18 14:49:38.088 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.088 INFO [stderr] | Dec 18 14:49:38.088 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.088 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.088 INFO [stderr] | Dec 18 14:49:38.088 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.088 INFO [stderr] | Dec 18 14:49:38.088 INFO [stderr] Dec 18 14:49:38.088 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.088 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.088 INFO [stderr] | Dec 18 14:49:38.088 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.088 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.088 INFO [stderr] ... Dec 18 14:49:38.088 INFO [stderr] 2321 | rt_alloc_excess_unused!(rt_pow2_128bytes_8align_alloc_excess_unused, 128, 8); Dec 18 14:49:38.088 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.089 INFO [stderr] Dec 18 14:49:38.089 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.089 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.089 INFO [stderr] | Dec 18 14:49:38.089 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.089 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.089 INFO [stderr] ... Dec 18 14:49:38.089 INFO [stderr] 2321 | rt_alloc_excess_unused!(rt_pow2_128bytes_8align_alloc_excess_unused, 128, 8); Dec 18 14:49:38.089 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.089 INFO [stderr] | Dec 18 14:49:38.089 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.089 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.089 INFO [stderr] | Dec 18 14:49:38.089 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.089 INFO [stderr] | Dec 18 14:49:38.089 INFO [stderr] Dec 18 14:49:38.089 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.089 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.089 INFO [stderr] | Dec 18 14:49:38.089 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.089 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.089 INFO [stderr] ... Dec 18 14:49:38.089 INFO [stderr] 2334 | rt_alloc_excess_unused!(rt_pow2_256bytes_8align_alloc_excess_unused, 256, 8); Dec 18 14:49:38.089 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.089 INFO [stderr] Dec 18 14:49:38.095 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.095 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.095 INFO [stderr] | Dec 18 14:49:38.095 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.096 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.096 INFO [stderr] ... Dec 18 14:49:38.096 INFO [stderr] 2334 | rt_alloc_excess_unused!(rt_pow2_256bytes_8align_alloc_excess_unused, 256, 8); Dec 18 14:49:38.096 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.096 INFO [stderr] | Dec 18 14:49:38.096 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.096 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.096 INFO [stderr] | Dec 18 14:49:38.096 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.096 INFO [stderr] | Dec 18 14:49:38.096 INFO [stderr] Dec 18 14:49:38.096 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.096 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.096 INFO [stderr] | Dec 18 14:49:38.096 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.096 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.096 INFO [stderr] ... Dec 18 14:49:38.096 INFO [stderr] 2347 | rt_alloc_excess_unused!(rt_pow2_512bytes_8align_alloc_excess_unused, 512, 8); Dec 18 14:49:38.096 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.096 INFO [stderr] Dec 18 14:49:38.096 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.096 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.096 INFO [stderr] | Dec 18 14:49:38.096 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.096 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.096 INFO [stderr] ... Dec 18 14:49:38.096 INFO [stderr] 2347 | rt_alloc_excess_unused!(rt_pow2_512bytes_8align_alloc_excess_unused, 512, 8); Dec 18 14:49:38.096 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.096 INFO [stderr] | Dec 18 14:49:38.096 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.096 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.096 INFO [stderr] | Dec 18 14:49:38.096 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.096 INFO [stderr] | Dec 18 14:49:38.096 INFO [stderr] Dec 18 14:49:38.096 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.096 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.096 INFO [stderr] | Dec 18 14:49:38.096 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.096 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.096 INFO [stderr] ... Dec 18 14:49:38.096 INFO [stderr] 2360 | rt_alloc_excess_unused!(rt_pow2_1024bytes_8align_alloc_excess_unused, 1024, 8); Dec 18 14:49:38.096 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.096 INFO [stderr] Dec 18 14:49:38.096 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.096 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.096 INFO [stderr] | Dec 18 14:49:38.096 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.096 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.096 INFO [stderr] ... Dec 18 14:49:38.096 INFO [stderr] 2360 | rt_alloc_excess_unused!(rt_pow2_1024bytes_8align_alloc_excess_unused, 1024, 8); Dec 18 14:49:38.096 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.096 INFO [stderr] | Dec 18 14:49:38.096 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.096 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.096 INFO [stderr] | Dec 18 14:49:38.096 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.096 INFO [stderr] | Dec 18 14:49:38.097 INFO [stderr] Dec 18 14:49:38.097 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.097 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.097 INFO [stderr] | Dec 18 14:49:38.097 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.097 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.097 INFO [stderr] ... Dec 18 14:49:38.097 INFO [stderr] 2373 | rt_alloc_excess_unused!(rt_pow2_2048bytes_8align_alloc_excess_unused, 2048, 8); Dec 18 14:49:38.097 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.097 INFO [stderr] Dec 18 14:49:38.097 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.097 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.097 INFO [stderr] | Dec 18 14:49:38.097 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.097 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.097 INFO [stderr] ... Dec 18 14:49:38.097 INFO [stderr] 2373 | rt_alloc_excess_unused!(rt_pow2_2048bytes_8align_alloc_excess_unused, 2048, 8); Dec 18 14:49:38.097 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.097 INFO [stderr] | Dec 18 14:49:38.097 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.097 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.097 INFO [stderr] | Dec 18 14:49:38.097 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.097 INFO [stderr] | Dec 18 14:49:38.097 INFO [stderr] Dec 18 14:49:38.097 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.097 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.097 INFO [stderr] | Dec 18 14:49:38.097 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.097 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.097 INFO [stderr] ... Dec 18 14:49:38.097 INFO [stderr] 2386 | rt_alloc_excess_unused!(rt_pow2_4096bytes_8align_alloc_excess_unused, 4096, 8); Dec 18 14:49:38.097 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.097 INFO [stderr] Dec 18 14:49:38.097 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.097 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.097 INFO [stderr] | Dec 18 14:49:38.097 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.097 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.097 INFO [stderr] ... Dec 18 14:49:38.097 INFO [stderr] 2386 | rt_alloc_excess_unused!(rt_pow2_4096bytes_8align_alloc_excess_unused, 4096, 8); Dec 18 14:49:38.097 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.097 INFO [stderr] | Dec 18 14:49:38.097 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.097 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.097 INFO [stderr] | Dec 18 14:49:38.097 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.097 INFO [stderr] | Dec 18 14:49:38.097 INFO [stderr] Dec 18 14:49:38.097 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.097 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.097 INFO [stderr] | Dec 18 14:49:38.097 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.097 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.097 INFO [stderr] ... Dec 18 14:49:38.097 INFO [stderr] 2399 | rt_alloc_excess_unused!(rt_pow2_8192bytes_8align_alloc_excess_unused, 8192, 8); Dec 18 14:49:38.097 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.097 INFO [stderr] Dec 18 14:49:38.097 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.097 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.097 INFO [stderr] | Dec 18 14:49:38.097 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.097 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.097 INFO [stderr] ... Dec 18 14:49:38.097 INFO [stderr] 2399 | rt_alloc_excess_unused!(rt_pow2_8192bytes_8align_alloc_excess_unused, 8192, 8); Dec 18 14:49:38.097 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.097 INFO [stderr] | Dec 18 14:49:38.097 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.108 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.108 INFO [stderr] | Dec 18 14:49:38.108 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.108 INFO [stderr] | Dec 18 14:49:38.108 INFO [stderr] Dec 18 14:49:38.108 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.108 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.108 INFO [stderr] | Dec 18 14:49:38.108 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.108 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.108 INFO [stderr] ... Dec 18 14:49:38.108 INFO [stderr] 2412 | rt_alloc_excess_unused!(rt_pow2_16384bytes_8align_alloc_excess_unused, 16384, 8); Dec 18 14:49:38.108 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.108 INFO [stderr] Dec 18 14:49:38.108 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.108 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.108 INFO [stderr] | Dec 18 14:49:38.108 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.108 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.108 INFO [stderr] ... Dec 18 14:49:38.108 INFO [stderr] 2412 | rt_alloc_excess_unused!(rt_pow2_16384bytes_8align_alloc_excess_unused, 16384, 8); Dec 18 14:49:38.108 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.108 INFO [stderr] | Dec 18 14:49:38.108 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.108 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.108 INFO [stderr] | Dec 18 14:49:38.108 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.108 INFO [stderr] | Dec 18 14:49:38.108 INFO [stderr] Dec 18 14:49:38.108 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.108 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.108 INFO [stderr] | Dec 18 14:49:38.108 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.108 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.108 INFO [stderr] ... Dec 18 14:49:38.108 INFO [stderr] 2425 | rt_alloc_excess_unused!(rt_pow2_32768bytes_8align_alloc_excess_unused, 32768, 8); Dec 18 14:49:38.108 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.108 INFO [stderr] Dec 18 14:49:38.108 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.108 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.108 INFO [stderr] | Dec 18 14:49:38.108 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.108 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.108 INFO [stderr] ... Dec 18 14:49:38.108 INFO [stderr] 2425 | rt_alloc_excess_unused!(rt_pow2_32768bytes_8align_alloc_excess_unused, 32768, 8); Dec 18 14:49:38.108 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.108 INFO [stderr] | Dec 18 14:49:38.108 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.108 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.108 INFO [stderr] | Dec 18 14:49:38.108 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.108 INFO [stderr] | Dec 18 14:49:38.108 INFO [stderr] Dec 18 14:49:38.108 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.108 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.108 INFO [stderr] | Dec 18 14:49:38.108 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.109 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.109 INFO [stderr] ... Dec 18 14:49:38.109 INFO [stderr] 2438 | rt_alloc_excess_unused!(rt_pow2_65536bytes_8align_alloc_excess_unused, 65536, 8); Dec 18 14:49:38.109 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.109 INFO [stderr] Dec 18 14:49:38.109 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.109 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.109 INFO [stderr] | Dec 18 14:49:38.109 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.109 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.109 INFO [stderr] ... Dec 18 14:49:38.109 INFO [stderr] 2438 | rt_alloc_excess_unused!(rt_pow2_65536bytes_8align_alloc_excess_unused, 65536, 8); Dec 18 14:49:38.109 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.109 INFO [stderr] | Dec 18 14:49:38.109 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.109 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.109 INFO [stderr] | Dec 18 14:49:38.109 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.109 INFO [stderr] | Dec 18 14:49:38.109 INFO [stderr] Dec 18 14:49:38.109 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.109 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.109 INFO [stderr] | Dec 18 14:49:38.109 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.109 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.109 INFO [stderr] ... Dec 18 14:49:38.109 INFO [stderr] 2451 | rt_alloc_excess_unused!(rt_pow2_131072bytes_8align_alloc_excess_unused, 131072, 8); Dec 18 14:49:38.109 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.109 INFO [stderr] Dec 18 14:49:38.109 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.109 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.109 INFO [stderr] | Dec 18 14:49:38.109 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.109 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.109 INFO [stderr] ... Dec 18 14:49:38.109 INFO [stderr] 2451 | rt_alloc_excess_unused!(rt_pow2_131072bytes_8align_alloc_excess_unused, 131072, 8); Dec 18 14:49:38.109 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.109 INFO [stderr] | Dec 18 14:49:38.109 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.109 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.109 INFO [stderr] | Dec 18 14:49:38.109 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.109 INFO [stderr] | Dec 18 14:49:38.109 INFO [stderr] Dec 18 14:49:38.109 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.109 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.109 INFO [stderr] | Dec 18 14:49:38.109 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.109 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.109 INFO [stderr] ... Dec 18 14:49:38.109 INFO [stderr] 2464 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_8align_alloc_excess_unused, 4194304, 8); Dec 18 14:49:38.109 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.109 INFO [stderr] Dec 18 14:49:38.112 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.112 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.112 INFO [stderr] | Dec 18 14:49:38.112 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.112 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.112 INFO [stderr] ... Dec 18 14:49:38.112 INFO [stderr] 2464 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_8align_alloc_excess_unused, 4194304, 8); Dec 18 14:49:38.113 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.113 INFO [stderr] | Dec 18 14:49:38.113 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.113 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.113 INFO [stderr] | Dec 18 14:49:38.113 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.113 INFO [stderr] | Dec 18 14:49:38.113 INFO [stderr] Dec 18 14:49:38.113 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.113 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.113 INFO [stderr] | Dec 18 14:49:38.113 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.113 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.113 INFO [stderr] ... Dec 18 14:49:38.113 INFO [stderr] 2478 | rt_alloc_excess_unused!(rt_even_10bytes_8align_alloc_excess_unused, 10, 8); Dec 18 14:49:38.113 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.113 INFO [stderr] Dec 18 14:49:38.113 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.113 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.113 INFO [stderr] | Dec 18 14:49:38.113 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.113 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.113 INFO [stderr] ... Dec 18 14:49:38.113 INFO [stderr] 2478 | rt_alloc_excess_unused!(rt_even_10bytes_8align_alloc_excess_unused, 10, 8); Dec 18 14:49:38.113 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.113 INFO [stderr] | Dec 18 14:49:38.113 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.113 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.113 INFO [stderr] | Dec 18 14:49:38.113 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.113 INFO [stderr] | Dec 18 14:49:38.113 INFO [stderr] Dec 18 14:49:38.113 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.113 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.113 INFO [stderr] | Dec 18 14:49:38.113 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.113 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.113 INFO [stderr] ... Dec 18 14:49:38.113 INFO [stderr] 2491 | rt_alloc_excess_unused!(rt_even_100bytes_8align_alloc_excess_unused, 100, 8); Dec 18 14:49:38.113 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.113 INFO [stderr] Dec 18 14:49:38.113 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.113 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.113 INFO [stderr] | Dec 18 14:49:38.113 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.113 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.113 INFO [stderr] ... Dec 18 14:49:38.113 INFO [stderr] 2491 | rt_alloc_excess_unused!(rt_even_100bytes_8align_alloc_excess_unused, 100, 8); Dec 18 14:49:38.113 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.113 INFO [stderr] | Dec 18 14:49:38.113 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.113 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.113 INFO [stderr] | Dec 18 14:49:38.113 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.113 INFO [stderr] | Dec 18 14:49:38.113 INFO [stderr] Dec 18 14:49:38.113 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.113 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.113 INFO [stderr] | Dec 18 14:49:38.113 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.113 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.113 INFO [stderr] ... Dec 18 14:49:38.113 INFO [stderr] 2504 | rt_alloc_excess_unused!(rt_even_1000bytes_8align_alloc_excess_unused, 1000, 8); Dec 18 14:49:38.113 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.113 INFO [stderr] Dec 18 14:49:38.113 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.113 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.113 INFO [stderr] | Dec 18 14:49:38.113 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.113 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.113 INFO [stderr] ... Dec 18 14:49:38.113 INFO [stderr] 2504 | rt_alloc_excess_unused!(rt_even_1000bytes_8align_alloc_excess_unused, 1000, 8); Dec 18 14:49:38.113 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.113 INFO [stderr] | Dec 18 14:49:38.113 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.113 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.113 INFO [stderr] | Dec 18 14:49:38.113 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.113 INFO [stderr] | Dec 18 14:49:38.113 INFO [stderr] Dec 18 14:49:38.116 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.116 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.116 INFO [stderr] | Dec 18 14:49:38.116 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.116 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.116 INFO [stderr] ... Dec 18 14:49:38.116 INFO [stderr] 2517 | rt_alloc_excess_unused!(rt_even_10000bytes_8align_alloc_excess_unused, 10000, 8); Dec 18 14:49:38.116 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.116 INFO [stderr] Dec 18 14:49:38.116 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.116 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.116 INFO [stderr] | Dec 18 14:49:38.116 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.116 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.120 INFO [stderr] ... Dec 18 14:49:38.120 INFO [stderr] 2517 | rt_alloc_excess_unused!(rt_even_10000bytes_8align_alloc_excess_unused, 10000, 8); Dec 18 14:49:38.120 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.120 INFO [stderr] | Dec 18 14:49:38.120 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.120 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.120 INFO [stderr] | Dec 18 14:49:38.120 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.120 INFO [stderr] | Dec 18 14:49:38.120 INFO [stderr] Dec 18 14:49:38.120 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.120 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.120 INFO [stderr] | Dec 18 14:49:38.120 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.120 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.120 INFO [stderr] ... Dec 18 14:49:38.120 INFO [stderr] 2530 | rt_alloc_excess_unused!(rt_even_100000bytes_8align_alloc_excess_unused, 100000, 8); Dec 18 14:49:38.120 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.120 INFO [stderr] Dec 18 14:49:38.120 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.120 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.120 INFO [stderr] | Dec 18 14:49:38.120 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.120 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.120 INFO [stderr] ... Dec 18 14:49:38.120 INFO [stderr] 2530 | rt_alloc_excess_unused!(rt_even_100000bytes_8align_alloc_excess_unused, 100000, 8); Dec 18 14:49:38.120 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.120 INFO [stderr] | Dec 18 14:49:38.120 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.120 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.120 INFO [stderr] | Dec 18 14:49:38.120 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.120 INFO [stderr] | Dec 18 14:49:38.120 INFO [stderr] Dec 18 14:49:38.120 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.120 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.120 INFO [stderr] | Dec 18 14:49:38.120 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.120 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.120 INFO [stderr] ... Dec 18 14:49:38.120 INFO [stderr] 2543 | rt_alloc_excess_unused!(rt_even_1000000bytes_8align_alloc_excess_unused, 1000000, 8); Dec 18 14:49:38.120 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.120 INFO [stderr] Dec 18 14:49:38.120 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.120 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.120 INFO [stderr] | Dec 18 14:49:38.120 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.120 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.120 INFO [stderr] ... Dec 18 14:49:38.120 INFO [stderr] 2543 | rt_alloc_excess_unused!(rt_even_1000000bytes_8align_alloc_excess_unused, 1000000, 8); Dec 18 14:49:38.120 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.120 INFO [stderr] | Dec 18 14:49:38.121 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.121 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.121 INFO [stderr] | Dec 18 14:49:38.121 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.121 INFO [stderr] | Dec 18 14:49:38.121 INFO [stderr] Dec 18 14:49:38.125 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.125 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.125 INFO [stderr] | Dec 18 14:49:38.125 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.125 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.125 INFO [stderr] ... Dec 18 14:49:38.125 INFO [stderr] 2557 | rt_alloc_excess_unused!(rt_odd_10bytes_8align_alloc_excess_unused, 10- 1, 8); Dec 18 14:49:38.125 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.125 INFO [stderr] Dec 18 14:49:38.125 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.125 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.125 INFO [stderr] | Dec 18 14:49:38.125 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.125 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.125 INFO [stderr] ... Dec 18 14:49:38.125 INFO [stderr] 2557 | rt_alloc_excess_unused!(rt_odd_10bytes_8align_alloc_excess_unused, 10- 1, 8); Dec 18 14:49:38.125 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.125 INFO [stderr] | Dec 18 14:49:38.125 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.125 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.125 INFO [stderr] | Dec 18 14:49:38.125 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.125 INFO [stderr] | Dec 18 14:49:38.125 INFO [stderr] Dec 18 14:49:38.125 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.125 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.125 INFO [stderr] | Dec 18 14:49:38.125 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.125 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.125 INFO [stderr] ... Dec 18 14:49:38.125 INFO [stderr] 2570 | rt_alloc_excess_unused!(rt_odd_100bytes_8align_alloc_excess_unused, 100- 1, 8); Dec 18 14:49:38.125 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.125 INFO [stderr] Dec 18 14:49:38.125 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.125 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.125 INFO [stderr] | Dec 18 14:49:38.125 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.125 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.125 INFO [stderr] ... Dec 18 14:49:38.125 INFO [stderr] 2570 | rt_alloc_excess_unused!(rt_odd_100bytes_8align_alloc_excess_unused, 100- 1, 8); Dec 18 14:49:38.125 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.125 INFO [stderr] | Dec 18 14:49:38.125 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.125 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.125 INFO [stderr] | Dec 18 14:49:38.125 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.125 INFO [stderr] | Dec 18 14:49:38.125 INFO [stderr] Dec 18 14:49:38.125 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.125 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.125 INFO [stderr] | Dec 18 14:49:38.125 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.125 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.125 INFO [stderr] ... Dec 18 14:49:38.125 INFO [stderr] 2583 | rt_alloc_excess_unused!(rt_odd_1000bytes_8align_alloc_excess_unused, 1000- 1, 8); Dec 18 14:49:38.125 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.125 INFO [stderr] Dec 18 14:49:38.125 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.125 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.125 INFO [stderr] | Dec 18 14:49:38.125 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.125 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.125 INFO [stderr] ... Dec 18 14:49:38.125 INFO [stderr] 2583 | rt_alloc_excess_unused!(rt_odd_1000bytes_8align_alloc_excess_unused, 1000- 1, 8); Dec 18 14:49:38.125 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.125 INFO [stderr] | Dec 18 14:49:38.125 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.125 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.125 INFO [stderr] | Dec 18 14:49:38.125 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.126 INFO [stderr] | Dec 18 14:49:38.126 INFO [stderr] Dec 18 14:49:38.126 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.126 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.126 INFO [stderr] | Dec 18 14:49:38.126 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.126 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.126 INFO [stderr] ... Dec 18 14:49:38.126 INFO [stderr] 2596 | rt_alloc_excess_unused!(rt_odd_10000bytes_8align_alloc_excess_unused, 10000- 1, 8); Dec 18 14:49:38.126 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.126 INFO [stderr] Dec 18 14:49:38.126 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.126 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.126 INFO [stderr] | Dec 18 14:49:38.126 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.126 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.126 INFO [stderr] ... Dec 18 14:49:38.126 INFO [stderr] 2596 | rt_alloc_excess_unused!(rt_odd_10000bytes_8align_alloc_excess_unused, 10000- 1, 8); Dec 18 14:49:38.126 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.126 INFO [stderr] | Dec 18 14:49:38.126 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.126 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.126 INFO [stderr] | Dec 18 14:49:38.126 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.126 INFO [stderr] | Dec 18 14:49:38.126 INFO [stderr] Dec 18 14:49:38.126 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.126 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.126 INFO [stderr] | Dec 18 14:49:38.126 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.126 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.126 INFO [stderr] ... Dec 18 14:49:38.126 INFO [stderr] 2609 | rt_alloc_excess_unused!(rt_odd_100000bytes_8align_alloc_excess_unused, 100000- 1, 8); Dec 18 14:49:38.126 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.132 INFO [stderr] Dec 18 14:49:38.132 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.132 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.132 INFO [stderr] | Dec 18 14:49:38.132 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.132 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.132 INFO [stderr] ... Dec 18 14:49:38.132 INFO [stderr] 2609 | rt_alloc_excess_unused!(rt_odd_100000bytes_8align_alloc_excess_unused, 100000- 1, 8); Dec 18 14:49:38.132 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.132 INFO [stderr] | Dec 18 14:49:38.132 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.132 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.132 INFO [stderr] | Dec 18 14:49:38.132 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.132 INFO [stderr] | Dec 18 14:49:38.132 INFO [stderr] Dec 18 14:49:38.132 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.132 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.132 INFO [stderr] | Dec 18 14:49:38.132 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.132 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.132 INFO [stderr] ... Dec 18 14:49:38.132 INFO [stderr] 2622 | rt_alloc_excess_unused!(rt_odd_1000000bytes_8align_alloc_excess_unused, 1000000- 1, 8); Dec 18 14:49:38.132 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.132 INFO [stderr] Dec 18 14:49:38.132 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.132 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.132 INFO [stderr] | Dec 18 14:49:38.132 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.132 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.132 INFO [stderr] ... Dec 18 14:49:38.132 INFO [stderr] 2622 | rt_alloc_excess_unused!(rt_odd_1000000bytes_8align_alloc_excess_unused, 1000000- 1, 8); Dec 18 14:49:38.132 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.132 INFO [stderr] | Dec 18 14:49:38.132 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.132 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.132 INFO [stderr] | Dec 18 14:49:38.132 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.132 INFO [stderr] | Dec 18 14:49:38.132 INFO [stderr] Dec 18 14:49:38.136 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.136 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.136 INFO [stderr] | Dec 18 14:49:38.136 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.136 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.136 INFO [stderr] ... Dec 18 14:49:38.136 INFO [stderr] 2636 | rt_alloc_excess_unused!(rt_primes_3bytes_8align_alloc_excess_unused, 3, 8); Dec 18 14:49:38.136 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.136 INFO [stderr] Dec 18 14:49:38.136 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.136 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.136 INFO [stderr] | Dec 18 14:49:38.136 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.136 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.136 INFO [stderr] ... Dec 18 14:49:38.136 INFO [stderr] 2636 | rt_alloc_excess_unused!(rt_primes_3bytes_8align_alloc_excess_unused, 3, 8); Dec 18 14:49:38.136 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.136 INFO [stderr] | Dec 18 14:49:38.136 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.136 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.137 INFO [stderr] | Dec 18 14:49:38.137 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.137 INFO [stderr] | Dec 18 14:49:38.137 INFO [stderr] Dec 18 14:49:38.137 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.137 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.137 INFO [stderr] | Dec 18 14:49:38.137 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.137 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.137 INFO [stderr] ... Dec 18 14:49:38.137 INFO [stderr] 2649 | rt_alloc_excess_unused!(rt_primes_7bytes_8align_alloc_excess_unused, 7, 8); Dec 18 14:49:38.137 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.137 INFO [stderr] Dec 18 14:49:38.137 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.137 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.137 INFO [stderr] | Dec 18 14:49:38.137 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.137 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.137 INFO [stderr] ... Dec 18 14:49:38.137 INFO [stderr] 2649 | rt_alloc_excess_unused!(rt_primes_7bytes_8align_alloc_excess_unused, 7, 8); Dec 18 14:49:38.137 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.137 INFO [stderr] | Dec 18 14:49:38.137 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.137 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.137 INFO [stderr] | Dec 18 14:49:38.137 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.137 INFO [stderr] | Dec 18 14:49:38.137 INFO [stderr] Dec 18 14:49:38.137 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.137 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.137 INFO [stderr] | Dec 18 14:49:38.137 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.137 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.137 INFO [stderr] ... Dec 18 14:49:38.137 INFO [stderr] 2662 | rt_alloc_excess_unused!(rt_primes_13bytes_8align_alloc_excess_unused, 13, 8); Dec 18 14:49:38.137 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.137 INFO [stderr] Dec 18 14:49:38.144 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.144 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.144 INFO [stderr] | Dec 18 14:49:38.144 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.144 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.144 INFO [stderr] ... Dec 18 14:49:38.144 INFO [stderr] 2662 | rt_alloc_excess_unused!(rt_primes_13bytes_8align_alloc_excess_unused, 13, 8); Dec 18 14:49:38.144 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.144 INFO [stderr] | Dec 18 14:49:38.144 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.144 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.144 INFO [stderr] | Dec 18 14:49:38.144 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.144 INFO [stderr] | Dec 18 14:49:38.144 INFO [stderr] Dec 18 14:49:38.144 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.144 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.144 INFO [stderr] | Dec 18 14:49:38.144 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.144 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.144 INFO [stderr] ... Dec 18 14:49:38.144 INFO [stderr] 2675 | rt_alloc_excess_unused!(rt_primes_17bytes_8align_alloc_excess_unused, 17, 8); Dec 18 14:49:38.144 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.144 INFO [stderr] Dec 18 14:49:38.144 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.144 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.144 INFO [stderr] | Dec 18 14:49:38.144 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.144 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.144 INFO [stderr] ... Dec 18 14:49:38.144 INFO [stderr] 2675 | rt_alloc_excess_unused!(rt_primes_17bytes_8align_alloc_excess_unused, 17, 8); Dec 18 14:49:38.144 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.144 INFO [stderr] | Dec 18 14:49:38.144 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.144 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.144 INFO [stderr] | Dec 18 14:49:38.144 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.144 INFO [stderr] | Dec 18 14:49:38.144 INFO [stderr] Dec 18 14:49:38.144 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.144 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.144 INFO [stderr] | Dec 18 14:49:38.144 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.144 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.144 INFO [stderr] ... Dec 18 14:49:38.144 INFO [stderr] 2688 | rt_alloc_excess_unused!(rt_primes_31bytes_8align_alloc_excess_unused, 31, 8); Dec 18 14:49:38.144 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.144 INFO [stderr] Dec 18 14:49:38.148 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.148 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.148 INFO [stderr] | Dec 18 14:49:38.148 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.148 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.148 INFO [stderr] ... Dec 18 14:49:38.148 INFO [stderr] 2688 | rt_alloc_excess_unused!(rt_primes_31bytes_8align_alloc_excess_unused, 31, 8); Dec 18 14:49:38.148 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.148 INFO [stderr] | Dec 18 14:49:38.148 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.148 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.148 INFO [stderr] | Dec 18 14:49:38.148 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.148 INFO [stderr] | Dec 18 14:49:38.148 INFO [stderr] Dec 18 14:49:38.148 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.148 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.148 INFO [stderr] | Dec 18 14:49:38.148 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.148 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.148 INFO [stderr] ... Dec 18 14:49:38.148 INFO [stderr] 2701 | rt_alloc_excess_unused!(rt_primes_61bytes_8align_alloc_excess_unused, 61, 8); Dec 18 14:49:38.148 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.148 INFO [stderr] Dec 18 14:49:38.148 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.148 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.148 INFO [stderr] | Dec 18 14:49:38.148 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.148 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.148 INFO [stderr] ... Dec 18 14:49:38.148 INFO [stderr] 2701 | rt_alloc_excess_unused!(rt_primes_61bytes_8align_alloc_excess_unused, 61, 8); Dec 18 14:49:38.148 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.148 INFO [stderr] | Dec 18 14:49:38.148 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.148 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.148 INFO [stderr] | Dec 18 14:49:38.148 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.148 INFO [stderr] | Dec 18 14:49:38.148 INFO [stderr] Dec 18 14:49:38.148 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.148 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.148 INFO [stderr] | Dec 18 14:49:38.148 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.148 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.148 INFO [stderr] ... Dec 18 14:49:38.148 INFO [stderr] 2714 | rt_alloc_excess_unused!(rt_primes_96bytes_8align_alloc_excess_unused, 96, 8); Dec 18 14:49:38.148 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.148 INFO [stderr] Dec 18 14:49:38.148 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.148 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.148 INFO [stderr] | Dec 18 14:49:38.148 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.149 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.149 INFO [stderr] ... Dec 18 14:49:38.149 INFO [stderr] 2714 | rt_alloc_excess_unused!(rt_primes_96bytes_8align_alloc_excess_unused, 96, 8); Dec 18 14:49:38.149 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.149 INFO [stderr] | Dec 18 14:49:38.149 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.149 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.149 INFO [stderr] | Dec 18 14:49:38.149 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.149 INFO [stderr] | Dec 18 14:49:38.149 INFO [stderr] Dec 18 14:49:38.149 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.149 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.149 INFO [stderr] | Dec 18 14:49:38.149 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.149 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.149 INFO [stderr] ... Dec 18 14:49:38.149 INFO [stderr] 2727 | rt_alloc_excess_unused!(rt_primes_127bytes_8align_alloc_excess_unused, 127, 8); Dec 18 14:49:38.149 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.149 INFO [stderr] Dec 18 14:49:38.149 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.149 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.149 INFO [stderr] | Dec 18 14:49:38.149 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.149 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.149 INFO [stderr] ... Dec 18 14:49:38.149 INFO [stderr] 2727 | rt_alloc_excess_unused!(rt_primes_127bytes_8align_alloc_excess_unused, 127, 8); Dec 18 14:49:38.149 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.149 INFO [stderr] | Dec 18 14:49:38.149 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.149 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.149 INFO [stderr] | Dec 18 14:49:38.149 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.149 INFO [stderr] | Dec 18 14:49:38.149 INFO [stderr] Dec 18 14:49:38.149 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.149 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.149 INFO [stderr] | Dec 18 14:49:38.149 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.149 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.149 INFO [stderr] ... Dec 18 14:49:38.149 INFO [stderr] 2740 | rt_alloc_excess_unused!(rt_primes_257bytes_8align_alloc_excess_unused, 257, 8); Dec 18 14:49:38.149 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.156 INFO [stderr] Dec 18 14:49:38.156 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.156 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.156 INFO [stderr] | Dec 18 14:49:38.156 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.156 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.156 INFO [stderr] ... Dec 18 14:49:38.156 INFO [stderr] 2740 | rt_alloc_excess_unused!(rt_primes_257bytes_8align_alloc_excess_unused, 257, 8); Dec 18 14:49:38.156 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.156 INFO [stderr] | Dec 18 14:49:38.156 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.156 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.156 INFO [stderr] | Dec 18 14:49:38.156 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.156 INFO [stderr] | Dec 18 14:49:38.156 INFO [stderr] Dec 18 14:49:38.156 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.156 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.156 INFO [stderr] | Dec 18 14:49:38.156 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.156 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.156 INFO [stderr] ... Dec 18 14:49:38.156 INFO [stderr] 2753 | rt_alloc_excess_unused!(rt_primes_509bytes_8align_alloc_excess_unused, 509, 8); Dec 18 14:49:38.156 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.156 INFO [stderr] Dec 18 14:49:38.156 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.156 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.156 INFO [stderr] | Dec 18 14:49:38.156 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.156 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.156 INFO [stderr] ... Dec 18 14:49:38.156 INFO [stderr] 2753 | rt_alloc_excess_unused!(rt_primes_509bytes_8align_alloc_excess_unused, 509, 8); Dec 18 14:49:38.156 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.156 INFO [stderr] | Dec 18 14:49:38.156 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.156 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.156 INFO [stderr] | Dec 18 14:49:38.156 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.156 INFO [stderr] | Dec 18 14:49:38.156 INFO [stderr] Dec 18 14:49:38.156 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.156 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.156 INFO [stderr] | Dec 18 14:49:38.156 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.156 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.156 INFO [stderr] ... Dec 18 14:49:38.156 INFO [stderr] 2766 | rt_alloc_excess_unused!(rt_primes_1021bytes_8align_alloc_excess_unused, 1021, 8); Dec 18 14:49:38.156 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.156 INFO [stderr] Dec 18 14:49:38.156 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.156 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.156 INFO [stderr] | Dec 18 14:49:38.156 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.156 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.157 INFO [stderr] ... Dec 18 14:49:38.157 INFO [stderr] 2766 | rt_alloc_excess_unused!(rt_primes_1021bytes_8align_alloc_excess_unused, 1021, 8); Dec 18 14:49:38.157 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.157 INFO [stderr] | Dec 18 14:49:38.157 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.157 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.157 INFO [stderr] | Dec 18 14:49:38.157 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.157 INFO [stderr] | Dec 18 14:49:38.157 INFO [stderr] Dec 18 14:49:38.157 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.157 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.157 INFO [stderr] | Dec 18 14:49:38.157 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.157 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.157 INFO [stderr] ... Dec 18 14:49:38.157 INFO [stderr] 2779 | rt_alloc_excess_unused!(rt_primes_2039bytes_8align_alloc_excess_unused, 2039, 8); Dec 18 14:49:38.157 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.157 INFO [stderr] Dec 18 14:49:38.164 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.164 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.164 INFO [stderr] | Dec 18 14:49:38.164 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.164 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.164 INFO [stderr] ... Dec 18 14:49:38.164 INFO [stderr] 2779 | rt_alloc_excess_unused!(rt_primes_2039bytes_8align_alloc_excess_unused, 2039, 8); Dec 18 14:49:38.164 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.164 INFO [stderr] | Dec 18 14:49:38.164 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.164 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.164 INFO [stderr] | Dec 18 14:49:38.164 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.164 INFO [stderr] | Dec 18 14:49:38.164 INFO [stderr] Dec 18 14:49:38.164 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.164 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.164 INFO [stderr] | Dec 18 14:49:38.164 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.164 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.164 INFO [stderr] ... Dec 18 14:49:38.164 INFO [stderr] 2792 | rt_alloc_excess_unused!(rt_primes_4093bytes_8align_alloc_excess_unused, 4093, 8); Dec 18 14:49:38.164 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.164 INFO [stderr] Dec 18 14:49:38.164 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.164 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.164 INFO [stderr] | Dec 18 14:49:38.164 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.164 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.164 INFO [stderr] ... Dec 18 14:49:38.164 INFO [stderr] 2792 | rt_alloc_excess_unused!(rt_primes_4093bytes_8align_alloc_excess_unused, 4093, 8); Dec 18 14:49:38.164 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.164 INFO [stderr] | Dec 18 14:49:38.164 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.164 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.164 INFO [stderr] | Dec 18 14:49:38.164 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.164 INFO [stderr] | Dec 18 14:49:38.164 INFO [stderr] Dec 18 14:49:38.164 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.164 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.164 INFO [stderr] | Dec 18 14:49:38.164 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.164 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.164 INFO [stderr] ... Dec 18 14:49:38.164 INFO [stderr] 2805 | rt_alloc_excess_unused!(rt_primes_8191bytes_8align_alloc_excess_unused, 8191, 8); Dec 18 14:49:38.164 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.165 INFO [stderr] Dec 18 14:49:38.165 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.165 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.165 INFO [stderr] | Dec 18 14:49:38.165 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.165 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.165 INFO [stderr] ... Dec 18 14:49:38.165 INFO [stderr] 2805 | rt_alloc_excess_unused!(rt_primes_8191bytes_8align_alloc_excess_unused, 8191, 8); Dec 18 14:49:38.165 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.165 INFO [stderr] | Dec 18 14:49:38.165 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.165 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.165 INFO [stderr] | Dec 18 14:49:38.165 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.165 INFO [stderr] | Dec 18 14:49:38.165 INFO [stderr] Dec 18 14:49:38.165 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.165 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.165 INFO [stderr] | Dec 18 14:49:38.165 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.165 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.165 INFO [stderr] ... Dec 18 14:49:38.165 INFO [stderr] 2818 | rt_alloc_excess_unused!(rt_primes_16381bytes_8align_alloc_excess_unused, 16381, 8); Dec 18 14:49:38.165 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.165 INFO [stderr] Dec 18 14:49:38.165 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.165 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.165 INFO [stderr] | Dec 18 14:49:38.165 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.165 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.165 INFO [stderr] ... Dec 18 14:49:38.165 INFO [stderr] 2818 | rt_alloc_excess_unused!(rt_primes_16381bytes_8align_alloc_excess_unused, 16381, 8); Dec 18 14:49:38.165 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.165 INFO [stderr] | Dec 18 14:49:38.165 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.165 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.165 INFO [stderr] | Dec 18 14:49:38.165 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.165 INFO [stderr] | Dec 18 14:49:38.165 INFO [stderr] Dec 18 14:49:38.165 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.165 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.165 INFO [stderr] | Dec 18 14:49:38.165 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.165 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.165 INFO [stderr] ... Dec 18 14:49:38.165 INFO [stderr] 2831 | rt_alloc_excess_unused!(rt_primes_32749bytes_8align_alloc_excess_unused, 32749, 8); Dec 18 14:49:38.165 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.165 INFO [stderr] Dec 18 14:49:38.165 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.165 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.165 INFO [stderr] | Dec 18 14:49:38.165 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.165 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.165 INFO [stderr] ... Dec 18 14:49:38.165 INFO [stderr] 2831 | rt_alloc_excess_unused!(rt_primes_32749bytes_8align_alloc_excess_unused, 32749, 8); Dec 18 14:49:38.165 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.165 INFO [stderr] | Dec 18 14:49:38.165 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.165 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.165 INFO [stderr] | Dec 18 14:49:38.165 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.165 INFO [stderr] | Dec 18 14:49:38.165 INFO [stderr] Dec 18 14:49:38.165 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.165 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.165 INFO [stderr] | Dec 18 14:49:38.165 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.165 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.165 INFO [stderr] ... Dec 18 14:49:38.165 INFO [stderr] 2844 | rt_alloc_excess_unused!(rt_primes_65537bytes_8align_alloc_excess_unused, 65537, 8); Dec 18 14:49:38.165 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.165 INFO [stderr] Dec 18 14:49:38.165 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.165 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.165 INFO [stderr] | Dec 18 14:49:38.165 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.165 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.165 INFO [stderr] ... Dec 18 14:49:38.165 INFO [stderr] 2844 | rt_alloc_excess_unused!(rt_primes_65537bytes_8align_alloc_excess_unused, 65537, 8); Dec 18 14:49:38.165 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.165 INFO [stderr] | Dec 18 14:49:38.165 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.165 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.165 INFO [stderr] | Dec 18 14:49:38.165 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.166 INFO [stderr] | Dec 18 14:49:38.166 INFO [stderr] Dec 18 14:49:38.166 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.166 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.166 INFO [stderr] | Dec 18 14:49:38.166 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.166 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.166 INFO [stderr] ... Dec 18 14:49:38.166 INFO [stderr] 2857 | rt_alloc_excess_unused!(rt_primes_131071bytes_8align_alloc_excess_unused, 131071, 8); Dec 18 14:49:38.166 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.166 INFO [stderr] Dec 18 14:49:38.166 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.166 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.166 INFO [stderr] | Dec 18 14:49:38.166 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.166 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.166 INFO [stderr] ... Dec 18 14:49:38.166 INFO [stderr] 2857 | rt_alloc_excess_unused!(rt_primes_131071bytes_8align_alloc_excess_unused, 131071, 8); Dec 18 14:49:38.166 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.166 INFO [stderr] | Dec 18 14:49:38.166 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.166 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.166 INFO [stderr] | Dec 18 14:49:38.166 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.166 INFO [stderr] | Dec 18 14:49:38.166 INFO [stderr] Dec 18 14:49:38.172 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.172 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.172 INFO [stderr] | Dec 18 14:49:38.172 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.172 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.172 INFO [stderr] ... Dec 18 14:49:38.172 INFO [stderr] 2870 | rt_alloc_excess_unused!(rt_primes_4194301bytes_8align_alloc_excess_unused, 4194301, 8); Dec 18 14:49:38.172 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.172 INFO [stderr] Dec 18 14:49:38.172 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.172 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.172 INFO [stderr] | Dec 18 14:49:38.172 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.172 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.172 INFO [stderr] ... Dec 18 14:49:38.172 INFO [stderr] 2870 | rt_alloc_excess_unused!(rt_primes_4194301bytes_8align_alloc_excess_unused, 4194301, 8); Dec 18 14:49:38.172 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.172 INFO [stderr] | Dec 18 14:49:38.172 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.172 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.172 INFO [stderr] | Dec 18 14:49:38.172 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.172 INFO [stderr] | Dec 18 14:49:38.172 INFO [stderr] Dec 18 14:49:38.172 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.172 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.172 INFO [stderr] | Dec 18 14:49:38.172 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.172 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.172 INFO [stderr] ... Dec 18 14:49:38.172 INFO [stderr] 2886 | rt_alloc_excess_unused!(rt_pow2_1bytes_16align_alloc_excess_unused, 1, 16); Dec 18 14:49:38.172 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.172 INFO [stderr] Dec 18 14:49:38.172 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.172 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.172 INFO [stderr] | Dec 18 14:49:38.172 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.172 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.172 INFO [stderr] ... Dec 18 14:49:38.172 INFO [stderr] 2886 | rt_alloc_excess_unused!(rt_pow2_1bytes_16align_alloc_excess_unused, 1, 16); Dec 18 14:49:38.172 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.172 INFO [stderr] | Dec 18 14:49:38.172 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.172 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.172 INFO [stderr] | Dec 18 14:49:38.172 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.172 INFO [stderr] | Dec 18 14:49:38.172 INFO [stderr] Dec 18 14:49:38.180 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.180 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.180 INFO [stderr] | Dec 18 14:49:38.180 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.180 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.180 INFO [stderr] ... Dec 18 14:49:38.180 INFO [stderr] 2899 | rt_alloc_excess_unused!(rt_pow2_2bytes_16align_alloc_excess_unused, 2, 16); Dec 18 14:49:38.180 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.180 INFO [stderr] Dec 18 14:49:38.180 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.180 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.180 INFO [stderr] | Dec 18 14:49:38.180 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.180 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.180 INFO [stderr] ... Dec 18 14:49:38.180 INFO [stderr] 2899 | rt_alloc_excess_unused!(rt_pow2_2bytes_16align_alloc_excess_unused, 2, 16); Dec 18 14:49:38.180 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.180 INFO [stderr] | Dec 18 14:49:38.180 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.180 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.180 INFO [stderr] | Dec 18 14:49:38.180 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.180 INFO [stderr] | Dec 18 14:49:38.180 INFO [stderr] Dec 18 14:49:38.180 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.180 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.180 INFO [stderr] | Dec 18 14:49:38.180 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.180 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.180 INFO [stderr] ... Dec 18 14:49:38.180 INFO [stderr] 2912 | rt_alloc_excess_unused!(rt_pow2_4bytes_16align_alloc_excess_unused, 4, 16); Dec 18 14:49:38.180 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.180 INFO [stderr] Dec 18 14:49:38.180 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.180 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.180 INFO [stderr] | Dec 18 14:49:38.180 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.180 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.180 INFO [stderr] ... Dec 18 14:49:38.180 INFO [stderr] 2912 | rt_alloc_excess_unused!(rt_pow2_4bytes_16align_alloc_excess_unused, 4, 16); Dec 18 14:49:38.180 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.180 INFO [stderr] | Dec 18 14:49:38.180 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.180 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.180 INFO [stderr] | Dec 18 14:49:38.180 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.180 INFO [stderr] | Dec 18 14:49:38.180 INFO [stderr] Dec 18 14:49:38.180 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.180 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.181 INFO [stderr] | Dec 18 14:49:38.181 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.181 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.181 INFO [stderr] ... Dec 18 14:49:38.181 INFO [stderr] 2925 | rt_alloc_excess_unused!(rt_pow2_8bytes_16align_alloc_excess_unused, 8, 16); Dec 18 14:49:38.181 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.181 INFO [stderr] Dec 18 14:49:38.181 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.181 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.181 INFO [stderr] | Dec 18 14:49:38.181 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.181 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.181 INFO [stderr] ... Dec 18 14:49:38.181 INFO [stderr] 2925 | rt_alloc_excess_unused!(rt_pow2_8bytes_16align_alloc_excess_unused, 8, 16); Dec 18 14:49:38.181 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.181 INFO [stderr] | Dec 18 14:49:38.181 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.181 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.181 INFO [stderr] | Dec 18 14:49:38.181 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.181 INFO [stderr] | Dec 18 14:49:38.181 INFO [stderr] Dec 18 14:49:38.181 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.181 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.181 INFO [stderr] | Dec 18 14:49:38.181 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.181 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.181 INFO [stderr] ... Dec 18 14:49:38.181 INFO [stderr] 2938 | rt_alloc_excess_unused!(rt_pow2_16bytes_16align_alloc_excess_unused, 16, 16); Dec 18 14:49:38.181 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.181 INFO [stderr] Dec 18 14:49:38.181 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.181 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.181 INFO [stderr] | Dec 18 14:49:38.181 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.181 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.181 INFO [stderr] ... Dec 18 14:49:38.181 INFO [stderr] 2938 | rt_alloc_excess_unused!(rt_pow2_16bytes_16align_alloc_excess_unused, 16, 16); Dec 18 14:49:38.181 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.181 INFO [stderr] | Dec 18 14:49:38.181 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.181 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.181 INFO [stderr] | Dec 18 14:49:38.181 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.181 INFO [stderr] | Dec 18 14:49:38.181 INFO [stderr] Dec 18 14:49:38.181 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.181 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.181 INFO [stderr] | Dec 18 14:49:38.181 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.181 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.181 INFO [stderr] ... Dec 18 14:49:38.181 INFO [stderr] 2951 | rt_alloc_excess_unused!(rt_pow2_32bytes_16align_alloc_excess_unused, 32, 16); Dec 18 14:49:38.181 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.181 INFO [stderr] Dec 18 14:49:38.188 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.188 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.188 INFO [stderr] | Dec 18 14:49:38.188 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.188 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.188 INFO [stderr] ... Dec 18 14:49:38.188 INFO [stderr] 2951 | rt_alloc_excess_unused!(rt_pow2_32bytes_16align_alloc_excess_unused, 32, 16); Dec 18 14:49:38.188 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.188 INFO [stderr] | Dec 18 14:49:38.188 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.188 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.188 INFO [stderr] | Dec 18 14:49:38.188 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.188 INFO [stderr] | Dec 18 14:49:38.188 INFO [stderr] Dec 18 14:49:38.188 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.188 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.188 INFO [stderr] | Dec 18 14:49:38.188 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.188 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.188 INFO [stderr] ... Dec 18 14:49:38.188 INFO [stderr] 2964 | rt_alloc_excess_unused!(rt_pow2_64bytes_16align_alloc_excess_unused, 64, 16); Dec 18 14:49:38.188 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.188 INFO [stderr] Dec 18 14:49:38.188 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.188 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.188 INFO [stderr] | Dec 18 14:49:38.188 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.188 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.188 INFO [stderr] ... Dec 18 14:49:38.188 INFO [stderr] 2964 | rt_alloc_excess_unused!(rt_pow2_64bytes_16align_alloc_excess_unused, 64, 16); Dec 18 14:49:38.188 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.188 INFO [stderr] | Dec 18 14:49:38.188 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.188 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.188 INFO [stderr] | Dec 18 14:49:38.188 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.188 INFO [stderr] | Dec 18 14:49:38.188 INFO [stderr] Dec 18 14:49:38.188 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.188 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.188 INFO [stderr] | Dec 18 14:49:38.188 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.188 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.188 INFO [stderr] ... Dec 18 14:49:38.188 INFO [stderr] 2977 | rt_alloc_excess_unused!(rt_pow2_128bytes_16align_alloc_excess_unused, 128, 16); Dec 18 14:49:38.188 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.188 INFO [stderr] Dec 18 14:49:38.188 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.188 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.188 INFO [stderr] | Dec 18 14:49:38.188 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.188 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.189 INFO [stderr] ... Dec 18 14:49:38.189 INFO [stderr] 2977 | rt_alloc_excess_unused!(rt_pow2_128bytes_16align_alloc_excess_unused, 128, 16); Dec 18 14:49:38.189 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.189 INFO [stderr] | Dec 18 14:49:38.189 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.189 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.189 INFO [stderr] | Dec 18 14:49:38.189 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.189 INFO [stderr] | Dec 18 14:49:38.189 INFO [stderr] Dec 18 14:49:38.189 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.189 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.189 INFO [stderr] | Dec 18 14:49:38.189 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.189 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.189 INFO [stderr] ... Dec 18 14:49:38.189 INFO [stderr] 2990 | rt_alloc_excess_unused!(rt_pow2_256bytes_16align_alloc_excess_unused, 256, 16); Dec 18 14:49:38.189 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.189 INFO [stderr] Dec 18 14:49:38.189 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.189 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.189 INFO [stderr] | Dec 18 14:49:38.189 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.189 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.189 INFO [stderr] ... Dec 18 14:49:38.189 INFO [stderr] 2990 | rt_alloc_excess_unused!(rt_pow2_256bytes_16align_alloc_excess_unused, 256, 16); Dec 18 14:49:38.189 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.189 INFO [stderr] | Dec 18 14:49:38.189 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.189 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.189 INFO [stderr] | Dec 18 14:49:38.189 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.189 INFO [stderr] | Dec 18 14:49:38.189 INFO [stderr] Dec 18 14:49:38.189 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.189 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.189 INFO [stderr] | Dec 18 14:49:38.189 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.189 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.189 INFO [stderr] ... Dec 18 14:49:38.189 INFO [stderr] 3003 | rt_alloc_excess_unused!(rt_pow2_512bytes_16align_alloc_excess_unused, 512, 16); Dec 18 14:49:38.189 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.189 INFO [stderr] Dec 18 14:49:38.189 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.189 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.189 INFO [stderr] | Dec 18 14:49:38.189 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.189 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.189 INFO [stderr] ... Dec 18 14:49:38.189 INFO [stderr] 3003 | rt_alloc_excess_unused!(rt_pow2_512bytes_16align_alloc_excess_unused, 512, 16); Dec 18 14:49:38.189 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.189 INFO [stderr] | Dec 18 14:49:38.189 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.189 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.189 INFO [stderr] | Dec 18 14:49:38.189 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.189 INFO [stderr] | Dec 18 14:49:38.189 INFO [stderr] Dec 18 14:49:38.189 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.189 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.189 INFO [stderr] | Dec 18 14:49:38.189 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.189 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.189 INFO [stderr] ... Dec 18 14:49:38.189 INFO [stderr] 3016 | rt_alloc_excess_unused!(rt_pow2_1024bytes_16align_alloc_excess_unused, 1024, 16); Dec 18 14:49:38.189 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.189 INFO [stderr] Dec 18 14:49:38.189 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.189 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.189 INFO [stderr] | Dec 18 14:49:38.189 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.189 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.189 INFO [stderr] ... Dec 18 14:49:38.189 INFO [stderr] 3016 | rt_alloc_excess_unused!(rt_pow2_1024bytes_16align_alloc_excess_unused, 1024, 16); Dec 18 14:49:38.189 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.200 INFO [stderr] | Dec 18 14:49:38.200 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.200 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.200 INFO [stderr] | Dec 18 14:49:38.200 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.200 INFO [stderr] | Dec 18 14:49:38.200 INFO [stderr] Dec 18 14:49:38.200 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.200 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.200 INFO [stderr] | Dec 18 14:49:38.200 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.200 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.200 INFO [stderr] ... Dec 18 14:49:38.200 INFO [stderr] 3029 | rt_alloc_excess_unused!(rt_pow2_2048bytes_16align_alloc_excess_unused, 2048, 16); Dec 18 14:49:38.200 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.200 INFO [stderr] Dec 18 14:49:38.200 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.200 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.200 INFO [stderr] | Dec 18 14:49:38.200 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.200 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.200 INFO [stderr] ... Dec 18 14:49:38.200 INFO [stderr] 3029 | rt_alloc_excess_unused!(rt_pow2_2048bytes_16align_alloc_excess_unused, 2048, 16); Dec 18 14:49:38.200 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.200 INFO [stderr] | Dec 18 14:49:38.200 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.200 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.200 INFO [stderr] | Dec 18 14:49:38.200 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.200 INFO [stderr] | Dec 18 14:49:38.200 INFO [stderr] Dec 18 14:49:38.200 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.200 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.200 INFO [stderr] | Dec 18 14:49:38.200 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.200 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.200 INFO [stderr] ... Dec 18 14:49:38.200 INFO [stderr] 3042 | rt_alloc_excess_unused!(rt_pow2_4096bytes_16align_alloc_excess_unused, 4096, 16); Dec 18 14:49:38.200 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.200 INFO [stderr] Dec 18 14:49:38.200 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.200 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.200 INFO [stderr] | Dec 18 14:49:38.200 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.200 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.200 INFO [stderr] ... Dec 18 14:49:38.200 INFO [stderr] 3042 | rt_alloc_excess_unused!(rt_pow2_4096bytes_16align_alloc_excess_unused, 4096, 16); Dec 18 14:49:38.200 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.200 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.201 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] Dec 18 14:49:38.201 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.201 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.201 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.201 INFO [stderr] ... Dec 18 14:49:38.201 INFO [stderr] 3055 | rt_alloc_excess_unused!(rt_pow2_8192bytes_16align_alloc_excess_unused, 8192, 16); Dec 18 14:49:38.201 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.201 INFO [stderr] Dec 18 14:49:38.201 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.201 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.201 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.201 INFO [stderr] ... Dec 18 14:49:38.201 INFO [stderr] 3055 | rt_alloc_excess_unused!(rt_pow2_8192bytes_16align_alloc_excess_unused, 8192, 16); Dec 18 14:49:38.201 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.201 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] Dec 18 14:49:38.201 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.201 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.201 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.201 INFO [stderr] ... Dec 18 14:49:38.201 INFO [stderr] 3068 | rt_alloc_excess_unused!(rt_pow2_16384bytes_16align_alloc_excess_unused, 16384, 16); Dec 18 14:49:38.201 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.201 INFO [stderr] Dec 18 14:49:38.201 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.201 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.201 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.201 INFO [stderr] ... Dec 18 14:49:38.201 INFO [stderr] 3068 | rt_alloc_excess_unused!(rt_pow2_16384bytes_16align_alloc_excess_unused, 16384, 16); Dec 18 14:49:38.201 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.201 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] Dec 18 14:49:38.201 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.201 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.201 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.201 INFO [stderr] ... Dec 18 14:49:38.201 INFO [stderr] 3081 | rt_alloc_excess_unused!(rt_pow2_32768bytes_16align_alloc_excess_unused, 32768, 16); Dec 18 14:49:38.201 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.201 INFO [stderr] Dec 18 14:49:38.201 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.201 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.201 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.201 INFO [stderr] ... Dec 18 14:49:38.201 INFO [stderr] 3081 | rt_alloc_excess_unused!(rt_pow2_32768bytes_16align_alloc_excess_unused, 32768, 16); Dec 18 14:49:38.201 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.201 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] Dec 18 14:49:38.201 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.201 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.201 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.201 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.201 INFO [stderr] ... Dec 18 14:49:38.201 INFO [stderr] 3094 | rt_alloc_excess_unused!(rt_pow2_65536bytes_16align_alloc_excess_unused, 65536, 16); Dec 18 14:49:38.201 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.201 INFO [stderr] Dec 18 14:49:38.201 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.201 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.201 INFO [stderr] | Dec 18 14:49:38.202 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.202 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.202 INFO [stderr] ... Dec 18 14:49:38.202 INFO [stderr] 3094 | rt_alloc_excess_unused!(rt_pow2_65536bytes_16align_alloc_excess_unused, 65536, 16); Dec 18 14:49:38.202 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.202 INFO [stderr] | Dec 18 14:49:38.202 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.202 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.202 INFO [stderr] | Dec 18 14:49:38.202 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.202 INFO [stderr] | Dec 18 14:49:38.202 INFO [stderr] Dec 18 14:49:38.202 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.202 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.202 INFO [stderr] | Dec 18 14:49:38.202 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.202 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.202 INFO [stderr] ... Dec 18 14:49:38.202 INFO [stderr] 3107 | rt_alloc_excess_unused!(rt_pow2_131072bytes_16align_alloc_excess_unused, 131072, 16); Dec 18 14:49:38.202 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.202 INFO [stderr] Dec 18 14:49:38.208 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.208 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.208 INFO [stderr] | Dec 18 14:49:38.208 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.208 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.208 INFO [stderr] ... Dec 18 14:49:38.208 INFO [stderr] 3107 | rt_alloc_excess_unused!(rt_pow2_131072bytes_16align_alloc_excess_unused, 131072, 16); Dec 18 14:49:38.208 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.208 INFO [stderr] | Dec 18 14:49:38.208 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.208 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.208 INFO [stderr] | Dec 18 14:49:38.208 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.208 INFO [stderr] | Dec 18 14:49:38.208 INFO [stderr] Dec 18 14:49:38.208 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.208 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.208 INFO [stderr] | Dec 18 14:49:38.208 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.208 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.208 INFO [stderr] ... Dec 18 14:49:38.208 INFO [stderr] 3120 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_16align_alloc_excess_unused, 4194304, 16); Dec 18 14:49:38.208 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.208 INFO [stderr] Dec 18 14:49:38.208 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.208 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.208 INFO [stderr] | Dec 18 14:49:38.208 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.208 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.208 INFO [stderr] ... Dec 18 14:49:38.208 INFO [stderr] 3120 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_16align_alloc_excess_unused, 4194304, 16); Dec 18 14:49:38.208 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.208 INFO [stderr] | Dec 18 14:49:38.208 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.208 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.208 INFO [stderr] | Dec 18 14:49:38.208 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.208 INFO [stderr] | Dec 18 14:49:38.208 INFO [stderr] Dec 18 14:49:38.208 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.208 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.208 INFO [stderr] | Dec 18 14:49:38.208 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.208 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.208 INFO [stderr] ... Dec 18 14:49:38.208 INFO [stderr] 3134 | rt_alloc_excess_unused!(rt_even_10bytes_16align_alloc_excess_unused, 10, 16); Dec 18 14:49:38.208 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.216 INFO [stderr] Dec 18 14:49:38.216 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.216 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.216 INFO [stderr] | Dec 18 14:49:38.216 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.216 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.216 INFO [stderr] ... Dec 18 14:49:38.216 INFO [stderr] 3134 | rt_alloc_excess_unused!(rt_even_10bytes_16align_alloc_excess_unused, 10, 16); Dec 18 14:49:38.216 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.216 INFO [stderr] | Dec 18 14:49:38.216 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.216 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.216 INFO [stderr] | Dec 18 14:49:38.216 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.216 INFO [stderr] | Dec 18 14:49:38.216 INFO [stderr] Dec 18 14:49:38.216 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.216 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.216 INFO [stderr] | Dec 18 14:49:38.216 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.216 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.216 INFO [stderr] ... Dec 18 14:49:38.216 INFO [stderr] 3147 | rt_alloc_excess_unused!(rt_even_100bytes_16align_alloc_excess_unused, 100, 16); Dec 18 14:49:38.216 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.216 INFO [stderr] Dec 18 14:49:38.216 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.216 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.216 INFO [stderr] | Dec 18 14:49:38.216 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.216 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.216 INFO [stderr] ... Dec 18 14:49:38.216 INFO [stderr] 3147 | rt_alloc_excess_unused!(rt_even_100bytes_16align_alloc_excess_unused, 100, 16); Dec 18 14:49:38.216 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.216 INFO [stderr] | Dec 18 14:49:38.216 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.216 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.216 INFO [stderr] | Dec 18 14:49:38.216 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.216 INFO [stderr] | Dec 18 14:49:38.216 INFO [stderr] Dec 18 14:49:38.216 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.216 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.216 INFO [stderr] | Dec 18 14:49:38.216 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.216 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.216 INFO [stderr] ... Dec 18 14:49:38.216 INFO [stderr] 3160 | rt_alloc_excess_unused!(rt_even_1000bytes_16align_alloc_excess_unused, 1000, 16); Dec 18 14:49:38.216 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.216 INFO [stderr] Dec 18 14:49:38.217 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.217 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.217 INFO [stderr] | Dec 18 14:49:38.217 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.217 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.217 INFO [stderr] ... Dec 18 14:49:38.217 INFO [stderr] 3160 | rt_alloc_excess_unused!(rt_even_1000bytes_16align_alloc_excess_unused, 1000, 16); Dec 18 14:49:38.217 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.217 INFO [stderr] | Dec 18 14:49:38.217 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.217 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.217 INFO [stderr] | Dec 18 14:49:38.217 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.217 INFO [stderr] | Dec 18 14:49:38.217 INFO [stderr] Dec 18 14:49:38.217 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.217 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.217 INFO [stderr] | Dec 18 14:49:38.217 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.217 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.217 INFO [stderr] ... Dec 18 14:49:38.217 INFO [stderr] 3173 | rt_alloc_excess_unused!(rt_even_10000bytes_16align_alloc_excess_unused, 10000, 16); Dec 18 14:49:38.217 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.217 INFO [stderr] Dec 18 14:49:38.217 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.217 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.217 INFO [stderr] | Dec 18 14:49:38.217 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.217 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.217 INFO [stderr] ... Dec 18 14:49:38.217 INFO [stderr] 3173 | rt_alloc_excess_unused!(rt_even_10000bytes_16align_alloc_excess_unused, 10000, 16); Dec 18 14:49:38.217 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.217 INFO [stderr] | Dec 18 14:49:38.217 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.217 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.217 INFO [stderr] | Dec 18 14:49:38.217 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.217 INFO [stderr] | Dec 18 14:49:38.217 INFO [stderr] Dec 18 14:49:38.217 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.217 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.217 INFO [stderr] | Dec 18 14:49:38.217 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.217 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.217 INFO [stderr] ... Dec 18 14:49:38.217 INFO [stderr] 3186 | rt_alloc_excess_unused!(rt_even_100000bytes_16align_alloc_excess_unused, 100000, 16); Dec 18 14:49:38.217 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.217 INFO [stderr] Dec 18 14:49:38.217 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.217 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.217 INFO [stderr] | Dec 18 14:49:38.217 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.217 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.217 INFO [stderr] ... Dec 18 14:49:38.217 INFO [stderr] 3186 | rt_alloc_excess_unused!(rt_even_100000bytes_16align_alloc_excess_unused, 100000, 16); Dec 18 14:49:38.217 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.217 INFO [stderr] | Dec 18 14:49:38.217 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.217 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.217 INFO [stderr] | Dec 18 14:49:38.217 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.217 INFO [stderr] | Dec 18 14:49:38.217 INFO [stderr] Dec 18 14:49:38.224 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.224 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.224 INFO [stderr] | Dec 18 14:49:38.224 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.224 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.224 INFO [stderr] ... Dec 18 14:49:38.224 INFO [stderr] 3199 | rt_alloc_excess_unused!(rt_even_1000000bytes_16align_alloc_excess_unused, 1000000, 16); Dec 18 14:49:38.224 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.224 INFO [stderr] Dec 18 14:49:38.224 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.224 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.224 INFO [stderr] | Dec 18 14:49:38.224 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.224 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.224 INFO [stderr] ... Dec 18 14:49:38.224 INFO [stderr] 3199 | rt_alloc_excess_unused!(rt_even_1000000bytes_16align_alloc_excess_unused, 1000000, 16); Dec 18 14:49:38.224 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.224 INFO [stderr] | Dec 18 14:49:38.224 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.224 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.224 INFO [stderr] | Dec 18 14:49:38.224 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.224 INFO [stderr] | Dec 18 14:49:38.224 INFO [stderr] Dec 18 14:49:38.224 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.224 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.224 INFO [stderr] | Dec 18 14:49:38.224 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.224 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.224 INFO [stderr] ... Dec 18 14:49:38.224 INFO [stderr] 3213 | rt_alloc_excess_unused!(rt_odd_10bytes_16align_alloc_excess_unused, 10- 1, 16); Dec 18 14:49:38.224 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.224 INFO [stderr] Dec 18 14:49:38.224 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.224 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.224 INFO [stderr] | Dec 18 14:49:38.224 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.224 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.224 INFO [stderr] ... Dec 18 14:49:38.224 INFO [stderr] 3213 | rt_alloc_excess_unused!(rt_odd_10bytes_16align_alloc_excess_unused, 10- 1, 16); Dec 18 14:49:38.224 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.224 INFO [stderr] | Dec 18 14:49:38.224 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.224 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.224 INFO [stderr] | Dec 18 14:49:38.224 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.224 INFO [stderr] | Dec 18 14:49:38.225 INFO [stderr] Dec 18 14:49:38.225 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.225 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.225 INFO [stderr] | Dec 18 14:49:38.225 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.225 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.225 INFO [stderr] ... Dec 18 14:49:38.225 INFO [stderr] 3226 | rt_alloc_excess_unused!(rt_odd_100bytes_16align_alloc_excess_unused, 100- 1, 16); Dec 18 14:49:38.225 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.225 INFO [stderr] Dec 18 14:49:38.225 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.225 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.225 INFO [stderr] | Dec 18 14:49:38.225 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.225 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.225 INFO [stderr] ... Dec 18 14:49:38.225 INFO [stderr] 3226 | rt_alloc_excess_unused!(rt_odd_100bytes_16align_alloc_excess_unused, 100- 1, 16); Dec 18 14:49:38.225 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.225 INFO [stderr] | Dec 18 14:49:38.225 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.225 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.225 INFO [stderr] | Dec 18 14:49:38.225 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.225 INFO [stderr] | Dec 18 14:49:38.225 INFO [stderr] Dec 18 14:49:38.225 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.225 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.225 INFO [stderr] | Dec 18 14:49:38.225 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.225 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.225 INFO [stderr] ... Dec 18 14:49:38.225 INFO [stderr] 3239 | rt_alloc_excess_unused!(rt_odd_1000bytes_16align_alloc_excess_unused, 1000- 1, 16); Dec 18 14:49:38.225 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.225 INFO [stderr] Dec 18 14:49:38.225 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.225 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.225 INFO [stderr] | Dec 18 14:49:38.225 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.225 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.225 INFO [stderr] ... Dec 18 14:49:38.225 INFO [stderr] 3239 | rt_alloc_excess_unused!(rt_odd_1000bytes_16align_alloc_excess_unused, 1000- 1, 16); Dec 18 14:49:38.225 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.225 INFO [stderr] | Dec 18 14:49:38.225 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.225 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.225 INFO [stderr] | Dec 18 14:49:38.225 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.225 INFO [stderr] | Dec 18 14:49:38.225 INFO [stderr] Dec 18 14:49:38.232 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.232 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.232 INFO [stderr] | Dec 18 14:49:38.232 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.232 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.232 INFO [stderr] ... Dec 18 14:49:38.232 INFO [stderr] 3252 | rt_alloc_excess_unused!(rt_odd_10000bytes_16align_alloc_excess_unused, 10000- 1, 16); Dec 18 14:49:38.232 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.232 INFO [stderr] Dec 18 14:49:38.232 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.232 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.232 INFO [stderr] | Dec 18 14:49:38.232 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.232 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.232 INFO [stderr] ... Dec 18 14:49:38.232 INFO [stderr] 3252 | rt_alloc_excess_unused!(rt_odd_10000bytes_16align_alloc_excess_unused, 10000- 1, 16); Dec 18 14:49:38.232 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.232 INFO [stderr] | Dec 18 14:49:38.232 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.232 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.232 INFO [stderr] | Dec 18 14:49:38.232 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.232 INFO [stderr] | Dec 18 14:49:38.232 INFO [stderr] Dec 18 14:49:38.232 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.232 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.232 INFO [stderr] | Dec 18 14:49:38.232 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.232 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.232 INFO [stderr] ... Dec 18 14:49:38.232 INFO [stderr] 3265 | rt_alloc_excess_unused!(rt_odd_100000bytes_16align_alloc_excess_unused, 100000- 1, 16); Dec 18 14:49:38.232 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.232 INFO [stderr] Dec 18 14:49:38.232 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.232 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.232 INFO [stderr] | Dec 18 14:49:38.232 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.232 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.232 INFO [stderr] ... Dec 18 14:49:38.232 INFO [stderr] 3265 | rt_alloc_excess_unused!(rt_odd_100000bytes_16align_alloc_excess_unused, 100000- 1, 16); Dec 18 14:49:38.232 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.232 INFO [stderr] | Dec 18 14:49:38.232 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.232 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.232 INFO [stderr] | Dec 18 14:49:38.232 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.232 INFO [stderr] | Dec 18 14:49:38.232 INFO [stderr] Dec 18 14:49:38.233 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.233 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.233 INFO [stderr] | Dec 18 14:49:38.233 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.233 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.233 INFO [stderr] ... Dec 18 14:49:38.233 INFO [stderr] 3278 | rt_alloc_excess_unused!(rt_odd_1000000bytes_16align_alloc_excess_unused, 1000000- 1, 16); Dec 18 14:49:38.233 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.233 INFO [stderr] Dec 18 14:49:38.233 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.233 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.233 INFO [stderr] | Dec 18 14:49:38.233 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.233 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.233 INFO [stderr] ... Dec 18 14:49:38.233 INFO [stderr] 3278 | rt_alloc_excess_unused!(rt_odd_1000000bytes_16align_alloc_excess_unused, 1000000- 1, 16); Dec 18 14:49:38.233 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.233 INFO [stderr] | Dec 18 14:49:38.233 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.233 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.233 INFO [stderr] | Dec 18 14:49:38.233 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.233 INFO [stderr] | Dec 18 14:49:38.240 INFO [stderr] Dec 18 14:49:38.240 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.240 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.240 INFO [stderr] | Dec 18 14:49:38.240 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.240 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.240 INFO [stderr] ... Dec 18 14:49:38.240 INFO [stderr] 3292 | rt_alloc_excess_unused!(rt_primes_3bytes_16align_alloc_excess_unused, 3, 16); Dec 18 14:49:38.240 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.240 INFO [stderr] Dec 18 14:49:38.240 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.240 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.240 INFO [stderr] | Dec 18 14:49:38.240 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.240 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.240 INFO [stderr] ... Dec 18 14:49:38.240 INFO [stderr] 3292 | rt_alloc_excess_unused!(rt_primes_3bytes_16align_alloc_excess_unused, 3, 16); Dec 18 14:49:38.240 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.240 INFO [stderr] | Dec 18 14:49:38.240 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.240 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.240 INFO [stderr] | Dec 18 14:49:38.240 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.240 INFO [stderr] | Dec 18 14:49:38.240 INFO [stderr] Dec 18 14:49:38.240 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.240 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.240 INFO [stderr] | Dec 18 14:49:38.240 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.240 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.240 INFO [stderr] ... Dec 18 14:49:38.240 INFO [stderr] 3305 | rt_alloc_excess_unused!(rt_primes_7bytes_16align_alloc_excess_unused, 7, 16); Dec 18 14:49:38.240 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.240 INFO [stderr] Dec 18 14:49:38.240 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.240 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.240 INFO [stderr] | Dec 18 14:49:38.240 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.240 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.240 INFO [stderr] ... Dec 18 14:49:38.240 INFO [stderr] 3305 | rt_alloc_excess_unused!(rt_primes_7bytes_16align_alloc_excess_unused, 7, 16); Dec 18 14:49:38.240 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.240 INFO [stderr] | Dec 18 14:49:38.240 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.240 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.240 INFO [stderr] | Dec 18 14:49:38.240 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.241 INFO [stderr] | Dec 18 14:49:38.241 INFO [stderr] Dec 18 14:49:38.241 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.241 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.241 INFO [stderr] | Dec 18 14:49:38.241 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.241 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.241 INFO [stderr] ... Dec 18 14:49:38.241 INFO [stderr] 3318 | rt_alloc_excess_unused!(rt_primes_13bytes_16align_alloc_excess_unused, 13, 16); Dec 18 14:49:38.241 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.241 INFO [stderr] Dec 18 14:49:38.241 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.241 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.241 INFO [stderr] | Dec 18 14:49:38.241 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.241 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.241 INFO [stderr] ... Dec 18 14:49:38.241 INFO [stderr] 3318 | rt_alloc_excess_unused!(rt_primes_13bytes_16align_alloc_excess_unused, 13, 16); Dec 18 14:49:38.241 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.241 INFO [stderr] | Dec 18 14:49:38.241 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.241 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.241 INFO [stderr] | Dec 18 14:49:38.241 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.241 INFO [stderr] | Dec 18 14:49:38.241 INFO [stderr] Dec 18 14:49:38.241 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.241 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.241 INFO [stderr] | Dec 18 14:49:38.241 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.241 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.241 INFO [stderr] ... Dec 18 14:49:38.241 INFO [stderr] 3331 | rt_alloc_excess_unused!(rt_primes_17bytes_16align_alloc_excess_unused, 17, 16); Dec 18 14:49:38.241 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.241 INFO [stderr] Dec 18 14:49:38.241 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.241 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.241 INFO [stderr] | Dec 18 14:49:38.241 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.241 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.241 INFO [stderr] ... Dec 18 14:49:38.241 INFO [stderr] 3331 | rt_alloc_excess_unused!(rt_primes_17bytes_16align_alloc_excess_unused, 17, 16); Dec 18 14:49:38.241 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.241 INFO [stderr] | Dec 18 14:49:38.241 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.241 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.241 INFO [stderr] | Dec 18 14:49:38.241 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.241 INFO [stderr] | Dec 18 14:49:38.241 INFO [stderr] Dec 18 14:49:38.248 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.248 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.248 INFO [stderr] | Dec 18 14:49:38.248 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.248 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.248 INFO [stderr] ... Dec 18 14:49:38.248 INFO [stderr] 3344 | rt_alloc_excess_unused!(rt_primes_31bytes_16align_alloc_excess_unused, 31, 16); Dec 18 14:49:38.248 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.248 INFO [stderr] Dec 18 14:49:38.248 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.248 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.248 INFO [stderr] | Dec 18 14:49:38.248 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.248 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.248 INFO [stderr] ... Dec 18 14:49:38.248 INFO [stderr] 3344 | rt_alloc_excess_unused!(rt_primes_31bytes_16align_alloc_excess_unused, 31, 16); Dec 18 14:49:38.248 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.248 INFO [stderr] | Dec 18 14:49:38.248 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.248 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.248 INFO [stderr] | Dec 18 14:49:38.248 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.248 INFO [stderr] | Dec 18 14:49:38.248 INFO [stderr] Dec 18 14:49:38.248 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.248 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.248 INFO [stderr] | Dec 18 14:49:38.248 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.248 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.248 INFO [stderr] ... Dec 18 14:49:38.248 INFO [stderr] 3357 | rt_alloc_excess_unused!(rt_primes_61bytes_16align_alloc_excess_unused, 61, 16); Dec 18 14:49:38.248 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.248 INFO [stderr] Dec 18 14:49:38.248 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.248 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.248 INFO [stderr] | Dec 18 14:49:38.248 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.248 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.248 INFO [stderr] ... Dec 18 14:49:38.248 INFO [stderr] 3357 | rt_alloc_excess_unused!(rt_primes_61bytes_16align_alloc_excess_unused, 61, 16); Dec 18 14:49:38.248 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.248 INFO [stderr] | Dec 18 14:49:38.248 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.248 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.248 INFO [stderr] | Dec 18 14:49:38.248 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.248 INFO [stderr] | Dec 18 14:49:38.248 INFO [stderr] Dec 18 14:49:38.248 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.248 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.249 INFO [stderr] | Dec 18 14:49:38.249 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.249 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.249 INFO [stderr] ... Dec 18 14:49:38.249 INFO [stderr] 3370 | rt_alloc_excess_unused!(rt_primes_96bytes_16align_alloc_excess_unused, 96, 16); Dec 18 14:49:38.249 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.249 INFO [stderr] Dec 18 14:49:38.249 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.249 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.249 INFO [stderr] | Dec 18 14:49:38.249 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.249 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.249 INFO [stderr] ... Dec 18 14:49:38.249 INFO [stderr] 3370 | rt_alloc_excess_unused!(rt_primes_96bytes_16align_alloc_excess_unused, 96, 16); Dec 18 14:49:38.249 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.249 INFO [stderr] | Dec 18 14:49:38.249 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.249 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.249 INFO [stderr] | Dec 18 14:49:38.249 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.249 INFO [stderr] | Dec 18 14:49:38.249 INFO [stderr] Dec 18 14:49:38.249 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.249 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.249 INFO [stderr] | Dec 18 14:49:38.249 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.249 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.249 INFO [stderr] ... Dec 18 14:49:38.249 INFO [stderr] 3383 | rt_alloc_excess_unused!(rt_primes_127bytes_16align_alloc_excess_unused, 127, 16); Dec 18 14:49:38.249 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.249 INFO [stderr] Dec 18 14:49:38.249 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.249 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.249 INFO [stderr] | Dec 18 14:49:38.249 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.249 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.249 INFO [stderr] ... Dec 18 14:49:38.249 INFO [stderr] 3383 | rt_alloc_excess_unused!(rt_primes_127bytes_16align_alloc_excess_unused, 127, 16); Dec 18 14:49:38.249 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.249 INFO [stderr] | Dec 18 14:49:38.249 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.249 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.249 INFO [stderr] | Dec 18 14:49:38.249 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.249 INFO [stderr] | Dec 18 14:49:38.249 INFO [stderr] Dec 18 14:49:38.249 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.249 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.249 INFO [stderr] | Dec 18 14:49:38.249 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.249 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.249 INFO [stderr] ... Dec 18 14:49:38.249 INFO [stderr] 3396 | rt_alloc_excess_unused!(rt_primes_257bytes_16align_alloc_excess_unused, 257, 16); Dec 18 14:49:38.249 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.249 INFO [stderr] Dec 18 14:49:38.249 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.249 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.249 INFO [stderr] | Dec 18 14:49:38.249 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.249 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.249 INFO [stderr] ... Dec 18 14:49:38.249 INFO [stderr] 3396 | rt_alloc_excess_unused!(rt_primes_257bytes_16align_alloc_excess_unused, 257, 16); Dec 18 14:49:38.249 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.249 INFO [stderr] | Dec 18 14:49:38.249 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.249 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.249 INFO [stderr] | Dec 18 14:49:38.249 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.249 INFO [stderr] | Dec 18 14:49:38.249 INFO [stderr] Dec 18 14:49:38.249 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.249 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.249 INFO [stderr] | Dec 18 14:49:38.249 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.249 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.249 INFO [stderr] ... Dec 18 14:49:38.249 INFO [stderr] 3409 | rt_alloc_excess_unused!(rt_primes_509bytes_16align_alloc_excess_unused, 509, 16); Dec 18 14:49:38.249 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.249 INFO [stderr] Dec 18 14:49:38.249 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.249 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.249 INFO [stderr] | Dec 18 14:49:38.249 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.249 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.249 INFO [stderr] ... Dec 18 14:49:38.249 INFO [stderr] 3409 | rt_alloc_excess_unused!(rt_primes_509bytes_16align_alloc_excess_unused, 509, 16); Dec 18 14:49:38.249 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.249 INFO [stderr] | Dec 18 14:49:38.249 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.250 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.250 INFO [stderr] | Dec 18 14:49:38.250 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.250 INFO [stderr] | Dec 18 14:49:38.250 INFO [stderr] Dec 18 14:49:38.250 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.250 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.250 INFO [stderr] | Dec 18 14:49:38.250 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.250 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.250 INFO [stderr] ... Dec 18 14:49:38.250 INFO [stderr] 3422 | rt_alloc_excess_unused!(rt_primes_1021bytes_16align_alloc_excess_unused, 1021, 16); Dec 18 14:49:38.250 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.250 INFO [stderr] Dec 18 14:49:38.250 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.257 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.258 INFO [stderr] | Dec 18 14:49:38.258 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.258 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.258 INFO [stderr] ... Dec 18 14:49:38.258 INFO [stderr] 3422 | rt_alloc_excess_unused!(rt_primes_1021bytes_16align_alloc_excess_unused, 1021, 16); Dec 18 14:49:38.258 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.258 INFO [stderr] | Dec 18 14:49:38.258 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.258 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.258 INFO [stderr] | Dec 18 14:49:38.258 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.258 INFO [stderr] | Dec 18 14:49:38.258 INFO [stderr] Dec 18 14:49:38.258 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.258 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.258 INFO [stderr] | Dec 18 14:49:38.258 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.258 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.258 INFO [stderr] ... Dec 18 14:49:38.258 INFO [stderr] 3435 | rt_alloc_excess_unused!(rt_primes_2039bytes_16align_alloc_excess_unused, 2039, 16); Dec 18 14:49:38.258 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.258 INFO [stderr] Dec 18 14:49:38.258 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.258 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.258 INFO [stderr] | Dec 18 14:49:38.258 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.258 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.258 INFO [stderr] ... Dec 18 14:49:38.258 INFO [stderr] 3435 | rt_alloc_excess_unused!(rt_primes_2039bytes_16align_alloc_excess_unused, 2039, 16); Dec 18 14:49:38.258 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.258 INFO [stderr] | Dec 18 14:49:38.258 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.258 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.258 INFO [stderr] | Dec 18 14:49:38.258 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.258 INFO [stderr] | Dec 18 14:49:38.258 INFO [stderr] Dec 18 14:49:38.258 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.258 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.258 INFO [stderr] | Dec 18 14:49:38.258 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.258 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.258 INFO [stderr] ... Dec 18 14:49:38.258 INFO [stderr] 3448 | rt_alloc_excess_unused!(rt_primes_4093bytes_16align_alloc_excess_unused, 4093, 16); Dec 18 14:49:38.258 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.258 INFO [stderr] Dec 18 14:49:38.258 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.258 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.258 INFO [stderr] | Dec 18 14:49:38.258 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.258 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.258 INFO [stderr] ... Dec 18 14:49:38.258 INFO [stderr] 3448 | rt_alloc_excess_unused!(rt_primes_4093bytes_16align_alloc_excess_unused, 4093, 16); Dec 18 14:49:38.258 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.258 INFO [stderr] | Dec 18 14:49:38.258 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.258 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.258 INFO [stderr] | Dec 18 14:49:38.258 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.258 INFO [stderr] | Dec 18 14:49:38.258 INFO [stderr] Dec 18 14:49:38.272 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.272 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.272 INFO [stderr] | Dec 18 14:49:38.272 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.272 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.272 INFO [stderr] ... Dec 18 14:49:38.272 INFO [stderr] 3461 | rt_alloc_excess_unused!(rt_primes_8191bytes_16align_alloc_excess_unused, 8191, 16); Dec 18 14:49:38.272 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.272 INFO [stderr] Dec 18 14:49:38.272 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.272 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.272 INFO [stderr] | Dec 18 14:49:38.272 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.272 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.272 INFO [stderr] ... Dec 18 14:49:38.272 INFO [stderr] 3461 | rt_alloc_excess_unused!(rt_primes_8191bytes_16align_alloc_excess_unused, 8191, 16); Dec 18 14:49:38.272 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.272 INFO [stderr] | Dec 18 14:49:38.272 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.272 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.272 INFO [stderr] | Dec 18 14:49:38.272 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.272 INFO [stderr] | Dec 18 14:49:38.272 INFO [stderr] Dec 18 14:49:38.272 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.272 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.272 INFO [stderr] | Dec 18 14:49:38.272 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.272 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.272 INFO [stderr] ... Dec 18 14:49:38.272 INFO [stderr] 3474 | rt_alloc_excess_unused!(rt_primes_16381bytes_16align_alloc_excess_unused, 16381, 16); Dec 18 14:49:38.272 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.272 INFO [stderr] Dec 18 14:49:38.272 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.272 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.272 INFO [stderr] | Dec 18 14:49:38.272 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.272 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.272 INFO [stderr] ... Dec 18 14:49:38.272 INFO [stderr] 3474 | rt_alloc_excess_unused!(rt_primes_16381bytes_16align_alloc_excess_unused, 16381, 16); Dec 18 14:49:38.272 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.272 INFO [stderr] | Dec 18 14:49:38.272 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.272 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.272 INFO [stderr] | Dec 18 14:49:38.272 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.272 INFO [stderr] | Dec 18 14:49:38.272 INFO [stderr] Dec 18 14:49:38.272 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.272 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.273 INFO [stderr] | Dec 18 14:49:38.273 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.273 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.273 INFO [stderr] ... Dec 18 14:49:38.273 INFO [stderr] 3487 | rt_alloc_excess_unused!(rt_primes_32749bytes_16align_alloc_excess_unused, 32749, 16); Dec 18 14:49:38.273 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.273 INFO [stderr] Dec 18 14:49:38.273 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.273 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.273 INFO [stderr] | Dec 18 14:49:38.273 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.273 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.273 INFO [stderr] ... Dec 18 14:49:38.273 INFO [stderr] 3487 | rt_alloc_excess_unused!(rt_primes_32749bytes_16align_alloc_excess_unused, 32749, 16); Dec 18 14:49:38.273 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.273 INFO [stderr] | Dec 18 14:49:38.273 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.273 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.273 INFO [stderr] | Dec 18 14:49:38.273 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.273 INFO [stderr] | Dec 18 14:49:38.273 INFO [stderr] Dec 18 14:49:38.273 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.273 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.273 INFO [stderr] | Dec 18 14:49:38.273 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.273 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.273 INFO [stderr] ... Dec 18 14:49:38.273 INFO [stderr] 3500 | rt_alloc_excess_unused!(rt_primes_65537bytes_16align_alloc_excess_unused, 65537, 16); Dec 18 14:49:38.273 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.273 INFO [stderr] Dec 18 14:49:38.273 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.273 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.273 INFO [stderr] | Dec 18 14:49:38.273 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.273 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.273 INFO [stderr] ... Dec 18 14:49:38.273 INFO [stderr] 3500 | rt_alloc_excess_unused!(rt_primes_65537bytes_16align_alloc_excess_unused, 65537, 16); Dec 18 14:49:38.273 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.273 INFO [stderr] | Dec 18 14:49:38.273 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.273 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.273 INFO [stderr] | Dec 18 14:49:38.273 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.273 INFO [stderr] | Dec 18 14:49:38.273 INFO [stderr] Dec 18 14:49:38.273 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.273 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.273 INFO [stderr] | Dec 18 14:49:38.273 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.273 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.273 INFO [stderr] ... Dec 18 14:49:38.273 INFO [stderr] 3513 | rt_alloc_excess_unused!(rt_primes_131071bytes_16align_alloc_excess_unused, 131071, 16); Dec 18 14:49:38.273 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.273 INFO [stderr] Dec 18 14:49:38.273 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.273 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.273 INFO [stderr] | Dec 18 14:49:38.273 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.273 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.273 INFO [stderr] ... Dec 18 14:49:38.273 INFO [stderr] 3513 | rt_alloc_excess_unused!(rt_primes_131071bytes_16align_alloc_excess_unused, 131071, 16); Dec 18 14:49:38.273 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.273 INFO [stderr] | Dec 18 14:49:38.273 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.273 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.273 INFO [stderr] | Dec 18 14:49:38.273 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.273 INFO [stderr] | Dec 18 14:49:38.273 INFO [stderr] Dec 18 14:49:38.273 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.273 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.273 INFO [stderr] | Dec 18 14:49:38.273 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.273 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.273 INFO [stderr] ... Dec 18 14:49:38.273 INFO [stderr] 3526 | rt_alloc_excess_unused!(rt_primes_4194301bytes_16align_alloc_excess_unused, 4194301, 16); Dec 18 14:49:38.273 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.273 INFO [stderr] Dec 18 14:49:38.273 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.273 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.273 INFO [stderr] | Dec 18 14:49:38.273 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.273 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.273 INFO [stderr] ... Dec 18 14:49:38.273 INFO [stderr] 3526 | rt_alloc_excess_unused!(rt_primes_4194301bytes_16align_alloc_excess_unused, 4194301, 16); Dec 18 14:49:38.273 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.273 INFO [stderr] | Dec 18 14:49:38.273 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.274 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.274 INFO [stderr] | Dec 18 14:49:38.274 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.274 INFO [stderr] | Dec 18 14:49:38.274 INFO [stderr] Dec 18 14:49:38.274 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.274 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.274 INFO [stderr] | Dec 18 14:49:38.274 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.274 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.274 INFO [stderr] ... Dec 18 14:49:38.274 INFO [stderr] 3542 | rt_alloc_excess_unused!(rt_pow2_1bytes_32align_alloc_excess_unused, 1, 32); Dec 18 14:49:38.274 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.274 INFO [stderr] Dec 18 14:49:38.274 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.274 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.274 INFO [stderr] | Dec 18 14:49:38.274 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.274 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.274 INFO [stderr] ... Dec 18 14:49:38.274 INFO [stderr] 3542 | rt_alloc_excess_unused!(rt_pow2_1bytes_32align_alloc_excess_unused, 1, 32); Dec 18 14:49:38.274 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.274 INFO [stderr] | Dec 18 14:49:38.274 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.274 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.274 INFO [stderr] | Dec 18 14:49:38.274 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.274 INFO [stderr] | Dec 18 14:49:38.274 INFO [stderr] Dec 18 14:49:38.274 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.274 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.274 INFO [stderr] | Dec 18 14:49:38.274 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.274 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.274 INFO [stderr] ... Dec 18 14:49:38.274 INFO [stderr] 3555 | rt_alloc_excess_unused!(rt_pow2_2bytes_32align_alloc_excess_unused, 2, 32); Dec 18 14:49:38.274 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.274 INFO [stderr] Dec 18 14:49:38.274 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.274 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.274 INFO [stderr] | Dec 18 14:49:38.274 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.274 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.274 INFO [stderr] ... Dec 18 14:49:38.274 INFO [stderr] 3555 | rt_alloc_excess_unused!(rt_pow2_2bytes_32align_alloc_excess_unused, 2, 32); Dec 18 14:49:38.274 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.274 INFO [stderr] | Dec 18 14:49:38.274 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.274 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.274 INFO [stderr] | Dec 18 14:49:38.274 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.274 INFO [stderr] | Dec 18 14:49:38.274 INFO [stderr] Dec 18 14:49:38.274 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.274 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.274 INFO [stderr] | Dec 18 14:49:38.274 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.274 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.274 INFO [stderr] ... Dec 18 14:49:38.274 INFO [stderr] 3568 | rt_alloc_excess_unused!(rt_pow2_4bytes_32align_alloc_excess_unused, 4, 32); Dec 18 14:49:38.274 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.274 INFO [stderr] Dec 18 14:49:38.274 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.274 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.274 INFO [stderr] | Dec 18 14:49:38.274 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.274 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.274 INFO [stderr] ... Dec 18 14:49:38.274 INFO [stderr] 3568 | rt_alloc_excess_unused!(rt_pow2_4bytes_32align_alloc_excess_unused, 4, 32); Dec 18 14:49:38.274 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.274 INFO [stderr] | Dec 18 14:49:38.280 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.280 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.280 INFO [stderr] | Dec 18 14:49:38.280 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.280 INFO [stderr] | Dec 18 14:49:38.280 INFO [stderr] Dec 18 14:49:38.280 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.280 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.280 INFO [stderr] | Dec 18 14:49:38.280 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.280 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.280 INFO [stderr] ... Dec 18 14:49:38.280 INFO [stderr] 3581 | rt_alloc_excess_unused!(rt_pow2_8bytes_32align_alloc_excess_unused, 8, 32); Dec 18 14:49:38.280 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.280 INFO [stderr] Dec 18 14:49:38.280 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.280 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.280 INFO [stderr] | Dec 18 14:49:38.280 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.280 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.280 INFO [stderr] ... Dec 18 14:49:38.280 INFO [stderr] 3581 | rt_alloc_excess_unused!(rt_pow2_8bytes_32align_alloc_excess_unused, 8, 32); Dec 18 14:49:38.280 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.280 INFO [stderr] | Dec 18 14:49:38.280 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.280 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.280 INFO [stderr] | Dec 18 14:49:38.280 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.280 INFO [stderr] | Dec 18 14:49:38.280 INFO [stderr] Dec 18 14:49:38.280 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.280 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.280 INFO [stderr] | Dec 18 14:49:38.280 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.280 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.280 INFO [stderr] ... Dec 18 14:49:38.280 INFO [stderr] 3594 | rt_alloc_excess_unused!(rt_pow2_16bytes_32align_alloc_excess_unused, 16, 32); Dec 18 14:49:38.280 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.280 INFO [stderr] Dec 18 14:49:38.280 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.280 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.280 INFO [stderr] | Dec 18 14:49:38.280 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.280 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.280 INFO [stderr] ... Dec 18 14:49:38.280 INFO [stderr] 3594 | rt_alloc_excess_unused!(rt_pow2_16bytes_32align_alloc_excess_unused, 16, 32); Dec 18 14:49:38.280 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.280 INFO [stderr] | Dec 18 14:49:38.280 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.280 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.281 INFO [stderr] | Dec 18 14:49:38.281 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.281 INFO [stderr] | Dec 18 14:49:38.281 INFO [stderr] Dec 18 14:49:38.281 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.281 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.281 INFO [stderr] | Dec 18 14:49:38.281 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.281 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.281 INFO [stderr] ... Dec 18 14:49:38.281 INFO [stderr] 3607 | rt_alloc_excess_unused!(rt_pow2_32bytes_32align_alloc_excess_unused, 32, 32); Dec 18 14:49:38.281 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.281 INFO [stderr] Dec 18 14:49:38.281 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.281 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.281 INFO [stderr] | Dec 18 14:49:38.281 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.281 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.281 INFO [stderr] ... Dec 18 14:49:38.281 INFO [stderr] 3607 | rt_alloc_excess_unused!(rt_pow2_32bytes_32align_alloc_excess_unused, 32, 32); Dec 18 14:49:38.281 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.281 INFO [stderr] | Dec 18 14:49:38.281 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.281 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.281 INFO [stderr] | Dec 18 14:49:38.281 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.281 INFO [stderr] | Dec 18 14:49:38.281 INFO [stderr] Dec 18 14:49:38.281 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.281 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.281 INFO [stderr] | Dec 18 14:49:38.281 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.281 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.281 INFO [stderr] ... Dec 18 14:49:38.281 INFO [stderr] 3620 | rt_alloc_excess_unused!(rt_pow2_64bytes_32align_alloc_excess_unused, 64, 32); Dec 18 14:49:38.281 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.281 INFO [stderr] Dec 18 14:49:38.288 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.288 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.288 INFO [stderr] | Dec 18 14:49:38.288 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.288 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.288 INFO [stderr] ... Dec 18 14:49:38.288 INFO [stderr] 3620 | rt_alloc_excess_unused!(rt_pow2_64bytes_32align_alloc_excess_unused, 64, 32); Dec 18 14:49:38.288 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.288 INFO [stderr] | Dec 18 14:49:38.288 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.288 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.288 INFO [stderr] | Dec 18 14:49:38.288 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.288 INFO [stderr] | Dec 18 14:49:38.288 INFO [stderr] Dec 18 14:49:38.288 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.288 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.288 INFO [stderr] | Dec 18 14:49:38.288 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.288 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.288 INFO [stderr] ... Dec 18 14:49:38.288 INFO [stderr] 3633 | rt_alloc_excess_unused!(rt_pow2_128bytes_32align_alloc_excess_unused, 128, 32); Dec 18 14:49:38.288 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.288 INFO [stderr] Dec 18 14:49:38.288 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.288 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.288 INFO [stderr] | Dec 18 14:49:38.288 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.288 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.288 INFO [stderr] ... Dec 18 14:49:38.288 INFO [stderr] 3633 | rt_alloc_excess_unused!(rt_pow2_128bytes_32align_alloc_excess_unused, 128, 32); Dec 18 14:49:38.288 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.288 INFO [stderr] | Dec 18 14:49:38.288 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.288 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.288 INFO [stderr] | Dec 18 14:49:38.288 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.288 INFO [stderr] | Dec 18 14:49:38.288 INFO [stderr] Dec 18 14:49:38.288 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.288 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.288 INFO [stderr] | Dec 18 14:49:38.288 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.288 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.288 INFO [stderr] ... Dec 18 14:49:38.288 INFO [stderr] 3646 | rt_alloc_excess_unused!(rt_pow2_256bytes_32align_alloc_excess_unused, 256, 32); Dec 18 14:49:38.288 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.289 INFO [stderr] Dec 18 14:49:38.289 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.289 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.289 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.289 INFO [stderr] ... Dec 18 14:49:38.289 INFO [stderr] 3646 | rt_alloc_excess_unused!(rt_pow2_256bytes_32align_alloc_excess_unused, 256, 32); Dec 18 14:49:38.289 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.289 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] Dec 18 14:49:38.289 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.289 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.289 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.289 INFO [stderr] ... Dec 18 14:49:38.289 INFO [stderr] 3659 | rt_alloc_excess_unused!(rt_pow2_512bytes_32align_alloc_excess_unused, 512, 32); Dec 18 14:49:38.289 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.289 INFO [stderr] Dec 18 14:49:38.289 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.289 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.289 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.289 INFO [stderr] ... Dec 18 14:49:38.289 INFO [stderr] 3659 | rt_alloc_excess_unused!(rt_pow2_512bytes_32align_alloc_excess_unused, 512, 32); Dec 18 14:49:38.289 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.289 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] Dec 18 14:49:38.289 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.289 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.289 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.289 INFO [stderr] ... Dec 18 14:49:38.289 INFO [stderr] 3672 | rt_alloc_excess_unused!(rt_pow2_1024bytes_32align_alloc_excess_unused, 1024, 32); Dec 18 14:49:38.289 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.289 INFO [stderr] Dec 18 14:49:38.289 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.289 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.289 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.289 INFO [stderr] ... Dec 18 14:49:38.289 INFO [stderr] 3672 | rt_alloc_excess_unused!(rt_pow2_1024bytes_32align_alloc_excess_unused, 1024, 32); Dec 18 14:49:38.289 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.289 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] Dec 18 14:49:38.289 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.289 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.289 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.289 INFO [stderr] ... Dec 18 14:49:38.289 INFO [stderr] 3685 | rt_alloc_excess_unused!(rt_pow2_2048bytes_32align_alloc_excess_unused, 2048, 32); Dec 18 14:49:38.289 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.289 INFO [stderr] Dec 18 14:49:38.289 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.289 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.289 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.289 INFO [stderr] ... Dec 18 14:49:38.289 INFO [stderr] 3685 | rt_alloc_excess_unused!(rt_pow2_2048bytes_32align_alloc_excess_unused, 2048, 32); Dec 18 14:49:38.289 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.289 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.289 INFO [stderr] | Dec 18 14:49:38.289 INFO [stderr] Dec 18 14:49:38.296 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.296 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.296 INFO [stderr] | Dec 18 14:49:38.296 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.296 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.296 INFO [stderr] ... Dec 18 14:49:38.296 INFO [stderr] 3698 | rt_alloc_excess_unused!(rt_pow2_4096bytes_32align_alloc_excess_unused, 4096, 32); Dec 18 14:49:38.296 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.296 INFO [stderr] Dec 18 14:49:38.296 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.296 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.296 INFO [stderr] | Dec 18 14:49:38.296 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.296 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.296 INFO [stderr] ... Dec 18 14:49:38.296 INFO [stderr] 3698 | rt_alloc_excess_unused!(rt_pow2_4096bytes_32align_alloc_excess_unused, 4096, 32); Dec 18 14:49:38.296 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.296 INFO [stderr] | Dec 18 14:49:38.296 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.296 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.296 INFO [stderr] | Dec 18 14:49:38.296 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.296 INFO [stderr] | Dec 18 14:49:38.296 INFO [stderr] Dec 18 14:49:38.296 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.296 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.296 INFO [stderr] | Dec 18 14:49:38.296 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.296 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.296 INFO [stderr] ... Dec 18 14:49:38.296 INFO [stderr] 3711 | rt_alloc_excess_unused!(rt_pow2_8192bytes_32align_alloc_excess_unused, 8192, 32); Dec 18 14:49:38.296 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.296 INFO [stderr] Dec 18 14:49:38.296 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.296 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.296 INFO [stderr] | Dec 18 14:49:38.296 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.296 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.296 INFO [stderr] ... Dec 18 14:49:38.296 INFO [stderr] 3711 | rt_alloc_excess_unused!(rt_pow2_8192bytes_32align_alloc_excess_unused, 8192, 32); Dec 18 14:49:38.296 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.296 INFO [stderr] | Dec 18 14:49:38.296 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.296 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.296 INFO [stderr] | Dec 18 14:49:38.296 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.296 INFO [stderr] | Dec 18 14:49:38.296 INFO [stderr] Dec 18 14:49:38.296 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.296 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.297 INFO [stderr] | Dec 18 14:49:38.297 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.297 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.297 INFO [stderr] ... Dec 18 14:49:38.297 INFO [stderr] 3724 | rt_alloc_excess_unused!(rt_pow2_16384bytes_32align_alloc_excess_unused, 16384, 32); Dec 18 14:49:38.297 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.297 INFO [stderr] Dec 18 14:49:38.297 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.297 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.297 INFO [stderr] | Dec 18 14:49:38.297 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.297 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.297 INFO [stderr] ... Dec 18 14:49:38.297 INFO [stderr] 3724 | rt_alloc_excess_unused!(rt_pow2_16384bytes_32align_alloc_excess_unused, 16384, 32); Dec 18 14:49:38.297 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.297 INFO [stderr] | Dec 18 14:49:38.297 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.297 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.297 INFO [stderr] | Dec 18 14:49:38.297 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.297 INFO [stderr] | Dec 18 14:49:38.297 INFO [stderr] Dec 18 14:49:38.304 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.304 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.304 INFO [stderr] | Dec 18 14:49:38.304 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.304 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.304 INFO [stderr] ... Dec 18 14:49:38.304 INFO [stderr] 3737 | rt_alloc_excess_unused!(rt_pow2_32768bytes_32align_alloc_excess_unused, 32768, 32); Dec 18 14:49:38.304 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.304 INFO [stderr] Dec 18 14:49:38.304 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.304 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.304 INFO [stderr] | Dec 18 14:49:38.304 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.304 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.304 INFO [stderr] ... Dec 18 14:49:38.304 INFO [stderr] 3737 | rt_alloc_excess_unused!(rt_pow2_32768bytes_32align_alloc_excess_unused, 32768, 32); Dec 18 14:49:38.304 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.304 INFO [stderr] | Dec 18 14:49:38.304 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.304 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.304 INFO [stderr] | Dec 18 14:49:38.304 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.304 INFO [stderr] | Dec 18 14:49:38.304 INFO [stderr] Dec 18 14:49:38.304 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.304 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.304 INFO [stderr] | Dec 18 14:49:38.304 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.304 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.304 INFO [stderr] ... Dec 18 14:49:38.304 INFO [stderr] 3750 | rt_alloc_excess_unused!(rt_pow2_65536bytes_32align_alloc_excess_unused, 65536, 32); Dec 18 14:49:38.304 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.304 INFO [stderr] Dec 18 14:49:38.304 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.304 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.304 INFO [stderr] | Dec 18 14:49:38.304 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.304 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.304 INFO [stderr] ... Dec 18 14:49:38.304 INFO [stderr] 3750 | rt_alloc_excess_unused!(rt_pow2_65536bytes_32align_alloc_excess_unused, 65536, 32); Dec 18 14:49:38.304 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.304 INFO [stderr] | Dec 18 14:49:38.304 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.304 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.304 INFO [stderr] | Dec 18 14:49:38.304 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.304 INFO [stderr] | Dec 18 14:49:38.304 INFO [stderr] Dec 18 14:49:38.304 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.304 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.305 INFO [stderr] | Dec 18 14:49:38.305 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.305 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.305 INFO [stderr] ... Dec 18 14:49:38.305 INFO [stderr] 3763 | rt_alloc_excess_unused!(rt_pow2_131072bytes_32align_alloc_excess_unused, 131072, 32); Dec 18 14:49:38.305 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.305 INFO [stderr] Dec 18 14:49:38.305 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.305 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.305 INFO [stderr] | Dec 18 14:49:38.305 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.305 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.305 INFO [stderr] ... Dec 18 14:49:38.305 INFO [stderr] 3763 | rt_alloc_excess_unused!(rt_pow2_131072bytes_32align_alloc_excess_unused, 131072, 32); Dec 18 14:49:38.305 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.305 INFO [stderr] | Dec 18 14:49:38.305 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.305 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.305 INFO [stderr] | Dec 18 14:49:38.305 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.305 INFO [stderr] | Dec 18 14:49:38.305 INFO [stderr] Dec 18 14:49:38.305 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.305 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.305 INFO [stderr] | Dec 18 14:49:38.305 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.305 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.305 INFO [stderr] ... Dec 18 14:49:38.305 INFO [stderr] 3776 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_32align_alloc_excess_unused, 4194304, 32); Dec 18 14:49:38.305 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.305 INFO [stderr] Dec 18 14:49:38.305 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.305 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.305 INFO [stderr] | Dec 18 14:49:38.305 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.305 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.305 INFO [stderr] ... Dec 18 14:49:38.305 INFO [stderr] 3776 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_32align_alloc_excess_unused, 4194304, 32); Dec 18 14:49:38.305 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.305 INFO [stderr] | Dec 18 14:49:38.305 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.305 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.305 INFO [stderr] | Dec 18 14:49:38.305 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.305 INFO [stderr] | Dec 18 14:49:38.305 INFO [stderr] Dec 18 14:49:38.312 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.312 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.312 INFO [stderr] | Dec 18 14:49:38.312 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.312 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.312 INFO [stderr] ... Dec 18 14:49:38.312 INFO [stderr] 3790 | rt_alloc_excess_unused!(rt_even_10bytes_32align_alloc_excess_unused, 10, 32); Dec 18 14:49:38.312 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.312 INFO [stderr] Dec 18 14:49:38.312 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.312 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.312 INFO [stderr] | Dec 18 14:49:38.312 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.312 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.312 INFO [stderr] ... Dec 18 14:49:38.312 INFO [stderr] 3790 | rt_alloc_excess_unused!(rt_even_10bytes_32align_alloc_excess_unused, 10, 32); Dec 18 14:49:38.312 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.312 INFO [stderr] | Dec 18 14:49:38.312 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.312 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.312 INFO [stderr] | Dec 18 14:49:38.312 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.312 INFO [stderr] | Dec 18 14:49:38.312 INFO [stderr] Dec 18 14:49:38.312 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.312 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.312 INFO [stderr] | Dec 18 14:49:38.312 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.312 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.312 INFO [stderr] ... Dec 18 14:49:38.312 INFO [stderr] 3803 | rt_alloc_excess_unused!(rt_even_100bytes_32align_alloc_excess_unused, 100, 32); Dec 18 14:49:38.312 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.312 INFO [stderr] Dec 18 14:49:38.312 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.312 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.312 INFO [stderr] | Dec 18 14:49:38.312 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.312 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.312 INFO [stderr] ... Dec 18 14:49:38.312 INFO [stderr] 3803 | rt_alloc_excess_unused!(rt_even_100bytes_32align_alloc_excess_unused, 100, 32); Dec 18 14:49:38.312 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.312 INFO [stderr] | Dec 18 14:49:38.312 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.312 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.312 INFO [stderr] | Dec 18 14:49:38.312 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.312 INFO [stderr] | Dec 18 14:49:38.312 INFO [stderr] Dec 18 14:49:38.312 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.312 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.312 INFO [stderr] | Dec 18 14:49:38.312 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.313 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.313 INFO [stderr] ... Dec 18 14:49:38.313 INFO [stderr] 3816 | rt_alloc_excess_unused!(rt_even_1000bytes_32align_alloc_excess_unused, 1000, 32); Dec 18 14:49:38.313 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.313 INFO [stderr] Dec 18 14:49:38.313 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.313 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.313 INFO [stderr] | Dec 18 14:49:38.313 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.313 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.313 INFO [stderr] ... Dec 18 14:49:38.313 INFO [stderr] 3816 | rt_alloc_excess_unused!(rt_even_1000bytes_32align_alloc_excess_unused, 1000, 32); Dec 18 14:49:38.313 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.313 INFO [stderr] | Dec 18 14:49:38.313 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.313 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.313 INFO [stderr] | Dec 18 14:49:38.313 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.313 INFO [stderr] | Dec 18 14:49:38.313 INFO [stderr] Dec 18 14:49:38.313 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.313 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.313 INFO [stderr] | Dec 18 14:49:38.313 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.313 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.313 INFO [stderr] ... Dec 18 14:49:38.313 INFO [stderr] 3829 | rt_alloc_excess_unused!(rt_even_10000bytes_32align_alloc_excess_unused, 10000, 32); Dec 18 14:49:38.313 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.313 INFO [stderr] Dec 18 14:49:38.313 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.313 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.313 INFO [stderr] | Dec 18 14:49:38.313 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.313 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.313 INFO [stderr] ... Dec 18 14:49:38.313 INFO [stderr] 3829 | rt_alloc_excess_unused!(rt_even_10000bytes_32align_alloc_excess_unused, 10000, 32); Dec 18 14:49:38.313 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.313 INFO [stderr] | Dec 18 14:49:38.313 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.313 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.313 INFO [stderr] | Dec 18 14:49:38.313 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.313 INFO [stderr] | Dec 18 14:49:38.313 INFO [stderr] Dec 18 14:49:38.324 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.324 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.324 INFO [stderr] | Dec 18 14:49:38.324 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.324 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.324 INFO [stderr] ... Dec 18 14:49:38.324 INFO [stderr] 3842 | rt_alloc_excess_unused!(rt_even_100000bytes_32align_alloc_excess_unused, 100000, 32); Dec 18 14:49:38.324 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.324 INFO [stderr] Dec 18 14:49:38.324 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.324 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.324 INFO [stderr] | Dec 18 14:49:38.324 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.324 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.324 INFO [stderr] ... Dec 18 14:49:38.324 INFO [stderr] 3842 | rt_alloc_excess_unused!(rt_even_100000bytes_32align_alloc_excess_unused, 100000, 32); Dec 18 14:49:38.324 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.324 INFO [stderr] | Dec 18 14:49:38.324 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.324 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.324 INFO [stderr] | Dec 18 14:49:38.324 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.324 INFO [stderr] | Dec 18 14:49:38.324 INFO [stderr] Dec 18 14:49:38.324 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.324 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.324 INFO [stderr] | Dec 18 14:49:38.324 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.324 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.324 INFO [stderr] ... Dec 18 14:49:38.324 INFO [stderr] 3855 | rt_alloc_excess_unused!(rt_even_1000000bytes_32align_alloc_excess_unused, 1000000, 32); Dec 18 14:49:38.324 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.324 INFO [stderr] Dec 18 14:49:38.324 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.324 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.324 INFO [stderr] | Dec 18 14:49:38.324 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.324 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.324 INFO [stderr] ... Dec 18 14:49:38.324 INFO [stderr] 3855 | rt_alloc_excess_unused!(rt_even_1000000bytes_32align_alloc_excess_unused, 1000000, 32); Dec 18 14:49:38.324 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.324 INFO [stderr] | Dec 18 14:49:38.324 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.324 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.324 INFO [stderr] | Dec 18 14:49:38.324 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.324 INFO [stderr] | Dec 18 14:49:38.324 INFO [stderr] Dec 18 14:49:38.324 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.324 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.325 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.325 INFO [stderr] ... Dec 18 14:49:38.325 INFO [stderr] 3869 | rt_alloc_excess_unused!(rt_odd_10bytes_32align_alloc_excess_unused, 10- 1, 32); Dec 18 14:49:38.325 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.325 INFO [stderr] Dec 18 14:49:38.325 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.325 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.325 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.325 INFO [stderr] ... Dec 18 14:49:38.325 INFO [stderr] 3869 | rt_alloc_excess_unused!(rt_odd_10bytes_32align_alloc_excess_unused, 10- 1, 32); Dec 18 14:49:38.325 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.325 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] Dec 18 14:49:38.325 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.325 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.325 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.325 INFO [stderr] ... Dec 18 14:49:38.325 INFO [stderr] 3882 | rt_alloc_excess_unused!(rt_odd_100bytes_32align_alloc_excess_unused, 100- 1, 32); Dec 18 14:49:38.325 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.325 INFO [stderr] Dec 18 14:49:38.325 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.325 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.325 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.325 INFO [stderr] ... Dec 18 14:49:38.325 INFO [stderr] 3882 | rt_alloc_excess_unused!(rt_odd_100bytes_32align_alloc_excess_unused, 100- 1, 32); Dec 18 14:49:38.325 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.325 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] Dec 18 14:49:38.325 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.325 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.325 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.325 INFO [stderr] ... Dec 18 14:49:38.325 INFO [stderr] 3895 | rt_alloc_excess_unused!(rt_odd_1000bytes_32align_alloc_excess_unused, 1000- 1, 32); Dec 18 14:49:38.325 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.325 INFO [stderr] Dec 18 14:49:38.325 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.325 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.325 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.325 INFO [stderr] ... Dec 18 14:49:38.325 INFO [stderr] 3895 | rt_alloc_excess_unused!(rt_odd_1000bytes_32align_alloc_excess_unused, 1000- 1, 32); Dec 18 14:49:38.325 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.325 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] Dec 18 14:49:38.325 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.325 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.325 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.325 INFO [stderr] ... Dec 18 14:49:38.325 INFO [stderr] 3908 | rt_alloc_excess_unused!(rt_odd_10000bytes_32align_alloc_excess_unused, 10000- 1, 32); Dec 18 14:49:38.325 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.325 INFO [stderr] Dec 18 14:49:38.325 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.325 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.325 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.325 INFO [stderr] ... Dec 18 14:49:38.325 INFO [stderr] 3908 | rt_alloc_excess_unused!(rt_odd_10000bytes_32align_alloc_excess_unused, 10000- 1, 32); Dec 18 14:49:38.325 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.325 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.325 INFO [stderr] | Dec 18 14:49:38.325 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.326 INFO [stderr] | Dec 18 14:49:38.326 INFO [stderr] Dec 18 14:49:38.326 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.326 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.326 INFO [stderr] | Dec 18 14:49:38.326 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.326 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.326 INFO [stderr] ... Dec 18 14:49:38.326 INFO [stderr] 3921 | rt_alloc_excess_unused!(rt_odd_100000bytes_32align_alloc_excess_unused, 100000- 1, 32); Dec 18 14:49:38.326 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.326 INFO [stderr] Dec 18 14:49:38.326 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.326 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.326 INFO [stderr] | Dec 18 14:49:38.326 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.326 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.326 INFO [stderr] ... Dec 18 14:49:38.326 INFO [stderr] 3921 | rt_alloc_excess_unused!(rt_odd_100000bytes_32align_alloc_excess_unused, 100000- 1, 32); Dec 18 14:49:38.326 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.326 INFO [stderr] | Dec 18 14:49:38.326 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.326 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.326 INFO [stderr] | Dec 18 14:49:38.326 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.326 INFO [stderr] | Dec 18 14:49:38.326 INFO [stderr] Dec 18 14:49:38.332 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.332 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.332 INFO [stderr] | Dec 18 14:49:38.332 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.332 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.332 INFO [stderr] ... Dec 18 14:49:38.332 INFO [stderr] 3934 | rt_alloc_excess_unused!(rt_odd_1000000bytes_32align_alloc_excess_unused, 1000000- 1, 32); Dec 18 14:49:38.332 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.332 INFO [stderr] Dec 18 14:49:38.332 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.332 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.332 INFO [stderr] | Dec 18 14:49:38.332 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.332 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.332 INFO [stderr] ... Dec 18 14:49:38.332 INFO [stderr] 3934 | rt_alloc_excess_unused!(rt_odd_1000000bytes_32align_alloc_excess_unused, 1000000- 1, 32); Dec 18 14:49:38.332 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.332 INFO [stderr] | Dec 18 14:49:38.332 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.332 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.332 INFO [stderr] | Dec 18 14:49:38.332 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.332 INFO [stderr] | Dec 18 14:49:38.332 INFO [stderr] Dec 18 14:49:38.332 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.332 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.332 INFO [stderr] | Dec 18 14:49:38.332 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.332 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.332 INFO [stderr] ... Dec 18 14:49:38.332 INFO [stderr] 3948 | rt_alloc_excess_unused!(rt_primes_3bytes_32align_alloc_excess_unused, 3, 32); Dec 18 14:49:38.332 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.332 INFO [stderr] Dec 18 14:49:38.332 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.332 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.332 INFO [stderr] | Dec 18 14:49:38.332 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.332 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.332 INFO [stderr] ... Dec 18 14:49:38.332 INFO [stderr] 3948 | rt_alloc_excess_unused!(rt_primes_3bytes_32align_alloc_excess_unused, 3, 32); Dec 18 14:49:38.332 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.332 INFO [stderr] | Dec 18 14:49:38.332 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.332 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.332 INFO [stderr] | Dec 18 14:49:38.332 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.332 INFO [stderr] | Dec 18 14:49:38.332 INFO [stderr] Dec 18 14:49:38.332 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.332 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.332 INFO [stderr] | Dec 18 14:49:38.332 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.332 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.333 INFO [stderr] ... Dec 18 14:49:38.333 INFO [stderr] 3961 | rt_alloc_excess_unused!(rt_primes_7bytes_32align_alloc_excess_unused, 7, 32); Dec 18 14:49:38.333 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.333 INFO [stderr] Dec 18 14:49:38.333 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.333 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.333 INFO [stderr] | Dec 18 14:49:38.333 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.333 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.333 INFO [stderr] ... Dec 18 14:49:38.333 INFO [stderr] 3961 | rt_alloc_excess_unused!(rt_primes_7bytes_32align_alloc_excess_unused, 7, 32); Dec 18 14:49:38.333 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.333 INFO [stderr] | Dec 18 14:49:38.333 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.333 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.333 INFO [stderr] | Dec 18 14:49:38.333 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.333 INFO [stderr] | Dec 18 14:49:38.333 INFO [stderr] Dec 18 14:49:38.333 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.333 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.333 INFO [stderr] | Dec 18 14:49:38.333 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.333 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.333 INFO [stderr] ... Dec 18 14:49:38.333 INFO [stderr] 3974 | rt_alloc_excess_unused!(rt_primes_13bytes_32align_alloc_excess_unused, 13, 32); Dec 18 14:49:38.333 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.333 INFO [stderr] Dec 18 14:49:38.333 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.333 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.333 INFO [stderr] | Dec 18 14:49:38.333 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.333 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.333 INFO [stderr] ... Dec 18 14:49:38.333 INFO [stderr] 3974 | rt_alloc_excess_unused!(rt_primes_13bytes_32align_alloc_excess_unused, 13, 32); Dec 18 14:49:38.333 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.333 INFO [stderr] | Dec 18 14:49:38.333 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.333 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.333 INFO [stderr] | Dec 18 14:49:38.333 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.333 INFO [stderr] | Dec 18 14:49:38.333 INFO [stderr] Dec 18 14:49:38.333 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.333 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.333 INFO [stderr] | Dec 18 14:49:38.333 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.333 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.333 INFO [stderr] ... Dec 18 14:49:38.333 INFO [stderr] 3987 | rt_alloc_excess_unused!(rt_primes_17bytes_32align_alloc_excess_unused, 17, 32); Dec 18 14:49:38.333 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.333 INFO [stderr] Dec 18 14:49:38.333 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.333 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.333 INFO [stderr] | Dec 18 14:49:38.333 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.333 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.333 INFO [stderr] ... Dec 18 14:49:38.333 INFO [stderr] 3987 | rt_alloc_excess_unused!(rt_primes_17bytes_32align_alloc_excess_unused, 17, 32); Dec 18 14:49:38.333 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.333 INFO [stderr] | Dec 18 14:49:38.333 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.333 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.333 INFO [stderr] | Dec 18 14:49:38.333 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.333 INFO [stderr] | Dec 18 14:49:38.333 INFO [stderr] Dec 18 14:49:38.340 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.340 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.340 INFO [stderr] | Dec 18 14:49:38.340 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.340 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.340 INFO [stderr] ... Dec 18 14:49:38.340 INFO [stderr] 4000 | rt_alloc_excess_unused!(rt_primes_31bytes_32align_alloc_excess_unused, 31, 32); Dec 18 14:49:38.340 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.340 INFO [stderr] Dec 18 14:49:38.340 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.340 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.340 INFO [stderr] | Dec 18 14:49:38.340 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.340 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.340 INFO [stderr] ... Dec 18 14:49:38.340 INFO [stderr] 4000 | rt_alloc_excess_unused!(rt_primes_31bytes_32align_alloc_excess_unused, 31, 32); Dec 18 14:49:38.340 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.340 INFO [stderr] | Dec 18 14:49:38.340 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.340 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.340 INFO [stderr] | Dec 18 14:49:38.340 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.340 INFO [stderr] | Dec 18 14:49:38.340 INFO [stderr] Dec 18 14:49:38.340 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.340 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.340 INFO [stderr] | Dec 18 14:49:38.340 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.340 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.340 INFO [stderr] ... Dec 18 14:49:38.340 INFO [stderr] 4013 | rt_alloc_excess_unused!(rt_primes_61bytes_32align_alloc_excess_unused, 61, 32); Dec 18 14:49:38.340 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.340 INFO [stderr] Dec 18 14:49:38.340 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.340 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.340 INFO [stderr] | Dec 18 14:49:38.340 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.340 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.340 INFO [stderr] ... Dec 18 14:49:38.340 INFO [stderr] 4013 | rt_alloc_excess_unused!(rt_primes_61bytes_32align_alloc_excess_unused, 61, 32); Dec 18 14:49:38.340 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.340 INFO [stderr] | Dec 18 14:49:38.340 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.340 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.340 INFO [stderr] | Dec 18 14:49:38.340 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.340 INFO [stderr] | Dec 18 14:49:38.340 INFO [stderr] Dec 18 14:49:38.340 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.340 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.340 INFO [stderr] | Dec 18 14:49:38.340 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.340 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.341 INFO [stderr] ... Dec 18 14:49:38.341 INFO [stderr] 4026 | rt_alloc_excess_unused!(rt_primes_96bytes_32align_alloc_excess_unused, 96, 32); Dec 18 14:49:38.341 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.341 INFO [stderr] Dec 18 14:49:38.341 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.341 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.341 INFO [stderr] | Dec 18 14:49:38.341 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.341 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.341 INFO [stderr] ... Dec 18 14:49:38.341 INFO [stderr] 4026 | rt_alloc_excess_unused!(rt_primes_96bytes_32align_alloc_excess_unused, 96, 32); Dec 18 14:49:38.341 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.341 INFO [stderr] | Dec 18 14:49:38.341 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.341 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.341 INFO [stderr] | Dec 18 14:49:38.341 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.341 INFO [stderr] | Dec 18 14:49:38.341 INFO [stderr] Dec 18 14:49:38.341 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.341 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.341 INFO [stderr] | Dec 18 14:49:38.341 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.341 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.341 INFO [stderr] ... Dec 18 14:49:38.341 INFO [stderr] 4039 | rt_alloc_excess_unused!(rt_primes_127bytes_32align_alloc_excess_unused, 127, 32); Dec 18 14:49:38.341 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.341 INFO [stderr] Dec 18 14:49:38.341 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.341 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.341 INFO [stderr] | Dec 18 14:49:38.341 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.341 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.341 INFO [stderr] ... Dec 18 14:49:38.341 INFO [stderr] 4039 | rt_alloc_excess_unused!(rt_primes_127bytes_32align_alloc_excess_unused, 127, 32); Dec 18 14:49:38.341 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.341 INFO [stderr] | Dec 18 14:49:38.341 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.341 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.341 INFO [stderr] | Dec 18 14:49:38.341 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.341 INFO [stderr] | Dec 18 14:49:38.341 INFO [stderr] Dec 18 14:49:38.348 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.348 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.348 INFO [stderr] | Dec 18 14:49:38.348 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.348 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.348 INFO [stderr] ... Dec 18 14:49:38.348 INFO [stderr] 4052 | rt_alloc_excess_unused!(rt_primes_257bytes_32align_alloc_excess_unused, 257, 32); Dec 18 14:49:38.348 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.348 INFO [stderr] Dec 18 14:49:38.348 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.348 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.348 INFO [stderr] | Dec 18 14:49:38.348 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.348 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.348 INFO [stderr] ... Dec 18 14:49:38.348 INFO [stderr] 4052 | rt_alloc_excess_unused!(rt_primes_257bytes_32align_alloc_excess_unused, 257, 32); Dec 18 14:49:38.348 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.348 INFO [stderr] | Dec 18 14:49:38.348 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.348 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.348 INFO [stderr] | Dec 18 14:49:38.348 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.348 INFO [stderr] | Dec 18 14:49:38.348 INFO [stderr] Dec 18 14:49:38.348 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.348 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.348 INFO [stderr] | Dec 18 14:49:38.348 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.348 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.348 INFO [stderr] ... Dec 18 14:49:38.348 INFO [stderr] 4065 | rt_alloc_excess_unused!(rt_primes_509bytes_32align_alloc_excess_unused, 509, 32); Dec 18 14:49:38.348 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.348 INFO [stderr] Dec 18 14:49:38.348 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.348 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.348 INFO [stderr] | Dec 18 14:49:38.348 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.348 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.348 INFO [stderr] ... Dec 18 14:49:38.348 INFO [stderr] 4065 | rt_alloc_excess_unused!(rt_primes_509bytes_32align_alloc_excess_unused, 509, 32); Dec 18 14:49:38.348 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.348 INFO [stderr] | Dec 18 14:49:38.348 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.348 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.348 INFO [stderr] | Dec 18 14:49:38.348 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.348 INFO [stderr] | Dec 18 14:49:38.348 INFO [stderr] Dec 18 14:49:38.348 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.348 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.349 INFO [stderr] | Dec 18 14:49:38.349 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.349 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.349 INFO [stderr] ... Dec 18 14:49:38.349 INFO [stderr] 4078 | rt_alloc_excess_unused!(rt_primes_1021bytes_32align_alloc_excess_unused, 1021, 32); Dec 18 14:49:38.349 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.349 INFO [stderr] Dec 18 14:49:38.349 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.349 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.349 INFO [stderr] | Dec 18 14:49:38.349 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.349 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.349 INFO [stderr] ... Dec 18 14:49:38.349 INFO [stderr] 4078 | rt_alloc_excess_unused!(rt_primes_1021bytes_32align_alloc_excess_unused, 1021, 32); Dec 18 14:49:38.349 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.349 INFO [stderr] | Dec 18 14:49:38.349 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.349 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.349 INFO [stderr] | Dec 18 14:49:38.349 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.349 INFO [stderr] | Dec 18 14:49:38.349 INFO [stderr] Dec 18 14:49:38.349 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.349 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.349 INFO [stderr] | Dec 18 14:49:38.349 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.349 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.349 INFO [stderr] ... Dec 18 14:49:38.349 INFO [stderr] 4091 | rt_alloc_excess_unused!(rt_primes_2039bytes_32align_alloc_excess_unused, 2039, 32); Dec 18 14:49:38.349 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.349 INFO [stderr] Dec 18 14:49:38.349 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.349 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.349 INFO [stderr] | Dec 18 14:49:38.349 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.349 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.349 INFO [stderr] ... Dec 18 14:49:38.349 INFO [stderr] 4091 | rt_alloc_excess_unused!(rt_primes_2039bytes_32align_alloc_excess_unused, 2039, 32); Dec 18 14:49:38.349 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.349 INFO [stderr] | Dec 18 14:49:38.349 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.349 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.349 INFO [stderr] | Dec 18 14:49:38.349 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.349 INFO [stderr] | Dec 18 14:49:38.349 INFO [stderr] Dec 18 14:49:38.349 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.349 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.349 INFO [stderr] | Dec 18 14:49:38.349 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.349 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.349 INFO [stderr] ... Dec 18 14:49:38.349 INFO [stderr] 4104 | rt_alloc_excess_unused!(rt_primes_4093bytes_32align_alloc_excess_unused, 4093, 32); Dec 18 14:49:38.349 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.349 INFO [stderr] Dec 18 14:49:38.349 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.349 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.349 INFO [stderr] | Dec 18 14:49:38.349 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.349 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.349 INFO [stderr] ... Dec 18 14:49:38.349 INFO [stderr] 4104 | rt_alloc_excess_unused!(rt_primes_4093bytes_32align_alloc_excess_unused, 4093, 32); Dec 18 14:49:38.349 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.349 INFO [stderr] | Dec 18 14:49:38.349 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.349 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.349 INFO [stderr] | Dec 18 14:49:38.349 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.349 INFO [stderr] | Dec 18 14:49:38.349 INFO [stderr] Dec 18 14:49:38.360 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.360 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.360 INFO [stderr] | Dec 18 14:49:38.360 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.360 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.360 INFO [stderr] ... Dec 18 14:49:38.360 INFO [stderr] 4117 | rt_alloc_excess_unused!(rt_primes_8191bytes_32align_alloc_excess_unused, 8191, 32); Dec 18 14:49:38.360 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.360 INFO [stderr] Dec 18 14:49:38.360 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.360 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.360 INFO [stderr] | Dec 18 14:49:38.360 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.360 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.360 INFO [stderr] ... Dec 18 14:49:38.360 INFO [stderr] 4117 | rt_alloc_excess_unused!(rt_primes_8191bytes_32align_alloc_excess_unused, 8191, 32); Dec 18 14:49:38.360 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.360 INFO [stderr] | Dec 18 14:49:38.360 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.360 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.360 INFO [stderr] | Dec 18 14:49:38.360 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.360 INFO [stderr] | Dec 18 14:49:38.360 INFO [stderr] Dec 18 14:49:38.360 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.360 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.360 INFO [stderr] | Dec 18 14:49:38.360 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.360 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.360 INFO [stderr] ... Dec 18 14:49:38.360 INFO [stderr] 4130 | rt_alloc_excess_unused!(rt_primes_16381bytes_32align_alloc_excess_unused, 16381, 32); Dec 18 14:49:38.360 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.360 INFO [stderr] Dec 18 14:49:38.360 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.360 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.360 INFO [stderr] | Dec 18 14:49:38.360 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.360 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.360 INFO [stderr] ... Dec 18 14:49:38.360 INFO [stderr] 4130 | rt_alloc_excess_unused!(rt_primes_16381bytes_32align_alloc_excess_unused, 16381, 32); Dec 18 14:49:38.360 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.360 INFO [stderr] | Dec 18 14:49:38.360 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.360 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.360 INFO [stderr] | Dec 18 14:49:38.360 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.360 INFO [stderr] | Dec 18 14:49:38.360 INFO [stderr] Dec 18 14:49:38.360 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.360 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.360 INFO [stderr] | Dec 18 14:49:38.361 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.361 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.361 INFO [stderr] ... Dec 18 14:49:38.361 INFO [stderr] 4143 | rt_alloc_excess_unused!(rt_primes_32749bytes_32align_alloc_excess_unused, 32749, 32); Dec 18 14:49:38.361 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.361 INFO [stderr] Dec 18 14:49:38.361 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.361 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.361 INFO [stderr] | Dec 18 14:49:38.361 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.361 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.361 INFO [stderr] ... Dec 18 14:49:38.361 INFO [stderr] 4143 | rt_alloc_excess_unused!(rt_primes_32749bytes_32align_alloc_excess_unused, 32749, 32); Dec 18 14:49:38.361 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.361 INFO [stderr] | Dec 18 14:49:38.361 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.361 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.361 INFO [stderr] | Dec 18 14:49:38.361 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.361 INFO [stderr] | Dec 18 14:49:38.361 INFO [stderr] Dec 18 14:49:38.361 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.361 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.361 INFO [stderr] | Dec 18 14:49:38.361 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.361 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.361 INFO [stderr] ... Dec 18 14:49:38.361 INFO [stderr] 4156 | rt_alloc_excess_unused!(rt_primes_65537bytes_32align_alloc_excess_unused, 65537, 32); Dec 18 14:49:38.361 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.361 INFO [stderr] Dec 18 14:49:38.361 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.361 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.361 INFO [stderr] | Dec 18 14:49:38.361 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.361 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.361 INFO [stderr] ... Dec 18 14:49:38.361 INFO [stderr] 4156 | rt_alloc_excess_unused!(rt_primes_65537bytes_32align_alloc_excess_unused, 65537, 32); Dec 18 14:49:38.361 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.361 INFO [stderr] | Dec 18 14:49:38.361 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.361 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.361 INFO [stderr] | Dec 18 14:49:38.361 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.361 INFO [stderr] | Dec 18 14:49:38.361 INFO [stderr] Dec 18 14:49:38.372 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.372 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.372 INFO [stderr] | Dec 18 14:49:38.372 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.372 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.372 INFO [stderr] ... Dec 18 14:49:38.372 INFO [stderr] 4169 | rt_alloc_excess_unused!(rt_primes_131071bytes_32align_alloc_excess_unused, 131071, 32); Dec 18 14:49:38.372 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.372 INFO [stderr] Dec 18 14:49:38.372 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.372 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.372 INFO [stderr] | Dec 18 14:49:38.372 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.372 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.372 INFO [stderr] ... Dec 18 14:49:38.372 INFO [stderr] 4169 | rt_alloc_excess_unused!(rt_primes_131071bytes_32align_alloc_excess_unused, 131071, 32); Dec 18 14:49:38.372 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.372 INFO [stderr] | Dec 18 14:49:38.372 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.372 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.372 INFO [stderr] | Dec 18 14:49:38.372 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.372 INFO [stderr] | Dec 18 14:49:38.372 INFO [stderr] Dec 18 14:49:38.372 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.372 INFO [stderr] --> benches/roundtrip.rs:111:47 Dec 18 14:49:38.372 INFO [stderr] | Dec 18 14:49:38.372 INFO [stderr] 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.372 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.372 INFO [stderr] ... Dec 18 14:49:38.372 INFO [stderr] 4182 | rt_alloc_excess_unused!(rt_primes_4194301bytes_32align_alloc_excess_unused, 4194301, 32); Dec 18 14:49:38.372 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.372 INFO [stderr] Dec 18 14:49:38.372 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.372 INFO [stderr] --> benches/roundtrip.rs:113:26 Dec 18 14:49:38.372 INFO [stderr] | Dec 18 14:49:38.372 INFO [stderr] 113 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.372 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.372 INFO [stderr] ... Dec 18 14:49:38.372 INFO [stderr] 4182 | rt_alloc_excess_unused!(rt_primes_4194301bytes_32align_alloc_excess_unused, 4194301, 32); Dec 18 14:49:38.372 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.372 INFO [stderr] | Dec 18 14:49:38.372 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.372 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.372 INFO [stderr] | Dec 18 14:49:38.372 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.372 INFO [stderr] | Dec 18 14:49:38.372 INFO [stderr] Dec 18 14:49:38.372 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.372 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.373 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.373 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.373 INFO [stderr] ... Dec 18 14:49:38.373 INFO [stderr] 263 | rt_alloc_excess_used!(rt_pow2_1bytes_1align_alloc_excess_used, 1, 1); Dec 18 14:49:38.373 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.373 INFO [stderr] Dec 18 14:49:38.373 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.373 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.373 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.373 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.373 INFO [stderr] ... Dec 18 14:49:38.373 INFO [stderr] 263 | rt_alloc_excess_used!(rt_pow2_1bytes_1align_alloc_excess_used, 1, 1); Dec 18 14:49:38.373 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.373 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.373 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.373 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.373 INFO [stderr] Dec 18 14:49:38.373 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.373 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.373 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.373 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.373 INFO [stderr] ... Dec 18 14:49:38.373 INFO [stderr] 276 | rt_alloc_excess_used!(rt_pow2_2bytes_1align_alloc_excess_used, 2, 1); Dec 18 14:49:38.373 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.373 INFO [stderr] Dec 18 14:49:38.373 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.373 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.373 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.373 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.373 INFO [stderr] ... Dec 18 14:49:38.373 INFO [stderr] 276 | rt_alloc_excess_used!(rt_pow2_2bytes_1align_alloc_excess_used, 2, 1); Dec 18 14:49:38.373 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.373 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.373 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.373 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.373 INFO [stderr] Dec 18 14:49:38.373 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.373 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.373 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.373 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.373 INFO [stderr] ... Dec 18 14:49:38.373 INFO [stderr] 289 | rt_alloc_excess_used!(rt_pow2_4bytes_1align_alloc_excess_used, 4, 1); Dec 18 14:49:38.373 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.373 INFO [stderr] Dec 18 14:49:38.373 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.373 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.373 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.373 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.373 INFO [stderr] ... Dec 18 14:49:38.373 INFO [stderr] 289 | rt_alloc_excess_used!(rt_pow2_4bytes_1align_alloc_excess_used, 4, 1); Dec 18 14:49:38.373 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.373 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.373 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.373 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.373 INFO [stderr] Dec 18 14:49:38.373 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.373 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.373 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.373 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.373 INFO [stderr] ... Dec 18 14:49:38.373 INFO [stderr] 302 | rt_alloc_excess_used!(rt_pow2_8bytes_1align_alloc_excess_used, 8, 1); Dec 18 14:49:38.373 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.373 INFO [stderr] Dec 18 14:49:38.373 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.373 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.373 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.373 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.373 INFO [stderr] ... Dec 18 14:49:38.373 INFO [stderr] 302 | rt_alloc_excess_used!(rt_pow2_8bytes_1align_alloc_excess_used, 8, 1); Dec 18 14:49:38.373 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.373 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.373 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.373 INFO [stderr] | Dec 18 14:49:38.374 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.374 INFO [stderr] | Dec 18 14:49:38.374 INFO [stderr] Dec 18 14:49:38.383 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.383 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.384 INFO [stderr] | Dec 18 14:49:38.384 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.384 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.384 INFO [stderr] ... Dec 18 14:49:38.384 INFO [stderr] 315 | rt_alloc_excess_used!(rt_pow2_16bytes_1align_alloc_excess_used, 16, 1); Dec 18 14:49:38.384 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.384 INFO [stderr] Dec 18 14:49:38.384 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.384 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.384 INFO [stderr] | Dec 18 14:49:38.384 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.384 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.384 INFO [stderr] ... Dec 18 14:49:38.384 INFO [stderr] 315 | rt_alloc_excess_used!(rt_pow2_16bytes_1align_alloc_excess_used, 16, 1); Dec 18 14:49:38.384 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.384 INFO [stderr] | Dec 18 14:49:38.384 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.384 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.384 INFO [stderr] | Dec 18 14:49:38.384 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.384 INFO [stderr] | Dec 18 14:49:38.384 INFO [stderr] Dec 18 14:49:38.384 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.384 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.384 INFO [stderr] | Dec 18 14:49:38.384 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.384 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.384 INFO [stderr] ... Dec 18 14:49:38.384 INFO [stderr] 328 | rt_alloc_excess_used!(rt_pow2_32bytes_1align_alloc_excess_used, 32, 1); Dec 18 14:49:38.384 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.384 INFO [stderr] Dec 18 14:49:38.384 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.384 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.384 INFO [stderr] | Dec 18 14:49:38.384 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.384 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.384 INFO [stderr] ... Dec 18 14:49:38.388 INFO [stderr] 328 | rt_alloc_excess_used!(rt_pow2_32bytes_1align_alloc_excess_used, 32, 1); Dec 18 14:49:38.388 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.388 INFO [stderr] | Dec 18 14:49:38.388 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.388 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.388 INFO [stderr] | Dec 18 14:49:38.388 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.388 INFO [stderr] | Dec 18 14:49:38.388 INFO [stderr] Dec 18 14:49:38.388 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.388 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.388 INFO [stderr] | Dec 18 14:49:38.388 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.388 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.388 INFO [stderr] ... Dec 18 14:49:38.388 INFO [stderr] 341 | rt_alloc_excess_used!(rt_pow2_64bytes_1align_alloc_excess_used, 64, 1); Dec 18 14:49:38.388 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.388 INFO [stderr] Dec 18 14:49:38.388 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.388 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.388 INFO [stderr] | Dec 18 14:49:38.388 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.388 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.388 INFO [stderr] ... Dec 18 14:49:38.388 INFO [stderr] 341 | rt_alloc_excess_used!(rt_pow2_64bytes_1align_alloc_excess_used, 64, 1); Dec 18 14:49:38.388 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.388 INFO [stderr] | Dec 18 14:49:38.388 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.388 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.388 INFO [stderr] | Dec 18 14:49:38.388 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.388 INFO [stderr] | Dec 18 14:49:38.388 INFO [stderr] Dec 18 14:49:38.388 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.388 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.388 INFO [stderr] | Dec 18 14:49:38.388 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.388 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.388 INFO [stderr] ... Dec 18 14:49:38.388 INFO [stderr] 354 | rt_alloc_excess_used!(rt_pow2_128bytes_1align_alloc_excess_used, 128, 1); Dec 18 14:49:38.388 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.388 INFO [stderr] Dec 18 14:49:38.388 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.388 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.388 INFO [stderr] | Dec 18 14:49:38.388 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.388 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.388 INFO [stderr] ... Dec 18 14:49:38.388 INFO [stderr] 354 | rt_alloc_excess_used!(rt_pow2_128bytes_1align_alloc_excess_used, 128, 1); Dec 18 14:49:38.388 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.388 INFO [stderr] | Dec 18 14:49:38.388 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.389 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] Dec 18 14:49:38.389 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.389 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.389 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.389 INFO [stderr] ... Dec 18 14:49:38.389 INFO [stderr] 367 | rt_alloc_excess_used!(rt_pow2_256bytes_1align_alloc_excess_used, 256, 1); Dec 18 14:49:38.389 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.389 INFO [stderr] Dec 18 14:49:38.389 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.389 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.389 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.389 INFO [stderr] ... Dec 18 14:49:38.389 INFO [stderr] 367 | rt_alloc_excess_used!(rt_pow2_256bytes_1align_alloc_excess_used, 256, 1); Dec 18 14:49:38.389 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.389 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] Dec 18 14:49:38.389 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.389 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.389 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.389 INFO [stderr] ... Dec 18 14:49:38.389 INFO [stderr] 380 | rt_alloc_excess_used!(rt_pow2_512bytes_1align_alloc_excess_used, 512, 1); Dec 18 14:49:38.389 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.389 INFO [stderr] Dec 18 14:49:38.389 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.389 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.389 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.389 INFO [stderr] ... Dec 18 14:49:38.389 INFO [stderr] 380 | rt_alloc_excess_used!(rt_pow2_512bytes_1align_alloc_excess_used, 512, 1); Dec 18 14:49:38.389 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.389 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] Dec 18 14:49:38.389 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.389 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.389 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.389 INFO [stderr] ... Dec 18 14:49:38.389 INFO [stderr] 393 | rt_alloc_excess_used!(rt_pow2_1024bytes_1align_alloc_excess_used, 1024, 1); Dec 18 14:49:38.389 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.389 INFO [stderr] Dec 18 14:49:38.389 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.389 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.389 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.389 INFO [stderr] ... Dec 18 14:49:38.389 INFO [stderr] 393 | rt_alloc_excess_used!(rt_pow2_1024bytes_1align_alloc_excess_used, 1024, 1); Dec 18 14:49:38.389 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.389 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] Dec 18 14:49:38.389 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.389 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.389 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.389 INFO [stderr] ... Dec 18 14:49:38.389 INFO [stderr] 406 | rt_alloc_excess_used!(rt_pow2_2048bytes_1align_alloc_excess_used, 2048, 1); Dec 18 14:49:38.389 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.389 INFO [stderr] Dec 18 14:49:38.389 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.389 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.389 INFO [stderr] | Dec 18 14:49:38.389 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.390 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.390 INFO [stderr] ... Dec 18 14:49:38.390 INFO [stderr] 406 | rt_alloc_excess_used!(rt_pow2_2048bytes_1align_alloc_excess_used, 2048, 1); Dec 18 14:49:38.390 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.390 INFO [stderr] | Dec 18 14:49:38.390 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.390 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.390 INFO [stderr] | Dec 18 14:49:38.390 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.390 INFO [stderr] | Dec 18 14:49:38.390 INFO [stderr] Dec 18 14:49:38.400 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.400 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.400 INFO [stderr] | Dec 18 14:49:38.400 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.400 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.400 INFO [stderr] ... Dec 18 14:49:38.400 INFO [stderr] 419 | rt_alloc_excess_used!(rt_pow2_4096bytes_1align_alloc_excess_used, 4096, 1); Dec 18 14:49:38.400 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.400 INFO [stderr] Dec 18 14:49:38.400 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.400 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.400 INFO [stderr] | Dec 18 14:49:38.400 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.400 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.400 INFO [stderr] ... Dec 18 14:49:38.400 INFO [stderr] 419 | rt_alloc_excess_used!(rt_pow2_4096bytes_1align_alloc_excess_used, 4096, 1); Dec 18 14:49:38.400 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.400 INFO [stderr] | Dec 18 14:49:38.400 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.400 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.400 INFO [stderr] | Dec 18 14:49:38.400 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.400 INFO [stderr] | Dec 18 14:49:38.400 INFO [stderr] Dec 18 14:49:38.400 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.400 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.400 INFO [stderr] | Dec 18 14:49:38.400 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.400 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.400 INFO [stderr] ... Dec 18 14:49:38.400 INFO [stderr] 432 | rt_alloc_excess_used!(rt_pow2_8192bytes_1align_alloc_excess_used, 8192, 1); Dec 18 14:49:38.400 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.400 INFO [stderr] Dec 18 14:49:38.400 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.400 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.400 INFO [stderr] | Dec 18 14:49:38.400 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.400 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.400 INFO [stderr] ... Dec 18 14:49:38.400 INFO [stderr] 432 | rt_alloc_excess_used!(rt_pow2_8192bytes_1align_alloc_excess_used, 8192, 1); Dec 18 14:49:38.400 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.400 INFO [stderr] | Dec 18 14:49:38.400 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.400 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.400 INFO [stderr] | Dec 18 14:49:38.400 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.400 INFO [stderr] | Dec 18 14:49:38.400 INFO [stderr] Dec 18 14:49:38.400 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.400 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.400 INFO [stderr] | Dec 18 14:49:38.400 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.400 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.400 INFO [stderr] ... Dec 18 14:49:38.400 INFO [stderr] 445 | rt_alloc_excess_used!(rt_pow2_16384bytes_1align_alloc_excess_used, 16384, 1); Dec 18 14:49:38.400 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.400 INFO [stderr] Dec 18 14:49:38.400 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.400 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.400 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.401 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.401 INFO [stderr] ... Dec 18 14:49:38.401 INFO [stderr] 445 | rt_alloc_excess_used!(rt_pow2_16384bytes_1align_alloc_excess_used, 16384, 1); Dec 18 14:49:38.401 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.401 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] Dec 18 14:49:38.401 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.401 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.401 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.401 INFO [stderr] ... Dec 18 14:49:38.401 INFO [stderr] 458 | rt_alloc_excess_used!(rt_pow2_32768bytes_1align_alloc_excess_used, 32768, 1); Dec 18 14:49:38.401 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.401 INFO [stderr] Dec 18 14:49:38.401 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.401 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.401 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.401 INFO [stderr] ... Dec 18 14:49:38.401 INFO [stderr] 458 | rt_alloc_excess_used!(rt_pow2_32768bytes_1align_alloc_excess_used, 32768, 1); Dec 18 14:49:38.401 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.401 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] Dec 18 14:49:38.401 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.401 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.401 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.401 INFO [stderr] ... Dec 18 14:49:38.401 INFO [stderr] 471 | rt_alloc_excess_used!(rt_pow2_65536bytes_1align_alloc_excess_used, 65536, 1); Dec 18 14:49:38.401 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.401 INFO [stderr] Dec 18 14:49:38.401 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.401 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.401 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.401 INFO [stderr] ... Dec 18 14:49:38.401 INFO [stderr] 471 | rt_alloc_excess_used!(rt_pow2_65536bytes_1align_alloc_excess_used, 65536, 1); Dec 18 14:49:38.401 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.401 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] Dec 18 14:49:38.401 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.401 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.401 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.401 INFO [stderr] ... Dec 18 14:49:38.401 INFO [stderr] 484 | rt_alloc_excess_used!(rt_pow2_131072bytes_1align_alloc_excess_used, 131072, 1); Dec 18 14:49:38.401 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.401 INFO [stderr] Dec 18 14:49:38.401 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.401 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.401 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.401 INFO [stderr] ... Dec 18 14:49:38.401 INFO [stderr] 484 | rt_alloc_excess_used!(rt_pow2_131072bytes_1align_alloc_excess_used, 131072, 1); Dec 18 14:49:38.401 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.401 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] Dec 18 14:49:38.401 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.401 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.401 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.401 INFO [stderr] ... Dec 18 14:49:38.401 INFO [stderr] 497 | rt_alloc_excess_used!(rt_pow2_4194304bytes_1align_alloc_excess_used, 4194304, 1); Dec 18 14:49:38.401 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.401 INFO [stderr] Dec 18 14:49:38.401 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.401 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.401 INFO [stderr] | Dec 18 14:49:38.401 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.402 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.402 INFO [stderr] ... Dec 18 14:49:38.402 INFO [stderr] 497 | rt_alloc_excess_used!(rt_pow2_4194304bytes_1align_alloc_excess_used, 4194304, 1); Dec 18 14:49:38.402 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.402 INFO [stderr] | Dec 18 14:49:38.402 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.402 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.402 INFO [stderr] | Dec 18 14:49:38.402 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.402 INFO [stderr] | Dec 18 14:49:38.402 INFO [stderr] Dec 18 14:49:38.402 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.402 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.402 INFO [stderr] | Dec 18 14:49:38.402 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.402 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.402 INFO [stderr] ... Dec 18 14:49:38.402 INFO [stderr] 511 | rt_alloc_excess_used!(rt_even_10bytes_1align_alloc_excess_used, 10, 1); Dec 18 14:49:38.402 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.402 INFO [stderr] Dec 18 14:49:38.402 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.402 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.402 INFO [stderr] | Dec 18 14:49:38.402 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.402 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.402 INFO [stderr] ... Dec 18 14:49:38.402 INFO [stderr] 511 | rt_alloc_excess_used!(rt_even_10bytes_1align_alloc_excess_used, 10, 1); Dec 18 14:49:38.402 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.402 INFO [stderr] | Dec 18 14:49:38.402 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.402 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.402 INFO [stderr] | Dec 18 14:49:38.402 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.402 INFO [stderr] | Dec 18 14:49:38.402 INFO [stderr] Dec 18 14:49:38.408 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.408 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.408 INFO [stderr] | Dec 18 14:49:38.408 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.408 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.408 INFO [stderr] ... Dec 18 14:49:38.408 INFO [stderr] 524 | rt_alloc_excess_used!(rt_even_100bytes_1align_alloc_excess_used, 100, 1); Dec 18 14:49:38.408 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.408 INFO [stderr] Dec 18 14:49:38.408 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.408 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.408 INFO [stderr] | Dec 18 14:49:38.408 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.408 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.408 INFO [stderr] ... Dec 18 14:49:38.408 INFO [stderr] 524 | rt_alloc_excess_used!(rt_even_100bytes_1align_alloc_excess_used, 100, 1); Dec 18 14:49:38.408 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.408 INFO [stderr] | Dec 18 14:49:38.408 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.408 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.408 INFO [stderr] | Dec 18 14:49:38.408 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.408 INFO [stderr] | Dec 18 14:49:38.408 INFO [stderr] Dec 18 14:49:38.408 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.408 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.408 INFO [stderr] | Dec 18 14:49:38.408 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.408 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.408 INFO [stderr] ... Dec 18 14:49:38.408 INFO [stderr] 537 | rt_alloc_excess_used!(rt_even_1000bytes_1align_alloc_excess_used, 1000, 1); Dec 18 14:49:38.408 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.408 INFO [stderr] Dec 18 14:49:38.408 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.408 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.408 INFO [stderr] | Dec 18 14:49:38.408 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.408 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.408 INFO [stderr] ... Dec 18 14:49:38.408 INFO [stderr] 537 | rt_alloc_excess_used!(rt_even_1000bytes_1align_alloc_excess_used, 1000, 1); Dec 18 14:49:38.408 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.408 INFO [stderr] | Dec 18 14:49:38.408 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.408 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.408 INFO [stderr] | Dec 18 14:49:38.408 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.408 INFO [stderr] | Dec 18 14:49:38.408 INFO [stderr] Dec 18 14:49:38.408 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.408 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.408 INFO [stderr] | Dec 18 14:49:38.408 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.408 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.408 INFO [stderr] ... Dec 18 14:49:38.408 INFO [stderr] 550 | rt_alloc_excess_used!(rt_even_10000bytes_1align_alloc_excess_used, 10000, 1); Dec 18 14:49:38.409 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.409 INFO [stderr] Dec 18 14:49:38.409 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.409 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.409 INFO [stderr] | Dec 18 14:49:38.409 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.409 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.409 INFO [stderr] ... Dec 18 14:49:38.409 INFO [stderr] 550 | rt_alloc_excess_used!(rt_even_10000bytes_1align_alloc_excess_used, 10000, 1); Dec 18 14:49:38.409 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.409 INFO [stderr] | Dec 18 14:49:38.409 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.409 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.409 INFO [stderr] | Dec 18 14:49:38.409 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.409 INFO [stderr] | Dec 18 14:49:38.409 INFO [stderr] Dec 18 14:49:38.409 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.409 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.409 INFO [stderr] | Dec 18 14:49:38.409 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.409 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.409 INFO [stderr] ... Dec 18 14:49:38.409 INFO [stderr] 563 | rt_alloc_excess_used!(rt_even_100000bytes_1align_alloc_excess_used, 100000, 1); Dec 18 14:49:38.409 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.409 INFO [stderr] Dec 18 14:49:38.409 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.409 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.409 INFO [stderr] | Dec 18 14:49:38.409 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.409 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.409 INFO [stderr] ... Dec 18 14:49:38.409 INFO [stderr] 563 | rt_alloc_excess_used!(rt_even_100000bytes_1align_alloc_excess_used, 100000, 1); Dec 18 14:49:38.409 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.409 INFO [stderr] | Dec 18 14:49:38.409 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.409 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.409 INFO [stderr] | Dec 18 14:49:38.409 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.409 INFO [stderr] | Dec 18 14:49:38.409 INFO [stderr] Dec 18 14:49:38.420 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.420 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.420 INFO [stderr] | Dec 18 14:49:38.420 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.420 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.420 INFO [stderr] ... Dec 18 14:49:38.420 INFO [stderr] 576 | rt_alloc_excess_used!(rt_even_1000000bytes_1align_alloc_excess_used, 1000000, 1); Dec 18 14:49:38.420 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.420 INFO [stderr] Dec 18 14:49:38.420 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.420 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.420 INFO [stderr] | Dec 18 14:49:38.420 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.420 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.420 INFO [stderr] ... Dec 18 14:49:38.420 INFO [stderr] 576 | rt_alloc_excess_used!(rt_even_1000000bytes_1align_alloc_excess_used, 1000000, 1); Dec 18 14:49:38.420 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.420 INFO [stderr] | Dec 18 14:49:38.420 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.420 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.420 INFO [stderr] | Dec 18 14:49:38.420 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.420 INFO [stderr] | Dec 18 14:49:38.420 INFO [stderr] Dec 18 14:49:38.420 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.420 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.420 INFO [stderr] | Dec 18 14:49:38.420 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.420 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.420 INFO [stderr] ... Dec 18 14:49:38.420 INFO [stderr] 590 | rt_alloc_excess_used!(rt_odd_10bytes_1align_alloc_excess_used, 10- 1, 1); Dec 18 14:49:38.420 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.420 INFO [stderr] Dec 18 14:49:38.420 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.420 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.420 INFO [stderr] | Dec 18 14:49:38.420 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.420 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.420 INFO [stderr] ... Dec 18 14:49:38.420 INFO [stderr] 590 | rt_alloc_excess_used!(rt_odd_10bytes_1align_alloc_excess_used, 10- 1, 1); Dec 18 14:49:38.420 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.420 INFO [stderr] | Dec 18 14:49:38.420 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.420 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.420 INFO [stderr] | Dec 18 14:49:38.420 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.420 INFO [stderr] | Dec 18 14:49:38.420 INFO [stderr] Dec 18 14:49:38.420 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.420 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.420 INFO [stderr] | Dec 18 14:49:38.420 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.420 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.420 INFO [stderr] ... Dec 18 14:49:38.421 INFO [stderr] 603 | rt_alloc_excess_used!(rt_odd_100bytes_1align_alloc_excess_used, 100- 1, 1); Dec 18 14:49:38.421 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.421 INFO [stderr] Dec 18 14:49:38.421 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.421 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.421 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.421 INFO [stderr] ... Dec 18 14:49:38.421 INFO [stderr] 603 | rt_alloc_excess_used!(rt_odd_100bytes_1align_alloc_excess_used, 100- 1, 1); Dec 18 14:49:38.421 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.421 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] Dec 18 14:49:38.421 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.421 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.421 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.421 INFO [stderr] ... Dec 18 14:49:38.421 INFO [stderr] 616 | rt_alloc_excess_used!(rt_odd_1000bytes_1align_alloc_excess_used, 1000- 1, 1); Dec 18 14:49:38.421 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.421 INFO [stderr] Dec 18 14:49:38.421 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.421 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.421 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.421 INFO [stderr] ... Dec 18 14:49:38.421 INFO [stderr] 616 | rt_alloc_excess_used!(rt_odd_1000bytes_1align_alloc_excess_used, 1000- 1, 1); Dec 18 14:49:38.421 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.421 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] Dec 18 14:49:38.421 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.421 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.421 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.421 INFO [stderr] ... Dec 18 14:49:38.421 INFO [stderr] 629 | rt_alloc_excess_used!(rt_odd_10000bytes_1align_alloc_excess_used, 10000- 1, 1); Dec 18 14:49:38.421 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.421 INFO [stderr] Dec 18 14:49:38.421 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.421 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.421 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.421 INFO [stderr] ... Dec 18 14:49:38.421 INFO [stderr] 629 | rt_alloc_excess_used!(rt_odd_10000bytes_1align_alloc_excess_used, 10000- 1, 1); Dec 18 14:49:38.421 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.421 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] Dec 18 14:49:38.421 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.421 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.421 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.421 INFO [stderr] ... Dec 18 14:49:38.421 INFO [stderr] 642 | rt_alloc_excess_used!(rt_odd_100000bytes_1align_alloc_excess_used, 100000- 1, 1); Dec 18 14:49:38.421 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.421 INFO [stderr] Dec 18 14:49:38.421 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.421 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.421 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.421 INFO [stderr] ... Dec 18 14:49:38.421 INFO [stderr] 642 | rt_alloc_excess_used!(rt_odd_100000bytes_1align_alloc_excess_used, 100000- 1, 1); Dec 18 14:49:38.421 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.421 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.421 INFO [stderr] | Dec 18 14:49:38.421 INFO [stderr] Dec 18 14:49:38.432 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.432 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.436 INFO [stderr] | Dec 18 14:49:38.436 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.436 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.436 INFO [stderr] ... Dec 18 14:49:38.436 INFO [stderr] 655 | rt_alloc_excess_used!(rt_odd_1000000bytes_1align_alloc_excess_used, 1000000- 1, 1); Dec 18 14:49:38.436 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.436 INFO [stderr] Dec 18 14:49:38.436 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.436 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.436 INFO [stderr] | Dec 18 14:49:38.436 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.436 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.436 INFO [stderr] ... Dec 18 14:49:38.436 INFO [stderr] 655 | rt_alloc_excess_used!(rt_odd_1000000bytes_1align_alloc_excess_used, 1000000- 1, 1); Dec 18 14:49:38.436 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.436 INFO [stderr] | Dec 18 14:49:38.436 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.436 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.436 INFO [stderr] | Dec 18 14:49:38.436 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.436 INFO [stderr] | Dec 18 14:49:38.436 INFO [stderr] Dec 18 14:49:38.436 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.436 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.436 INFO [stderr] | Dec 18 14:49:38.436 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.436 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.436 INFO [stderr] ... Dec 18 14:49:38.436 INFO [stderr] 669 | rt_alloc_excess_used!(rt_primes_3bytes_1align_alloc_excess_used, 3, 1); Dec 18 14:49:38.436 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.436 INFO [stderr] Dec 18 14:49:38.436 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.436 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.436 INFO [stderr] | Dec 18 14:49:38.436 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.436 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.436 INFO [stderr] ... Dec 18 14:49:38.436 INFO [stderr] 669 | rt_alloc_excess_used!(rt_primes_3bytes_1align_alloc_excess_used, 3, 1); Dec 18 14:49:38.436 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.436 INFO [stderr] | Dec 18 14:49:38.436 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.436 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.436 INFO [stderr] | Dec 18 14:49:38.436 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.436 INFO [stderr] | Dec 18 14:49:38.436 INFO [stderr] Dec 18 14:49:38.436 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.436 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.436 INFO [stderr] | Dec 18 14:49:38.436 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.436 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.436 INFO [stderr] ... Dec 18 14:49:38.436 INFO [stderr] 682 | rt_alloc_excess_used!(rt_primes_7bytes_1align_alloc_excess_used, 7, 1); Dec 18 14:49:38.436 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.436 INFO [stderr] Dec 18 14:49:38.436 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.436 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.436 INFO [stderr] | Dec 18 14:49:38.436 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.436 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.436 INFO [stderr] ... Dec 18 14:49:38.436 INFO [stderr] 682 | rt_alloc_excess_used!(rt_primes_7bytes_1align_alloc_excess_used, 7, 1); Dec 18 14:49:38.436 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.436 INFO [stderr] | Dec 18 14:49:38.436 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.436 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.436 INFO [stderr] | Dec 18 14:49:38.436 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.436 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] Dec 18 14:49:38.437 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.437 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.437 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.437 INFO [stderr] ... Dec 18 14:49:38.437 INFO [stderr] 695 | rt_alloc_excess_used!(rt_primes_13bytes_1align_alloc_excess_used, 13, 1); Dec 18 14:49:38.437 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.437 INFO [stderr] Dec 18 14:49:38.437 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.437 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.437 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.437 INFO [stderr] ... Dec 18 14:49:38.437 INFO [stderr] 695 | rt_alloc_excess_used!(rt_primes_13bytes_1align_alloc_excess_used, 13, 1); Dec 18 14:49:38.437 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.437 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] Dec 18 14:49:38.437 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.437 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.437 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.437 INFO [stderr] ... Dec 18 14:49:38.437 INFO [stderr] 708 | rt_alloc_excess_used!(rt_primes_17bytes_1align_alloc_excess_used, 17, 1); Dec 18 14:49:38.437 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.437 INFO [stderr] Dec 18 14:49:38.437 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.437 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.437 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.437 INFO [stderr] ... Dec 18 14:49:38.437 INFO [stderr] 708 | rt_alloc_excess_used!(rt_primes_17bytes_1align_alloc_excess_used, 17, 1); Dec 18 14:49:38.437 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.437 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] Dec 18 14:49:38.437 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.437 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.437 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.437 INFO [stderr] ... Dec 18 14:49:38.437 INFO [stderr] 721 | rt_alloc_excess_used!(rt_primes_31bytes_1align_alloc_excess_used, 31, 1); Dec 18 14:49:38.437 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.437 INFO [stderr] Dec 18 14:49:38.437 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.437 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.437 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.437 INFO [stderr] ... Dec 18 14:49:38.437 INFO [stderr] 721 | rt_alloc_excess_used!(rt_primes_31bytes_1align_alloc_excess_used, 31, 1); Dec 18 14:49:38.437 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.437 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] Dec 18 14:49:38.437 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.437 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.437 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.437 INFO [stderr] ... Dec 18 14:49:38.437 INFO [stderr] 734 | rt_alloc_excess_used!(rt_primes_61bytes_1align_alloc_excess_used, 61, 1); Dec 18 14:49:38.437 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.437 INFO [stderr] Dec 18 14:49:38.437 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.437 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.437 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.437 INFO [stderr] ... Dec 18 14:49:38.437 INFO [stderr] 734 | rt_alloc_excess_used!(rt_primes_61bytes_1align_alloc_excess_used, 61, 1); Dec 18 14:49:38.437 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.437 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.437 INFO [stderr] Dec 18 14:49:38.437 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.437 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.437 INFO [stderr] | Dec 18 14:49:38.438 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.438 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.438 INFO [stderr] ... Dec 18 14:49:38.438 INFO [stderr] 747 | rt_alloc_excess_used!(rt_primes_96bytes_1align_alloc_excess_used, 96, 1); Dec 18 14:49:38.438 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.438 INFO [stderr] Dec 18 14:49:38.438 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.438 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.438 INFO [stderr] | Dec 18 14:49:38.438 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.438 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.438 INFO [stderr] ... Dec 18 14:49:38.438 INFO [stderr] 747 | rt_alloc_excess_used!(rt_primes_96bytes_1align_alloc_excess_used, 96, 1); Dec 18 14:49:38.438 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.438 INFO [stderr] | Dec 18 14:49:38.438 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.438 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.438 INFO [stderr] | Dec 18 14:49:38.438 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.438 INFO [stderr] | Dec 18 14:49:38.438 INFO [stderr] Dec 18 14:49:38.438 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.438 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.438 INFO [stderr] | Dec 18 14:49:38.438 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.438 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.438 INFO [stderr] ... Dec 18 14:49:38.438 INFO [stderr] 760 | rt_alloc_excess_used!(rt_primes_127bytes_1align_alloc_excess_used, 127, 1); Dec 18 14:49:38.438 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.438 INFO [stderr] Dec 18 14:49:38.444 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.444 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.444 INFO [stderr] | Dec 18 14:49:38.448 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.448 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.448 INFO [stderr] ... Dec 18 14:49:38.448 INFO [stderr] 760 | rt_alloc_excess_used!(rt_primes_127bytes_1align_alloc_excess_used, 127, 1); Dec 18 14:49:38.448 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.448 INFO [stderr] | Dec 18 14:49:38.448 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.448 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.448 INFO [stderr] | Dec 18 14:49:38.448 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.448 INFO [stderr] | Dec 18 14:49:38.448 INFO [stderr] Dec 18 14:49:38.448 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.448 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.448 INFO [stderr] | Dec 18 14:49:38.448 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.448 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.448 INFO [stderr] ... Dec 18 14:49:38.448 INFO [stderr] 773 | rt_alloc_excess_used!(rt_primes_257bytes_1align_alloc_excess_used, 257, 1); Dec 18 14:49:38.448 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.448 INFO [stderr] Dec 18 14:49:38.448 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.448 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.448 INFO [stderr] | Dec 18 14:49:38.448 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.448 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.448 INFO [stderr] ... Dec 18 14:49:38.448 INFO [stderr] 773 | rt_alloc_excess_used!(rt_primes_257bytes_1align_alloc_excess_used, 257, 1); Dec 18 14:49:38.448 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.448 INFO [stderr] | Dec 18 14:49:38.448 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.448 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.448 INFO [stderr] | Dec 18 14:49:38.448 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.448 INFO [stderr] | Dec 18 14:49:38.448 INFO [stderr] Dec 18 14:49:38.448 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.448 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.448 INFO [stderr] | Dec 18 14:49:38.448 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.448 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.448 INFO [stderr] ... Dec 18 14:49:38.448 INFO [stderr] 786 | rt_alloc_excess_used!(rt_primes_509bytes_1align_alloc_excess_used, 509, 1); Dec 18 14:49:38.448 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.448 INFO [stderr] Dec 18 14:49:38.448 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.448 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.448 INFO [stderr] | Dec 18 14:49:38.448 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.448 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.448 INFO [stderr] ... Dec 18 14:49:38.448 INFO [stderr] 786 | rt_alloc_excess_used!(rt_primes_509bytes_1align_alloc_excess_used, 509, 1); Dec 18 14:49:38.449 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.449 INFO [stderr] | Dec 18 14:49:38.449 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.449 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.449 INFO [stderr] | Dec 18 14:49:38.449 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.449 INFO [stderr] | Dec 18 14:49:38.449 INFO [stderr] Dec 18 14:49:38.449 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.449 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.449 INFO [stderr] | Dec 18 14:49:38.449 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.449 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.449 INFO [stderr] ... Dec 18 14:49:38.449 INFO [stderr] 799 | rt_alloc_excess_used!(rt_primes_1021bytes_1align_alloc_excess_used, 1021, 1); Dec 18 14:49:38.449 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.449 INFO [stderr] Dec 18 14:49:38.449 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.449 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.449 INFO [stderr] | Dec 18 14:49:38.449 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.449 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.449 INFO [stderr] ... Dec 18 14:49:38.449 INFO [stderr] 799 | rt_alloc_excess_used!(rt_primes_1021bytes_1align_alloc_excess_used, 1021, 1); Dec 18 14:49:38.449 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.449 INFO [stderr] | Dec 18 14:49:38.449 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.449 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.449 INFO [stderr] | Dec 18 14:49:38.449 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.449 INFO [stderr] | Dec 18 14:49:38.449 INFO [stderr] Dec 18 14:49:38.456 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.456 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.456 INFO [stderr] | Dec 18 14:49:38.456 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.456 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.456 INFO [stderr] ... Dec 18 14:49:38.456 INFO [stderr] 812 | rt_alloc_excess_used!(rt_primes_2039bytes_1align_alloc_excess_used, 2039, 1); Dec 18 14:49:38.456 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.456 INFO [stderr] Dec 18 14:49:38.456 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.456 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.456 INFO [stderr] | Dec 18 14:49:38.456 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.456 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.456 INFO [stderr] ... Dec 18 14:49:38.456 INFO [stderr] 812 | rt_alloc_excess_used!(rt_primes_2039bytes_1align_alloc_excess_used, 2039, 1); Dec 18 14:49:38.456 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.456 INFO [stderr] | Dec 18 14:49:38.456 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.456 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.456 INFO [stderr] | Dec 18 14:49:38.456 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.456 INFO [stderr] | Dec 18 14:49:38.456 INFO [stderr] Dec 18 14:49:38.456 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.456 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.456 INFO [stderr] | Dec 18 14:49:38.456 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.456 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.456 INFO [stderr] ... Dec 18 14:49:38.456 INFO [stderr] 825 | rt_alloc_excess_used!(rt_primes_4093bytes_1align_alloc_excess_used, 4093, 1); Dec 18 14:49:38.456 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.456 INFO [stderr] Dec 18 14:49:38.456 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.456 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.456 INFO [stderr] | Dec 18 14:49:38.456 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.456 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.456 INFO [stderr] ... Dec 18 14:49:38.456 INFO [stderr] 825 | rt_alloc_excess_used!(rt_primes_4093bytes_1align_alloc_excess_used, 4093, 1); Dec 18 14:49:38.456 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.456 INFO [stderr] | Dec 18 14:49:38.456 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.456 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.456 INFO [stderr] | Dec 18 14:49:38.456 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.456 INFO [stderr] | Dec 18 14:49:38.456 INFO [stderr] Dec 18 14:49:38.456 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.457 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.457 INFO [stderr] | Dec 18 14:49:38.457 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.457 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.457 INFO [stderr] ... Dec 18 14:49:38.457 INFO [stderr] 838 | rt_alloc_excess_used!(rt_primes_8191bytes_1align_alloc_excess_used, 8191, 1); Dec 18 14:49:38.457 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.457 INFO [stderr] Dec 18 14:49:38.457 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.457 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.457 INFO [stderr] | Dec 18 14:49:38.457 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.457 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.457 INFO [stderr] ... Dec 18 14:49:38.457 INFO [stderr] 838 | rt_alloc_excess_used!(rt_primes_8191bytes_1align_alloc_excess_used, 8191, 1); Dec 18 14:49:38.457 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.457 INFO [stderr] | Dec 18 14:49:38.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.457 INFO [stderr] | Dec 18 14:49:38.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.457 INFO [stderr] | Dec 18 14:49:38.457 INFO [stderr] Dec 18 14:49:38.457 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.457 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.457 INFO [stderr] | Dec 18 14:49:38.457 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.457 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.457 INFO [stderr] ... Dec 18 14:49:38.457 INFO [stderr] 851 | rt_alloc_excess_used!(rt_primes_16381bytes_1align_alloc_excess_used, 16381, 1); Dec 18 14:49:38.457 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.457 INFO [stderr] Dec 18 14:49:38.457 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.457 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.457 INFO [stderr] | Dec 18 14:49:38.457 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.457 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.457 INFO [stderr] ... Dec 18 14:49:38.457 INFO [stderr] 851 | rt_alloc_excess_used!(rt_primes_16381bytes_1align_alloc_excess_used, 16381, 1); Dec 18 14:49:38.457 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.457 INFO [stderr] | Dec 18 14:49:38.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.457 INFO [stderr] | Dec 18 14:49:38.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.457 INFO [stderr] | Dec 18 14:49:38.457 INFO [stderr] Dec 18 14:49:38.457 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.457 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.457 INFO [stderr] | Dec 18 14:49:38.457 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.457 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.457 INFO [stderr] ... Dec 18 14:49:38.457 INFO [stderr] 864 | rt_alloc_excess_used!(rt_primes_32749bytes_1align_alloc_excess_used, 32749, 1); Dec 18 14:49:38.457 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.457 INFO [stderr] Dec 18 14:49:38.457 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.457 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.457 INFO [stderr] | Dec 18 14:49:38.457 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.457 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.457 INFO [stderr] ... Dec 18 14:49:38.457 INFO [stderr] 864 | rt_alloc_excess_used!(rt_primes_32749bytes_1align_alloc_excess_used, 32749, 1); Dec 18 14:49:38.457 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.457 INFO [stderr] | Dec 18 14:49:38.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.457 INFO [stderr] | Dec 18 14:49:38.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.457 INFO [stderr] | Dec 18 14:49:38.457 INFO [stderr] Dec 18 14:49:38.464 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.464 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.464 INFO [stderr] | Dec 18 14:49:38.464 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.464 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.464 INFO [stderr] ... Dec 18 14:49:38.464 INFO [stderr] 877 | rt_alloc_excess_used!(rt_primes_65537bytes_1align_alloc_excess_used, 65537, 1); Dec 18 14:49:38.464 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.464 INFO [stderr] Dec 18 14:49:38.464 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.464 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.464 INFO [stderr] | Dec 18 14:49:38.464 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.464 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.464 INFO [stderr] ... Dec 18 14:49:38.464 INFO [stderr] 877 | rt_alloc_excess_used!(rt_primes_65537bytes_1align_alloc_excess_used, 65537, 1); Dec 18 14:49:38.464 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.464 INFO [stderr] | Dec 18 14:49:38.464 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.464 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.464 INFO [stderr] | Dec 18 14:49:38.464 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.464 INFO [stderr] | Dec 18 14:49:38.464 INFO [stderr] Dec 18 14:49:38.464 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.464 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.464 INFO [stderr] | Dec 18 14:49:38.464 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.464 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.464 INFO [stderr] ... Dec 18 14:49:38.464 INFO [stderr] 890 | rt_alloc_excess_used!(rt_primes_131071bytes_1align_alloc_excess_used, 131071, 1); Dec 18 14:49:38.464 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.464 INFO [stderr] Dec 18 14:49:38.464 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.464 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.464 INFO [stderr] | Dec 18 14:49:38.464 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.464 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.464 INFO [stderr] ... Dec 18 14:49:38.464 INFO [stderr] 890 | rt_alloc_excess_used!(rt_primes_131071bytes_1align_alloc_excess_used, 131071, 1); Dec 18 14:49:38.464 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.464 INFO [stderr] | Dec 18 14:49:38.464 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.464 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.464 INFO [stderr] | Dec 18 14:49:38.464 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.464 INFO [stderr] | Dec 18 14:49:38.465 INFO [stderr] Dec 18 14:49:38.465 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.465 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.465 INFO [stderr] | Dec 18 14:49:38.465 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.465 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.465 INFO [stderr] ... Dec 18 14:49:38.465 INFO [stderr] 903 | rt_alloc_excess_used!(rt_primes_4194301bytes_1align_alloc_excess_used, 4194301, 1); Dec 18 14:49:38.465 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.465 INFO [stderr] Dec 18 14:49:38.465 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.465 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.465 INFO [stderr] | Dec 18 14:49:38.465 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.465 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.465 INFO [stderr] ... Dec 18 14:49:38.465 INFO [stderr] 903 | rt_alloc_excess_used!(rt_primes_4194301bytes_1align_alloc_excess_used, 4194301, 1); Dec 18 14:49:38.465 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.465 INFO [stderr] | Dec 18 14:49:38.465 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.465 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.465 INFO [stderr] | Dec 18 14:49:38.465 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.465 INFO [stderr] | Dec 18 14:49:38.465 INFO [stderr] Dec 18 14:49:38.465 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.465 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.465 INFO [stderr] | Dec 18 14:49:38.465 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.465 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.465 INFO [stderr] ... Dec 18 14:49:38.465 INFO [stderr] 919 | rt_alloc_excess_used!(rt_pow2_1bytes_2align_alloc_excess_used, 1, 2); Dec 18 14:49:38.465 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.465 INFO [stderr] Dec 18 14:49:38.465 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.465 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.465 INFO [stderr] | Dec 18 14:49:38.465 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.465 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.465 INFO [stderr] ... Dec 18 14:49:38.465 INFO [stderr] 919 | rt_alloc_excess_used!(rt_pow2_1bytes_2align_alloc_excess_used, 1, 2); Dec 18 14:49:38.465 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.465 INFO [stderr] | Dec 18 14:49:38.465 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.465 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.465 INFO [stderr] | Dec 18 14:49:38.465 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.465 INFO [stderr] | Dec 18 14:49:38.465 INFO [stderr] Dec 18 14:49:38.465 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.465 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.465 INFO [stderr] | Dec 18 14:49:38.465 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.465 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.465 INFO [stderr] ... Dec 18 14:49:38.465 INFO [stderr] 932 | rt_alloc_excess_used!(rt_pow2_2bytes_2align_alloc_excess_used, 2, 2); Dec 18 14:49:38.465 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.465 INFO [stderr] Dec 18 14:49:38.465 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.465 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.465 INFO [stderr] | Dec 18 14:49:38.465 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.465 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.465 INFO [stderr] ... Dec 18 14:49:38.465 INFO [stderr] 932 | rt_alloc_excess_used!(rt_pow2_2bytes_2align_alloc_excess_used, 2, 2); Dec 18 14:49:38.465 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.465 INFO [stderr] | Dec 18 14:49:38.465 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.465 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.465 INFO [stderr] | Dec 18 14:49:38.465 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.465 INFO [stderr] | Dec 18 14:49:38.465 INFO [stderr] Dec 18 14:49:38.472 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.472 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.472 INFO [stderr] | Dec 18 14:49:38.472 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.472 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.472 INFO [stderr] ... Dec 18 14:49:38.472 INFO [stderr] 945 | rt_alloc_excess_used!(rt_pow2_4bytes_2align_alloc_excess_used, 4, 2); Dec 18 14:49:38.472 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.472 INFO [stderr] Dec 18 14:49:38.472 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.472 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.472 INFO [stderr] | Dec 18 14:49:38.472 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.472 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.472 INFO [stderr] ... Dec 18 14:49:38.472 INFO [stderr] 945 | rt_alloc_excess_used!(rt_pow2_4bytes_2align_alloc_excess_used, 4, 2); Dec 18 14:49:38.472 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.472 INFO [stderr] | Dec 18 14:49:38.472 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.472 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.472 INFO [stderr] | Dec 18 14:49:38.472 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.472 INFO [stderr] | Dec 18 14:49:38.472 INFO [stderr] Dec 18 14:49:38.472 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.472 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.472 INFO [stderr] | Dec 18 14:49:38.472 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.472 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.472 INFO [stderr] ... Dec 18 14:49:38.472 INFO [stderr] 958 | rt_alloc_excess_used!(rt_pow2_8bytes_2align_alloc_excess_used, 8, 2); Dec 18 14:49:38.472 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.472 INFO [stderr] Dec 18 14:49:38.472 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.472 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.472 INFO [stderr] | Dec 18 14:49:38.472 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.472 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.472 INFO [stderr] ... Dec 18 14:49:38.472 INFO [stderr] 958 | rt_alloc_excess_used!(rt_pow2_8bytes_2align_alloc_excess_used, 8, 2); Dec 18 14:49:38.472 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.472 INFO [stderr] | Dec 18 14:49:38.472 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.472 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.472 INFO [stderr] | Dec 18 14:49:38.472 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.472 INFO [stderr] | Dec 18 14:49:38.472 INFO [stderr] Dec 18 14:49:38.472 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.473 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.473 INFO [stderr] | Dec 18 14:49:38.473 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.473 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.473 INFO [stderr] ... Dec 18 14:49:38.473 INFO [stderr] 971 | rt_alloc_excess_used!(rt_pow2_16bytes_2align_alloc_excess_used, 16, 2); Dec 18 14:49:38.473 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.473 INFO [stderr] Dec 18 14:49:38.473 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.473 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.473 INFO [stderr] | Dec 18 14:49:38.473 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.473 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.473 INFO [stderr] ... Dec 18 14:49:38.473 INFO [stderr] 971 | rt_alloc_excess_used!(rt_pow2_16bytes_2align_alloc_excess_used, 16, 2); Dec 18 14:49:38.473 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.473 INFO [stderr] | Dec 18 14:49:38.473 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.473 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.473 INFO [stderr] | Dec 18 14:49:38.473 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.473 INFO [stderr] | Dec 18 14:49:38.473 INFO [stderr] Dec 18 14:49:38.473 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.473 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.473 INFO [stderr] | Dec 18 14:49:38.473 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.473 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.473 INFO [stderr] ... Dec 18 14:49:38.473 INFO [stderr] 984 | rt_alloc_excess_used!(rt_pow2_32bytes_2align_alloc_excess_used, 32, 2); Dec 18 14:49:38.473 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.473 INFO [stderr] Dec 18 14:49:38.473 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.473 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.473 INFO [stderr] | Dec 18 14:49:38.473 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.473 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.473 INFO [stderr] ... Dec 18 14:49:38.473 INFO [stderr] 984 | rt_alloc_excess_used!(rt_pow2_32bytes_2align_alloc_excess_used, 32, 2); Dec 18 14:49:38.473 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.473 INFO [stderr] | Dec 18 14:49:38.473 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.473 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.473 INFO [stderr] | Dec 18 14:49:38.473 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.473 INFO [stderr] | Dec 18 14:49:38.473 INFO [stderr] Dec 18 14:49:38.473 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.473 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.473 INFO [stderr] | Dec 18 14:49:38.473 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.473 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.473 INFO [stderr] ... Dec 18 14:49:38.473 INFO [stderr] 997 | rt_alloc_excess_used!(rt_pow2_64bytes_2align_alloc_excess_used, 64, 2); Dec 18 14:49:38.473 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.473 INFO [stderr] Dec 18 14:49:38.473 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.473 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.473 INFO [stderr] | Dec 18 14:49:38.473 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.473 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.473 INFO [stderr] ... Dec 18 14:49:38.473 INFO [stderr] 997 | rt_alloc_excess_used!(rt_pow2_64bytes_2align_alloc_excess_used, 64, 2); Dec 18 14:49:38.473 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.473 INFO [stderr] | Dec 18 14:49:38.473 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.473 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.473 INFO [stderr] | Dec 18 14:49:38.473 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.473 INFO [stderr] | Dec 18 14:49:38.473 INFO [stderr] Dec 18 14:49:38.473 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.473 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.473 INFO [stderr] | Dec 18 14:49:38.473 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.473 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.473 INFO [stderr] ... Dec 18 14:49:38.473 INFO [stderr] 1010 | rt_alloc_excess_used!(rt_pow2_128bytes_2align_alloc_excess_used, 128, 2); Dec 18 14:49:38.473 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.473 INFO [stderr] Dec 18 14:49:38.473 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.473 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.473 INFO [stderr] | Dec 18 14:49:38.473 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.473 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.473 INFO [stderr] ... Dec 18 14:49:38.473 INFO [stderr] 1010 | rt_alloc_excess_used!(rt_pow2_128bytes_2align_alloc_excess_used, 128, 2); Dec 18 14:49:38.473 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.473 INFO [stderr] | Dec 18 14:49:38.473 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.474 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.474 INFO [stderr] | Dec 18 14:49:38.474 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.474 INFO [stderr] | Dec 18 14:49:38.474 INFO [stderr] Dec 18 14:49:38.474 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.474 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.474 INFO [stderr] | Dec 18 14:49:38.474 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.474 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.474 INFO [stderr] ... Dec 18 14:49:38.474 INFO [stderr] 1023 | rt_alloc_excess_used!(rt_pow2_256bytes_2align_alloc_excess_used, 256, 2); Dec 18 14:49:38.474 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.474 INFO [stderr] Dec 18 14:49:38.474 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.474 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.474 INFO [stderr] | Dec 18 14:49:38.474 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.474 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.474 INFO [stderr] ... Dec 18 14:49:38.474 INFO [stderr] 1023 | rt_alloc_excess_used!(rt_pow2_256bytes_2align_alloc_excess_used, 256, 2); Dec 18 14:49:38.474 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.474 INFO [stderr] | Dec 18 14:49:38.474 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.474 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.474 INFO [stderr] | Dec 18 14:49:38.474 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.474 INFO [stderr] | Dec 18 14:49:38.474 INFO [stderr] Dec 18 14:49:38.480 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.480 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.480 INFO [stderr] | Dec 18 14:49:38.480 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.480 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.480 INFO [stderr] ... Dec 18 14:49:38.480 INFO [stderr] 1036 | rt_alloc_excess_used!(rt_pow2_512bytes_2align_alloc_excess_used, 512, 2); Dec 18 14:49:38.480 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.480 INFO [stderr] Dec 18 14:49:38.480 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.480 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.480 INFO [stderr] | Dec 18 14:49:38.480 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.480 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.480 INFO [stderr] ... Dec 18 14:49:38.480 INFO [stderr] 1036 | rt_alloc_excess_used!(rt_pow2_512bytes_2align_alloc_excess_used, 512, 2); Dec 18 14:49:38.480 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.480 INFO [stderr] | Dec 18 14:49:38.480 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.480 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.480 INFO [stderr] | Dec 18 14:49:38.480 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.480 INFO [stderr] | Dec 18 14:49:38.480 INFO [stderr] Dec 18 14:49:38.480 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.480 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.480 INFO [stderr] | Dec 18 14:49:38.480 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.480 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.480 INFO [stderr] ... Dec 18 14:49:38.480 INFO [stderr] 1049 | rt_alloc_excess_used!(rt_pow2_1024bytes_2align_alloc_excess_used, 1024, 2); Dec 18 14:49:38.480 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.480 INFO [stderr] Dec 18 14:49:38.480 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.480 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.480 INFO [stderr] | Dec 18 14:49:38.480 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.480 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.480 INFO [stderr] ... Dec 18 14:49:38.480 INFO [stderr] 1049 | rt_alloc_excess_used!(rt_pow2_1024bytes_2align_alloc_excess_used, 1024, 2); Dec 18 14:49:38.480 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.480 INFO [stderr] | Dec 18 14:49:38.480 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.480 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.480 INFO [stderr] | Dec 18 14:49:38.480 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.480 INFO [stderr] | Dec 18 14:49:38.480 INFO [stderr] Dec 18 14:49:38.484 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.488 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.488 INFO [stderr] | Dec 18 14:49:38.488 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.488 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.488 INFO [stderr] ... Dec 18 14:49:38.488 INFO [stderr] 1062 | rt_alloc_excess_used!(rt_pow2_2048bytes_2align_alloc_excess_used, 2048, 2); Dec 18 14:49:38.488 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.488 INFO [stderr] Dec 18 14:49:38.488 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.488 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.488 INFO [stderr] | Dec 18 14:49:38.488 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.488 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.488 INFO [stderr] ... Dec 18 14:49:38.488 INFO [stderr] 1062 | rt_alloc_excess_used!(rt_pow2_2048bytes_2align_alloc_excess_used, 2048, 2); Dec 18 14:49:38.488 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.488 INFO [stderr] | Dec 18 14:49:38.488 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.488 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.488 INFO [stderr] | Dec 18 14:49:38.488 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.488 INFO [stderr] | Dec 18 14:49:38.488 INFO [stderr] Dec 18 14:49:38.488 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.488 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.488 INFO [stderr] | Dec 18 14:49:38.488 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.488 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.488 INFO [stderr] ... Dec 18 14:49:38.488 INFO [stderr] 1075 | rt_alloc_excess_used!(rt_pow2_4096bytes_2align_alloc_excess_used, 4096, 2); Dec 18 14:49:38.488 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.488 INFO [stderr] Dec 18 14:49:38.488 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.488 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.488 INFO [stderr] | Dec 18 14:49:38.488 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.488 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.488 INFO [stderr] ... Dec 18 14:49:38.488 INFO [stderr] 1075 | rt_alloc_excess_used!(rt_pow2_4096bytes_2align_alloc_excess_used, 4096, 2); Dec 18 14:49:38.488 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.488 INFO [stderr] | Dec 18 14:49:38.488 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.488 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.488 INFO [stderr] | Dec 18 14:49:38.488 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.488 INFO [stderr] | Dec 18 14:49:38.488 INFO [stderr] Dec 18 14:49:38.488 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.488 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.489 INFO [stderr] | Dec 18 14:49:38.489 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.489 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.489 INFO [stderr] ... Dec 18 14:49:38.489 INFO [stderr] 1088 | rt_alloc_excess_used!(rt_pow2_8192bytes_2align_alloc_excess_used, 8192, 2); Dec 18 14:49:38.489 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.489 INFO [stderr] Dec 18 14:49:38.489 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.489 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.489 INFO [stderr] | Dec 18 14:49:38.489 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.489 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.489 INFO [stderr] ... Dec 18 14:49:38.489 INFO [stderr] 1088 | rt_alloc_excess_used!(rt_pow2_8192bytes_2align_alloc_excess_used, 8192, 2); Dec 18 14:49:38.489 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.489 INFO [stderr] | Dec 18 14:49:38.489 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.489 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.489 INFO [stderr] | Dec 18 14:49:38.489 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.489 INFO [stderr] | Dec 18 14:49:38.489 INFO [stderr] Dec 18 14:49:38.496 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.496 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.496 INFO [stderr] | Dec 18 14:49:38.496 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.496 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.496 INFO [stderr] ... Dec 18 14:49:38.496 INFO [stderr] 1101 | rt_alloc_excess_used!(rt_pow2_16384bytes_2align_alloc_excess_used, 16384, 2); Dec 18 14:49:38.496 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.496 INFO [stderr] Dec 18 14:49:38.496 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.496 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.496 INFO [stderr] | Dec 18 14:49:38.496 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.496 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.496 INFO [stderr] ... Dec 18 14:49:38.496 INFO [stderr] 1101 | rt_alloc_excess_used!(rt_pow2_16384bytes_2align_alloc_excess_used, 16384, 2); Dec 18 14:49:38.496 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.496 INFO [stderr] | Dec 18 14:49:38.496 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.496 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.496 INFO [stderr] | Dec 18 14:49:38.496 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.496 INFO [stderr] | Dec 18 14:49:38.496 INFO [stderr] Dec 18 14:49:38.496 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.496 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.496 INFO [stderr] | Dec 18 14:49:38.496 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.496 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.496 INFO [stderr] ... Dec 18 14:49:38.496 INFO [stderr] 1114 | rt_alloc_excess_used!(rt_pow2_32768bytes_2align_alloc_excess_used, 32768, 2); Dec 18 14:49:38.496 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.496 INFO [stderr] Dec 18 14:49:38.496 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.496 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.496 INFO [stderr] | Dec 18 14:49:38.496 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.496 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.496 INFO [stderr] ... Dec 18 14:49:38.496 INFO [stderr] 1114 | rt_alloc_excess_used!(rt_pow2_32768bytes_2align_alloc_excess_used, 32768, 2); Dec 18 14:49:38.496 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.496 INFO [stderr] | Dec 18 14:49:38.496 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.496 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.496 INFO [stderr] | Dec 18 14:49:38.496 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.496 INFO [stderr] | Dec 18 14:49:38.496 INFO [stderr] Dec 18 14:49:38.496 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.496 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.496 INFO [stderr] | Dec 18 14:49:38.496 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.496 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.496 INFO [stderr] ... Dec 18 14:49:38.497 INFO [stderr] 1127 | rt_alloc_excess_used!(rt_pow2_65536bytes_2align_alloc_excess_used, 65536, 2); Dec 18 14:49:38.497 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.497 INFO [stderr] Dec 18 14:49:38.497 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.497 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.497 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.497 INFO [stderr] ... Dec 18 14:49:38.497 INFO [stderr] 1127 | rt_alloc_excess_used!(rt_pow2_65536bytes_2align_alloc_excess_used, 65536, 2); Dec 18 14:49:38.497 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.497 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] Dec 18 14:49:38.497 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.497 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.497 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.497 INFO [stderr] ... Dec 18 14:49:38.497 INFO [stderr] 1140 | rt_alloc_excess_used!(rt_pow2_131072bytes_2align_alloc_excess_used, 131072, 2); Dec 18 14:49:38.497 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.497 INFO [stderr] Dec 18 14:49:38.497 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.497 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.497 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.497 INFO [stderr] ... Dec 18 14:49:38.497 INFO [stderr] 1140 | rt_alloc_excess_used!(rt_pow2_131072bytes_2align_alloc_excess_used, 131072, 2); Dec 18 14:49:38.497 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.497 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] Dec 18 14:49:38.497 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.497 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.497 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.497 INFO [stderr] ... Dec 18 14:49:38.497 INFO [stderr] 1153 | rt_alloc_excess_used!(rt_pow2_4194304bytes_2align_alloc_excess_used, 4194304, 2); Dec 18 14:49:38.497 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.497 INFO [stderr] Dec 18 14:49:38.497 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.497 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.497 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.497 INFO [stderr] ... Dec 18 14:49:38.497 INFO [stderr] 1153 | rt_alloc_excess_used!(rt_pow2_4194304bytes_2align_alloc_excess_used, 4194304, 2); Dec 18 14:49:38.497 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.497 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] Dec 18 14:49:38.497 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.497 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.497 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.497 INFO [stderr] ... Dec 18 14:49:38.497 INFO [stderr] 1167 | rt_alloc_excess_used!(rt_even_10bytes_2align_alloc_excess_used, 10, 2); Dec 18 14:49:38.497 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.497 INFO [stderr] Dec 18 14:49:38.497 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.497 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.497 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.497 INFO [stderr] ... Dec 18 14:49:38.497 INFO [stderr] 1167 | rt_alloc_excess_used!(rt_even_10bytes_2align_alloc_excess_used, 10, 2); Dec 18 14:49:38.497 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.497 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.497 INFO [stderr] | Dec 18 14:49:38.497 INFO [stderr] Dec 18 14:49:38.504 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.508 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.508 INFO [stderr] | Dec 18 14:49:38.508 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.508 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.508 INFO [stderr] ... Dec 18 14:49:38.508 INFO [stderr] 1180 | rt_alloc_excess_used!(rt_even_100bytes_2align_alloc_excess_used, 100, 2); Dec 18 14:49:38.508 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.508 INFO [stderr] Dec 18 14:49:38.508 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.508 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.508 INFO [stderr] | Dec 18 14:49:38.508 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.508 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.508 INFO [stderr] ... Dec 18 14:49:38.508 INFO [stderr] 1180 | rt_alloc_excess_used!(rt_even_100bytes_2align_alloc_excess_used, 100, 2); Dec 18 14:49:38.508 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.508 INFO [stderr] | Dec 18 14:49:38.508 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.508 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.508 INFO [stderr] | Dec 18 14:49:38.508 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.508 INFO [stderr] | Dec 18 14:49:38.508 INFO [stderr] Dec 18 14:49:38.508 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.508 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.508 INFO [stderr] | Dec 18 14:49:38.508 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.508 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.508 INFO [stderr] ... Dec 18 14:49:38.508 INFO [stderr] 1193 | rt_alloc_excess_used!(rt_even_1000bytes_2align_alloc_excess_used, 1000, 2); Dec 18 14:49:38.508 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.508 INFO [stderr] Dec 18 14:49:38.508 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.508 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.508 INFO [stderr] | Dec 18 14:49:38.508 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.508 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.508 INFO [stderr] ... Dec 18 14:49:38.508 INFO [stderr] 1193 | rt_alloc_excess_used!(rt_even_1000bytes_2align_alloc_excess_used, 1000, 2); Dec 18 14:49:38.508 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.508 INFO [stderr] | Dec 18 14:49:38.508 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.508 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.508 INFO [stderr] | Dec 18 14:49:38.508 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.508 INFO [stderr] | Dec 18 14:49:38.508 INFO [stderr] Dec 18 14:49:38.508 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.508 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.508 INFO [stderr] | Dec 18 14:49:38.508 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.508 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.509 INFO [stderr] ... Dec 18 14:49:38.509 INFO [stderr] 1206 | rt_alloc_excess_used!(rt_even_10000bytes_2align_alloc_excess_used, 10000, 2); Dec 18 14:49:38.509 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.509 INFO [stderr] Dec 18 14:49:38.509 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.509 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.509 INFO [stderr] | Dec 18 14:49:38.509 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.509 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.509 INFO [stderr] ... Dec 18 14:49:38.509 INFO [stderr] 1206 | rt_alloc_excess_used!(rt_even_10000bytes_2align_alloc_excess_used, 10000, 2); Dec 18 14:49:38.509 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.509 INFO [stderr] | Dec 18 14:49:38.509 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.509 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.509 INFO [stderr] | Dec 18 14:49:38.509 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.509 INFO [stderr] | Dec 18 14:49:38.509 INFO [stderr] Dec 18 14:49:38.509 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.509 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.509 INFO [stderr] | Dec 18 14:49:38.509 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.509 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.509 INFO [stderr] ... Dec 18 14:49:38.509 INFO [stderr] 1219 | rt_alloc_excess_used!(rt_even_100000bytes_2align_alloc_excess_used, 100000, 2); Dec 18 14:49:38.509 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.509 INFO [stderr] Dec 18 14:49:38.509 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.509 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.509 INFO [stderr] | Dec 18 14:49:38.509 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.509 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.509 INFO [stderr] ... Dec 18 14:49:38.509 INFO [stderr] 1219 | rt_alloc_excess_used!(rt_even_100000bytes_2align_alloc_excess_used, 100000, 2); Dec 18 14:49:38.509 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.509 INFO [stderr] | Dec 18 14:49:38.509 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.509 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.509 INFO [stderr] | Dec 18 14:49:38.509 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.509 INFO [stderr] | Dec 18 14:49:38.509 INFO [stderr] Dec 18 14:49:38.509 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.509 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.509 INFO [stderr] | Dec 18 14:49:38.509 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.509 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.509 INFO [stderr] ... Dec 18 14:49:38.509 INFO [stderr] 1232 | rt_alloc_excess_used!(rt_even_1000000bytes_2align_alloc_excess_used, 1000000, 2); Dec 18 14:49:38.509 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.509 INFO [stderr] Dec 18 14:49:38.509 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.509 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.509 INFO [stderr] | Dec 18 14:49:38.509 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.509 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.509 INFO [stderr] ... Dec 18 14:49:38.509 INFO [stderr] 1232 | rt_alloc_excess_used!(rt_even_1000000bytes_2align_alloc_excess_used, 1000000, 2); Dec 18 14:49:38.509 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.509 INFO [stderr] | Dec 18 14:49:38.509 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.509 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.509 INFO [stderr] | Dec 18 14:49:38.509 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.509 INFO [stderr] | Dec 18 14:49:38.509 INFO [stderr] Dec 18 14:49:38.509 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.509 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.509 INFO [stderr] | Dec 18 14:49:38.509 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.509 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.509 INFO [stderr] ... Dec 18 14:49:38.509 INFO [stderr] 1246 | rt_alloc_excess_used!(rt_odd_10bytes_2align_alloc_excess_used, 10- 1, 2); Dec 18 14:49:38.509 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.509 INFO [stderr] Dec 18 14:49:38.509 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.509 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.509 INFO [stderr] | Dec 18 14:49:38.509 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.509 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.509 INFO [stderr] ... Dec 18 14:49:38.509 INFO [stderr] 1246 | rt_alloc_excess_used!(rt_odd_10bytes_2align_alloc_excess_used, 10- 1, 2); Dec 18 14:49:38.509 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.509 INFO [stderr] | Dec 18 14:49:38.509 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.509 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.509 INFO [stderr] | Dec 18 14:49:38.510 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.510 INFO [stderr] | Dec 18 14:49:38.510 INFO [stderr] Dec 18 14:49:38.510 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.510 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.510 INFO [stderr] | Dec 18 14:49:38.510 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.510 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.510 INFO [stderr] ... Dec 18 14:49:38.510 INFO [stderr] 1259 | rt_alloc_excess_used!(rt_odd_100bytes_2align_alloc_excess_used, 100- 1, 2); Dec 18 14:49:38.510 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.510 INFO [stderr] Dec 18 14:49:38.510 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.510 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.510 INFO [stderr] | Dec 18 14:49:38.510 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.510 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.510 INFO [stderr] ... Dec 18 14:49:38.510 INFO [stderr] 1259 | rt_alloc_excess_used!(rt_odd_100bytes_2align_alloc_excess_used, 100- 1, 2); Dec 18 14:49:38.510 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.510 INFO [stderr] | Dec 18 14:49:38.510 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.510 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.510 INFO [stderr] | Dec 18 14:49:38.510 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.510 INFO [stderr] | Dec 18 14:49:38.510 INFO [stderr] Dec 18 14:49:38.516 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.520 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.520 INFO [stderr] | Dec 18 14:49:38.520 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.520 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.520 INFO [stderr] ... Dec 18 14:49:38.520 INFO [stderr] 1272 | rt_alloc_excess_used!(rt_odd_1000bytes_2align_alloc_excess_used, 1000- 1, 2); Dec 18 14:49:38.520 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.520 INFO [stderr] Dec 18 14:49:38.520 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.520 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.520 INFO [stderr] | Dec 18 14:49:38.520 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.520 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.520 INFO [stderr] ... Dec 18 14:49:38.520 INFO [stderr] 1272 | rt_alloc_excess_used!(rt_odd_1000bytes_2align_alloc_excess_used, 1000- 1, 2); Dec 18 14:49:38.520 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.520 INFO [stderr] | Dec 18 14:49:38.520 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.520 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.520 INFO [stderr] | Dec 18 14:49:38.520 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.520 INFO [stderr] | Dec 18 14:49:38.520 INFO [stderr] Dec 18 14:49:38.520 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.520 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.520 INFO [stderr] | Dec 18 14:49:38.520 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.520 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.520 INFO [stderr] ... Dec 18 14:49:38.520 INFO [stderr] 1285 | rt_alloc_excess_used!(rt_odd_10000bytes_2align_alloc_excess_used, 10000- 1, 2); Dec 18 14:49:38.520 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.520 INFO [stderr] Dec 18 14:49:38.520 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.520 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.520 INFO [stderr] | Dec 18 14:49:38.520 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.520 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.520 INFO [stderr] ... Dec 18 14:49:38.520 INFO [stderr] 1285 | rt_alloc_excess_used!(rt_odd_10000bytes_2align_alloc_excess_used, 10000- 1, 2); Dec 18 14:49:38.520 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.520 INFO [stderr] | Dec 18 14:49:38.520 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.520 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.520 INFO [stderr] | Dec 18 14:49:38.520 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.520 INFO [stderr] | Dec 18 14:49:38.520 INFO [stderr] Dec 18 14:49:38.520 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.520 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.520 INFO [stderr] | Dec 18 14:49:38.520 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.520 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.521 INFO [stderr] ... Dec 18 14:49:38.521 INFO [stderr] 1298 | rt_alloc_excess_used!(rt_odd_100000bytes_2align_alloc_excess_used, 100000- 1, 2); Dec 18 14:49:38.521 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.521 INFO [stderr] Dec 18 14:49:38.521 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.521 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.521 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.521 INFO [stderr] ... Dec 18 14:49:38.521 INFO [stderr] 1298 | rt_alloc_excess_used!(rt_odd_100000bytes_2align_alloc_excess_used, 100000- 1, 2); Dec 18 14:49:38.521 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.521 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] Dec 18 14:49:38.521 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.521 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.521 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.521 INFO [stderr] ... Dec 18 14:49:38.521 INFO [stderr] 1311 | rt_alloc_excess_used!(rt_odd_1000000bytes_2align_alloc_excess_used, 1000000- 1, 2); Dec 18 14:49:38.521 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.521 INFO [stderr] Dec 18 14:49:38.521 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.521 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.521 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.521 INFO [stderr] ... Dec 18 14:49:38.521 INFO [stderr] 1311 | rt_alloc_excess_used!(rt_odd_1000000bytes_2align_alloc_excess_used, 1000000- 1, 2); Dec 18 14:49:38.521 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.521 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] Dec 18 14:49:38.521 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.521 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.521 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.521 INFO [stderr] ... Dec 18 14:49:38.521 INFO [stderr] 1325 | rt_alloc_excess_used!(rt_primes_3bytes_2align_alloc_excess_used, 3, 2); Dec 18 14:49:38.521 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.521 INFO [stderr] Dec 18 14:49:38.521 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.521 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.521 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.521 INFO [stderr] ... Dec 18 14:49:38.521 INFO [stderr] 1325 | rt_alloc_excess_used!(rt_primes_3bytes_2align_alloc_excess_used, 3, 2); Dec 18 14:49:38.521 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.521 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] Dec 18 14:49:38.521 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.521 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.521 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.521 INFO [stderr] ... Dec 18 14:49:38.521 INFO [stderr] 1338 | rt_alloc_excess_used!(rt_primes_7bytes_2align_alloc_excess_used, 7, 2); Dec 18 14:49:38.521 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.521 INFO [stderr] Dec 18 14:49:38.521 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.521 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.521 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.521 INFO [stderr] ... Dec 18 14:49:38.521 INFO [stderr] 1338 | rt_alloc_excess_used!(rt_primes_7bytes_2align_alloc_excess_used, 7, 2); Dec 18 14:49:38.521 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.521 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.521 INFO [stderr] | Dec 18 14:49:38.521 INFO [stderr] Dec 18 14:49:38.528 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.532 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.536 INFO [stderr] | Dec 18 14:49:38.536 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.536 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.536 INFO [stderr] ... Dec 18 14:49:38.536 INFO [stderr] 1351 | rt_alloc_excess_used!(rt_primes_13bytes_2align_alloc_excess_used, 13, 2); Dec 18 14:49:38.536 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.536 INFO [stderr] Dec 18 14:49:38.536 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.536 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.536 INFO [stderr] | Dec 18 14:49:38.536 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.536 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.536 INFO [stderr] ... Dec 18 14:49:38.536 INFO [stderr] 1351 | rt_alloc_excess_used!(rt_primes_13bytes_2align_alloc_excess_used, 13, 2); Dec 18 14:49:38.536 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.536 INFO [stderr] | Dec 18 14:49:38.536 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.536 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.536 INFO [stderr] | Dec 18 14:49:38.536 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.536 INFO [stderr] | Dec 18 14:49:38.536 INFO [stderr] Dec 18 14:49:38.536 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.536 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.536 INFO [stderr] | Dec 18 14:49:38.536 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.536 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.536 INFO [stderr] ... Dec 18 14:49:38.536 INFO [stderr] 1364 | rt_alloc_excess_used!(rt_primes_17bytes_2align_alloc_excess_used, 17, 2); Dec 18 14:49:38.536 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.536 INFO [stderr] Dec 18 14:49:38.536 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.536 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.536 INFO [stderr] | Dec 18 14:49:38.536 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.536 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.536 INFO [stderr] ... Dec 18 14:49:38.536 INFO [stderr] 1364 | rt_alloc_excess_used!(rt_primes_17bytes_2align_alloc_excess_used, 17, 2); Dec 18 14:49:38.536 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.536 INFO [stderr] | Dec 18 14:49:38.536 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.536 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.536 INFO [stderr] | Dec 18 14:49:38.536 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.536 INFO [stderr] | Dec 18 14:49:38.536 INFO [stderr] Dec 18 14:49:38.536 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.536 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.536 INFO [stderr] | Dec 18 14:49:38.537 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.537 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.537 INFO [stderr] ... Dec 18 14:49:38.537 INFO [stderr] 1377 | rt_alloc_excess_used!(rt_primes_31bytes_2align_alloc_excess_used, 31, 2); Dec 18 14:49:38.537 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.537 INFO [stderr] Dec 18 14:49:38.537 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.537 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.537 INFO [stderr] | Dec 18 14:49:38.537 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.537 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.537 INFO [stderr] ... Dec 18 14:49:38.537 INFO [stderr] 1377 | rt_alloc_excess_used!(rt_primes_31bytes_2align_alloc_excess_used, 31, 2); Dec 18 14:49:38.537 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.537 INFO [stderr] | Dec 18 14:49:38.537 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.537 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.537 INFO [stderr] | Dec 18 14:49:38.537 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.537 INFO [stderr] | Dec 18 14:49:38.537 INFO [stderr] Dec 18 14:49:38.537 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.537 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.537 INFO [stderr] | Dec 18 14:49:38.537 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.537 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.537 INFO [stderr] ... Dec 18 14:49:38.537 INFO [stderr] 1390 | rt_alloc_excess_used!(rt_primes_61bytes_2align_alloc_excess_used, 61, 2); Dec 18 14:49:38.537 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.537 INFO [stderr] Dec 18 14:49:38.537 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.537 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.537 INFO [stderr] | Dec 18 14:49:38.537 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.537 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.537 INFO [stderr] ... Dec 18 14:49:38.537 INFO [stderr] 1390 | rt_alloc_excess_used!(rt_primes_61bytes_2align_alloc_excess_used, 61, 2); Dec 18 14:49:38.537 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.537 INFO [stderr] | Dec 18 14:49:38.537 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.537 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.537 INFO [stderr] | Dec 18 14:49:38.537 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.537 INFO [stderr] | Dec 18 14:49:38.537 INFO [stderr] Dec 18 14:49:38.537 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.537 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.537 INFO [stderr] | Dec 18 14:49:38.537 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.537 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.537 INFO [stderr] ... Dec 18 14:49:38.537 INFO [stderr] 1403 | rt_alloc_excess_used!(rt_primes_96bytes_2align_alloc_excess_used, 96, 2); Dec 18 14:49:38.537 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.537 INFO [stderr] Dec 18 14:49:38.537 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.537 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.537 INFO [stderr] | Dec 18 14:49:38.537 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.537 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.537 INFO [stderr] ... Dec 18 14:49:38.537 INFO [stderr] 1403 | rt_alloc_excess_used!(rt_primes_96bytes_2align_alloc_excess_used, 96, 2); Dec 18 14:49:38.537 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.537 INFO [stderr] | Dec 18 14:49:38.537 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.537 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.537 INFO [stderr] | Dec 18 14:49:38.537 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.537 INFO [stderr] | Dec 18 14:49:38.537 INFO [stderr] Dec 18 14:49:38.537 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.537 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.537 INFO [stderr] | Dec 18 14:49:38.537 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.537 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.537 INFO [stderr] ... Dec 18 14:49:38.537 INFO [stderr] 1416 | rt_alloc_excess_used!(rt_primes_127bytes_2align_alloc_excess_used, 127, 2); Dec 18 14:49:38.537 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.537 INFO [stderr] Dec 18 14:49:38.537 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.537 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.537 INFO [stderr] | Dec 18 14:49:38.537 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.537 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.537 INFO [stderr] ... Dec 18 14:49:38.537 INFO [stderr] 1416 | rt_alloc_excess_used!(rt_primes_127bytes_2align_alloc_excess_used, 127, 2); Dec 18 14:49:38.537 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.537 INFO [stderr] | Dec 18 14:49:38.537 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.537 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.538 INFO [stderr] | Dec 18 14:49:38.538 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.538 INFO [stderr] | Dec 18 14:49:38.538 INFO [stderr] Dec 18 14:49:38.538 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.538 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.538 INFO [stderr] | Dec 18 14:49:38.538 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.538 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.538 INFO [stderr] ... Dec 18 14:49:38.538 INFO [stderr] 1429 | rt_alloc_excess_used!(rt_primes_257bytes_2align_alloc_excess_used, 257, 2); Dec 18 14:49:38.538 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.538 INFO [stderr] Dec 18 14:49:38.538 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.538 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.538 INFO [stderr] | Dec 18 14:49:38.538 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.538 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.538 INFO [stderr] ... Dec 18 14:49:38.538 INFO [stderr] 1429 | rt_alloc_excess_used!(rt_primes_257bytes_2align_alloc_excess_used, 257, 2); Dec 18 14:49:38.538 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.538 INFO [stderr] | Dec 18 14:49:38.538 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.538 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.538 INFO [stderr] | Dec 18 14:49:38.538 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.538 INFO [stderr] | Dec 18 14:49:38.538 INFO [stderr] Dec 18 14:49:38.538 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.538 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.538 INFO [stderr] | Dec 18 14:49:38.538 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.538 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.538 INFO [stderr] ... Dec 18 14:49:38.538 INFO [stderr] 1442 | rt_alloc_excess_used!(rt_primes_509bytes_2align_alloc_excess_used, 509, 2); Dec 18 14:49:38.538 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.538 INFO [stderr] Dec 18 14:49:38.538 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.538 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.538 INFO [stderr] | Dec 18 14:49:38.538 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.538 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.538 INFO [stderr] ... Dec 18 14:49:38.538 INFO [stderr] 1442 | rt_alloc_excess_used!(rt_primes_509bytes_2align_alloc_excess_used, 509, 2); Dec 18 14:49:38.538 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.538 INFO [stderr] | Dec 18 14:49:38.538 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.538 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.538 INFO [stderr] | Dec 18 14:49:38.538 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.538 INFO [stderr] | Dec 18 14:49:38.538 INFO [stderr] Dec 18 14:49:38.538 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.538 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.538 INFO [stderr] | Dec 18 14:49:38.538 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.538 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.538 INFO [stderr] ... Dec 18 14:49:38.538 INFO [stderr] 1455 | rt_alloc_excess_used!(rt_primes_1021bytes_2align_alloc_excess_used, 1021, 2); Dec 18 14:49:38.538 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.538 INFO [stderr] Dec 18 14:49:38.538 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.538 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.538 INFO [stderr] | Dec 18 14:49:38.538 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.538 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.538 INFO [stderr] ... Dec 18 14:49:38.538 INFO [stderr] 1455 | rt_alloc_excess_used!(rt_primes_1021bytes_2align_alloc_excess_used, 1021, 2); Dec 18 14:49:38.538 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.538 INFO [stderr] | Dec 18 14:49:38.538 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.538 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.538 INFO [stderr] | Dec 18 14:49:38.538 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.538 INFO [stderr] | Dec 18 14:49:38.538 INFO [stderr] Dec 18 14:49:38.544 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.544 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.544 INFO [stderr] | Dec 18 14:49:38.544 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.544 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.544 INFO [stderr] ... Dec 18 14:49:38.544 INFO [stderr] 1468 | rt_alloc_excess_used!(rt_primes_2039bytes_2align_alloc_excess_used, 2039, 2); Dec 18 14:49:38.544 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.544 INFO [stderr] Dec 18 14:49:38.544 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.544 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.544 INFO [stderr] | Dec 18 14:49:38.544 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.544 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.544 INFO [stderr] ... Dec 18 14:49:38.544 INFO [stderr] 1468 | rt_alloc_excess_used!(rt_primes_2039bytes_2align_alloc_excess_used, 2039, 2); Dec 18 14:49:38.544 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.544 INFO [stderr] | Dec 18 14:49:38.544 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.544 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.544 INFO [stderr] | Dec 18 14:49:38.544 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.544 INFO [stderr] | Dec 18 14:49:38.544 INFO [stderr] Dec 18 14:49:38.544 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.544 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.544 INFO [stderr] | Dec 18 14:49:38.544 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.544 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.544 INFO [stderr] ... Dec 18 14:49:38.544 INFO [stderr] 1481 | rt_alloc_excess_used!(rt_primes_4093bytes_2align_alloc_excess_used, 4093, 2); Dec 18 14:49:38.544 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.544 INFO [stderr] Dec 18 14:49:38.544 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.544 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.544 INFO [stderr] | Dec 18 14:49:38.544 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.544 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.544 INFO [stderr] ... Dec 18 14:49:38.544 INFO [stderr] 1481 | rt_alloc_excess_used!(rt_primes_4093bytes_2align_alloc_excess_used, 4093, 2); Dec 18 14:49:38.544 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.544 INFO [stderr] | Dec 18 14:49:38.544 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.544 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.544 INFO [stderr] | Dec 18 14:49:38.544 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.544 INFO [stderr] | Dec 18 14:49:38.544 INFO [stderr] Dec 18 14:49:38.544 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.544 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.544 INFO [stderr] | Dec 18 14:49:38.544 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.544 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.545 INFO [stderr] ... Dec 18 14:49:38.545 INFO [stderr] 1494 | rt_alloc_excess_used!(rt_primes_8191bytes_2align_alloc_excess_used, 8191, 2); Dec 18 14:49:38.545 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.545 INFO [stderr] Dec 18 14:49:38.545 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.545 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.545 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.545 INFO [stderr] ... Dec 18 14:49:38.545 INFO [stderr] 1494 | rt_alloc_excess_used!(rt_primes_8191bytes_2align_alloc_excess_used, 8191, 2); Dec 18 14:49:38.545 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.545 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] Dec 18 14:49:38.545 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.545 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.545 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.545 INFO [stderr] ... Dec 18 14:49:38.545 INFO [stderr] 1507 | rt_alloc_excess_used!(rt_primes_16381bytes_2align_alloc_excess_used, 16381, 2); Dec 18 14:49:38.545 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.545 INFO [stderr] Dec 18 14:49:38.545 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.545 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.545 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.545 INFO [stderr] ... Dec 18 14:49:38.545 INFO [stderr] 1507 | rt_alloc_excess_used!(rt_primes_16381bytes_2align_alloc_excess_used, 16381, 2); Dec 18 14:49:38.545 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.545 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] Dec 18 14:49:38.545 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.545 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.545 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.545 INFO [stderr] ... Dec 18 14:49:38.545 INFO [stderr] 1520 | rt_alloc_excess_used!(rt_primes_32749bytes_2align_alloc_excess_used, 32749, 2); Dec 18 14:49:38.545 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.545 INFO [stderr] Dec 18 14:49:38.545 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.545 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.545 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.545 INFO [stderr] ... Dec 18 14:49:38.545 INFO [stderr] 1520 | rt_alloc_excess_used!(rt_primes_32749bytes_2align_alloc_excess_used, 32749, 2); Dec 18 14:49:38.545 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.545 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] Dec 18 14:49:38.545 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.545 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.545 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.545 INFO [stderr] ... Dec 18 14:49:38.545 INFO [stderr] 1533 | rt_alloc_excess_used!(rt_primes_65537bytes_2align_alloc_excess_used, 65537, 2); Dec 18 14:49:38.545 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.545 INFO [stderr] Dec 18 14:49:38.545 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.545 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.545 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.545 INFO [stderr] ... Dec 18 14:49:38.545 INFO [stderr] 1533 | rt_alloc_excess_used!(rt_primes_65537bytes_2align_alloc_excess_used, 65537, 2); Dec 18 14:49:38.545 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.545 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.545 INFO [stderr] | Dec 18 14:49:38.545 INFO [stderr] Dec 18 14:49:38.552 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.556 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.556 INFO [stderr] | Dec 18 14:49:38.556 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.556 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.556 INFO [stderr] ... Dec 18 14:49:38.556 INFO [stderr] 1546 | rt_alloc_excess_used!(rt_primes_131071bytes_2align_alloc_excess_used, 131071, 2); Dec 18 14:49:38.556 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.556 INFO [stderr] Dec 18 14:49:38.556 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.556 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.556 INFO [stderr] | Dec 18 14:49:38.556 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.556 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.556 INFO [stderr] ... Dec 18 14:49:38.556 INFO [stderr] 1546 | rt_alloc_excess_used!(rt_primes_131071bytes_2align_alloc_excess_used, 131071, 2); Dec 18 14:49:38.556 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.556 INFO [stderr] | Dec 18 14:49:38.556 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.556 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.556 INFO [stderr] | Dec 18 14:49:38.556 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.556 INFO [stderr] | Dec 18 14:49:38.556 INFO [stderr] Dec 18 14:49:38.556 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.556 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.556 INFO [stderr] | Dec 18 14:49:38.556 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.556 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.556 INFO [stderr] ... Dec 18 14:49:38.556 INFO [stderr] 1559 | rt_alloc_excess_used!(rt_primes_4194301bytes_2align_alloc_excess_used, 4194301, 2); Dec 18 14:49:38.556 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.556 INFO [stderr] Dec 18 14:49:38.556 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.556 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.556 INFO [stderr] | Dec 18 14:49:38.556 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.556 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.556 INFO [stderr] ... Dec 18 14:49:38.556 INFO [stderr] 1559 | rt_alloc_excess_used!(rt_primes_4194301bytes_2align_alloc_excess_used, 4194301, 2); Dec 18 14:49:38.556 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.556 INFO [stderr] | Dec 18 14:49:38.556 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.556 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.556 INFO [stderr] | Dec 18 14:49:38.556 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.556 INFO [stderr] | Dec 18 14:49:38.556 INFO [stderr] Dec 18 14:49:38.556 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.557 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.557 INFO [stderr] | Dec 18 14:49:38.557 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.557 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.557 INFO [stderr] ... Dec 18 14:49:38.557 INFO [stderr] 1575 | rt_alloc_excess_used!(rt_pow2_1bytes_4align_alloc_excess_used, 1, 4); Dec 18 14:49:38.557 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.557 INFO [stderr] Dec 18 14:49:38.557 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.557 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.557 INFO [stderr] | Dec 18 14:49:38.557 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.557 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.557 INFO [stderr] ... Dec 18 14:49:38.557 INFO [stderr] 1575 | rt_alloc_excess_used!(rt_pow2_1bytes_4align_alloc_excess_used, 1, 4); Dec 18 14:49:38.557 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.557 INFO [stderr] | Dec 18 14:49:38.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.557 INFO [stderr] | Dec 18 14:49:38.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.557 INFO [stderr] | Dec 18 14:49:38.557 INFO [stderr] Dec 18 14:49:38.557 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.557 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.557 INFO [stderr] | Dec 18 14:49:38.557 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.557 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.557 INFO [stderr] ... Dec 18 14:49:38.557 INFO [stderr] 1588 | rt_alloc_excess_used!(rt_pow2_2bytes_4align_alloc_excess_used, 2, 4); Dec 18 14:49:38.557 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.557 INFO [stderr] Dec 18 14:49:38.557 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.557 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.557 INFO [stderr] | Dec 18 14:49:38.557 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.557 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.557 INFO [stderr] ... Dec 18 14:49:38.557 INFO [stderr] 1588 | rt_alloc_excess_used!(rt_pow2_2bytes_4align_alloc_excess_used, 2, 4); Dec 18 14:49:38.557 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.557 INFO [stderr] | Dec 18 14:49:38.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.557 INFO [stderr] | Dec 18 14:49:38.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.557 INFO [stderr] | Dec 18 14:49:38.557 INFO [stderr] Dec 18 14:49:38.557 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.557 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.557 INFO [stderr] | Dec 18 14:49:38.557 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.557 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.557 INFO [stderr] ... Dec 18 14:49:38.557 INFO [stderr] 1601 | rt_alloc_excess_used!(rt_pow2_4bytes_4align_alloc_excess_used, 4, 4); Dec 18 14:49:38.557 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.557 INFO [stderr] Dec 18 14:49:38.557 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.557 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.557 INFO [stderr] | Dec 18 14:49:38.557 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.557 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.557 INFO [stderr] ... Dec 18 14:49:38.557 INFO [stderr] 1601 | rt_alloc_excess_used!(rt_pow2_4bytes_4align_alloc_excess_used, 4, 4); Dec 18 14:49:38.557 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.557 INFO [stderr] | Dec 18 14:49:38.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.557 INFO [stderr] | Dec 18 14:49:38.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.557 INFO [stderr] | Dec 18 14:49:38.557 INFO [stderr] Dec 18 14:49:38.557 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.557 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.557 INFO [stderr] | Dec 18 14:49:38.557 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.557 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.557 INFO [stderr] ... Dec 18 14:49:38.557 INFO [stderr] 1614 | rt_alloc_excess_used!(rt_pow2_8bytes_4align_alloc_excess_used, 8, 4); Dec 18 14:49:38.557 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.557 INFO [stderr] Dec 18 14:49:38.557 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.557 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.557 INFO [stderr] | Dec 18 14:49:38.557 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.557 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.557 INFO [stderr] ... Dec 18 14:49:38.557 INFO [stderr] 1614 | rt_alloc_excess_used!(rt_pow2_8bytes_4align_alloc_excess_used, 8, 4); Dec 18 14:49:38.557 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.557 INFO [stderr] | Dec 18 14:49:38.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.558 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.558 INFO [stderr] | Dec 18 14:49:38.558 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.558 INFO [stderr] | Dec 18 14:49:38.558 INFO [stderr] Dec 18 14:49:38.558 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.558 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.558 INFO [stderr] | Dec 18 14:49:38.558 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.558 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.558 INFO [stderr] ... Dec 18 14:49:38.558 INFO [stderr] 1627 | rt_alloc_excess_used!(rt_pow2_16bytes_4align_alloc_excess_used, 16, 4); Dec 18 14:49:38.558 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.558 INFO [stderr] Dec 18 14:49:38.558 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.558 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.558 INFO [stderr] | Dec 18 14:49:38.558 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.558 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.558 INFO [stderr] ... Dec 18 14:49:38.558 INFO [stderr] 1627 | rt_alloc_excess_used!(rt_pow2_16bytes_4align_alloc_excess_used, 16, 4); Dec 18 14:49:38.558 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.558 INFO [stderr] | Dec 18 14:49:38.558 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.558 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.558 INFO [stderr] | Dec 18 14:49:38.558 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.558 INFO [stderr] | Dec 18 14:49:38.558 INFO [stderr] Dec 18 14:49:38.558 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.558 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.558 INFO [stderr] | Dec 18 14:49:38.558 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.558 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.558 INFO [stderr] ... Dec 18 14:49:38.558 INFO [stderr] 1640 | rt_alloc_excess_used!(rt_pow2_32bytes_4align_alloc_excess_used, 32, 4); Dec 18 14:49:38.558 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.558 INFO [stderr] Dec 18 14:49:38.564 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.564 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.564 INFO [stderr] | Dec 18 14:49:38.564 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.564 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.564 INFO [stderr] ... Dec 18 14:49:38.564 INFO [stderr] 1640 | rt_alloc_excess_used!(rt_pow2_32bytes_4align_alloc_excess_used, 32, 4); Dec 18 14:49:38.564 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.564 INFO [stderr] | Dec 18 14:49:38.564 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.564 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.564 INFO [stderr] | Dec 18 14:49:38.564 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.564 INFO [stderr] | Dec 18 14:49:38.564 INFO [stderr] Dec 18 14:49:38.564 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.564 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.564 INFO [stderr] | Dec 18 14:49:38.564 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.564 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.564 INFO [stderr] ... Dec 18 14:49:38.564 INFO [stderr] 1653 | rt_alloc_excess_used!(rt_pow2_64bytes_4align_alloc_excess_used, 64, 4); Dec 18 14:49:38.564 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.564 INFO [stderr] Dec 18 14:49:38.564 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.564 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.564 INFO [stderr] | Dec 18 14:49:38.564 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.564 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.564 INFO [stderr] ... Dec 18 14:49:38.564 INFO [stderr] 1653 | rt_alloc_excess_used!(rt_pow2_64bytes_4align_alloc_excess_used, 64, 4); Dec 18 14:49:38.564 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.564 INFO [stderr] | Dec 18 14:49:38.564 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.564 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.564 INFO [stderr] | Dec 18 14:49:38.564 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.564 INFO [stderr] | Dec 18 14:49:38.564 INFO [stderr] Dec 18 14:49:38.564 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.564 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.564 INFO [stderr] | Dec 18 14:49:38.564 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.564 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.564 INFO [stderr] ... Dec 18 14:49:38.564 INFO [stderr] 1666 | rt_alloc_excess_used!(rt_pow2_128bytes_4align_alloc_excess_used, 128, 4); Dec 18 14:49:38.564 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.564 INFO [stderr] Dec 18 14:49:38.564 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.564 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.564 INFO [stderr] | Dec 18 14:49:38.564 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.564 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.564 INFO [stderr] ... Dec 18 14:49:38.564 INFO [stderr] 1666 | rt_alloc_excess_used!(rt_pow2_128bytes_4align_alloc_excess_used, 128, 4); Dec 18 14:49:38.564 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.564 INFO [stderr] | Dec 18 14:49:38.564 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.565 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.565 INFO [stderr] | Dec 18 14:49:38.565 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.565 INFO [stderr] | Dec 18 14:49:38.565 INFO [stderr] Dec 18 14:49:38.565 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.565 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.565 INFO [stderr] | Dec 18 14:49:38.565 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.565 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.565 INFO [stderr] ... Dec 18 14:49:38.565 INFO [stderr] 1679 | rt_alloc_excess_used!(rt_pow2_256bytes_4align_alloc_excess_used, 256, 4); Dec 18 14:49:38.565 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.565 INFO [stderr] Dec 18 14:49:38.565 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.565 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.565 INFO [stderr] | Dec 18 14:49:38.565 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.565 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.565 INFO [stderr] ... Dec 18 14:49:38.565 INFO [stderr] 1679 | rt_alloc_excess_used!(rt_pow2_256bytes_4align_alloc_excess_used, 256, 4); Dec 18 14:49:38.565 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.565 INFO [stderr] | Dec 18 14:49:38.565 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.565 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.565 INFO [stderr] | Dec 18 14:49:38.565 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.565 INFO [stderr] | Dec 18 14:49:38.565 INFO [stderr] Dec 18 14:49:38.565 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.565 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.565 INFO [stderr] | Dec 18 14:49:38.565 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.565 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.565 INFO [stderr] ... Dec 18 14:49:38.565 INFO [stderr] 1692 | rt_alloc_excess_used!(rt_pow2_512bytes_4align_alloc_excess_used, 512, 4); Dec 18 14:49:38.565 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.565 INFO [stderr] Dec 18 14:49:38.565 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.565 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.565 INFO [stderr] | Dec 18 14:49:38.565 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.565 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.565 INFO [stderr] ... Dec 18 14:49:38.565 INFO [stderr] 1692 | rt_alloc_excess_used!(rt_pow2_512bytes_4align_alloc_excess_used, 512, 4); Dec 18 14:49:38.565 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.565 INFO [stderr] | Dec 18 14:49:38.565 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.565 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.565 INFO [stderr] | Dec 18 14:49:38.565 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.565 INFO [stderr] | Dec 18 14:49:38.565 INFO [stderr] Dec 18 14:49:38.572 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.572 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.572 INFO [stderr] | Dec 18 14:49:38.572 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.572 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.572 INFO [stderr] ... Dec 18 14:49:38.572 INFO [stderr] 1705 | rt_alloc_excess_used!(rt_pow2_1024bytes_4align_alloc_excess_used, 1024, 4); Dec 18 14:49:38.572 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.572 INFO [stderr] Dec 18 14:49:38.572 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.572 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.572 INFO [stderr] | Dec 18 14:49:38.572 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.572 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.572 INFO [stderr] ... Dec 18 14:49:38.572 INFO [stderr] 1705 | rt_alloc_excess_used!(rt_pow2_1024bytes_4align_alloc_excess_used, 1024, 4); Dec 18 14:49:38.572 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.572 INFO [stderr] | Dec 18 14:49:38.572 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.572 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.572 INFO [stderr] | Dec 18 14:49:38.572 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.572 INFO [stderr] | Dec 18 14:49:38.572 INFO [stderr] Dec 18 14:49:38.572 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.572 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.572 INFO [stderr] | Dec 18 14:49:38.572 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.572 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.572 INFO [stderr] ... Dec 18 14:49:38.572 INFO [stderr] 1718 | rt_alloc_excess_used!(rt_pow2_2048bytes_4align_alloc_excess_used, 2048, 4); Dec 18 14:49:38.572 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.572 INFO [stderr] Dec 18 14:49:38.572 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.572 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.572 INFO [stderr] | Dec 18 14:49:38.572 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.572 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.572 INFO [stderr] ... Dec 18 14:49:38.572 INFO [stderr] 1718 | rt_alloc_excess_used!(rt_pow2_2048bytes_4align_alloc_excess_used, 2048, 4); Dec 18 14:49:38.572 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.572 INFO [stderr] | Dec 18 14:49:38.572 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.572 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.572 INFO [stderr] | Dec 18 14:49:38.572 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.572 INFO [stderr] | Dec 18 14:49:38.572 INFO [stderr] Dec 18 14:49:38.572 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.572 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.572 INFO [stderr] | Dec 18 14:49:38.572 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.573 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.573 INFO [stderr] ... Dec 18 14:49:38.573 INFO [stderr] 1731 | rt_alloc_excess_used!(rt_pow2_4096bytes_4align_alloc_excess_used, 4096, 4); Dec 18 14:49:38.573 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.573 INFO [stderr] Dec 18 14:49:38.573 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.573 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.573 INFO [stderr] | Dec 18 14:49:38.573 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.573 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.573 INFO [stderr] ... Dec 18 14:49:38.573 INFO [stderr] 1731 | rt_alloc_excess_used!(rt_pow2_4096bytes_4align_alloc_excess_used, 4096, 4); Dec 18 14:49:38.573 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.573 INFO [stderr] | Dec 18 14:49:38.573 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.573 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.573 INFO [stderr] | Dec 18 14:49:38.573 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.573 INFO [stderr] | Dec 18 14:49:38.573 INFO [stderr] Dec 18 14:49:38.573 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.573 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.573 INFO [stderr] | Dec 18 14:49:38.573 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.573 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.573 INFO [stderr] ... Dec 18 14:49:38.573 INFO [stderr] 1744 | rt_alloc_excess_used!(rt_pow2_8192bytes_4align_alloc_excess_used, 8192, 4); Dec 18 14:49:38.573 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.573 INFO [stderr] Dec 18 14:49:38.573 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.573 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.573 INFO [stderr] | Dec 18 14:49:38.573 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.573 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.573 INFO [stderr] ... Dec 18 14:49:38.573 INFO [stderr] 1744 | rt_alloc_excess_used!(rt_pow2_8192bytes_4align_alloc_excess_used, 8192, 4); Dec 18 14:49:38.573 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.573 INFO [stderr] | Dec 18 14:49:38.573 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.573 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.573 INFO [stderr] | Dec 18 14:49:38.573 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.573 INFO [stderr] | Dec 18 14:49:38.573 INFO [stderr] Dec 18 14:49:38.584 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.584 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.584 INFO [stderr] | Dec 18 14:49:38.584 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.584 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.584 INFO [stderr] ... Dec 18 14:49:38.584 INFO [stderr] 1757 | rt_alloc_excess_used!(rt_pow2_16384bytes_4align_alloc_excess_used, 16384, 4); Dec 18 14:49:38.584 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.584 INFO [stderr] Dec 18 14:49:38.584 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.584 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.584 INFO [stderr] | Dec 18 14:49:38.584 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.584 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.584 INFO [stderr] ... Dec 18 14:49:38.584 INFO [stderr] 1757 | rt_alloc_excess_used!(rt_pow2_16384bytes_4align_alloc_excess_used, 16384, 4); Dec 18 14:49:38.584 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.584 INFO [stderr] | Dec 18 14:49:38.584 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.584 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.584 INFO [stderr] | Dec 18 14:49:38.584 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.584 INFO [stderr] | Dec 18 14:49:38.584 INFO [stderr] Dec 18 14:49:38.584 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.584 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.584 INFO [stderr] | Dec 18 14:49:38.584 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.584 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.584 INFO [stderr] ... Dec 18 14:49:38.584 INFO [stderr] 1770 | rt_alloc_excess_used!(rt_pow2_32768bytes_4align_alloc_excess_used, 32768, 4); Dec 18 14:49:38.584 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.584 INFO [stderr] Dec 18 14:49:38.584 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.584 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.584 INFO [stderr] | Dec 18 14:49:38.584 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.584 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.584 INFO [stderr] ... Dec 18 14:49:38.584 INFO [stderr] 1770 | rt_alloc_excess_used!(rt_pow2_32768bytes_4align_alloc_excess_used, 32768, 4); Dec 18 14:49:38.584 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.584 INFO [stderr] | Dec 18 14:49:38.584 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.584 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.584 INFO [stderr] | Dec 18 14:49:38.584 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.584 INFO [stderr] | Dec 18 14:49:38.584 INFO [stderr] Dec 18 14:49:38.584 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.584 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.584 INFO [stderr] | Dec 18 14:49:38.584 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.584 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.584 INFO [stderr] ... Dec 18 14:49:38.584 INFO [stderr] 1783 | rt_alloc_excess_used!(rt_pow2_65536bytes_4align_alloc_excess_used, 65536, 4); Dec 18 14:49:38.584 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.585 INFO [stderr] Dec 18 14:49:38.585 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.585 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.585 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.585 INFO [stderr] ... Dec 18 14:49:38.585 INFO [stderr] 1783 | rt_alloc_excess_used!(rt_pow2_65536bytes_4align_alloc_excess_used, 65536, 4); Dec 18 14:49:38.585 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.585 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] Dec 18 14:49:38.585 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.585 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.585 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.585 INFO [stderr] ... Dec 18 14:49:38.585 INFO [stderr] 1796 | rt_alloc_excess_used!(rt_pow2_131072bytes_4align_alloc_excess_used, 131072, 4); Dec 18 14:49:38.585 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.585 INFO [stderr] Dec 18 14:49:38.585 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.585 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.585 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.585 INFO [stderr] ... Dec 18 14:49:38.585 INFO [stderr] 1796 | rt_alloc_excess_used!(rt_pow2_131072bytes_4align_alloc_excess_used, 131072, 4); Dec 18 14:49:38.585 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.585 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] Dec 18 14:49:38.585 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.585 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.585 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.585 INFO [stderr] ... Dec 18 14:49:38.585 INFO [stderr] 1809 | rt_alloc_excess_used!(rt_pow2_4194304bytes_4align_alloc_excess_used, 4194304, 4); Dec 18 14:49:38.585 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.585 INFO [stderr] Dec 18 14:49:38.585 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.585 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.585 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.585 INFO [stderr] ... Dec 18 14:49:38.585 INFO [stderr] 1809 | rt_alloc_excess_used!(rt_pow2_4194304bytes_4align_alloc_excess_used, 4194304, 4); Dec 18 14:49:38.585 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.585 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] Dec 18 14:49:38.585 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.585 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.585 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.585 INFO [stderr] ... Dec 18 14:49:38.585 INFO [stderr] 1823 | rt_alloc_excess_used!(rt_even_10bytes_4align_alloc_excess_used, 10, 4); Dec 18 14:49:38.585 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.585 INFO [stderr] Dec 18 14:49:38.585 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.585 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.585 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.585 INFO [stderr] ... Dec 18 14:49:38.585 INFO [stderr] 1823 | rt_alloc_excess_used!(rt_even_10bytes_4align_alloc_excess_used, 10, 4); Dec 18 14:49:38.585 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.585 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] Dec 18 14:49:38.585 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.585 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.585 INFO [stderr] | Dec 18 14:49:38.585 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.585 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.585 INFO [stderr] ... Dec 18 14:49:38.585 INFO [stderr] 1836 | rt_alloc_excess_used!(rt_even_100bytes_4align_alloc_excess_used, 100, 4); Dec 18 14:49:38.585 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.585 INFO [stderr] Dec 18 14:49:38.586 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.586 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.586 INFO [stderr] | Dec 18 14:49:38.586 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.586 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.586 INFO [stderr] ... Dec 18 14:49:38.586 INFO [stderr] 1836 | rt_alloc_excess_used!(rt_even_100bytes_4align_alloc_excess_used, 100, 4); Dec 18 14:49:38.586 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.586 INFO [stderr] | Dec 18 14:49:38.586 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.586 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.586 INFO [stderr] | Dec 18 14:49:38.586 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.586 INFO [stderr] | Dec 18 14:49:38.586 INFO [stderr] Dec 18 14:49:38.586 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.586 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.586 INFO [stderr] | Dec 18 14:49:38.586 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.586 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.586 INFO [stderr] ... Dec 18 14:49:38.586 INFO [stderr] 1849 | rt_alloc_excess_used!(rt_even_1000bytes_4align_alloc_excess_used, 1000, 4); Dec 18 14:49:38.586 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.586 INFO [stderr] Dec 18 14:49:38.586 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.586 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.586 INFO [stderr] | Dec 18 14:49:38.586 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.586 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.586 INFO [stderr] ... Dec 18 14:49:38.586 INFO [stderr] 1849 | rt_alloc_excess_used!(rt_even_1000bytes_4align_alloc_excess_used, 1000, 4); Dec 18 14:49:38.586 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.586 INFO [stderr] | Dec 18 14:49:38.586 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.586 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.586 INFO [stderr] | Dec 18 14:49:38.586 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.586 INFO [stderr] | Dec 18 14:49:38.586 INFO [stderr] Dec 18 14:49:38.586 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.586 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.586 INFO [stderr] | Dec 18 14:49:38.586 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.586 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.586 INFO [stderr] ... Dec 18 14:49:38.586 INFO [stderr] 1862 | rt_alloc_excess_used!(rt_even_10000bytes_4align_alloc_excess_used, 10000, 4); Dec 18 14:49:38.586 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.586 INFO [stderr] Dec 18 14:49:38.586 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.586 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.586 INFO [stderr] | Dec 18 14:49:38.586 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.586 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.586 INFO [stderr] ... Dec 18 14:49:38.586 INFO [stderr] 1862 | rt_alloc_excess_used!(rt_even_10000bytes_4align_alloc_excess_used, 10000, 4); Dec 18 14:49:38.586 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.586 INFO [stderr] | Dec 18 14:49:38.586 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.586 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.586 INFO [stderr] | Dec 18 14:49:38.586 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.586 INFO [stderr] | Dec 18 14:49:38.586 INFO [stderr] Dec 18 14:49:38.592 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.592 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.592 INFO [stderr] | Dec 18 14:49:38.592 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.592 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.592 INFO [stderr] ... Dec 18 14:49:38.592 INFO [stderr] 1875 | rt_alloc_excess_used!(rt_even_100000bytes_4align_alloc_excess_used, 100000, 4); Dec 18 14:49:38.592 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.592 INFO [stderr] Dec 18 14:49:38.592 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.592 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.592 INFO [stderr] | Dec 18 14:49:38.592 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.592 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.592 INFO [stderr] ... Dec 18 14:49:38.592 INFO [stderr] 1875 | rt_alloc_excess_used!(rt_even_100000bytes_4align_alloc_excess_used, 100000, 4); Dec 18 14:49:38.592 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.592 INFO [stderr] | Dec 18 14:49:38.592 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.592 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.592 INFO [stderr] | Dec 18 14:49:38.592 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.592 INFO [stderr] | Dec 18 14:49:38.592 INFO [stderr] Dec 18 14:49:38.592 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.592 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.592 INFO [stderr] | Dec 18 14:49:38.592 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.592 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.592 INFO [stderr] ... Dec 18 14:49:38.592 INFO [stderr] 1888 | rt_alloc_excess_used!(rt_even_1000000bytes_4align_alloc_excess_used, 1000000, 4); Dec 18 14:49:38.592 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.592 INFO [stderr] Dec 18 14:49:38.592 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.592 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.592 INFO [stderr] | Dec 18 14:49:38.592 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.592 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.592 INFO [stderr] ... Dec 18 14:49:38.592 INFO [stderr] 1888 | rt_alloc_excess_used!(rt_even_1000000bytes_4align_alloc_excess_used, 1000000, 4); Dec 18 14:49:38.592 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.592 INFO [stderr] | Dec 18 14:49:38.592 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.592 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.592 INFO [stderr] | Dec 18 14:49:38.592 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.592 INFO [stderr] | Dec 18 14:49:38.592 INFO [stderr] Dec 18 14:49:38.592 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.592 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.592 INFO [stderr] | Dec 18 14:49:38.592 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.592 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.592 INFO [stderr] ... Dec 18 14:49:38.593 INFO [stderr] 1902 | rt_alloc_excess_used!(rt_odd_10bytes_4align_alloc_excess_used, 10- 1, 4); Dec 18 14:49:38.593 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.593 INFO [stderr] Dec 18 14:49:38.593 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.593 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.593 INFO [stderr] | Dec 18 14:49:38.593 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.593 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.593 INFO [stderr] ... Dec 18 14:49:38.593 INFO [stderr] 1902 | rt_alloc_excess_used!(rt_odd_10bytes_4align_alloc_excess_used, 10- 1, 4); Dec 18 14:49:38.593 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.593 INFO [stderr] | Dec 18 14:49:38.593 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.593 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.593 INFO [stderr] | Dec 18 14:49:38.593 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.593 INFO [stderr] | Dec 18 14:49:38.593 INFO [stderr] Dec 18 14:49:38.593 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.593 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.593 INFO [stderr] | Dec 18 14:49:38.593 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.593 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.593 INFO [stderr] ... Dec 18 14:49:38.593 INFO [stderr] 1915 | rt_alloc_excess_used!(rt_odd_100bytes_4align_alloc_excess_used, 100- 1, 4); Dec 18 14:49:38.593 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.593 INFO [stderr] Dec 18 14:49:38.593 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.593 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.593 INFO [stderr] | Dec 18 14:49:38.593 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.593 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.593 INFO [stderr] ... Dec 18 14:49:38.593 INFO [stderr] 1915 | rt_alloc_excess_used!(rt_odd_100bytes_4align_alloc_excess_used, 100- 1, 4); Dec 18 14:49:38.593 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.593 INFO [stderr] | Dec 18 14:49:38.593 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.593 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.593 INFO [stderr] | Dec 18 14:49:38.593 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.593 INFO [stderr] | Dec 18 14:49:38.593 INFO [stderr] Dec 18 14:49:38.600 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.600 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.600 INFO [stderr] | Dec 18 14:49:38.600 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.600 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.600 INFO [stderr] ... Dec 18 14:49:38.600 INFO [stderr] 1928 | rt_alloc_excess_used!(rt_odd_1000bytes_4align_alloc_excess_used, 1000- 1, 4); Dec 18 14:49:38.600 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.600 INFO [stderr] Dec 18 14:49:38.600 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.600 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.600 INFO [stderr] | Dec 18 14:49:38.600 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.600 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.600 INFO [stderr] ... Dec 18 14:49:38.600 INFO [stderr] 1928 | rt_alloc_excess_used!(rt_odd_1000bytes_4align_alloc_excess_used, 1000- 1, 4); Dec 18 14:49:38.600 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.600 INFO [stderr] | Dec 18 14:49:38.600 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.600 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.600 INFO [stderr] | Dec 18 14:49:38.600 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.600 INFO [stderr] | Dec 18 14:49:38.600 INFO [stderr] Dec 18 14:49:38.600 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.600 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.600 INFO [stderr] | Dec 18 14:49:38.600 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.600 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.600 INFO [stderr] ... Dec 18 14:49:38.600 INFO [stderr] 1941 | rt_alloc_excess_used!(rt_odd_10000bytes_4align_alloc_excess_used, 10000- 1, 4); Dec 18 14:49:38.600 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.600 INFO [stderr] Dec 18 14:49:38.600 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.600 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.600 INFO [stderr] | Dec 18 14:49:38.600 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.600 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.600 INFO [stderr] ... Dec 18 14:49:38.600 INFO [stderr] 1941 | rt_alloc_excess_used!(rt_odd_10000bytes_4align_alloc_excess_used, 10000- 1, 4); Dec 18 14:49:38.600 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.600 INFO [stderr] | Dec 18 14:49:38.600 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.600 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.600 INFO [stderr] | Dec 18 14:49:38.600 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.600 INFO [stderr] | Dec 18 14:49:38.600 INFO [stderr] Dec 18 14:49:38.600 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.601 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.601 INFO [stderr] | Dec 18 14:49:38.601 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.601 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.601 INFO [stderr] ... Dec 18 14:49:38.601 INFO [stderr] 1954 | rt_alloc_excess_used!(rt_odd_100000bytes_4align_alloc_excess_used, 100000- 1, 4); Dec 18 14:49:38.601 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.601 INFO [stderr] Dec 18 14:49:38.601 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.601 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.601 INFO [stderr] | Dec 18 14:49:38.601 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.601 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.601 INFO [stderr] ... Dec 18 14:49:38.601 INFO [stderr] 1954 | rt_alloc_excess_used!(rt_odd_100000bytes_4align_alloc_excess_used, 100000- 1, 4); Dec 18 14:49:38.601 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.601 INFO [stderr] | Dec 18 14:49:38.601 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.601 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.601 INFO [stderr] | Dec 18 14:49:38.601 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.601 INFO [stderr] | Dec 18 14:49:38.601 INFO [stderr] Dec 18 14:49:38.601 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.601 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.601 INFO [stderr] | Dec 18 14:49:38.601 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.601 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.601 INFO [stderr] ... Dec 18 14:49:38.601 INFO [stderr] 1967 | rt_alloc_excess_used!(rt_odd_1000000bytes_4align_alloc_excess_used, 1000000- 1, 4); Dec 18 14:49:38.601 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.601 INFO [stderr] Dec 18 14:49:38.601 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.601 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.601 INFO [stderr] | Dec 18 14:49:38.601 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.601 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.601 INFO [stderr] ... Dec 18 14:49:38.601 INFO [stderr] 1967 | rt_alloc_excess_used!(rt_odd_1000000bytes_4align_alloc_excess_used, 1000000- 1, 4); Dec 18 14:49:38.601 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.601 INFO [stderr] | Dec 18 14:49:38.601 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.601 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.601 INFO [stderr] | Dec 18 14:49:38.601 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.601 INFO [stderr] | Dec 18 14:49:38.601 INFO [stderr] Dec 18 14:49:38.601 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.601 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.601 INFO [stderr] | Dec 18 14:49:38.601 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.601 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.601 INFO [stderr] ... Dec 18 14:49:38.601 INFO [stderr] 1981 | rt_alloc_excess_used!(rt_primes_3bytes_4align_alloc_excess_used, 3, 4); Dec 18 14:49:38.601 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.601 INFO [stderr] Dec 18 14:49:38.601 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.601 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.601 INFO [stderr] | Dec 18 14:49:38.601 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.601 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.601 INFO [stderr] ... Dec 18 14:49:38.601 INFO [stderr] 1981 | rt_alloc_excess_used!(rt_primes_3bytes_4align_alloc_excess_used, 3, 4); Dec 18 14:49:38.601 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.601 INFO [stderr] | Dec 18 14:49:38.601 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.601 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.601 INFO [stderr] | Dec 18 14:49:38.601 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.601 INFO [stderr] | Dec 18 14:49:38.601 INFO [stderr] Dec 18 14:49:38.601 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.601 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.601 INFO [stderr] | Dec 18 14:49:38.601 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.601 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.601 INFO [stderr] ... Dec 18 14:49:38.601 INFO [stderr] 1994 | rt_alloc_excess_used!(rt_primes_7bytes_4align_alloc_excess_used, 7, 4); Dec 18 14:49:38.601 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.601 INFO [stderr] Dec 18 14:49:38.601 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.601 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.601 INFO [stderr] | Dec 18 14:49:38.601 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.601 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.601 INFO [stderr] ... Dec 18 14:49:38.601 INFO [stderr] 1994 | rt_alloc_excess_used!(rt_primes_7bytes_4align_alloc_excess_used, 7, 4); Dec 18 14:49:38.601 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.601 INFO [stderr] | Dec 18 14:49:38.602 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.602 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.602 INFO [stderr] | Dec 18 14:49:38.602 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.602 INFO [stderr] | Dec 18 14:49:38.602 INFO [stderr] Dec 18 14:49:38.608 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.608 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.608 INFO [stderr] | Dec 18 14:49:38.608 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.608 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.608 INFO [stderr] ... Dec 18 14:49:38.608 INFO [stderr] 2007 | rt_alloc_excess_used!(rt_primes_13bytes_4align_alloc_excess_used, 13, 4); Dec 18 14:49:38.608 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.608 INFO [stderr] Dec 18 14:49:38.608 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.608 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.608 INFO [stderr] | Dec 18 14:49:38.608 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.608 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.608 INFO [stderr] ... Dec 18 14:49:38.608 INFO [stderr] 2007 | rt_alloc_excess_used!(rt_primes_13bytes_4align_alloc_excess_used, 13, 4); Dec 18 14:49:38.608 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.608 INFO [stderr] | Dec 18 14:49:38.608 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.608 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.608 INFO [stderr] | Dec 18 14:49:38.608 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.608 INFO [stderr] | Dec 18 14:49:38.608 INFO [stderr] Dec 18 14:49:38.608 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.608 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.608 INFO [stderr] | Dec 18 14:49:38.608 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.608 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.608 INFO [stderr] ... Dec 18 14:49:38.608 INFO [stderr] 2020 | rt_alloc_excess_used!(rt_primes_17bytes_4align_alloc_excess_used, 17, 4); Dec 18 14:49:38.608 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.608 INFO [stderr] Dec 18 14:49:38.608 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.608 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.608 INFO [stderr] | Dec 18 14:49:38.608 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.608 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.608 INFO [stderr] ... Dec 18 14:49:38.608 INFO [stderr] 2020 | rt_alloc_excess_used!(rt_primes_17bytes_4align_alloc_excess_used, 17, 4); Dec 18 14:49:38.608 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.608 INFO [stderr] | Dec 18 14:49:38.608 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.608 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.608 INFO [stderr] | Dec 18 14:49:38.608 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.608 INFO [stderr] | Dec 18 14:49:38.608 INFO [stderr] Dec 18 14:49:38.608 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.608 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.608 INFO [stderr] | Dec 18 14:49:38.609 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.609 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.609 INFO [stderr] ... Dec 18 14:49:38.609 INFO [stderr] 2033 | rt_alloc_excess_used!(rt_primes_31bytes_4align_alloc_excess_used, 31, 4); Dec 18 14:49:38.609 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.609 INFO [stderr] Dec 18 14:49:38.609 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.609 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.609 INFO [stderr] | Dec 18 14:49:38.609 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.609 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.609 INFO [stderr] ... Dec 18 14:49:38.609 INFO [stderr] 2033 | rt_alloc_excess_used!(rt_primes_31bytes_4align_alloc_excess_used, 31, 4); Dec 18 14:49:38.609 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.609 INFO [stderr] | Dec 18 14:49:38.609 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.609 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.609 INFO [stderr] | Dec 18 14:49:38.609 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.609 INFO [stderr] | Dec 18 14:49:38.609 INFO [stderr] Dec 18 14:49:38.609 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.609 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.609 INFO [stderr] | Dec 18 14:49:38.609 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.609 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.609 INFO [stderr] ... Dec 18 14:49:38.609 INFO [stderr] 2046 | rt_alloc_excess_used!(rt_primes_61bytes_4align_alloc_excess_used, 61, 4); Dec 18 14:49:38.609 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.609 INFO [stderr] Dec 18 14:49:38.609 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.609 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.609 INFO [stderr] | Dec 18 14:49:38.609 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.609 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.609 INFO [stderr] ... Dec 18 14:49:38.609 INFO [stderr] 2046 | rt_alloc_excess_used!(rt_primes_61bytes_4align_alloc_excess_used, 61, 4); Dec 18 14:49:38.609 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.609 INFO [stderr] | Dec 18 14:49:38.609 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.609 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.609 INFO [stderr] | Dec 18 14:49:38.609 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.609 INFO [stderr] | Dec 18 14:49:38.609 INFO [stderr] Dec 18 14:49:38.620 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.620 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.620 INFO [stderr] | Dec 18 14:49:38.620 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.620 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.620 INFO [stderr] ... Dec 18 14:49:38.620 INFO [stderr] 2059 | rt_alloc_excess_used!(rt_primes_96bytes_4align_alloc_excess_used, 96, 4); Dec 18 14:49:38.620 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.620 INFO [stderr] Dec 18 14:49:38.620 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.620 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.620 INFO [stderr] | Dec 18 14:49:38.620 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.620 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.620 INFO [stderr] ... Dec 18 14:49:38.620 INFO [stderr] 2059 | rt_alloc_excess_used!(rt_primes_96bytes_4align_alloc_excess_used, 96, 4); Dec 18 14:49:38.620 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.620 INFO [stderr] | Dec 18 14:49:38.620 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.620 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.620 INFO [stderr] | Dec 18 14:49:38.620 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.620 INFO [stderr] | Dec 18 14:49:38.620 INFO [stderr] Dec 18 14:49:38.620 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.620 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.620 INFO [stderr] | Dec 18 14:49:38.620 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.620 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.620 INFO [stderr] ... Dec 18 14:49:38.620 INFO [stderr] 2072 | rt_alloc_excess_used!(rt_primes_127bytes_4align_alloc_excess_used, 127, 4); Dec 18 14:49:38.620 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.620 INFO [stderr] Dec 18 14:49:38.620 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.620 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.620 INFO [stderr] | Dec 18 14:49:38.620 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.620 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.620 INFO [stderr] ... Dec 18 14:49:38.620 INFO [stderr] 2072 | rt_alloc_excess_used!(rt_primes_127bytes_4align_alloc_excess_used, 127, 4); Dec 18 14:49:38.620 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.620 INFO [stderr] | Dec 18 14:49:38.620 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.620 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.620 INFO [stderr] | Dec 18 14:49:38.620 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.620 INFO [stderr] | Dec 18 14:49:38.620 INFO [stderr] Dec 18 14:49:38.620 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.621 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.621 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.621 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.621 INFO [stderr] ... Dec 18 14:49:38.621 INFO [stderr] 2085 | rt_alloc_excess_used!(rt_primes_257bytes_4align_alloc_excess_used, 257, 4); Dec 18 14:49:38.621 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.621 INFO [stderr] Dec 18 14:49:38.621 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.621 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.621 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.621 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.621 INFO [stderr] ... Dec 18 14:49:38.621 INFO [stderr] 2085 | rt_alloc_excess_used!(rt_primes_257bytes_4align_alloc_excess_used, 257, 4); Dec 18 14:49:38.621 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.621 INFO [stderr] Dec 18 14:49:38.621 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.621 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.621 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.621 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.621 INFO [stderr] ... Dec 18 14:49:38.621 INFO [stderr] 2098 | rt_alloc_excess_used!(rt_primes_509bytes_4align_alloc_excess_used, 509, 4); Dec 18 14:49:38.621 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.621 INFO [stderr] Dec 18 14:49:38.621 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.621 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.621 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.621 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.621 INFO [stderr] ... Dec 18 14:49:38.621 INFO [stderr] 2098 | rt_alloc_excess_used!(rt_primes_509bytes_4align_alloc_excess_used, 509, 4); Dec 18 14:49:38.621 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.621 INFO [stderr] Dec 18 14:49:38.621 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.621 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.621 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.621 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.621 INFO [stderr] ... Dec 18 14:49:38.621 INFO [stderr] 2111 | rt_alloc_excess_used!(rt_primes_1021bytes_4align_alloc_excess_used, 1021, 4); Dec 18 14:49:38.621 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.621 INFO [stderr] Dec 18 14:49:38.621 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.621 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.621 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.621 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.621 INFO [stderr] ... Dec 18 14:49:38.621 INFO [stderr] 2111 | rt_alloc_excess_used!(rt_primes_1021bytes_4align_alloc_excess_used, 1021, 4); Dec 18 14:49:38.621 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.621 INFO [stderr] Dec 18 14:49:38.621 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.621 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.621 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.621 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.621 INFO [stderr] ... Dec 18 14:49:38.621 INFO [stderr] 2124 | rt_alloc_excess_used!(rt_primes_2039bytes_4align_alloc_excess_used, 2039, 4); Dec 18 14:49:38.621 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.621 INFO [stderr] Dec 18 14:49:38.621 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.621 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.621 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.621 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.621 INFO [stderr] ... Dec 18 14:49:38.621 INFO [stderr] 2124 | rt_alloc_excess_used!(rt_primes_2039bytes_4align_alloc_excess_used, 2039, 4); Dec 18 14:49:38.621 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.621 INFO [stderr] | Dec 18 14:49:38.622 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.622 INFO [stderr] | Dec 18 14:49:38.622 INFO [stderr] Dec 18 14:49:38.628 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.628 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.628 INFO [stderr] | Dec 18 14:49:38.628 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.628 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.628 INFO [stderr] ... Dec 18 14:49:38.628 INFO [stderr] 2137 | rt_alloc_excess_used!(rt_primes_4093bytes_4align_alloc_excess_used, 4093, 4); Dec 18 14:49:38.628 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.628 INFO [stderr] Dec 18 14:49:38.628 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.628 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.628 INFO [stderr] | Dec 18 14:49:38.628 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.628 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.628 INFO [stderr] ... Dec 18 14:49:38.628 INFO [stderr] 2137 | rt_alloc_excess_used!(rt_primes_4093bytes_4align_alloc_excess_used, 4093, 4); Dec 18 14:49:38.628 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.628 INFO [stderr] | Dec 18 14:49:38.628 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.628 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.628 INFO [stderr] | Dec 18 14:49:38.628 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.628 INFO [stderr] | Dec 18 14:49:38.628 INFO [stderr] Dec 18 14:49:38.628 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.628 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.628 INFO [stderr] | Dec 18 14:49:38.628 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.628 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.628 INFO [stderr] ... Dec 18 14:49:38.628 INFO [stderr] 2150 | rt_alloc_excess_used!(rt_primes_8191bytes_4align_alloc_excess_used, 8191, 4); Dec 18 14:49:38.628 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.628 INFO [stderr] Dec 18 14:49:38.628 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.628 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.628 INFO [stderr] | Dec 18 14:49:38.628 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.628 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.628 INFO [stderr] ... Dec 18 14:49:38.628 INFO [stderr] 2150 | rt_alloc_excess_used!(rt_primes_8191bytes_4align_alloc_excess_used, 8191, 4); Dec 18 14:49:38.628 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.628 INFO [stderr] | Dec 18 14:49:38.628 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.628 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.628 INFO [stderr] | Dec 18 14:49:38.628 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.628 INFO [stderr] | Dec 18 14:49:38.629 INFO [stderr] Dec 18 14:49:38.629 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.629 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.629 INFO [stderr] | Dec 18 14:49:38.629 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.629 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.629 INFO [stderr] ... Dec 18 14:49:38.629 INFO [stderr] 2163 | rt_alloc_excess_used!(rt_primes_16381bytes_4align_alloc_excess_used, 16381, 4); Dec 18 14:49:38.629 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.629 INFO [stderr] Dec 18 14:49:38.629 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.629 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.629 INFO [stderr] | Dec 18 14:49:38.629 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.629 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.629 INFO [stderr] ... Dec 18 14:49:38.629 INFO [stderr] 2163 | rt_alloc_excess_used!(rt_primes_16381bytes_4align_alloc_excess_used, 16381, 4); Dec 18 14:49:38.629 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.629 INFO [stderr] | Dec 18 14:49:38.629 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.629 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.629 INFO [stderr] | Dec 18 14:49:38.629 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.629 INFO [stderr] | Dec 18 14:49:38.629 INFO [stderr] Dec 18 14:49:38.629 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.629 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.629 INFO [stderr] | Dec 18 14:49:38.629 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.629 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.629 INFO [stderr] ... Dec 18 14:49:38.629 INFO [stderr] 2176 | rt_alloc_excess_used!(rt_primes_32749bytes_4align_alloc_excess_used, 32749, 4); Dec 18 14:49:38.629 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.629 INFO [stderr] Dec 18 14:49:38.629 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.629 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.629 INFO [stderr] | Dec 18 14:49:38.629 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.629 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.629 INFO [stderr] ... Dec 18 14:49:38.629 INFO [stderr] 2176 | rt_alloc_excess_used!(rt_primes_32749bytes_4align_alloc_excess_used, 32749, 4); Dec 18 14:49:38.629 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.629 INFO [stderr] | Dec 18 14:49:38.629 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.629 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.629 INFO [stderr] | Dec 18 14:49:38.629 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.629 INFO [stderr] | Dec 18 14:49:38.629 INFO [stderr] Dec 18 14:49:38.636 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.636 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.636 INFO [stderr] | Dec 18 14:49:38.636 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.636 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.636 INFO [stderr] ... Dec 18 14:49:38.636 INFO [stderr] 2189 | rt_alloc_excess_used!(rt_primes_65537bytes_4align_alloc_excess_used, 65537, 4); Dec 18 14:49:38.636 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.636 INFO [stderr] Dec 18 14:49:38.636 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.636 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.636 INFO [stderr] | Dec 18 14:49:38.636 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.636 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.636 INFO [stderr] ... Dec 18 14:49:38.636 INFO [stderr] 2189 | rt_alloc_excess_used!(rt_primes_65537bytes_4align_alloc_excess_used, 65537, 4); Dec 18 14:49:38.636 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.636 INFO [stderr] | Dec 18 14:49:38.636 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.636 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.636 INFO [stderr] | Dec 18 14:49:38.636 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.636 INFO [stderr] | Dec 18 14:49:38.636 INFO [stderr] Dec 18 14:49:38.636 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.636 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.636 INFO [stderr] | Dec 18 14:49:38.636 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.636 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.636 INFO [stderr] ... Dec 18 14:49:38.636 INFO [stderr] 2202 | rt_alloc_excess_used!(rt_primes_131071bytes_4align_alloc_excess_used, 131071, 4); Dec 18 14:49:38.636 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.636 INFO [stderr] Dec 18 14:49:38.636 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.636 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.636 INFO [stderr] | Dec 18 14:49:38.636 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.636 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.636 INFO [stderr] ... Dec 18 14:49:38.636 INFO [stderr] 2202 | rt_alloc_excess_used!(rt_primes_131071bytes_4align_alloc_excess_used, 131071, 4); Dec 18 14:49:38.636 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.636 INFO [stderr] | Dec 18 14:49:38.636 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.636 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.636 INFO [stderr] | Dec 18 14:49:38.636 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.636 INFO [stderr] | Dec 18 14:49:38.636 INFO [stderr] Dec 18 14:49:38.636 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.636 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.636 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.637 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.637 INFO [stderr] ... Dec 18 14:49:38.637 INFO [stderr] 2215 | rt_alloc_excess_used!(rt_primes_4194301bytes_4align_alloc_excess_used, 4194301, 4); Dec 18 14:49:38.637 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.637 INFO [stderr] Dec 18 14:49:38.637 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.637 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.637 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.637 INFO [stderr] ... Dec 18 14:49:38.637 INFO [stderr] 2215 | rt_alloc_excess_used!(rt_primes_4194301bytes_4align_alloc_excess_used, 4194301, 4); Dec 18 14:49:38.637 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.637 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] Dec 18 14:49:38.637 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.637 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.637 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.637 INFO [stderr] ... Dec 18 14:49:38.637 INFO [stderr] 2231 | rt_alloc_excess_used!(rt_pow2_1bytes_8align_alloc_excess_used, 1, 8); Dec 18 14:49:38.637 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.637 INFO [stderr] Dec 18 14:49:38.637 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.637 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.637 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.637 INFO [stderr] ... Dec 18 14:49:38.637 INFO [stderr] 2231 | rt_alloc_excess_used!(rt_pow2_1bytes_8align_alloc_excess_used, 1, 8); Dec 18 14:49:38.637 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.637 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] Dec 18 14:49:38.637 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.637 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.637 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.637 INFO [stderr] ... Dec 18 14:49:38.637 INFO [stderr] 2244 | rt_alloc_excess_used!(rt_pow2_2bytes_8align_alloc_excess_used, 2, 8); Dec 18 14:49:38.637 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.637 INFO [stderr] Dec 18 14:49:38.637 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.637 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.637 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.637 INFO [stderr] ... Dec 18 14:49:38.637 INFO [stderr] 2244 | rt_alloc_excess_used!(rt_pow2_2bytes_8align_alloc_excess_used, 2, 8); Dec 18 14:49:38.637 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.637 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] Dec 18 14:49:38.637 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.637 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.637 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.637 INFO [stderr] ... Dec 18 14:49:38.637 INFO [stderr] 2257 | rt_alloc_excess_used!(rt_pow2_4bytes_8align_alloc_excess_used, 4, 8); Dec 18 14:49:38.637 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.637 INFO [stderr] Dec 18 14:49:38.637 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.637 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.637 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.637 INFO [stderr] ... Dec 18 14:49:38.637 INFO [stderr] 2257 | rt_alloc_excess_used!(rt_pow2_4bytes_8align_alloc_excess_used, 4, 8); Dec 18 14:49:38.637 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.637 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.637 INFO [stderr] | Dec 18 14:49:38.637 INFO [stderr] Dec 18 14:49:38.644 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.644 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.644 INFO [stderr] | Dec 18 14:49:38.644 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.644 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.644 INFO [stderr] ... Dec 18 14:49:38.644 INFO [stderr] 2270 | rt_alloc_excess_used!(rt_pow2_8bytes_8align_alloc_excess_used, 8, 8); Dec 18 14:49:38.644 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.644 INFO [stderr] Dec 18 14:49:38.644 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.644 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.644 INFO [stderr] | Dec 18 14:49:38.644 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.644 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.644 INFO [stderr] ... Dec 18 14:49:38.644 INFO [stderr] 2270 | rt_alloc_excess_used!(rt_pow2_8bytes_8align_alloc_excess_used, 8, 8); Dec 18 14:49:38.644 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.644 INFO [stderr] | Dec 18 14:49:38.644 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.644 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.644 INFO [stderr] | Dec 18 14:49:38.644 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.644 INFO [stderr] | Dec 18 14:49:38.644 INFO [stderr] Dec 18 14:49:38.644 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.644 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.644 INFO [stderr] | Dec 18 14:49:38.644 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.644 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.644 INFO [stderr] ... Dec 18 14:49:38.644 INFO [stderr] 2283 | rt_alloc_excess_used!(rt_pow2_16bytes_8align_alloc_excess_used, 16, 8); Dec 18 14:49:38.644 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.644 INFO [stderr] Dec 18 14:49:38.644 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.644 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.644 INFO [stderr] | Dec 18 14:49:38.644 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.644 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.644 INFO [stderr] ... Dec 18 14:49:38.644 INFO [stderr] 2283 | rt_alloc_excess_used!(rt_pow2_16bytes_8align_alloc_excess_used, 16, 8); Dec 18 14:49:38.644 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.644 INFO [stderr] | Dec 18 14:49:38.644 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.644 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.644 INFO [stderr] | Dec 18 14:49:38.644 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.644 INFO [stderr] | Dec 18 14:49:38.652 INFO [stderr] Dec 18 14:49:38.652 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.652 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.652 INFO [stderr] | Dec 18 14:49:38.652 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.652 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.652 INFO [stderr] ... Dec 18 14:49:38.652 INFO [stderr] 2296 | rt_alloc_excess_used!(rt_pow2_32bytes_8align_alloc_excess_used, 32, 8); Dec 18 14:49:38.652 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.652 INFO [stderr] Dec 18 14:49:38.652 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.652 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.652 INFO [stderr] | Dec 18 14:49:38.652 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.652 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.652 INFO [stderr] ... Dec 18 14:49:38.652 INFO [stderr] 2296 | rt_alloc_excess_used!(rt_pow2_32bytes_8align_alloc_excess_used, 32, 8); Dec 18 14:49:38.652 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.652 INFO [stderr] | Dec 18 14:49:38.652 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.652 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.652 INFO [stderr] | Dec 18 14:49:38.652 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.652 INFO [stderr] | Dec 18 14:49:38.652 INFO [stderr] Dec 18 14:49:38.652 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.652 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.652 INFO [stderr] | Dec 18 14:49:38.652 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.652 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.652 INFO [stderr] ... Dec 18 14:49:38.652 INFO [stderr] 2309 | rt_alloc_excess_used!(rt_pow2_64bytes_8align_alloc_excess_used, 64, 8); Dec 18 14:49:38.652 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.652 INFO [stderr] Dec 18 14:49:38.652 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.652 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.652 INFO [stderr] | Dec 18 14:49:38.652 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.652 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.652 INFO [stderr] ... Dec 18 14:49:38.652 INFO [stderr] 2309 | rt_alloc_excess_used!(rt_pow2_64bytes_8align_alloc_excess_used, 64, 8); Dec 18 14:49:38.652 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.652 INFO [stderr] | Dec 18 14:49:38.652 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.652 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.652 INFO [stderr] | Dec 18 14:49:38.652 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.652 INFO [stderr] | Dec 18 14:49:38.652 INFO [stderr] Dec 18 14:49:38.652 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.653 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.653 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.653 INFO [stderr] ... Dec 18 14:49:38.653 INFO [stderr] 2322 | rt_alloc_excess_used!(rt_pow2_128bytes_8align_alloc_excess_used, 128, 8); Dec 18 14:49:38.653 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.653 INFO [stderr] Dec 18 14:49:38.653 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.653 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.653 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.653 INFO [stderr] ... Dec 18 14:49:38.653 INFO [stderr] 2322 | rt_alloc_excess_used!(rt_pow2_128bytes_8align_alloc_excess_used, 128, 8); Dec 18 14:49:38.653 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.653 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] Dec 18 14:49:38.653 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.653 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.653 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.653 INFO [stderr] ... Dec 18 14:49:38.653 INFO [stderr] 2335 | rt_alloc_excess_used!(rt_pow2_256bytes_8align_alloc_excess_used, 256, 8); Dec 18 14:49:38.653 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.653 INFO [stderr] Dec 18 14:49:38.653 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.653 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.653 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.653 INFO [stderr] ... Dec 18 14:49:38.653 INFO [stderr] 2335 | rt_alloc_excess_used!(rt_pow2_256bytes_8align_alloc_excess_used, 256, 8); Dec 18 14:49:38.653 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.653 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] Dec 18 14:49:38.653 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.653 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.653 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.653 INFO [stderr] ... Dec 18 14:49:38.653 INFO [stderr] 2348 | rt_alloc_excess_used!(rt_pow2_512bytes_8align_alloc_excess_used, 512, 8); Dec 18 14:49:38.653 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.653 INFO [stderr] Dec 18 14:49:38.653 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.653 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.653 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.653 INFO [stderr] ... Dec 18 14:49:38.653 INFO [stderr] 2348 | rt_alloc_excess_used!(rt_pow2_512bytes_8align_alloc_excess_used, 512, 8); Dec 18 14:49:38.653 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.653 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] Dec 18 14:49:38.653 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.653 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.653 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.653 INFO [stderr] ... Dec 18 14:49:38.653 INFO [stderr] 2361 | rt_alloc_excess_used!(rt_pow2_1024bytes_8align_alloc_excess_used, 1024, 8); Dec 18 14:49:38.653 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.653 INFO [stderr] Dec 18 14:49:38.653 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.653 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.653 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.653 INFO [stderr] ... Dec 18 14:49:38.653 INFO [stderr] 2361 | rt_alloc_excess_used!(rt_pow2_1024bytes_8align_alloc_excess_used, 1024, 8); Dec 18 14:49:38.653 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.653 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] Dec 18 14:49:38.653 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.653 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.653 INFO [stderr] | Dec 18 14:49:38.653 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.653 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.653 INFO [stderr] ... Dec 18 14:49:38.653 INFO [stderr] 2374 | rt_alloc_excess_used!(rt_pow2_2048bytes_8align_alloc_excess_used, 2048, 8); Dec 18 14:49:38.653 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.653 INFO [stderr] Dec 18 14:49:38.653 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.653 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.654 INFO [stderr] | Dec 18 14:49:38.654 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.654 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.654 INFO [stderr] ... Dec 18 14:49:38.654 INFO [stderr] 2374 | rt_alloc_excess_used!(rt_pow2_2048bytes_8align_alloc_excess_used, 2048, 8); Dec 18 14:49:38.654 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.654 INFO [stderr] | Dec 18 14:49:38.654 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.654 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.654 INFO [stderr] | Dec 18 14:49:38.654 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.654 INFO [stderr] | Dec 18 14:49:38.654 INFO [stderr] Dec 18 14:49:38.660 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.660 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.660 INFO [stderr] | Dec 18 14:49:38.660 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.660 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.660 INFO [stderr] ... Dec 18 14:49:38.660 INFO [stderr] 2387 | rt_alloc_excess_used!(rt_pow2_4096bytes_8align_alloc_excess_used, 4096, 8); Dec 18 14:49:38.660 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.660 INFO [stderr] Dec 18 14:49:38.660 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.660 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.660 INFO [stderr] | Dec 18 14:49:38.660 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.660 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.660 INFO [stderr] ... Dec 18 14:49:38.660 INFO [stderr] 2387 | rt_alloc_excess_used!(rt_pow2_4096bytes_8align_alloc_excess_used, 4096, 8); Dec 18 14:49:38.660 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.660 INFO [stderr] | Dec 18 14:49:38.660 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.660 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.660 INFO [stderr] | Dec 18 14:49:38.660 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.660 INFO [stderr] | Dec 18 14:49:38.660 INFO [stderr] Dec 18 14:49:38.660 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.660 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.660 INFO [stderr] | Dec 18 14:49:38.660 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.660 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.660 INFO [stderr] ... Dec 18 14:49:38.660 INFO [stderr] 2400 | rt_alloc_excess_used!(rt_pow2_8192bytes_8align_alloc_excess_used, 8192, 8); Dec 18 14:49:38.660 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.660 INFO [stderr] Dec 18 14:49:38.660 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.660 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.660 INFO [stderr] | Dec 18 14:49:38.660 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.660 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.660 INFO [stderr] ... Dec 18 14:49:38.660 INFO [stderr] 2400 | rt_alloc_excess_used!(rt_pow2_8192bytes_8align_alloc_excess_used, 8192, 8); Dec 18 14:49:38.660 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.660 INFO [stderr] | Dec 18 14:49:38.660 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.660 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.660 INFO [stderr] | Dec 18 14:49:38.660 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.660 INFO [stderr] | Dec 18 14:49:38.660 INFO [stderr] Dec 18 14:49:38.660 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.660 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.661 INFO [stderr] | Dec 18 14:49:38.661 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.661 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.661 INFO [stderr] ... Dec 18 14:49:38.661 INFO [stderr] 2413 | rt_alloc_excess_used!(rt_pow2_16384bytes_8align_alloc_excess_used, 16384, 8); Dec 18 14:49:38.661 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.661 INFO [stderr] Dec 18 14:49:38.661 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.661 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.661 INFO [stderr] | Dec 18 14:49:38.661 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.661 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.661 INFO [stderr] ... Dec 18 14:49:38.661 INFO [stderr] 2413 | rt_alloc_excess_used!(rt_pow2_16384bytes_8align_alloc_excess_used, 16384, 8); Dec 18 14:49:38.661 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.661 INFO [stderr] | Dec 18 14:49:38.661 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.661 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.661 INFO [stderr] | Dec 18 14:49:38.661 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.661 INFO [stderr] | Dec 18 14:49:38.661 INFO [stderr] Dec 18 14:49:38.661 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.661 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.661 INFO [stderr] | Dec 18 14:49:38.661 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.661 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.661 INFO [stderr] ... Dec 18 14:49:38.661 INFO [stderr] 2426 | rt_alloc_excess_used!(rt_pow2_32768bytes_8align_alloc_excess_used, 32768, 8); Dec 18 14:49:38.661 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.661 INFO [stderr] Dec 18 14:49:38.661 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.661 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.661 INFO [stderr] | Dec 18 14:49:38.661 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.661 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.661 INFO [stderr] ... Dec 18 14:49:38.661 INFO [stderr] 2426 | rt_alloc_excess_used!(rt_pow2_32768bytes_8align_alloc_excess_used, 32768, 8); Dec 18 14:49:38.661 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.661 INFO [stderr] | Dec 18 14:49:38.661 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.661 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.661 INFO [stderr] | Dec 18 14:49:38.661 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.661 INFO [stderr] | Dec 18 14:49:38.661 INFO [stderr] Dec 18 14:49:38.668 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.668 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.668 INFO [stderr] | Dec 18 14:49:38.668 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.668 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.668 INFO [stderr] ... Dec 18 14:49:38.668 INFO [stderr] 2439 | rt_alloc_excess_used!(rt_pow2_65536bytes_8align_alloc_excess_used, 65536, 8); Dec 18 14:49:38.668 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.668 INFO [stderr] Dec 18 14:49:38.668 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.668 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.668 INFO [stderr] | Dec 18 14:49:38.668 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.668 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.668 INFO [stderr] ... Dec 18 14:49:38.668 INFO [stderr] 2439 | rt_alloc_excess_used!(rt_pow2_65536bytes_8align_alloc_excess_used, 65536, 8); Dec 18 14:49:38.668 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.668 INFO [stderr] | Dec 18 14:49:38.668 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.668 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.668 INFO [stderr] | Dec 18 14:49:38.668 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.668 INFO [stderr] | Dec 18 14:49:38.668 INFO [stderr] Dec 18 14:49:38.668 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.668 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.668 INFO [stderr] | Dec 18 14:49:38.668 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.668 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.668 INFO [stderr] ... Dec 18 14:49:38.668 INFO [stderr] 2452 | rt_alloc_excess_used!(rt_pow2_131072bytes_8align_alloc_excess_used, 131072, 8); Dec 18 14:49:38.668 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.668 INFO [stderr] Dec 18 14:49:38.668 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.668 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.668 INFO [stderr] | Dec 18 14:49:38.668 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.668 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.668 INFO [stderr] ... Dec 18 14:49:38.668 INFO [stderr] 2452 | rt_alloc_excess_used!(rt_pow2_131072bytes_8align_alloc_excess_used, 131072, 8); Dec 18 14:49:38.668 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.668 INFO [stderr] | Dec 18 14:49:38.668 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.668 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.668 INFO [stderr] | Dec 18 14:49:38.668 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.668 INFO [stderr] | Dec 18 14:49:38.668 INFO [stderr] Dec 18 14:49:38.668 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.668 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.668 INFO [stderr] | Dec 18 14:49:38.668 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.669 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.669 INFO [stderr] ... Dec 18 14:49:38.669 INFO [stderr] 2465 | rt_alloc_excess_used!(rt_pow2_4194304bytes_8align_alloc_excess_used, 4194304, 8); Dec 18 14:49:38.669 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.669 INFO [stderr] Dec 18 14:49:38.669 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.669 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.669 INFO [stderr] | Dec 18 14:49:38.669 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.669 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.669 INFO [stderr] ... Dec 18 14:49:38.669 INFO [stderr] 2465 | rt_alloc_excess_used!(rt_pow2_4194304bytes_8align_alloc_excess_used, 4194304, 8); Dec 18 14:49:38.669 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.669 INFO [stderr] | Dec 18 14:49:38.669 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.669 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.669 INFO [stderr] | Dec 18 14:49:38.669 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.669 INFO [stderr] | Dec 18 14:49:38.669 INFO [stderr] Dec 18 14:49:38.669 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.669 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.669 INFO [stderr] | Dec 18 14:49:38.669 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.669 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.669 INFO [stderr] ... Dec 18 14:49:38.669 INFO [stderr] 2479 | rt_alloc_excess_used!(rt_even_10bytes_8align_alloc_excess_used, 10, 8); Dec 18 14:49:38.669 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.669 INFO [stderr] Dec 18 14:49:38.669 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.669 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.669 INFO [stderr] | Dec 18 14:49:38.669 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.669 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.669 INFO [stderr] ... Dec 18 14:49:38.669 INFO [stderr] 2479 | rt_alloc_excess_used!(rt_even_10bytes_8align_alloc_excess_used, 10, 8); Dec 18 14:49:38.669 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.669 INFO [stderr] | Dec 18 14:49:38.669 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.669 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.669 INFO [stderr] | Dec 18 14:49:38.669 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.669 INFO [stderr] | Dec 18 14:49:38.669 INFO [stderr] Dec 18 14:49:38.676 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.676 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.676 INFO [stderr] | Dec 18 14:49:38.676 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.676 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.676 INFO [stderr] ... Dec 18 14:49:38.676 INFO [stderr] 2492 | rt_alloc_excess_used!(rt_even_100bytes_8align_alloc_excess_used, 100, 8); Dec 18 14:49:38.676 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.676 INFO [stderr] Dec 18 14:49:38.676 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.676 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.676 INFO [stderr] | Dec 18 14:49:38.676 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.676 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.676 INFO [stderr] ... Dec 18 14:49:38.676 INFO [stderr] 2492 | rt_alloc_excess_used!(rt_even_100bytes_8align_alloc_excess_used, 100, 8); Dec 18 14:49:38.676 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.676 INFO [stderr] | Dec 18 14:49:38.676 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.676 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.676 INFO [stderr] | Dec 18 14:49:38.676 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.676 INFO [stderr] | Dec 18 14:49:38.676 INFO [stderr] Dec 18 14:49:38.676 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.676 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.676 INFO [stderr] | Dec 18 14:49:38.676 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.676 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.676 INFO [stderr] ... Dec 18 14:49:38.676 INFO [stderr] 2505 | rt_alloc_excess_used!(rt_even_1000bytes_8align_alloc_excess_used, 1000, 8); Dec 18 14:49:38.676 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.676 INFO [stderr] Dec 18 14:49:38.676 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.676 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.676 INFO [stderr] | Dec 18 14:49:38.676 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.676 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.676 INFO [stderr] ... Dec 18 14:49:38.676 INFO [stderr] 2505 | rt_alloc_excess_used!(rt_even_1000bytes_8align_alloc_excess_used, 1000, 8); Dec 18 14:49:38.676 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.676 INFO [stderr] | Dec 18 14:49:38.676 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.676 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.676 INFO [stderr] | Dec 18 14:49:38.676 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.676 INFO [stderr] | Dec 18 14:49:38.676 INFO [stderr] Dec 18 14:49:38.680 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.680 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.680 INFO [stderr] | Dec 18 14:49:38.680 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.680 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.680 INFO [stderr] ... Dec 18 14:49:38.680 INFO [stderr] 2518 | rt_alloc_excess_used!(rt_even_10000bytes_8align_alloc_excess_used, 10000, 8); Dec 18 14:49:38.680 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.680 INFO [stderr] Dec 18 14:49:38.680 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.680 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.680 INFO [stderr] | Dec 18 14:49:38.680 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.680 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.680 INFO [stderr] ... Dec 18 14:49:38.680 INFO [stderr] 2518 | rt_alloc_excess_used!(rt_even_10000bytes_8align_alloc_excess_used, 10000, 8); Dec 18 14:49:38.680 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.680 INFO [stderr] | Dec 18 14:49:38.680 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.680 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.680 INFO [stderr] | Dec 18 14:49:38.680 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.680 INFO [stderr] | Dec 18 14:49:38.680 INFO [stderr] Dec 18 14:49:38.680 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.680 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.680 INFO [stderr] | Dec 18 14:49:38.680 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.680 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.680 INFO [stderr] ... Dec 18 14:49:38.680 INFO [stderr] 2531 | rt_alloc_excess_used!(rt_even_100000bytes_8align_alloc_excess_used, 100000, 8); Dec 18 14:49:38.680 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.680 INFO [stderr] Dec 18 14:49:38.680 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.680 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.680 INFO [stderr] | Dec 18 14:49:38.680 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.680 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.680 INFO [stderr] ... Dec 18 14:49:38.680 INFO [stderr] 2531 | rt_alloc_excess_used!(rt_even_100000bytes_8align_alloc_excess_used, 100000, 8); Dec 18 14:49:38.680 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.680 INFO [stderr] | Dec 18 14:49:38.680 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.680 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.680 INFO [stderr] | Dec 18 14:49:38.680 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.680 INFO [stderr] | Dec 18 14:49:38.680 INFO [stderr] Dec 18 14:49:38.680 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.680 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.680 INFO [stderr] | Dec 18 14:49:38.680 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.680 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.681 INFO [stderr] ... Dec 18 14:49:38.681 INFO [stderr] 2544 | rt_alloc_excess_used!(rt_even_1000000bytes_8align_alloc_excess_used, 1000000, 8); Dec 18 14:49:38.681 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.681 INFO [stderr] Dec 18 14:49:38.681 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.681 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.681 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.681 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.681 INFO [stderr] ... Dec 18 14:49:38.681 INFO [stderr] 2544 | rt_alloc_excess_used!(rt_even_1000000bytes_8align_alloc_excess_used, 1000000, 8); Dec 18 14:49:38.681 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.681 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.681 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.681 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.681 INFO [stderr] Dec 18 14:49:38.681 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.681 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.681 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.681 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.681 INFO [stderr] ... Dec 18 14:49:38.681 INFO [stderr] 2558 | rt_alloc_excess_used!(rt_odd_10bytes_8align_alloc_excess_used, 10- 1, 8); Dec 18 14:49:38.681 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.681 INFO [stderr] Dec 18 14:49:38.681 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.681 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.681 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.681 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.681 INFO [stderr] ... Dec 18 14:49:38.681 INFO [stderr] 2558 | rt_alloc_excess_used!(rt_odd_10bytes_8align_alloc_excess_used, 10- 1, 8); Dec 18 14:49:38.681 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.681 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.681 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.681 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.681 INFO [stderr] Dec 18 14:49:38.681 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.681 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.681 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.681 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.681 INFO [stderr] ... Dec 18 14:49:38.681 INFO [stderr] 2571 | rt_alloc_excess_used!(rt_odd_100bytes_8align_alloc_excess_used, 100- 1, 8); Dec 18 14:49:38.681 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.681 INFO [stderr] Dec 18 14:49:38.681 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.681 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.681 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.681 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.681 INFO [stderr] ... Dec 18 14:49:38.681 INFO [stderr] 2571 | rt_alloc_excess_used!(rt_odd_100bytes_8align_alloc_excess_used, 100- 1, 8); Dec 18 14:49:38.681 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.681 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.681 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.681 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.681 INFO [stderr] Dec 18 14:49:38.681 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.681 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.681 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.681 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.681 INFO [stderr] ... Dec 18 14:49:38.681 INFO [stderr] 2584 | rt_alloc_excess_used!(rt_odd_1000bytes_8align_alloc_excess_used, 1000- 1, 8); Dec 18 14:49:38.681 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.681 INFO [stderr] Dec 18 14:49:38.681 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.681 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.681 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.681 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.681 INFO [stderr] ... Dec 18 14:49:38.681 INFO [stderr] 2584 | rt_alloc_excess_used!(rt_odd_1000bytes_8align_alloc_excess_used, 1000- 1, 8); Dec 18 14:49:38.681 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.681 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.681 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.681 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.681 INFO [stderr] | Dec 18 14:49:38.688 INFO [stderr] Dec 18 14:49:38.688 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.688 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.688 INFO [stderr] | Dec 18 14:49:38.688 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.688 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.688 INFO [stderr] ... Dec 18 14:49:38.688 INFO [stderr] 2597 | rt_alloc_excess_used!(rt_odd_10000bytes_8align_alloc_excess_used, 10000- 1, 8); Dec 18 14:49:38.688 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.688 INFO [stderr] Dec 18 14:49:38.688 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.688 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.688 INFO [stderr] | Dec 18 14:49:38.688 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.688 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.688 INFO [stderr] ... Dec 18 14:49:38.688 INFO [stderr] 2597 | rt_alloc_excess_used!(rt_odd_10000bytes_8align_alloc_excess_used, 10000- 1, 8); Dec 18 14:49:38.688 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.688 INFO [stderr] | Dec 18 14:49:38.688 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.688 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.688 INFO [stderr] | Dec 18 14:49:38.688 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.688 INFO [stderr] | Dec 18 14:49:38.688 INFO [stderr] Dec 18 14:49:38.688 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.688 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.688 INFO [stderr] | Dec 18 14:49:38.688 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.688 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.688 INFO [stderr] ... Dec 18 14:49:38.688 INFO [stderr] 2610 | rt_alloc_excess_used!(rt_odd_100000bytes_8align_alloc_excess_used, 100000- 1, 8); Dec 18 14:49:38.688 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.688 INFO [stderr] Dec 18 14:49:38.688 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.688 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.688 INFO [stderr] | Dec 18 14:49:38.688 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.688 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.688 INFO [stderr] ... Dec 18 14:49:38.688 INFO [stderr] 2610 | rt_alloc_excess_used!(rt_odd_100000bytes_8align_alloc_excess_used, 100000- 1, 8); Dec 18 14:49:38.688 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.688 INFO [stderr] | Dec 18 14:49:38.688 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.688 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.688 INFO [stderr] | Dec 18 14:49:38.688 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.688 INFO [stderr] | Dec 18 14:49:38.688 INFO [stderr] Dec 18 14:49:38.688 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.688 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.688 INFO [stderr] | Dec 18 14:49:38.688 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.688 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.688 INFO [stderr] ... Dec 18 14:49:38.688 INFO [stderr] 2623 | rt_alloc_excess_used!(rt_odd_1000000bytes_8align_alloc_excess_used, 1000000- 1, 8); Dec 18 14:49:38.689 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.689 INFO [stderr] Dec 18 14:49:38.689 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.689 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.689 INFO [stderr] | Dec 18 14:49:38.689 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.689 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.689 INFO [stderr] ... Dec 18 14:49:38.689 INFO [stderr] 2623 | rt_alloc_excess_used!(rt_odd_1000000bytes_8align_alloc_excess_used, 1000000- 1, 8); Dec 18 14:49:38.689 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.689 INFO [stderr] | Dec 18 14:49:38.689 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.689 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.689 INFO [stderr] | Dec 18 14:49:38.689 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.689 INFO [stderr] | Dec 18 14:49:38.689 INFO [stderr] Dec 18 14:49:38.692 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.692 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.692 INFO [stderr] | Dec 18 14:49:38.692 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.692 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.692 INFO [stderr] ... Dec 18 14:49:38.692 INFO [stderr] 2637 | rt_alloc_excess_used!(rt_primes_3bytes_8align_alloc_excess_used, 3, 8); Dec 18 14:49:38.692 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.692 INFO [stderr] Dec 18 14:49:38.692 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.692 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.692 INFO [stderr] | Dec 18 14:49:38.692 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.692 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.692 INFO [stderr] ... Dec 18 14:49:38.692 INFO [stderr] 2637 | rt_alloc_excess_used!(rt_primes_3bytes_8align_alloc_excess_used, 3, 8); Dec 18 14:49:38.692 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.692 INFO [stderr] | Dec 18 14:49:38.692 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.692 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.692 INFO [stderr] | Dec 18 14:49:38.692 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.692 INFO [stderr] | Dec 18 14:49:38.692 INFO [stderr] Dec 18 14:49:38.692 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.692 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.692 INFO [stderr] | Dec 18 14:49:38.692 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.692 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.692 INFO [stderr] ... Dec 18 14:49:38.692 INFO [stderr] 2650 | rt_alloc_excess_used!(rt_primes_7bytes_8align_alloc_excess_used, 7, 8); Dec 18 14:49:38.692 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.692 INFO [stderr] Dec 18 14:49:38.692 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.692 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.692 INFO [stderr] | Dec 18 14:49:38.692 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.692 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.692 INFO [stderr] ... Dec 18 14:49:38.692 INFO [stderr] 2650 | rt_alloc_excess_used!(rt_primes_7bytes_8align_alloc_excess_used, 7, 8); Dec 18 14:49:38.692 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.692 INFO [stderr] | Dec 18 14:49:38.692 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.692 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.692 INFO [stderr] | Dec 18 14:49:38.692 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.692 INFO [stderr] | Dec 18 14:49:38.692 INFO [stderr] Dec 18 14:49:38.696 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.696 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.696 INFO [stderr] | Dec 18 14:49:38.696 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.696 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.696 INFO [stderr] ... Dec 18 14:49:38.696 INFO [stderr] 2663 | rt_alloc_excess_used!(rt_primes_13bytes_8align_alloc_excess_used, 13, 8); Dec 18 14:49:38.696 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.696 INFO [stderr] Dec 18 14:49:38.696 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.696 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.696 INFO [stderr] | Dec 18 14:49:38.696 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.696 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.696 INFO [stderr] ... Dec 18 14:49:38.696 INFO [stderr] 2663 | rt_alloc_excess_used!(rt_primes_13bytes_8align_alloc_excess_used, 13, 8); Dec 18 14:49:38.696 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.696 INFO [stderr] | Dec 18 14:49:38.696 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.696 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.696 INFO [stderr] | Dec 18 14:49:38.696 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.696 INFO [stderr] | Dec 18 14:49:38.696 INFO [stderr] Dec 18 14:49:38.696 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.696 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.696 INFO [stderr] | Dec 18 14:49:38.696 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.696 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.696 INFO [stderr] ... Dec 18 14:49:38.696 INFO [stderr] 2676 | rt_alloc_excess_used!(rt_primes_17bytes_8align_alloc_excess_used, 17, 8); Dec 18 14:49:38.696 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.696 INFO [stderr] Dec 18 14:49:38.696 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.696 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.696 INFO [stderr] | Dec 18 14:49:38.696 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.696 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.696 INFO [stderr] ... Dec 18 14:49:38.696 INFO [stderr] 2676 | rt_alloc_excess_used!(rt_primes_17bytes_8align_alloc_excess_used, 17, 8); Dec 18 14:49:38.696 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.696 INFO [stderr] | Dec 18 14:49:38.696 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.696 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.696 INFO [stderr] | Dec 18 14:49:38.696 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.696 INFO [stderr] | Dec 18 14:49:38.696 INFO [stderr] Dec 18 14:49:38.700 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.700 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.700 INFO [stderr] | Dec 18 14:49:38.700 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.700 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.700 INFO [stderr] ... Dec 18 14:49:38.700 INFO [stderr] 2689 | rt_alloc_excess_used!(rt_primes_31bytes_8align_alloc_excess_used, 31, 8); Dec 18 14:49:38.700 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.700 INFO [stderr] Dec 18 14:49:38.700 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.700 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.700 INFO [stderr] | Dec 18 14:49:38.700 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.700 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.700 INFO [stderr] ... Dec 18 14:49:38.700 INFO [stderr] 2689 | rt_alloc_excess_used!(rt_primes_31bytes_8align_alloc_excess_used, 31, 8); Dec 18 14:49:38.700 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.700 INFO [stderr] | Dec 18 14:49:38.700 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.700 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.700 INFO [stderr] | Dec 18 14:49:38.700 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.700 INFO [stderr] | Dec 18 14:49:38.700 INFO [stderr] Dec 18 14:49:38.700 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.700 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.700 INFO [stderr] | Dec 18 14:49:38.704 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.704 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.704 INFO [stderr] ... Dec 18 14:49:38.704 INFO [stderr] 2702 | rt_alloc_excess_used!(rt_primes_61bytes_8align_alloc_excess_used, 61, 8); Dec 18 14:49:38.704 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.704 INFO [stderr] Dec 18 14:49:38.704 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.704 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.704 INFO [stderr] | Dec 18 14:49:38.704 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.704 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.704 INFO [stderr] ... Dec 18 14:49:38.704 INFO [stderr] 2702 | rt_alloc_excess_used!(rt_primes_61bytes_8align_alloc_excess_used, 61, 8); Dec 18 14:49:38.704 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.704 INFO [stderr] | Dec 18 14:49:38.704 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.704 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.704 INFO [stderr] | Dec 18 14:49:38.704 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.704 INFO [stderr] | Dec 18 14:49:38.704 INFO [stderr] Dec 18 14:49:38.704 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.704 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.704 INFO [stderr] | Dec 18 14:49:38.704 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.704 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.704 INFO [stderr] ... Dec 18 14:49:38.704 INFO [stderr] 2715 | rt_alloc_excess_used!(rt_primes_96bytes_8align_alloc_excess_used, 96, 8); Dec 18 14:49:38.704 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.704 INFO [stderr] Dec 18 14:49:38.704 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.704 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.704 INFO [stderr] | Dec 18 14:49:38.704 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.704 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.704 INFO [stderr] ... Dec 18 14:49:38.704 INFO [stderr] 2715 | rt_alloc_excess_used!(rt_primes_96bytes_8align_alloc_excess_used, 96, 8); Dec 18 14:49:38.704 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.704 INFO [stderr] | Dec 18 14:49:38.704 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.704 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.704 INFO [stderr] | Dec 18 14:49:38.704 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.704 INFO [stderr] | Dec 18 14:49:38.704 INFO [stderr] Dec 18 14:49:38.704 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.704 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.705 INFO [stderr] | Dec 18 14:49:38.705 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.705 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.705 INFO [stderr] ... Dec 18 14:49:38.705 INFO [stderr] 2728 | rt_alloc_excess_used!(rt_primes_127bytes_8align_alloc_excess_used, 127, 8); Dec 18 14:49:38.705 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.705 INFO [stderr] Dec 18 14:49:38.705 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.705 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.705 INFO [stderr] | Dec 18 14:49:38.705 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.705 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.705 INFO [stderr] ... Dec 18 14:49:38.705 INFO [stderr] 2728 | rt_alloc_excess_used!(rt_primes_127bytes_8align_alloc_excess_used, 127, 8); Dec 18 14:49:38.705 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.705 INFO [stderr] | Dec 18 14:49:38.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.705 INFO [stderr] | Dec 18 14:49:38.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.705 INFO [stderr] | Dec 18 14:49:38.705 INFO [stderr] Dec 18 14:49:38.705 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.705 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.705 INFO [stderr] | Dec 18 14:49:38.705 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.705 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.705 INFO [stderr] ... Dec 18 14:49:38.705 INFO [stderr] 2741 | rt_alloc_excess_used!(rt_primes_257bytes_8align_alloc_excess_used, 257, 8); Dec 18 14:49:38.705 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.705 INFO [stderr] Dec 18 14:49:38.705 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.705 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.705 INFO [stderr] | Dec 18 14:49:38.705 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.705 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.705 INFO [stderr] ... Dec 18 14:49:38.705 INFO [stderr] 2741 | rt_alloc_excess_used!(rt_primes_257bytes_8align_alloc_excess_used, 257, 8); Dec 18 14:49:38.705 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.705 INFO [stderr] | Dec 18 14:49:38.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.705 INFO [stderr] | Dec 18 14:49:38.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.705 INFO [stderr] | Dec 18 14:49:38.705 INFO [stderr] Dec 18 14:49:38.705 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.705 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.705 INFO [stderr] | Dec 18 14:49:38.705 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.705 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.705 INFO [stderr] ... Dec 18 14:49:38.705 INFO [stderr] 2754 | rt_alloc_excess_used!(rt_primes_509bytes_8align_alloc_excess_used, 509, 8); Dec 18 14:49:38.705 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.705 INFO [stderr] Dec 18 14:49:38.705 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.705 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.705 INFO [stderr] | Dec 18 14:49:38.705 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.705 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.705 INFO [stderr] ... Dec 18 14:49:38.705 INFO [stderr] 2754 | rt_alloc_excess_used!(rt_primes_509bytes_8align_alloc_excess_used, 509, 8); Dec 18 14:49:38.705 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.705 INFO [stderr] | Dec 18 14:49:38.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.705 INFO [stderr] | Dec 18 14:49:38.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.705 INFO [stderr] | Dec 18 14:49:38.705 INFO [stderr] Dec 18 14:49:38.710 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.710 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.710 INFO [stderr] | Dec 18 14:49:38.710 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.710 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.710 INFO [stderr] ... Dec 18 14:49:38.710 INFO [stderr] 2767 | rt_alloc_excess_used!(rt_primes_1021bytes_8align_alloc_excess_used, 1021, 8); Dec 18 14:49:38.710 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.710 INFO [stderr] Dec 18 14:49:38.710 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.710 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.710 INFO [stderr] | Dec 18 14:49:38.710 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.710 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.710 INFO [stderr] ... Dec 18 14:49:38.710 INFO [stderr] 2767 | rt_alloc_excess_used!(rt_primes_1021bytes_8align_alloc_excess_used, 1021, 8); Dec 18 14:49:38.710 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.710 INFO [stderr] | Dec 18 14:49:38.710 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.710 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.710 INFO [stderr] | Dec 18 14:49:38.710 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.710 INFO [stderr] | Dec 18 14:49:38.710 INFO [stderr] Dec 18 14:49:38.710 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.710 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.710 INFO [stderr] | Dec 18 14:49:38.710 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.710 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.710 INFO [stderr] ... Dec 18 14:49:38.710 INFO [stderr] 2780 | rt_alloc_excess_used!(rt_primes_2039bytes_8align_alloc_excess_used, 2039, 8); Dec 18 14:49:38.710 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.710 INFO [stderr] Dec 18 14:49:38.710 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.710 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.710 INFO [stderr] | Dec 18 14:49:38.710 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.710 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.710 INFO [stderr] ... Dec 18 14:49:38.710 INFO [stderr] 2780 | rt_alloc_excess_used!(rt_primes_2039bytes_8align_alloc_excess_used, 2039, 8); Dec 18 14:49:38.710 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.710 INFO [stderr] | Dec 18 14:49:38.710 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.710 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.710 INFO [stderr] | Dec 18 14:49:38.710 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.710 INFO [stderr] | Dec 18 14:49:38.710 INFO [stderr] Dec 18 14:49:38.710 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.710 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.710 INFO [stderr] | Dec 18 14:49:38.710 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.710 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.710 INFO [stderr] ... Dec 18 14:49:38.711 INFO [stderr] 2793 | rt_alloc_excess_used!(rt_primes_4093bytes_8align_alloc_excess_used, 4093, 8); Dec 18 14:49:38.711 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.711 INFO [stderr] Dec 18 14:49:38.711 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.711 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.711 INFO [stderr] | Dec 18 14:49:38.711 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.711 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.711 INFO [stderr] ... Dec 18 14:49:38.711 INFO [stderr] 2793 | rt_alloc_excess_used!(rt_primes_4093bytes_8align_alloc_excess_used, 4093, 8); Dec 18 14:49:38.711 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.711 INFO [stderr] | Dec 18 14:49:38.711 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.711 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.711 INFO [stderr] | Dec 18 14:49:38.711 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.711 INFO [stderr] | Dec 18 14:49:38.711 INFO [stderr] Dec 18 14:49:38.716 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.716 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.716 INFO [stderr] | Dec 18 14:49:38.716 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.716 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.716 INFO [stderr] ... Dec 18 14:49:38.716 INFO [stderr] 2806 | rt_alloc_excess_used!(rt_primes_8191bytes_8align_alloc_excess_used, 8191, 8); Dec 18 14:49:38.716 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.716 INFO [stderr] Dec 18 14:49:38.716 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.716 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.716 INFO [stderr] | Dec 18 14:49:38.716 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.716 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.716 INFO [stderr] ... Dec 18 14:49:38.716 INFO [stderr] 2806 | rt_alloc_excess_used!(rt_primes_8191bytes_8align_alloc_excess_used, 8191, 8); Dec 18 14:49:38.716 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.716 INFO [stderr] | Dec 18 14:49:38.716 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.716 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.716 INFO [stderr] | Dec 18 14:49:38.716 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.716 INFO [stderr] | Dec 18 14:49:38.716 INFO [stderr] Dec 18 14:49:38.716 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.716 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.716 INFO [stderr] | Dec 18 14:49:38.716 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.716 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.716 INFO [stderr] ... Dec 18 14:49:38.716 INFO [stderr] 2819 | rt_alloc_excess_used!(rt_primes_16381bytes_8align_alloc_excess_used, 16381, 8); Dec 18 14:49:38.716 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.716 INFO [stderr] Dec 18 14:49:38.724 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.724 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.724 INFO [stderr] | Dec 18 14:49:38.724 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.724 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.724 INFO [stderr] ... Dec 18 14:49:38.724 INFO [stderr] 2819 | rt_alloc_excess_used!(rt_primes_16381bytes_8align_alloc_excess_used, 16381, 8); Dec 18 14:49:38.724 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.724 INFO [stderr] | Dec 18 14:49:38.724 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.724 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.724 INFO [stderr] | Dec 18 14:49:38.724 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.724 INFO [stderr] | Dec 18 14:49:38.724 INFO [stderr] Dec 18 14:49:38.724 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.724 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.724 INFO [stderr] | Dec 18 14:49:38.724 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.724 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.724 INFO [stderr] ... Dec 18 14:49:38.724 INFO [stderr] 2832 | rt_alloc_excess_used!(rt_primes_32749bytes_8align_alloc_excess_used, 32749, 8); Dec 18 14:49:38.724 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.724 INFO [stderr] Dec 18 14:49:38.724 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.724 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.724 INFO [stderr] | Dec 18 14:49:38.724 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.724 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.724 INFO [stderr] ... Dec 18 14:49:38.724 INFO [stderr] 2832 | rt_alloc_excess_used!(rt_primes_32749bytes_8align_alloc_excess_used, 32749, 8); Dec 18 14:49:38.724 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.724 INFO [stderr] | Dec 18 14:49:38.724 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.724 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.724 INFO [stderr] | Dec 18 14:49:38.724 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.724 INFO [stderr] | Dec 18 14:49:38.724 INFO [stderr] Dec 18 14:49:38.724 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.724 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.724 INFO [stderr] | Dec 18 14:49:38.724 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.724 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.724 INFO [stderr] ... Dec 18 14:49:38.724 INFO [stderr] 2845 | rt_alloc_excess_used!(rt_primes_65537bytes_8align_alloc_excess_used, 65537, 8); Dec 18 14:49:38.724 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.724 INFO [stderr] Dec 18 14:49:38.724 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.724 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.724 INFO [stderr] | Dec 18 14:49:38.724 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.724 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.724 INFO [stderr] ... Dec 18 14:49:38.724 INFO [stderr] 2845 | rt_alloc_excess_used!(rt_primes_65537bytes_8align_alloc_excess_used, 65537, 8); Dec 18 14:49:38.724 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.728 INFO [stderr] | Dec 18 14:49:38.728 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.728 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.728 INFO [stderr] | Dec 18 14:49:38.728 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.728 INFO [stderr] | Dec 18 14:49:38.728 INFO [stderr] Dec 18 14:49:38.728 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.728 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.728 INFO [stderr] | Dec 18 14:49:38.728 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.728 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.728 INFO [stderr] ... Dec 18 14:49:38.728 INFO [stderr] 2858 | rt_alloc_excess_used!(rt_primes_131071bytes_8align_alloc_excess_used, 131071, 8); Dec 18 14:49:38.728 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.728 INFO [stderr] Dec 18 14:49:38.728 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.728 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.728 INFO [stderr] | Dec 18 14:49:38.728 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.728 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.728 INFO [stderr] ... Dec 18 14:49:38.728 INFO [stderr] 2858 | rt_alloc_excess_used!(rt_primes_131071bytes_8align_alloc_excess_used, 131071, 8); Dec 18 14:49:38.728 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.728 INFO [stderr] | Dec 18 14:49:38.728 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.728 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.728 INFO [stderr] | Dec 18 14:49:38.728 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.728 INFO [stderr] | Dec 18 14:49:38.728 INFO [stderr] Dec 18 14:49:38.728 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.728 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.728 INFO [stderr] | Dec 18 14:49:38.728 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.728 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.728 INFO [stderr] ... Dec 18 14:49:38.728 INFO [stderr] 2871 | rt_alloc_excess_used!(rt_primes_4194301bytes_8align_alloc_excess_used, 4194301, 8); Dec 18 14:49:38.728 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.728 INFO [stderr] Dec 18 14:49:38.728 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.728 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.728 INFO [stderr] | Dec 18 14:49:38.728 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.728 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.728 INFO [stderr] ... Dec 18 14:49:38.728 INFO [stderr] 2871 | rt_alloc_excess_used!(rt_primes_4194301bytes_8align_alloc_excess_used, 4194301, 8); Dec 18 14:49:38.728 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.728 INFO [stderr] | Dec 18 14:49:38.728 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.728 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.728 INFO [stderr] | Dec 18 14:49:38.728 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.728 INFO [stderr] | Dec 18 14:49:38.729 INFO [stderr] Dec 18 14:49:38.729 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.729 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.729 INFO [stderr] | Dec 18 14:49:38.729 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.729 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.729 INFO [stderr] ... Dec 18 14:49:38.729 INFO [stderr] 2887 | rt_alloc_excess_used!(rt_pow2_1bytes_16align_alloc_excess_used, 1, 16); Dec 18 14:49:38.729 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.729 INFO [stderr] Dec 18 14:49:38.729 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.729 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.729 INFO [stderr] | Dec 18 14:49:38.729 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.729 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.729 INFO [stderr] ... Dec 18 14:49:38.729 INFO [stderr] 2887 | rt_alloc_excess_used!(rt_pow2_1bytes_16align_alloc_excess_used, 1, 16); Dec 18 14:49:38.729 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.729 INFO [stderr] | Dec 18 14:49:38.729 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.729 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.729 INFO [stderr] | Dec 18 14:49:38.729 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.729 INFO [stderr] | Dec 18 14:49:38.729 INFO [stderr] Dec 18 14:49:38.729 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.729 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.729 INFO [stderr] | Dec 18 14:49:38.729 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.729 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.729 INFO [stderr] ... Dec 18 14:49:38.729 INFO [stderr] 2900 | rt_alloc_excess_used!(rt_pow2_2bytes_16align_alloc_excess_used, 2, 16); Dec 18 14:49:38.729 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.729 INFO [stderr] Dec 18 14:49:38.729 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.729 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.729 INFO [stderr] | Dec 18 14:49:38.729 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.729 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.729 INFO [stderr] ... Dec 18 14:49:38.729 INFO [stderr] 2900 | rt_alloc_excess_used!(rt_pow2_2bytes_16align_alloc_excess_used, 2, 16); Dec 18 14:49:38.729 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.729 INFO [stderr] | Dec 18 14:49:38.729 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.729 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.729 INFO [stderr] | Dec 18 14:49:38.729 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.729 INFO [stderr] | Dec 18 14:49:38.729 INFO [stderr] Dec 18 14:49:38.729 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.729 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.729 INFO [stderr] | Dec 18 14:49:38.729 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.729 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.729 INFO [stderr] ... Dec 18 14:49:38.729 INFO [stderr] 2913 | rt_alloc_excess_used!(rt_pow2_4bytes_16align_alloc_excess_used, 4, 16); Dec 18 14:49:38.729 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.729 INFO [stderr] Dec 18 14:49:38.729 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.729 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.729 INFO [stderr] | Dec 18 14:49:38.729 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.729 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.729 INFO [stderr] ... Dec 18 14:49:38.729 INFO [stderr] 2913 | rt_alloc_excess_used!(rt_pow2_4bytes_16align_alloc_excess_used, 4, 16); Dec 18 14:49:38.729 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.729 INFO [stderr] | Dec 18 14:49:38.729 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.729 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.729 INFO [stderr] | Dec 18 14:49:38.729 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.729 INFO [stderr] | Dec 18 14:49:38.729 INFO [stderr] Dec 18 14:49:38.736 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.736 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.736 INFO [stderr] | Dec 18 14:49:38.736 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.736 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.736 INFO [stderr] ... Dec 18 14:49:38.736 INFO [stderr] 2926 | rt_alloc_excess_used!(rt_pow2_8bytes_16align_alloc_excess_used, 8, 16); Dec 18 14:49:38.736 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.736 INFO [stderr] Dec 18 14:49:38.736 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.736 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.736 INFO [stderr] | Dec 18 14:49:38.736 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.736 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.736 INFO [stderr] ... Dec 18 14:49:38.736 INFO [stderr] 2926 | rt_alloc_excess_used!(rt_pow2_8bytes_16align_alloc_excess_used, 8, 16); Dec 18 14:49:38.736 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.736 INFO [stderr] | Dec 18 14:49:38.736 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.736 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.736 INFO [stderr] | Dec 18 14:49:38.740 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.740 INFO [stderr] | Dec 18 14:49:38.740 INFO [stderr] Dec 18 14:49:38.740 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.740 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.740 INFO [stderr] | Dec 18 14:49:38.740 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.740 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.740 INFO [stderr] ... Dec 18 14:49:38.740 INFO [stderr] 2939 | rt_alloc_excess_used!(rt_pow2_16bytes_16align_alloc_excess_used, 16, 16); Dec 18 14:49:38.740 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.740 INFO [stderr] Dec 18 14:49:38.740 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.740 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.740 INFO [stderr] | Dec 18 14:49:38.740 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.740 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.740 INFO [stderr] ... Dec 18 14:49:38.740 INFO [stderr] 2939 | rt_alloc_excess_used!(rt_pow2_16bytes_16align_alloc_excess_used, 16, 16); Dec 18 14:49:38.740 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.740 INFO [stderr] | Dec 18 14:49:38.740 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.740 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.740 INFO [stderr] | Dec 18 14:49:38.740 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.740 INFO [stderr] | Dec 18 14:49:38.740 INFO [stderr] Dec 18 14:49:38.740 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.740 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.740 INFO [stderr] | Dec 18 14:49:38.740 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.740 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.740 INFO [stderr] ... Dec 18 14:49:38.740 INFO [stderr] 2952 | rt_alloc_excess_used!(rt_pow2_32bytes_16align_alloc_excess_used, 32, 16); Dec 18 14:49:38.740 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.740 INFO [stderr] Dec 18 14:49:38.740 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.740 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.740 INFO [stderr] | Dec 18 14:49:38.740 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.740 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.740 INFO [stderr] ... Dec 18 14:49:38.740 INFO [stderr] 2952 | rt_alloc_excess_used!(rt_pow2_32bytes_16align_alloc_excess_used, 32, 16); Dec 18 14:49:38.740 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.740 INFO [stderr] | Dec 18 14:49:38.740 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.740 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.740 INFO [stderr] | Dec 18 14:49:38.740 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.740 INFO [stderr] | Dec 18 14:49:38.741 INFO [stderr] Dec 18 14:49:38.741 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.741 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.741 INFO [stderr] | Dec 18 14:49:38.741 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.741 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.741 INFO [stderr] ... Dec 18 14:49:38.741 INFO [stderr] 2965 | rt_alloc_excess_used!(rt_pow2_64bytes_16align_alloc_excess_used, 64, 16); Dec 18 14:49:38.741 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.741 INFO [stderr] Dec 18 14:49:38.741 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.741 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.741 INFO [stderr] | Dec 18 14:49:38.741 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.741 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.741 INFO [stderr] ... Dec 18 14:49:38.741 INFO [stderr] 2965 | rt_alloc_excess_used!(rt_pow2_64bytes_16align_alloc_excess_used, 64, 16); Dec 18 14:49:38.741 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.741 INFO [stderr] | Dec 18 14:49:38.741 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.741 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.741 INFO [stderr] | Dec 18 14:49:38.741 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.741 INFO [stderr] | Dec 18 14:49:38.741 INFO [stderr] Dec 18 14:49:38.741 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.741 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.741 INFO [stderr] | Dec 18 14:49:38.741 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.741 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.741 INFO [stderr] ... Dec 18 14:49:38.741 INFO [stderr] 2978 | rt_alloc_excess_used!(rt_pow2_128bytes_16align_alloc_excess_used, 128, 16); Dec 18 14:49:38.741 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.741 INFO [stderr] Dec 18 14:49:38.741 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.741 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.741 INFO [stderr] | Dec 18 14:49:38.741 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.741 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.741 INFO [stderr] ... Dec 18 14:49:38.741 INFO [stderr] 2978 | rt_alloc_excess_used!(rt_pow2_128bytes_16align_alloc_excess_used, 128, 16); Dec 18 14:49:38.741 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.741 INFO [stderr] | Dec 18 14:49:38.741 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.741 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.741 INFO [stderr] | Dec 18 14:49:38.741 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.741 INFO [stderr] | Dec 18 14:49:38.741 INFO [stderr] Dec 18 14:49:38.741 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.741 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.741 INFO [stderr] | Dec 18 14:49:38.741 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.741 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.741 INFO [stderr] ... Dec 18 14:49:38.741 INFO [stderr] 2991 | rt_alloc_excess_used!(rt_pow2_256bytes_16align_alloc_excess_used, 256, 16); Dec 18 14:49:38.741 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.741 INFO [stderr] Dec 18 14:49:38.741 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.741 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.741 INFO [stderr] | Dec 18 14:49:38.741 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.741 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.741 INFO [stderr] ... Dec 18 14:49:38.741 INFO [stderr] 2991 | rt_alloc_excess_used!(rt_pow2_256bytes_16align_alloc_excess_used, 256, 16); Dec 18 14:49:38.741 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.741 INFO [stderr] | Dec 18 14:49:38.741 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.741 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.741 INFO [stderr] | Dec 18 14:49:38.741 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.741 INFO [stderr] | Dec 18 14:49:38.741 INFO [stderr] Dec 18 14:49:38.741 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.741 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.741 INFO [stderr] | Dec 18 14:49:38.741 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.741 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.741 INFO [stderr] ... Dec 18 14:49:38.741 INFO [stderr] 3004 | rt_alloc_excess_used!(rt_pow2_512bytes_16align_alloc_excess_used, 512, 16); Dec 18 14:49:38.741 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.741 INFO [stderr] Dec 18 14:49:38.741 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.741 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.741 INFO [stderr] | Dec 18 14:49:38.741 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.741 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.741 INFO [stderr] ... Dec 18 14:49:38.741 INFO [stderr] 3004 | rt_alloc_excess_used!(rt_pow2_512bytes_16align_alloc_excess_used, 512, 16); Dec 18 14:49:38.741 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.742 INFO [stderr] | Dec 18 14:49:38.742 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.742 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.742 INFO [stderr] | Dec 18 14:49:38.742 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.742 INFO [stderr] | Dec 18 14:49:38.742 INFO [stderr] Dec 18 14:49:38.742 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.742 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.742 INFO [stderr] | Dec 18 14:49:38.742 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.742 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.742 INFO [stderr] ... Dec 18 14:49:38.742 INFO [stderr] 3017 | rt_alloc_excess_used!(rt_pow2_1024bytes_16align_alloc_excess_used, 1024, 16); Dec 18 14:49:38.742 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.742 INFO [stderr] Dec 18 14:49:38.742 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.742 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.742 INFO [stderr] | Dec 18 14:49:38.742 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.742 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.742 INFO [stderr] ... Dec 18 14:49:38.742 INFO [stderr] 3017 | rt_alloc_excess_used!(rt_pow2_1024bytes_16align_alloc_excess_used, 1024, 16); Dec 18 14:49:38.742 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.742 INFO [stderr] | Dec 18 14:49:38.742 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.742 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.742 INFO [stderr] | Dec 18 14:49:38.742 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.742 INFO [stderr] | Dec 18 14:49:38.742 INFO [stderr] Dec 18 14:49:38.742 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.742 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.742 INFO [stderr] | Dec 18 14:49:38.742 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.742 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.742 INFO [stderr] ... Dec 18 14:49:38.742 INFO [stderr] 3030 | rt_alloc_excess_used!(rt_pow2_2048bytes_16align_alloc_excess_used, 2048, 16); Dec 18 14:49:38.742 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.742 INFO [stderr] Dec 18 14:49:38.742 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.742 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.742 INFO [stderr] | Dec 18 14:49:38.742 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.742 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.742 INFO [stderr] ... Dec 18 14:49:38.742 INFO [stderr] 3030 | rt_alloc_excess_used!(rt_pow2_2048bytes_16align_alloc_excess_used, 2048, 16); Dec 18 14:49:38.742 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.742 INFO [stderr] | Dec 18 14:49:38.742 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.742 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.742 INFO [stderr] | Dec 18 14:49:38.742 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.742 INFO [stderr] | Dec 18 14:49:38.742 INFO [stderr] Dec 18 14:49:38.748 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.748 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.748 INFO [stderr] | Dec 18 14:49:38.748 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.748 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.748 INFO [stderr] ... Dec 18 14:49:38.748 INFO [stderr] 3043 | rt_alloc_excess_used!(rt_pow2_4096bytes_16align_alloc_excess_used, 4096, 16); Dec 18 14:49:38.748 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.748 INFO [stderr] Dec 18 14:49:38.748 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.748 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.748 INFO [stderr] | Dec 18 14:49:38.748 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.748 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.748 INFO [stderr] ... Dec 18 14:49:38.748 INFO [stderr] 3043 | rt_alloc_excess_used!(rt_pow2_4096bytes_16align_alloc_excess_used, 4096, 16); Dec 18 14:49:38.748 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.748 INFO [stderr] | Dec 18 14:49:38.748 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.748 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.748 INFO [stderr] | Dec 18 14:49:38.748 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.748 INFO [stderr] | Dec 18 14:49:38.748 INFO [stderr] Dec 18 14:49:38.748 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.748 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.748 INFO [stderr] | Dec 18 14:49:38.748 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.748 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.748 INFO [stderr] ... Dec 18 14:49:38.748 INFO [stderr] 3056 | rt_alloc_excess_used!(rt_pow2_8192bytes_16align_alloc_excess_used, 8192, 16); Dec 18 14:49:38.748 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.748 INFO [stderr] Dec 18 14:49:38.748 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.748 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.748 INFO [stderr] | Dec 18 14:49:38.748 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.748 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.748 INFO [stderr] ... Dec 18 14:49:38.748 INFO [stderr] 3056 | rt_alloc_excess_used!(rt_pow2_8192bytes_16align_alloc_excess_used, 8192, 16); Dec 18 14:49:38.748 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.748 INFO [stderr] | Dec 18 14:49:38.748 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.748 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.748 INFO [stderr] | Dec 18 14:49:38.748 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.748 INFO [stderr] | Dec 18 14:49:38.748 INFO [stderr] Dec 18 14:49:38.748 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.748 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.748 INFO [stderr] | Dec 18 14:49:38.749 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.749 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.749 INFO [stderr] ... Dec 18 14:49:38.749 INFO [stderr] 3069 | rt_alloc_excess_used!(rt_pow2_16384bytes_16align_alloc_excess_used, 16384, 16); Dec 18 14:49:38.749 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.749 INFO [stderr] Dec 18 14:49:38.760 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.760 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.760 INFO [stderr] | Dec 18 14:49:38.760 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.760 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.760 INFO [stderr] ... Dec 18 14:49:38.760 INFO [stderr] 3069 | rt_alloc_excess_used!(rt_pow2_16384bytes_16align_alloc_excess_used, 16384, 16); Dec 18 14:49:38.760 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.760 INFO [stderr] | Dec 18 14:49:38.760 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.760 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.760 INFO [stderr] | Dec 18 14:49:38.760 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.760 INFO [stderr] | Dec 18 14:49:38.760 INFO [stderr] Dec 18 14:49:38.760 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.760 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.760 INFO [stderr] | Dec 18 14:49:38.760 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.760 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.760 INFO [stderr] ... Dec 18 14:49:38.760 INFO [stderr] 3082 | rt_alloc_excess_used!(rt_pow2_32768bytes_16align_alloc_excess_used, 32768, 16); Dec 18 14:49:38.760 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.760 INFO [stderr] Dec 18 14:49:38.760 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.760 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.760 INFO [stderr] | Dec 18 14:49:38.760 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.760 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.760 INFO [stderr] ... Dec 18 14:49:38.760 INFO [stderr] 3082 | rt_alloc_excess_used!(rt_pow2_32768bytes_16align_alloc_excess_used, 32768, 16); Dec 18 14:49:38.760 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.760 INFO [stderr] | Dec 18 14:49:38.760 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.760 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.760 INFO [stderr] | Dec 18 14:49:38.760 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.760 INFO [stderr] | Dec 18 14:49:38.760 INFO [stderr] Dec 18 14:49:38.760 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.760 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.760 INFO [stderr] | Dec 18 14:49:38.760 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.760 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.760 INFO [stderr] ... Dec 18 14:49:38.764 INFO [stderr] 3095 | rt_alloc_excess_used!(rt_pow2_65536bytes_16align_alloc_excess_used, 65536, 16); Dec 18 14:49:38.764 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.764 INFO [stderr] Dec 18 14:49:38.764 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.764 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.764 INFO [stderr] | Dec 18 14:49:38.764 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.764 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.764 INFO [stderr] ... Dec 18 14:49:38.764 INFO [stderr] 3095 | rt_alloc_excess_used!(rt_pow2_65536bytes_16align_alloc_excess_used, 65536, 16); Dec 18 14:49:38.764 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.764 INFO [stderr] | Dec 18 14:49:38.764 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.764 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.764 INFO [stderr] | Dec 18 14:49:38.764 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.764 INFO [stderr] | Dec 18 14:49:38.764 INFO [stderr] Dec 18 14:49:38.764 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.764 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.764 INFO [stderr] | Dec 18 14:49:38.764 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.764 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.764 INFO [stderr] ... Dec 18 14:49:38.764 INFO [stderr] 3108 | rt_alloc_excess_used!(rt_pow2_131072bytes_16align_alloc_excess_used, 131072, 16); Dec 18 14:49:38.764 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.764 INFO [stderr] Dec 18 14:49:38.764 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.764 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.764 INFO [stderr] | Dec 18 14:49:38.764 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.764 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.764 INFO [stderr] ... Dec 18 14:49:38.764 INFO [stderr] 3108 | rt_alloc_excess_used!(rt_pow2_131072bytes_16align_alloc_excess_used, 131072, 16); Dec 18 14:49:38.764 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.764 INFO [stderr] | Dec 18 14:49:38.764 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.764 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.764 INFO [stderr] | Dec 18 14:49:38.764 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.764 INFO [stderr] | Dec 18 14:49:38.764 INFO [stderr] Dec 18 14:49:38.764 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.764 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.764 INFO [stderr] | Dec 18 14:49:38.764 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.764 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.765 INFO [stderr] ... Dec 18 14:49:38.765 INFO [stderr] 3121 | rt_alloc_excess_used!(rt_pow2_4194304bytes_16align_alloc_excess_used, 4194304, 16); Dec 18 14:49:38.765 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.765 INFO [stderr] Dec 18 14:49:38.765 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.765 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.765 INFO [stderr] | Dec 18 14:49:38.765 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.765 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.765 INFO [stderr] ... Dec 18 14:49:38.765 INFO [stderr] 3121 | rt_alloc_excess_used!(rt_pow2_4194304bytes_16align_alloc_excess_used, 4194304, 16); Dec 18 14:49:38.765 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.765 INFO [stderr] | Dec 18 14:49:38.765 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.765 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.765 INFO [stderr] | Dec 18 14:49:38.765 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.765 INFO [stderr] | Dec 18 14:49:38.765 INFO [stderr] Dec 18 14:49:38.765 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.765 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.765 INFO [stderr] | Dec 18 14:49:38.765 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.765 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.765 INFO [stderr] ... Dec 18 14:49:38.765 INFO [stderr] 3135 | rt_alloc_excess_used!(rt_even_10bytes_16align_alloc_excess_used, 10, 16); Dec 18 14:49:38.765 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.765 INFO [stderr] Dec 18 14:49:38.765 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.765 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.765 INFO [stderr] | Dec 18 14:49:38.765 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.765 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.765 INFO [stderr] ... Dec 18 14:49:38.765 INFO [stderr] 3135 | rt_alloc_excess_used!(rt_even_10bytes_16align_alloc_excess_used, 10, 16); Dec 18 14:49:38.765 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.765 INFO [stderr] | Dec 18 14:49:38.765 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.765 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.765 INFO [stderr] | Dec 18 14:49:38.765 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.765 INFO [stderr] | Dec 18 14:49:38.765 INFO [stderr] Dec 18 14:49:38.765 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.765 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.765 INFO [stderr] | Dec 18 14:49:38.765 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.772 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.772 INFO [stderr] ... Dec 18 14:49:38.772 INFO [stderr] 3148 | rt_alloc_excess_used!(rt_even_100bytes_16align_alloc_excess_used, 100, 16); Dec 18 14:49:38.772 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.772 INFO [stderr] Dec 18 14:49:38.772 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.772 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.772 INFO [stderr] | Dec 18 14:49:38.772 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.772 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.772 INFO [stderr] ... Dec 18 14:49:38.772 INFO [stderr] 3148 | rt_alloc_excess_used!(rt_even_100bytes_16align_alloc_excess_used, 100, 16); Dec 18 14:49:38.772 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.772 INFO [stderr] | Dec 18 14:49:38.772 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.772 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.772 INFO [stderr] | Dec 18 14:49:38.772 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.772 INFO [stderr] | Dec 18 14:49:38.772 INFO [stderr] Dec 18 14:49:38.772 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.772 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.772 INFO [stderr] | Dec 18 14:49:38.772 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.772 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.772 INFO [stderr] ... Dec 18 14:49:38.772 INFO [stderr] 3161 | rt_alloc_excess_used!(rt_even_1000bytes_16align_alloc_excess_used, 1000, 16); Dec 18 14:49:38.772 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.772 INFO [stderr] Dec 18 14:49:38.772 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.772 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.772 INFO [stderr] | Dec 18 14:49:38.772 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.772 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.772 INFO [stderr] ... Dec 18 14:49:38.772 INFO [stderr] 3161 | rt_alloc_excess_used!(rt_even_1000bytes_16align_alloc_excess_used, 1000, 16); Dec 18 14:49:38.772 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.772 INFO [stderr] | Dec 18 14:49:38.772 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.772 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.772 INFO [stderr] | Dec 18 14:49:38.772 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.772 INFO [stderr] | Dec 18 14:49:38.772 INFO [stderr] Dec 18 14:49:38.772 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.772 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.772 INFO [stderr] | Dec 18 14:49:38.772 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.772 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.772 INFO [stderr] ... Dec 18 14:49:38.772 INFO [stderr] 3174 | rt_alloc_excess_used!(rt_even_10000bytes_16align_alloc_excess_used, 10000, 16); Dec 18 14:49:38.772 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.773 INFO [stderr] Dec 18 14:49:38.773 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.773 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.773 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.773 INFO [stderr] ... Dec 18 14:49:38.773 INFO [stderr] 3174 | rt_alloc_excess_used!(rt_even_10000bytes_16align_alloc_excess_used, 10000, 16); Dec 18 14:49:38.773 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.773 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] Dec 18 14:49:38.773 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.773 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.773 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.773 INFO [stderr] ... Dec 18 14:49:38.773 INFO [stderr] 3187 | rt_alloc_excess_used!(rt_even_100000bytes_16align_alloc_excess_used, 100000, 16); Dec 18 14:49:38.773 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.773 INFO [stderr] Dec 18 14:49:38.773 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.773 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.773 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.773 INFO [stderr] ... Dec 18 14:49:38.773 INFO [stderr] 3187 | rt_alloc_excess_used!(rt_even_100000bytes_16align_alloc_excess_used, 100000, 16); Dec 18 14:49:38.773 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.773 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] Dec 18 14:49:38.773 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.773 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.773 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.773 INFO [stderr] ... Dec 18 14:49:38.773 INFO [stderr] 3200 | rt_alloc_excess_used!(rt_even_1000000bytes_16align_alloc_excess_used, 1000000, 16); Dec 18 14:49:38.773 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.773 INFO [stderr] Dec 18 14:49:38.773 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.773 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.773 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.773 INFO [stderr] ... Dec 18 14:49:38.773 INFO [stderr] 3200 | rt_alloc_excess_used!(rt_even_1000000bytes_16align_alloc_excess_used, 1000000, 16); Dec 18 14:49:38.773 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.773 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] Dec 18 14:49:38.773 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.773 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.773 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.773 INFO [stderr] ... Dec 18 14:49:38.773 INFO [stderr] 3214 | rt_alloc_excess_used!(rt_odd_10bytes_16align_alloc_excess_used, 10- 1, 16); Dec 18 14:49:38.773 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.773 INFO [stderr] Dec 18 14:49:38.773 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.773 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.773 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.773 INFO [stderr] ... Dec 18 14:49:38.773 INFO [stderr] 3214 | rt_alloc_excess_used!(rt_odd_10bytes_16align_alloc_excess_used, 10- 1, 16); Dec 18 14:49:38.773 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.773 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] Dec 18 14:49:38.773 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.773 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.773 INFO [stderr] | Dec 18 14:49:38.773 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.774 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.774 INFO [stderr] ... Dec 18 14:49:38.774 INFO [stderr] 3227 | rt_alloc_excess_used!(rt_odd_100bytes_16align_alloc_excess_used, 100- 1, 16); Dec 18 14:49:38.774 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.774 INFO [stderr] Dec 18 14:49:38.774 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.774 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.774 INFO [stderr] | Dec 18 14:49:38.774 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.774 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.774 INFO [stderr] ... Dec 18 14:49:38.774 INFO [stderr] 3227 | rt_alloc_excess_used!(rt_odd_100bytes_16align_alloc_excess_used, 100- 1, 16); Dec 18 14:49:38.774 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.774 INFO [stderr] | Dec 18 14:49:38.774 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.774 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.774 INFO [stderr] | Dec 18 14:49:38.774 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.774 INFO [stderr] | Dec 18 14:49:38.774 INFO [stderr] Dec 18 14:49:38.774 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.774 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.774 INFO [stderr] | Dec 18 14:49:38.774 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.774 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.774 INFO [stderr] ... Dec 18 14:49:38.774 INFO [stderr] 3240 | rt_alloc_excess_used!(rt_odd_1000bytes_16align_alloc_excess_used, 1000- 1, 16); Dec 18 14:49:38.774 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.774 INFO [stderr] Dec 18 14:49:38.774 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.774 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.774 INFO [stderr] | Dec 18 14:49:38.774 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.774 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.774 INFO [stderr] ... Dec 18 14:49:38.774 INFO [stderr] 3240 | rt_alloc_excess_used!(rt_odd_1000bytes_16align_alloc_excess_used, 1000- 1, 16); Dec 18 14:49:38.774 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.774 INFO [stderr] | Dec 18 14:49:38.774 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.774 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.774 INFO [stderr] | Dec 18 14:49:38.774 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.774 INFO [stderr] | Dec 18 14:49:38.774 INFO [stderr] Dec 18 14:49:38.774 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.774 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.774 INFO [stderr] | Dec 18 14:49:38.774 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.774 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.774 INFO [stderr] ... Dec 18 14:49:38.774 INFO [stderr] 3253 | rt_alloc_excess_used!(rt_odd_10000bytes_16align_alloc_excess_used, 10000- 1, 16); Dec 18 14:49:38.774 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.774 INFO [stderr] Dec 18 14:49:38.780 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.780 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.780 INFO [stderr] | Dec 18 14:49:38.780 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.780 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.780 INFO [stderr] ... Dec 18 14:49:38.780 INFO [stderr] 3253 | rt_alloc_excess_used!(rt_odd_10000bytes_16align_alloc_excess_used, 10000- 1, 16); Dec 18 14:49:38.780 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.780 INFO [stderr] | Dec 18 14:49:38.780 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.780 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.780 INFO [stderr] | Dec 18 14:49:38.780 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.780 INFO [stderr] | Dec 18 14:49:38.780 INFO [stderr] Dec 18 14:49:38.780 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.780 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.780 INFO [stderr] | Dec 18 14:49:38.780 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.780 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.780 INFO [stderr] ... Dec 18 14:49:38.780 INFO [stderr] 3266 | rt_alloc_excess_used!(rt_odd_100000bytes_16align_alloc_excess_used, 100000- 1, 16); Dec 18 14:49:38.780 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.780 INFO [stderr] Dec 18 14:49:38.780 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.780 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.780 INFO [stderr] | Dec 18 14:49:38.780 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.780 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.780 INFO [stderr] ... Dec 18 14:49:38.780 INFO [stderr] 3266 | rt_alloc_excess_used!(rt_odd_100000bytes_16align_alloc_excess_used, 100000- 1, 16); Dec 18 14:49:38.780 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.780 INFO [stderr] | Dec 18 14:49:38.780 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.780 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.780 INFO [stderr] | Dec 18 14:49:38.780 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.780 INFO [stderr] | Dec 18 14:49:38.780 INFO [stderr] Dec 18 14:49:38.780 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.780 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.780 INFO [stderr] | Dec 18 14:49:38.780 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.780 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.780 INFO [stderr] ... Dec 18 14:49:38.780 INFO [stderr] 3279 | rt_alloc_excess_used!(rt_odd_1000000bytes_16align_alloc_excess_used, 1000000- 1, 16); Dec 18 14:49:38.780 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.780 INFO [stderr] Dec 18 14:49:38.780 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.780 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.780 INFO [stderr] | Dec 18 14:49:38.780 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.780 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.780 INFO [stderr] ... Dec 18 14:49:38.780 INFO [stderr] 3279 | rt_alloc_excess_used!(rt_odd_1000000bytes_16align_alloc_excess_used, 1000000- 1, 16); Dec 18 14:49:38.781 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.781 INFO [stderr] | Dec 18 14:49:38.781 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.781 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.781 INFO [stderr] | Dec 18 14:49:38.781 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.781 INFO [stderr] | Dec 18 14:49:38.781 INFO [stderr] Dec 18 14:49:38.781 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.781 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.781 INFO [stderr] | Dec 18 14:49:38.781 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.781 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.781 INFO [stderr] ... Dec 18 14:49:38.781 INFO [stderr] 3293 | rt_alloc_excess_used!(rt_primes_3bytes_16align_alloc_excess_used, 3, 16); Dec 18 14:49:38.781 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.781 INFO [stderr] Dec 18 14:49:38.781 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.781 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.781 INFO [stderr] | Dec 18 14:49:38.781 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.781 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.781 INFO [stderr] ... Dec 18 14:49:38.781 INFO [stderr] 3293 | rt_alloc_excess_used!(rt_primes_3bytes_16align_alloc_excess_used, 3, 16); Dec 18 14:49:38.781 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.781 INFO [stderr] | Dec 18 14:49:38.781 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.781 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.781 INFO [stderr] | Dec 18 14:49:38.781 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.781 INFO [stderr] | Dec 18 14:49:38.781 INFO [stderr] Dec 18 14:49:38.781 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.781 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.781 INFO [stderr] | Dec 18 14:49:38.781 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.781 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.781 INFO [stderr] ... Dec 18 14:49:38.781 INFO [stderr] 3306 | rt_alloc_excess_used!(rt_primes_7bytes_16align_alloc_excess_used, 7, 16); Dec 18 14:49:38.781 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.781 INFO [stderr] Dec 18 14:49:38.781 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.781 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.781 INFO [stderr] | Dec 18 14:49:38.781 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.781 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.781 INFO [stderr] ... Dec 18 14:49:38.781 INFO [stderr] 3306 | rt_alloc_excess_used!(rt_primes_7bytes_16align_alloc_excess_used, 7, 16); Dec 18 14:49:38.781 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.781 INFO [stderr] | Dec 18 14:49:38.781 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.781 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.781 INFO [stderr] | Dec 18 14:49:38.781 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.781 INFO [stderr] | Dec 18 14:49:38.781 INFO [stderr] Dec 18 14:49:38.781 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.781 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.781 INFO [stderr] | Dec 18 14:49:38.781 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.781 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.781 INFO [stderr] ... Dec 18 14:49:38.781 INFO [stderr] 3319 | rt_alloc_excess_used!(rt_primes_13bytes_16align_alloc_excess_used, 13, 16); Dec 18 14:49:38.781 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.781 INFO [stderr] Dec 18 14:49:38.781 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.781 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.781 INFO [stderr] | Dec 18 14:49:38.781 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.781 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.781 INFO [stderr] ... Dec 18 14:49:38.781 INFO [stderr] 3319 | rt_alloc_excess_used!(rt_primes_13bytes_16align_alloc_excess_used, 13, 16); Dec 18 14:49:38.781 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.781 INFO [stderr] | Dec 18 14:49:38.781 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.781 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.781 INFO [stderr] | Dec 18 14:49:38.781 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.781 INFO [stderr] | Dec 18 14:49:38.781 INFO [stderr] Dec 18 14:49:38.788 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.788 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.788 INFO [stderr] | Dec 18 14:49:38.788 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.788 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.788 INFO [stderr] ... Dec 18 14:49:38.788 INFO [stderr] 3332 | rt_alloc_excess_used!(rt_primes_17bytes_16align_alloc_excess_used, 17, 16); Dec 18 14:49:38.788 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.788 INFO [stderr] Dec 18 14:49:38.788 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.788 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.788 INFO [stderr] | Dec 18 14:49:38.788 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.788 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.788 INFO [stderr] ... Dec 18 14:49:38.788 INFO [stderr] 3332 | rt_alloc_excess_used!(rt_primes_17bytes_16align_alloc_excess_used, 17, 16); Dec 18 14:49:38.788 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.788 INFO [stderr] | Dec 18 14:49:38.788 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.788 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.788 INFO [stderr] | Dec 18 14:49:38.788 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.788 INFO [stderr] | Dec 18 14:49:38.788 INFO [stderr] Dec 18 14:49:38.788 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.788 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.788 INFO [stderr] | Dec 18 14:49:38.788 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.788 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.788 INFO [stderr] ... Dec 18 14:49:38.788 INFO [stderr] 3345 | rt_alloc_excess_used!(rt_primes_31bytes_16align_alloc_excess_used, 31, 16); Dec 18 14:49:38.788 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.788 INFO [stderr] Dec 18 14:49:38.788 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.788 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.788 INFO [stderr] | Dec 18 14:49:38.788 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.788 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.788 INFO [stderr] ... Dec 18 14:49:38.788 INFO [stderr] 3345 | rt_alloc_excess_used!(rt_primes_31bytes_16align_alloc_excess_used, 31, 16); Dec 18 14:49:38.788 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.788 INFO [stderr] | Dec 18 14:49:38.788 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.788 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.788 INFO [stderr] | Dec 18 14:49:38.788 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.788 INFO [stderr] | Dec 18 14:49:38.788 INFO [stderr] Dec 18 14:49:38.788 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.788 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.788 INFO [stderr] | Dec 18 14:49:38.788 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.789 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.789 INFO [stderr] ... Dec 18 14:49:38.789 INFO [stderr] 3358 | rt_alloc_excess_used!(rt_primes_61bytes_16align_alloc_excess_used, 61, 16); Dec 18 14:49:38.789 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.789 INFO [stderr] Dec 18 14:49:38.789 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.789 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.789 INFO [stderr] | Dec 18 14:49:38.789 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.789 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.789 INFO [stderr] ... Dec 18 14:49:38.789 INFO [stderr] 3358 | rt_alloc_excess_used!(rt_primes_61bytes_16align_alloc_excess_used, 61, 16); Dec 18 14:49:38.789 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.789 INFO [stderr] | Dec 18 14:49:38.789 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.789 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.789 INFO [stderr] | Dec 18 14:49:38.789 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.789 INFO [stderr] | Dec 18 14:49:38.789 INFO [stderr] Dec 18 14:49:38.789 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.789 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.789 INFO [stderr] | Dec 18 14:49:38.789 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.789 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.789 INFO [stderr] ... Dec 18 14:49:38.789 INFO [stderr] 3371 | rt_alloc_excess_used!(rt_primes_96bytes_16align_alloc_excess_used, 96, 16); Dec 18 14:49:38.789 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.789 INFO [stderr] Dec 18 14:49:38.796 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.796 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.796 INFO [stderr] | Dec 18 14:49:38.796 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.796 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.796 INFO [stderr] ... Dec 18 14:49:38.796 INFO [stderr] 3371 | rt_alloc_excess_used!(rt_primes_96bytes_16align_alloc_excess_used, 96, 16); Dec 18 14:49:38.796 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.796 INFO [stderr] | Dec 18 14:49:38.796 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.796 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.796 INFO [stderr] | Dec 18 14:49:38.796 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.796 INFO [stderr] | Dec 18 14:49:38.796 INFO [stderr] Dec 18 14:49:38.796 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.796 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.796 INFO [stderr] | Dec 18 14:49:38.796 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.796 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.796 INFO [stderr] ... Dec 18 14:49:38.796 INFO [stderr] 3384 | rt_alloc_excess_used!(rt_primes_127bytes_16align_alloc_excess_used, 127, 16); Dec 18 14:49:38.796 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.796 INFO [stderr] Dec 18 14:49:38.796 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.796 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.796 INFO [stderr] | Dec 18 14:49:38.796 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.796 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.796 INFO [stderr] ... Dec 18 14:49:38.796 INFO [stderr] 3384 | rt_alloc_excess_used!(rt_primes_127bytes_16align_alloc_excess_used, 127, 16); Dec 18 14:49:38.796 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.796 INFO [stderr] | Dec 18 14:49:38.796 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.796 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.796 INFO [stderr] | Dec 18 14:49:38.796 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.796 INFO [stderr] | Dec 18 14:49:38.796 INFO [stderr] Dec 18 14:49:38.796 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.796 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.796 INFO [stderr] | Dec 18 14:49:38.796 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.796 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.796 INFO [stderr] ... Dec 18 14:49:38.796 INFO [stderr] 3397 | rt_alloc_excess_used!(rt_primes_257bytes_16align_alloc_excess_used, 257, 16); Dec 18 14:49:38.796 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.796 INFO [stderr] Dec 18 14:49:38.796 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.797 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.797 INFO [stderr] | Dec 18 14:49:38.797 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.797 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.797 INFO [stderr] ... Dec 18 14:49:38.797 INFO [stderr] 3397 | rt_alloc_excess_used!(rt_primes_257bytes_16align_alloc_excess_used, 257, 16); Dec 18 14:49:38.797 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.797 INFO [stderr] | Dec 18 14:49:38.797 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.797 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.797 INFO [stderr] | Dec 18 14:49:38.797 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.797 INFO [stderr] | Dec 18 14:49:38.797 INFO [stderr] Dec 18 14:49:38.797 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.797 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.797 INFO [stderr] | Dec 18 14:49:38.797 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.797 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.797 INFO [stderr] ... Dec 18 14:49:38.797 INFO [stderr] 3410 | rt_alloc_excess_used!(rt_primes_509bytes_16align_alloc_excess_used, 509, 16); Dec 18 14:49:38.797 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.797 INFO [stderr] Dec 18 14:49:38.797 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.797 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.797 INFO [stderr] | Dec 18 14:49:38.797 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.797 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.797 INFO [stderr] ... Dec 18 14:49:38.797 INFO [stderr] 3410 | rt_alloc_excess_used!(rt_primes_509bytes_16align_alloc_excess_used, 509, 16); Dec 18 14:49:38.797 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.797 INFO [stderr] | Dec 18 14:49:38.797 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.797 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.797 INFO [stderr] | Dec 18 14:49:38.797 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.797 INFO [stderr] | Dec 18 14:49:38.797 INFO [stderr] Dec 18 14:49:38.797 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.797 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.797 INFO [stderr] | Dec 18 14:49:38.797 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.797 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.797 INFO [stderr] ... Dec 18 14:49:38.797 INFO [stderr] 3423 | rt_alloc_excess_used!(rt_primes_1021bytes_16align_alloc_excess_used, 1021, 16); Dec 18 14:49:38.797 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.797 INFO [stderr] Dec 18 14:49:38.797 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.797 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.797 INFO [stderr] | Dec 18 14:49:38.797 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.797 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.797 INFO [stderr] ... Dec 18 14:49:38.797 INFO [stderr] 3423 | rt_alloc_excess_used!(rt_primes_1021bytes_16align_alloc_excess_used, 1021, 16); Dec 18 14:49:38.797 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.797 INFO [stderr] | Dec 18 14:49:38.797 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.797 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.797 INFO [stderr] | Dec 18 14:49:38.797 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.797 INFO [stderr] | Dec 18 14:49:38.797 INFO [stderr] Dec 18 14:49:38.797 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.797 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.797 INFO [stderr] | Dec 18 14:49:38.797 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.797 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.797 INFO [stderr] ... Dec 18 14:49:38.797 INFO [stderr] 3436 | rt_alloc_excess_used!(rt_primes_2039bytes_16align_alloc_excess_used, 2039, 16); Dec 18 14:49:38.797 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.797 INFO [stderr] Dec 18 14:49:38.804 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.804 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.804 INFO [stderr] | Dec 18 14:49:38.804 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.804 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.804 INFO [stderr] ... Dec 18 14:49:38.804 INFO [stderr] 3436 | rt_alloc_excess_used!(rt_primes_2039bytes_16align_alloc_excess_used, 2039, 16); Dec 18 14:49:38.804 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.804 INFO [stderr] | Dec 18 14:49:38.804 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.804 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.804 INFO [stderr] | Dec 18 14:49:38.804 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.804 INFO [stderr] | Dec 18 14:49:38.804 INFO [stderr] Dec 18 14:49:38.804 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.804 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.804 INFO [stderr] | Dec 18 14:49:38.804 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.804 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.804 INFO [stderr] ... Dec 18 14:49:38.804 INFO [stderr] 3449 | rt_alloc_excess_used!(rt_primes_4093bytes_16align_alloc_excess_used, 4093, 16); Dec 18 14:49:38.804 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.804 INFO [stderr] Dec 18 14:49:38.804 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.804 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.804 INFO [stderr] | Dec 18 14:49:38.804 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.804 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.804 INFO [stderr] ... Dec 18 14:49:38.804 INFO [stderr] 3449 | rt_alloc_excess_used!(rt_primes_4093bytes_16align_alloc_excess_used, 4093, 16); Dec 18 14:49:38.804 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.804 INFO [stderr] | Dec 18 14:49:38.804 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.804 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.804 INFO [stderr] | Dec 18 14:49:38.804 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.804 INFO [stderr] | Dec 18 14:49:38.804 INFO [stderr] Dec 18 14:49:38.804 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.804 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.804 INFO [stderr] | Dec 18 14:49:38.804 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.804 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.804 INFO [stderr] ... Dec 18 14:49:38.804 INFO [stderr] 3462 | rt_alloc_excess_used!(rt_primes_8191bytes_16align_alloc_excess_used, 8191, 16); Dec 18 14:49:38.804 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.804 INFO [stderr] Dec 18 14:49:38.804 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.804 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.804 INFO [stderr] | Dec 18 14:49:38.804 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.804 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.804 INFO [stderr] ... Dec 18 14:49:38.804 INFO [stderr] 3462 | rt_alloc_excess_used!(rt_primes_8191bytes_16align_alloc_excess_used, 8191, 16); Dec 18 14:49:38.804 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.805 INFO [stderr] | Dec 18 14:49:38.805 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.805 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.805 INFO [stderr] | Dec 18 14:49:38.805 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.805 INFO [stderr] | Dec 18 14:49:38.805 INFO [stderr] Dec 18 14:49:38.805 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.805 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.805 INFO [stderr] | Dec 18 14:49:38.805 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.805 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.805 INFO [stderr] ... Dec 18 14:49:38.805 INFO [stderr] 3475 | rt_alloc_excess_used!(rt_primes_16381bytes_16align_alloc_excess_used, 16381, 16); Dec 18 14:49:38.805 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.805 INFO [stderr] Dec 18 14:49:38.805 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.805 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.805 INFO [stderr] | Dec 18 14:49:38.805 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.805 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.805 INFO [stderr] ... Dec 18 14:49:38.805 INFO [stderr] 3475 | rt_alloc_excess_used!(rt_primes_16381bytes_16align_alloc_excess_used, 16381, 16); Dec 18 14:49:38.805 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.805 INFO [stderr] | Dec 18 14:49:38.805 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.805 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.805 INFO [stderr] | Dec 18 14:49:38.805 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.805 INFO [stderr] | Dec 18 14:49:38.805 INFO [stderr] Dec 18 14:49:38.805 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.805 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.805 INFO [stderr] | Dec 18 14:49:38.805 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.805 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.805 INFO [stderr] ... Dec 18 14:49:38.805 INFO [stderr] 3488 | rt_alloc_excess_used!(rt_primes_32749bytes_16align_alloc_excess_used, 32749, 16); Dec 18 14:49:38.805 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.805 INFO [stderr] Dec 18 14:49:38.805 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.805 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.805 INFO [stderr] | Dec 18 14:49:38.805 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.805 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.805 INFO [stderr] ... Dec 18 14:49:38.805 INFO [stderr] 3488 | rt_alloc_excess_used!(rt_primes_32749bytes_16align_alloc_excess_used, 32749, 16); Dec 18 14:49:38.805 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.805 INFO [stderr] | Dec 18 14:49:38.805 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.805 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.805 INFO [stderr] | Dec 18 14:49:38.805 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.805 INFO [stderr] | Dec 18 14:49:38.805 INFO [stderr] Dec 18 14:49:38.805 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.805 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.805 INFO [stderr] | Dec 18 14:49:38.805 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.805 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.805 INFO [stderr] ... Dec 18 14:49:38.805 INFO [stderr] 3501 | rt_alloc_excess_used!(rt_primes_65537bytes_16align_alloc_excess_used, 65537, 16); Dec 18 14:49:38.805 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.805 INFO [stderr] Dec 18 14:49:38.805 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.805 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.805 INFO [stderr] | Dec 18 14:49:38.805 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.805 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.805 INFO [stderr] ... Dec 18 14:49:38.805 INFO [stderr] 3501 | rt_alloc_excess_used!(rt_primes_65537bytes_16align_alloc_excess_used, 65537, 16); Dec 18 14:49:38.805 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.805 INFO [stderr] | Dec 18 14:49:38.805 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.805 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.805 INFO [stderr] | Dec 18 14:49:38.805 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.805 INFO [stderr] | Dec 18 14:49:38.805 INFO [stderr] Dec 18 14:49:38.816 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.816 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.816 INFO [stderr] | Dec 18 14:49:38.816 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.816 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.816 INFO [stderr] ... Dec 18 14:49:38.816 INFO [stderr] 3514 | rt_alloc_excess_used!(rt_primes_131071bytes_16align_alloc_excess_used, 131071, 16); Dec 18 14:49:38.816 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.816 INFO [stderr] Dec 18 14:49:38.816 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.816 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.816 INFO [stderr] | Dec 18 14:49:38.816 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.816 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.816 INFO [stderr] ... Dec 18 14:49:38.816 INFO [stderr] 3514 | rt_alloc_excess_used!(rt_primes_131071bytes_16align_alloc_excess_used, 131071, 16); Dec 18 14:49:38.816 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.816 INFO [stderr] | Dec 18 14:49:38.816 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.816 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.816 INFO [stderr] | Dec 18 14:49:38.816 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.816 INFO [stderr] | Dec 18 14:49:38.816 INFO [stderr] Dec 18 14:49:38.816 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.816 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.816 INFO [stderr] | Dec 18 14:49:38.816 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.816 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.816 INFO [stderr] ... Dec 18 14:49:38.816 INFO [stderr] 3527 | rt_alloc_excess_used!(rt_primes_4194301bytes_16align_alloc_excess_used, 4194301, 16); Dec 18 14:49:38.816 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.816 INFO [stderr] Dec 18 14:49:38.816 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.816 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.816 INFO [stderr] | Dec 18 14:49:38.816 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.816 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.816 INFO [stderr] ... Dec 18 14:49:38.816 INFO [stderr] 3527 | rt_alloc_excess_used!(rt_primes_4194301bytes_16align_alloc_excess_used, 4194301, 16); Dec 18 14:49:38.816 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.816 INFO [stderr] | Dec 18 14:49:38.816 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.816 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.816 INFO [stderr] | Dec 18 14:49:38.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.817 INFO [stderr] | Dec 18 14:49:38.817 INFO [stderr] Dec 18 14:49:38.817 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.817 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.817 INFO [stderr] | Dec 18 14:49:38.817 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.817 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.817 INFO [stderr] ... Dec 18 14:49:38.817 INFO [stderr] 3543 | rt_alloc_excess_used!(rt_pow2_1bytes_32align_alloc_excess_used, 1, 32); Dec 18 14:49:38.817 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.817 INFO [stderr] Dec 18 14:49:38.817 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.817 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.817 INFO [stderr] | Dec 18 14:49:38.817 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.817 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.817 INFO [stderr] ... Dec 18 14:49:38.817 INFO [stderr] 3543 | rt_alloc_excess_used!(rt_pow2_1bytes_32align_alloc_excess_used, 1, 32); Dec 18 14:49:38.817 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.817 INFO [stderr] | Dec 18 14:49:38.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.817 INFO [stderr] | Dec 18 14:49:38.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.817 INFO [stderr] | Dec 18 14:49:38.817 INFO [stderr] Dec 18 14:49:38.817 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.817 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.817 INFO [stderr] | Dec 18 14:49:38.817 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.817 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.817 INFO [stderr] ... Dec 18 14:49:38.817 INFO [stderr] 3556 | rt_alloc_excess_used!(rt_pow2_2bytes_32align_alloc_excess_used, 2, 32); Dec 18 14:49:38.817 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.817 INFO [stderr] Dec 18 14:49:38.817 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.817 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.817 INFO [stderr] | Dec 18 14:49:38.817 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.817 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.817 INFO [stderr] ... Dec 18 14:49:38.817 INFO [stderr] 3556 | rt_alloc_excess_used!(rt_pow2_2bytes_32align_alloc_excess_used, 2, 32); Dec 18 14:49:38.817 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.817 INFO [stderr] | Dec 18 14:49:38.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.817 INFO [stderr] | Dec 18 14:49:38.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.817 INFO [stderr] | Dec 18 14:49:38.817 INFO [stderr] Dec 18 14:49:38.817 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.817 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.817 INFO [stderr] | Dec 18 14:49:38.817 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.817 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.817 INFO [stderr] ... Dec 18 14:49:38.817 INFO [stderr] 3569 | rt_alloc_excess_used!(rt_pow2_4bytes_32align_alloc_excess_used, 4, 32); Dec 18 14:49:38.817 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.817 INFO [stderr] Dec 18 14:49:38.817 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.817 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.817 INFO [stderr] | Dec 18 14:49:38.817 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.817 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.817 INFO [stderr] ... Dec 18 14:49:38.817 INFO [stderr] 3569 | rt_alloc_excess_used!(rt_pow2_4bytes_32align_alloc_excess_used, 4, 32); Dec 18 14:49:38.817 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.817 INFO [stderr] | Dec 18 14:49:38.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.817 INFO [stderr] | Dec 18 14:49:38.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.817 INFO [stderr] | Dec 18 14:49:38.817 INFO [stderr] Dec 18 14:49:38.817 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.817 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.824 INFO [stderr] | Dec 18 14:49:38.824 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.824 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.824 INFO [stderr] ... Dec 18 14:49:38.824 INFO [stderr] 3582 | rt_alloc_excess_used!(rt_pow2_8bytes_32align_alloc_excess_used, 8, 32); Dec 18 14:49:38.824 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.824 INFO [stderr] Dec 18 14:49:38.824 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.824 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.824 INFO [stderr] | Dec 18 14:49:38.824 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.824 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.824 INFO [stderr] ... Dec 18 14:49:38.824 INFO [stderr] 3582 | rt_alloc_excess_used!(rt_pow2_8bytes_32align_alloc_excess_used, 8, 32); Dec 18 14:49:38.824 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.824 INFO [stderr] | Dec 18 14:49:38.824 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.824 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.824 INFO [stderr] | Dec 18 14:49:38.824 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.824 INFO [stderr] | Dec 18 14:49:38.824 INFO [stderr] Dec 18 14:49:38.824 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.824 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.824 INFO [stderr] | Dec 18 14:49:38.824 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.824 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.824 INFO [stderr] ... Dec 18 14:49:38.824 INFO [stderr] 3595 | rt_alloc_excess_used!(rt_pow2_16bytes_32align_alloc_excess_used, 16, 32); Dec 18 14:49:38.824 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.824 INFO [stderr] Dec 18 14:49:38.824 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.824 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.824 INFO [stderr] | Dec 18 14:49:38.824 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.824 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.824 INFO [stderr] ... Dec 18 14:49:38.824 INFO [stderr] 3595 | rt_alloc_excess_used!(rt_pow2_16bytes_32align_alloc_excess_used, 16, 32); Dec 18 14:49:38.824 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.824 INFO [stderr] | Dec 18 14:49:38.824 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.824 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.824 INFO [stderr] | Dec 18 14:49:38.824 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.824 INFO [stderr] | Dec 18 14:49:38.824 INFO [stderr] Dec 18 14:49:38.824 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.824 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.824 INFO [stderr] | Dec 18 14:49:38.824 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.824 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.825 INFO [stderr] ... Dec 18 14:49:38.825 INFO [stderr] 3608 | rt_alloc_excess_used!(rt_pow2_32bytes_32align_alloc_excess_used, 32, 32); Dec 18 14:49:38.825 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.825 INFO [stderr] Dec 18 14:49:38.825 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.825 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.825 INFO [stderr] | Dec 18 14:49:38.825 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.825 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.825 INFO [stderr] ... Dec 18 14:49:38.825 INFO [stderr] 3608 | rt_alloc_excess_used!(rt_pow2_32bytes_32align_alloc_excess_used, 32, 32); Dec 18 14:49:38.825 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.825 INFO [stderr] | Dec 18 14:49:38.825 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.825 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.825 INFO [stderr] | Dec 18 14:49:38.825 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.825 INFO [stderr] | Dec 18 14:49:38.825 INFO [stderr] Dec 18 14:49:38.825 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.825 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.825 INFO [stderr] | Dec 18 14:49:38.825 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.825 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.825 INFO [stderr] ... Dec 18 14:49:38.825 INFO [stderr] 3621 | rt_alloc_excess_used!(rt_pow2_64bytes_32align_alloc_excess_used, 64, 32); Dec 18 14:49:38.825 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.825 INFO [stderr] Dec 18 14:49:38.825 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.825 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.825 INFO [stderr] | Dec 18 14:49:38.825 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.825 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.825 INFO [stderr] ... Dec 18 14:49:38.825 INFO [stderr] 3621 | rt_alloc_excess_used!(rt_pow2_64bytes_32align_alloc_excess_used, 64, 32); Dec 18 14:49:38.825 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.825 INFO [stderr] | Dec 18 14:49:38.825 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.825 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.825 INFO [stderr] | Dec 18 14:49:38.825 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.825 INFO [stderr] | Dec 18 14:49:38.825 INFO [stderr] Dec 18 14:49:38.832 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.832 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.832 INFO [stderr] | Dec 18 14:49:38.832 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.832 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.832 INFO [stderr] ... Dec 18 14:49:38.832 INFO [stderr] 3634 | rt_alloc_excess_used!(rt_pow2_128bytes_32align_alloc_excess_used, 128, 32); Dec 18 14:49:38.832 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.832 INFO [stderr] Dec 18 14:49:38.832 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.832 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.832 INFO [stderr] | Dec 18 14:49:38.832 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.832 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.832 INFO [stderr] ... Dec 18 14:49:38.832 INFO [stderr] 3634 | rt_alloc_excess_used!(rt_pow2_128bytes_32align_alloc_excess_used, 128, 32); Dec 18 14:49:38.832 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.832 INFO [stderr] | Dec 18 14:49:38.832 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.832 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.832 INFO [stderr] | Dec 18 14:49:38.832 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.832 INFO [stderr] | Dec 18 14:49:38.832 INFO [stderr] Dec 18 14:49:38.832 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.832 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.832 INFO [stderr] | Dec 18 14:49:38.832 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.832 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.832 INFO [stderr] ... Dec 18 14:49:38.832 INFO [stderr] 3647 | rt_alloc_excess_used!(rt_pow2_256bytes_32align_alloc_excess_used, 256, 32); Dec 18 14:49:38.832 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.832 INFO [stderr] Dec 18 14:49:38.832 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.832 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.832 INFO [stderr] | Dec 18 14:49:38.832 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.832 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.832 INFO [stderr] ... Dec 18 14:49:38.832 INFO [stderr] 3647 | rt_alloc_excess_used!(rt_pow2_256bytes_32align_alloc_excess_used, 256, 32); Dec 18 14:49:38.832 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.832 INFO [stderr] | Dec 18 14:49:38.832 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.832 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.832 INFO [stderr] | Dec 18 14:49:38.832 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.832 INFO [stderr] | Dec 18 14:49:38.832 INFO [stderr] Dec 18 14:49:38.833 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.833 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.833 INFO [stderr] | Dec 18 14:49:38.833 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.833 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.833 INFO [stderr] ... Dec 18 14:49:38.833 INFO [stderr] 3660 | rt_alloc_excess_used!(rt_pow2_512bytes_32align_alloc_excess_used, 512, 32); Dec 18 14:49:38.833 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.833 INFO [stderr] Dec 18 14:49:38.833 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.833 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.833 INFO [stderr] | Dec 18 14:49:38.833 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.833 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.833 INFO [stderr] ... Dec 18 14:49:38.833 INFO [stderr] 3660 | rt_alloc_excess_used!(rt_pow2_512bytes_32align_alloc_excess_used, 512, 32); Dec 18 14:49:38.833 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.833 INFO [stderr] | Dec 18 14:49:38.833 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.833 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.833 INFO [stderr] | Dec 18 14:49:38.833 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.833 INFO [stderr] | Dec 18 14:49:38.833 INFO [stderr] Dec 18 14:49:38.833 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.833 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.833 INFO [stderr] | Dec 18 14:49:38.833 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.833 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.833 INFO [stderr] ... Dec 18 14:49:38.833 INFO [stderr] 3673 | rt_alloc_excess_used!(rt_pow2_1024bytes_32align_alloc_excess_used, 1024, 32); Dec 18 14:49:38.833 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.833 INFO [stderr] Dec 18 14:49:38.833 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.833 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.833 INFO [stderr] | Dec 18 14:49:38.833 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.833 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.833 INFO [stderr] ... Dec 18 14:49:38.833 INFO [stderr] 3673 | rt_alloc_excess_used!(rt_pow2_1024bytes_32align_alloc_excess_used, 1024, 32); Dec 18 14:49:38.833 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.833 INFO [stderr] | Dec 18 14:49:38.833 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.833 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.833 INFO [stderr] | Dec 18 14:49:38.833 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.833 INFO [stderr] | Dec 18 14:49:38.833 INFO [stderr] Dec 18 14:49:38.833 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.833 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.833 INFO [stderr] | Dec 18 14:49:38.833 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.833 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.833 INFO [stderr] ... Dec 18 14:49:38.833 INFO [stderr] 3686 | rt_alloc_excess_used!(rt_pow2_2048bytes_32align_alloc_excess_used, 2048, 32); Dec 18 14:49:38.833 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.833 INFO [stderr] Dec 18 14:49:38.833 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.833 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.833 INFO [stderr] | Dec 18 14:49:38.833 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.833 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.833 INFO [stderr] ... Dec 18 14:49:38.833 INFO [stderr] 3686 | rt_alloc_excess_used!(rt_pow2_2048bytes_32align_alloc_excess_used, 2048, 32); Dec 18 14:49:38.833 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.833 INFO [stderr] | Dec 18 14:49:38.833 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.833 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.833 INFO [stderr] | Dec 18 14:49:38.833 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.833 INFO [stderr] | Dec 18 14:49:38.833 INFO [stderr] Dec 18 14:49:38.833 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.833 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.833 INFO [stderr] | Dec 18 14:49:38.833 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.833 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.833 INFO [stderr] ... Dec 18 14:49:38.833 INFO [stderr] 3699 | rt_alloc_excess_used!(rt_pow2_4096bytes_32align_alloc_excess_used, 4096, 32); Dec 18 14:49:38.833 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.833 INFO [stderr] Dec 18 14:49:38.833 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.833 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.833 INFO [stderr] | Dec 18 14:49:38.833 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.833 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.833 INFO [stderr] ... Dec 18 14:49:38.833 INFO [stderr] 3699 | rt_alloc_excess_used!(rt_pow2_4096bytes_32align_alloc_excess_used, 4096, 32); Dec 18 14:49:38.833 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.833 INFO [stderr] | Dec 18 14:49:38.833 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.834 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.834 INFO [stderr] | Dec 18 14:49:38.834 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.834 INFO [stderr] | Dec 18 14:49:38.834 INFO [stderr] Dec 18 14:49:38.840 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.840 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.840 INFO [stderr] | Dec 18 14:49:38.840 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.840 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.840 INFO [stderr] ... Dec 18 14:49:38.840 INFO [stderr] 3712 | rt_alloc_excess_used!(rt_pow2_8192bytes_32align_alloc_excess_used, 8192, 32); Dec 18 14:49:38.840 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.840 INFO [stderr] Dec 18 14:49:38.840 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.840 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.840 INFO [stderr] | Dec 18 14:49:38.840 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.840 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.840 INFO [stderr] ... Dec 18 14:49:38.840 INFO [stderr] 3712 | rt_alloc_excess_used!(rt_pow2_8192bytes_32align_alloc_excess_used, 8192, 32); Dec 18 14:49:38.840 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.840 INFO [stderr] | Dec 18 14:49:38.840 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.840 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.840 INFO [stderr] | Dec 18 14:49:38.840 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.840 INFO [stderr] | Dec 18 14:49:38.840 INFO [stderr] Dec 18 14:49:38.840 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.840 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.840 INFO [stderr] | Dec 18 14:49:38.840 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.840 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.840 INFO [stderr] ... Dec 18 14:49:38.840 INFO [stderr] 3725 | rt_alloc_excess_used!(rt_pow2_16384bytes_32align_alloc_excess_used, 16384, 32); Dec 18 14:49:38.840 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.840 INFO [stderr] Dec 18 14:49:38.840 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.840 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.840 INFO [stderr] | Dec 18 14:49:38.840 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.840 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.840 INFO [stderr] ... Dec 18 14:49:38.840 INFO [stderr] 3725 | rt_alloc_excess_used!(rt_pow2_16384bytes_32align_alloc_excess_used, 16384, 32); Dec 18 14:49:38.840 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.840 INFO [stderr] | Dec 18 14:49:38.840 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.840 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.840 INFO [stderr] | Dec 18 14:49:38.840 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.840 INFO [stderr] | Dec 18 14:49:38.840 INFO [stderr] Dec 18 14:49:38.841 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.841 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.841 INFO [stderr] | Dec 18 14:49:38.841 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.841 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.841 INFO [stderr] ... Dec 18 14:49:38.841 INFO [stderr] 3738 | rt_alloc_excess_used!(rt_pow2_32768bytes_32align_alloc_excess_used, 32768, 32); Dec 18 14:49:38.841 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.841 INFO [stderr] Dec 18 14:49:38.841 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.841 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.841 INFO [stderr] | Dec 18 14:49:38.841 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.841 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.841 INFO [stderr] ... Dec 18 14:49:38.841 INFO [stderr] 3738 | rt_alloc_excess_used!(rt_pow2_32768bytes_32align_alloc_excess_used, 32768, 32); Dec 18 14:49:38.841 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.841 INFO [stderr] | Dec 18 14:49:38.841 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.841 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.841 INFO [stderr] | Dec 18 14:49:38.841 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.841 INFO [stderr] | Dec 18 14:49:38.841 INFO [stderr] Dec 18 14:49:38.841 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.841 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.841 INFO [stderr] | Dec 18 14:49:38.841 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.841 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.841 INFO [stderr] ... Dec 18 14:49:38.841 INFO [stderr] 3751 | rt_alloc_excess_used!(rt_pow2_65536bytes_32align_alloc_excess_used, 65536, 32); Dec 18 14:49:38.841 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.841 INFO [stderr] Dec 18 14:49:38.841 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.841 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.841 INFO [stderr] | Dec 18 14:49:38.841 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.841 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.841 INFO [stderr] ... Dec 18 14:49:38.841 INFO [stderr] 3751 | rt_alloc_excess_used!(rt_pow2_65536bytes_32align_alloc_excess_used, 65536, 32); Dec 18 14:49:38.841 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.841 INFO [stderr] | Dec 18 14:49:38.841 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.841 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.841 INFO [stderr] | Dec 18 14:49:38.841 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.841 INFO [stderr] | Dec 18 14:49:38.841 INFO [stderr] Dec 18 14:49:38.841 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.841 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.841 INFO [stderr] | Dec 18 14:49:38.841 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.841 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.841 INFO [stderr] ... Dec 18 14:49:38.841 INFO [stderr] 3764 | rt_alloc_excess_used!(rt_pow2_131072bytes_32align_alloc_excess_used, 131072, 32); Dec 18 14:49:38.841 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.841 INFO [stderr] Dec 18 14:49:38.841 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.841 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.841 INFO [stderr] | Dec 18 14:49:38.841 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.841 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.841 INFO [stderr] ... Dec 18 14:49:38.841 INFO [stderr] 3764 | rt_alloc_excess_used!(rt_pow2_131072bytes_32align_alloc_excess_used, 131072, 32); Dec 18 14:49:38.841 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.841 INFO [stderr] | Dec 18 14:49:38.841 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.841 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.841 INFO [stderr] | Dec 18 14:49:38.841 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.841 INFO [stderr] | Dec 18 14:49:38.841 INFO [stderr] Dec 18 14:49:38.846 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.846 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.846 INFO [stderr] | Dec 18 14:49:38.846 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.846 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.846 INFO [stderr] ... Dec 18 14:49:38.846 INFO [stderr] 3777 | rt_alloc_excess_used!(rt_pow2_4194304bytes_32align_alloc_excess_used, 4194304, 32); Dec 18 14:49:38.846 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.846 INFO [stderr] Dec 18 14:49:38.846 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.846 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.846 INFO [stderr] | Dec 18 14:49:38.846 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.846 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.846 INFO [stderr] ... Dec 18 14:49:38.846 INFO [stderr] 3777 | rt_alloc_excess_used!(rt_pow2_4194304bytes_32align_alloc_excess_used, 4194304, 32); Dec 18 14:49:38.846 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.846 INFO [stderr] | Dec 18 14:49:38.846 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.846 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.846 INFO [stderr] | Dec 18 14:49:38.846 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.846 INFO [stderr] | Dec 18 14:49:38.846 INFO [stderr] Dec 18 14:49:38.846 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.846 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.846 INFO [stderr] | Dec 18 14:49:38.846 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.846 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.846 INFO [stderr] ... Dec 18 14:49:38.846 INFO [stderr] 3791 | rt_alloc_excess_used!(rt_even_10bytes_32align_alloc_excess_used, 10, 32); Dec 18 14:49:38.846 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.846 INFO [stderr] Dec 18 14:49:38.846 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.846 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.846 INFO [stderr] | Dec 18 14:49:38.846 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.846 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.846 INFO [stderr] ... Dec 18 14:49:38.846 INFO [stderr] 3791 | rt_alloc_excess_used!(rt_even_10bytes_32align_alloc_excess_used, 10, 32); Dec 18 14:49:38.846 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.846 INFO [stderr] | Dec 18 14:49:38.846 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.846 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.846 INFO [stderr] | Dec 18 14:49:38.846 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.846 INFO [stderr] | Dec 18 14:49:38.846 INFO [stderr] Dec 18 14:49:38.852 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.852 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.852 INFO [stderr] | Dec 18 14:49:38.852 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.852 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.852 INFO [stderr] ... Dec 18 14:49:38.852 INFO [stderr] 3804 | rt_alloc_excess_used!(rt_even_100bytes_32align_alloc_excess_used, 100, 32); Dec 18 14:49:38.852 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.852 INFO [stderr] Dec 18 14:49:38.852 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.852 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.852 INFO [stderr] | Dec 18 14:49:38.852 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.852 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.852 INFO [stderr] ... Dec 18 14:49:38.852 INFO [stderr] 3804 | rt_alloc_excess_used!(rt_even_100bytes_32align_alloc_excess_used, 100, 32); Dec 18 14:49:38.852 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.852 INFO [stderr] | Dec 18 14:49:38.852 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.852 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.852 INFO [stderr] | Dec 18 14:49:38.852 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.852 INFO [stderr] | Dec 18 14:49:38.852 INFO [stderr] Dec 18 14:49:38.852 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.852 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.852 INFO [stderr] | Dec 18 14:49:38.852 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.852 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.852 INFO [stderr] ... Dec 18 14:49:38.852 INFO [stderr] 3817 | rt_alloc_excess_used!(rt_even_1000bytes_32align_alloc_excess_used, 1000, 32); Dec 18 14:49:38.852 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.852 INFO [stderr] Dec 18 14:49:38.852 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.852 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.852 INFO [stderr] | Dec 18 14:49:38.852 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.852 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.852 INFO [stderr] ... Dec 18 14:49:38.852 INFO [stderr] 3817 | rt_alloc_excess_used!(rt_even_1000bytes_32align_alloc_excess_used, 1000, 32); Dec 18 14:49:38.852 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.852 INFO [stderr] | Dec 18 14:49:38.852 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.852 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.852 INFO [stderr] | Dec 18 14:49:38.852 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.852 INFO [stderr] | Dec 18 14:49:38.852 INFO [stderr] Dec 18 14:49:38.852 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.852 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.853 INFO [stderr] | Dec 18 14:49:38.853 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.853 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.853 INFO [stderr] ... Dec 18 14:49:38.853 INFO [stderr] 3830 | rt_alloc_excess_used!(rt_even_10000bytes_32align_alloc_excess_used, 10000, 32); Dec 18 14:49:38.853 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.853 INFO [stderr] Dec 18 14:49:38.853 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.853 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.853 INFO [stderr] | Dec 18 14:49:38.853 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.853 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.853 INFO [stderr] ... Dec 18 14:49:38.853 INFO [stderr] 3830 | rt_alloc_excess_used!(rt_even_10000bytes_32align_alloc_excess_used, 10000, 32); Dec 18 14:49:38.853 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.853 INFO [stderr] | Dec 18 14:49:38.853 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.853 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.853 INFO [stderr] | Dec 18 14:49:38.853 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.853 INFO [stderr] | Dec 18 14:49:38.853 INFO [stderr] Dec 18 14:49:38.853 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.853 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.853 INFO [stderr] | Dec 18 14:49:38.853 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.853 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.853 INFO [stderr] ... Dec 18 14:49:38.853 INFO [stderr] 3843 | rt_alloc_excess_used!(rt_even_100000bytes_32align_alloc_excess_used, 100000, 32); Dec 18 14:49:38.853 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.853 INFO [stderr] Dec 18 14:49:38.853 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.853 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.853 INFO [stderr] | Dec 18 14:49:38.853 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.853 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.853 INFO [stderr] ... Dec 18 14:49:38.853 INFO [stderr] 3843 | rt_alloc_excess_used!(rt_even_100000bytes_32align_alloc_excess_used, 100000, 32); Dec 18 14:49:38.853 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.853 INFO [stderr] | Dec 18 14:49:38.853 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.853 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.853 INFO [stderr] | Dec 18 14:49:38.853 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.853 INFO [stderr] | Dec 18 14:49:38.853 INFO [stderr] Dec 18 14:49:38.858 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.858 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.858 INFO [stderr] | Dec 18 14:49:38.858 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.858 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.858 INFO [stderr] ... Dec 18 14:49:38.858 INFO [stderr] 3856 | rt_alloc_excess_used!(rt_even_1000000bytes_32align_alloc_excess_used, 1000000, 32); Dec 18 14:49:38.858 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.858 INFO [stderr] Dec 18 14:49:38.858 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.858 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.858 INFO [stderr] | Dec 18 14:49:38.858 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.858 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.858 INFO [stderr] ... Dec 18 14:49:38.858 INFO [stderr] 3856 | rt_alloc_excess_used!(rt_even_1000000bytes_32align_alloc_excess_used, 1000000, 32); Dec 18 14:49:38.858 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.858 INFO [stderr] | Dec 18 14:49:38.858 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.858 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.858 INFO [stderr] | Dec 18 14:49:38.858 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.858 INFO [stderr] | Dec 18 14:49:38.858 INFO [stderr] Dec 18 14:49:38.858 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.858 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.858 INFO [stderr] | Dec 18 14:49:38.858 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.858 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.858 INFO [stderr] ... Dec 18 14:49:38.858 INFO [stderr] 3870 | rt_alloc_excess_used!(rt_odd_10bytes_32align_alloc_excess_used, 10- 1, 32); Dec 18 14:49:38.858 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.858 INFO [stderr] Dec 18 14:49:38.858 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.858 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.858 INFO [stderr] | Dec 18 14:49:38.858 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.858 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.858 INFO [stderr] ... Dec 18 14:49:38.858 INFO [stderr] 3870 | rt_alloc_excess_used!(rt_odd_10bytes_32align_alloc_excess_used, 10- 1, 32); Dec 18 14:49:38.858 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.858 INFO [stderr] | Dec 18 14:49:38.858 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.858 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.858 INFO [stderr] | Dec 18 14:49:38.858 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.858 INFO [stderr] | Dec 18 14:49:38.858 INFO [stderr] Dec 18 14:49:38.864 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.864 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.864 INFO [stderr] | Dec 18 14:49:38.864 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.864 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.864 INFO [stderr] ... Dec 18 14:49:38.864 INFO [stderr] 3883 | rt_alloc_excess_used!(rt_odd_100bytes_32align_alloc_excess_used, 100- 1, 32); Dec 18 14:49:38.864 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.864 INFO [stderr] Dec 18 14:49:38.864 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.864 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.864 INFO [stderr] | Dec 18 14:49:38.864 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.864 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.864 INFO [stderr] ... Dec 18 14:49:38.864 INFO [stderr] 3883 | rt_alloc_excess_used!(rt_odd_100bytes_32align_alloc_excess_used, 100- 1, 32); Dec 18 14:49:38.864 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.864 INFO [stderr] | Dec 18 14:49:38.864 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.864 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.864 INFO [stderr] | Dec 18 14:49:38.864 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.864 INFO [stderr] | Dec 18 14:49:38.864 INFO [stderr] Dec 18 14:49:38.864 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.864 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.864 INFO [stderr] | Dec 18 14:49:38.864 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.864 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.864 INFO [stderr] ... Dec 18 14:49:38.864 INFO [stderr] 3896 | rt_alloc_excess_used!(rt_odd_1000bytes_32align_alloc_excess_used, 1000- 1, 32); Dec 18 14:49:38.864 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.864 INFO [stderr] Dec 18 14:49:38.864 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.864 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.864 INFO [stderr] | Dec 18 14:49:38.864 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.864 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.864 INFO [stderr] ... Dec 18 14:49:38.864 INFO [stderr] 3896 | rt_alloc_excess_used!(rt_odd_1000bytes_32align_alloc_excess_used, 1000- 1, 32); Dec 18 14:49:38.864 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.864 INFO [stderr] | Dec 18 14:49:38.864 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.864 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.864 INFO [stderr] | Dec 18 14:49:38.864 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.864 INFO [stderr] | Dec 18 14:49:38.864 INFO [stderr] Dec 18 14:49:38.864 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.864 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.864 INFO [stderr] | Dec 18 14:49:38.864 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.864 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.864 INFO [stderr] ... Dec 18 14:49:38.864 INFO [stderr] 3909 | rt_alloc_excess_used!(rt_odd_10000bytes_32align_alloc_excess_used, 10000- 1, 32); Dec 18 14:49:38.865 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.865 INFO [stderr] Dec 18 14:49:38.865 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.865 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.865 INFO [stderr] | Dec 18 14:49:38.865 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.865 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.865 INFO [stderr] ... Dec 18 14:49:38.865 INFO [stderr] 3909 | rt_alloc_excess_used!(rt_odd_10000bytes_32align_alloc_excess_used, 10000- 1, 32); Dec 18 14:49:38.865 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.865 INFO [stderr] | Dec 18 14:49:38.865 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.865 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.865 INFO [stderr] | Dec 18 14:49:38.865 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.865 INFO [stderr] | Dec 18 14:49:38.865 INFO [stderr] Dec 18 14:49:38.865 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.865 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.865 INFO [stderr] | Dec 18 14:49:38.865 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.865 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.865 INFO [stderr] ... Dec 18 14:49:38.865 INFO [stderr] 3922 | rt_alloc_excess_used!(rt_odd_100000bytes_32align_alloc_excess_used, 100000- 1, 32); Dec 18 14:49:38.865 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.865 INFO [stderr] Dec 18 14:49:38.865 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.865 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.865 INFO [stderr] | Dec 18 14:49:38.865 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.865 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.865 INFO [stderr] ... Dec 18 14:49:38.865 INFO [stderr] 3922 | rt_alloc_excess_used!(rt_odd_100000bytes_32align_alloc_excess_used, 100000- 1, 32); Dec 18 14:49:38.865 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.865 INFO [stderr] | Dec 18 14:49:38.865 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.865 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.865 INFO [stderr] | Dec 18 14:49:38.865 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.865 INFO [stderr] | Dec 18 14:49:38.865 INFO [stderr] Dec 18 14:49:38.870 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.870 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.870 INFO [stderr] | Dec 18 14:49:38.870 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.870 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.870 INFO [stderr] ... Dec 18 14:49:38.870 INFO [stderr] 3935 | rt_alloc_excess_used!(rt_odd_1000000bytes_32align_alloc_excess_used, 1000000- 1, 32); Dec 18 14:49:38.870 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.870 INFO [stderr] Dec 18 14:49:38.870 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.870 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.870 INFO [stderr] | Dec 18 14:49:38.870 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.870 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.870 INFO [stderr] ... Dec 18 14:49:38.870 INFO [stderr] 3935 | rt_alloc_excess_used!(rt_odd_1000000bytes_32align_alloc_excess_used, 1000000- 1, 32); Dec 18 14:49:38.870 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.870 INFO [stderr] | Dec 18 14:49:38.870 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.870 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.870 INFO [stderr] | Dec 18 14:49:38.870 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.870 INFO [stderr] | Dec 18 14:49:38.870 INFO [stderr] Dec 18 14:49:38.870 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.870 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.870 INFO [stderr] | Dec 18 14:49:38.870 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.870 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.870 INFO [stderr] ... Dec 18 14:49:38.870 INFO [stderr] 3949 | rt_alloc_excess_used!(rt_primes_3bytes_32align_alloc_excess_used, 3, 32); Dec 18 14:49:38.870 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.870 INFO [stderr] Dec 18 14:49:38.870 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.870 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.870 INFO [stderr] | Dec 18 14:49:38.870 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.870 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.870 INFO [stderr] ... Dec 18 14:49:38.870 INFO [stderr] 3949 | rt_alloc_excess_used!(rt_primes_3bytes_32align_alloc_excess_used, 3, 32); Dec 18 14:49:38.870 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.870 INFO [stderr] | Dec 18 14:49:38.871 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.871 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.871 INFO [stderr] | Dec 18 14:49:38.871 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.871 INFO [stderr] | Dec 18 14:49:38.871 INFO [stderr] Dec 18 14:49:38.871 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.871 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.871 INFO [stderr] | Dec 18 14:49:38.871 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.871 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.871 INFO [stderr] ... Dec 18 14:49:38.871 INFO [stderr] 3962 | rt_alloc_excess_used!(rt_primes_7bytes_32align_alloc_excess_used, 7, 32); Dec 18 14:49:38.871 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.871 INFO [stderr] Dec 18 14:49:38.871 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.871 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.871 INFO [stderr] | Dec 18 14:49:38.871 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.871 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.871 INFO [stderr] ... Dec 18 14:49:38.871 INFO [stderr] 3962 | rt_alloc_excess_used!(rt_primes_7bytes_32align_alloc_excess_used, 7, 32); Dec 18 14:49:38.871 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.871 INFO [stderr] | Dec 18 14:49:38.871 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.871 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.871 INFO [stderr] | Dec 18 14:49:38.871 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.871 INFO [stderr] | Dec 18 14:49:38.871 INFO [stderr] Dec 18 14:49:38.871 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.871 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.871 INFO [stderr] | Dec 18 14:49:38.871 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.871 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.871 INFO [stderr] ... Dec 18 14:49:38.871 INFO [stderr] 3975 | rt_alloc_excess_used!(rt_primes_13bytes_32align_alloc_excess_used, 13, 32); Dec 18 14:49:38.871 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.871 INFO [stderr] Dec 18 14:49:38.871 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.871 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.871 INFO [stderr] | Dec 18 14:49:38.871 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.871 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.871 INFO [stderr] ... Dec 18 14:49:38.871 INFO [stderr] 3975 | rt_alloc_excess_used!(rt_primes_13bytes_32align_alloc_excess_used, 13, 32); Dec 18 14:49:38.871 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.871 INFO [stderr] | Dec 18 14:49:38.871 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.871 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.871 INFO [stderr] | Dec 18 14:49:38.871 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.871 INFO [stderr] | Dec 18 14:49:38.871 INFO [stderr] Dec 18 14:49:38.871 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.871 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.871 INFO [stderr] | Dec 18 14:49:38.871 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.871 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.871 INFO [stderr] ... Dec 18 14:49:38.871 INFO [stderr] 3988 | rt_alloc_excess_used!(rt_primes_17bytes_32align_alloc_excess_used, 17, 32); Dec 18 14:49:38.871 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.871 INFO [stderr] Dec 18 14:49:38.871 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.871 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.871 INFO [stderr] | Dec 18 14:49:38.871 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.871 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.871 INFO [stderr] ... Dec 18 14:49:38.871 INFO [stderr] 3988 | rt_alloc_excess_used!(rt_primes_17bytes_32align_alloc_excess_used, 17, 32); Dec 18 14:49:38.871 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.871 INFO [stderr] | Dec 18 14:49:38.871 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.871 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.871 INFO [stderr] | Dec 18 14:49:38.871 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.871 INFO [stderr] | Dec 18 14:49:38.871 INFO [stderr] Dec 18 14:49:38.876 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.876 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.876 INFO [stderr] | Dec 18 14:49:38.876 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.876 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.876 INFO [stderr] ... Dec 18 14:49:38.876 INFO [stderr] 4001 | rt_alloc_excess_used!(rt_primes_31bytes_32align_alloc_excess_used, 31, 32); Dec 18 14:49:38.876 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.876 INFO [stderr] Dec 18 14:49:38.876 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.876 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.876 INFO [stderr] | Dec 18 14:49:38.876 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.876 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.876 INFO [stderr] ... Dec 18 14:49:38.876 INFO [stderr] 4001 | rt_alloc_excess_used!(rt_primes_31bytes_32align_alloc_excess_used, 31, 32); Dec 18 14:49:38.876 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.876 INFO [stderr] | Dec 18 14:49:38.876 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.876 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.876 INFO [stderr] | Dec 18 14:49:38.876 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.876 INFO [stderr] | Dec 18 14:49:38.876 INFO [stderr] Dec 18 14:49:38.876 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.876 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.876 INFO [stderr] | Dec 18 14:49:38.876 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.876 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.876 INFO [stderr] ... Dec 18 14:49:38.876 INFO [stderr] 4014 | rt_alloc_excess_used!(rt_primes_61bytes_32align_alloc_excess_used, 61, 32); Dec 18 14:49:38.876 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.876 INFO [stderr] Dec 18 14:49:38.876 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.876 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.876 INFO [stderr] | Dec 18 14:49:38.876 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.876 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.876 INFO [stderr] ... Dec 18 14:49:38.876 INFO [stderr] 4014 | rt_alloc_excess_used!(rt_primes_61bytes_32align_alloc_excess_used, 61, 32); Dec 18 14:49:38.876 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.876 INFO [stderr] | Dec 18 14:49:38.876 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.876 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.876 INFO [stderr] | Dec 18 14:49:38.876 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.876 INFO [stderr] | Dec 18 14:49:38.876 INFO [stderr] Dec 18 14:49:38.884 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.884 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.884 INFO [stderr] | Dec 18 14:49:38.884 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.884 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.884 INFO [stderr] ... Dec 18 14:49:38.884 INFO [stderr] 4027 | rt_alloc_excess_used!(rt_primes_96bytes_32align_alloc_excess_used, 96, 32); Dec 18 14:49:38.884 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.884 INFO [stderr] Dec 18 14:49:38.884 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.884 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.884 INFO [stderr] | Dec 18 14:49:38.884 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.884 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.884 INFO [stderr] ... Dec 18 14:49:38.884 INFO [stderr] 4027 | rt_alloc_excess_used!(rt_primes_96bytes_32align_alloc_excess_used, 96, 32); Dec 18 14:49:38.884 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.884 INFO [stderr] | Dec 18 14:49:38.884 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.884 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.884 INFO [stderr] | Dec 18 14:49:38.884 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.884 INFO [stderr] | Dec 18 14:49:38.884 INFO [stderr] Dec 18 14:49:38.884 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.884 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.884 INFO [stderr] | Dec 18 14:49:38.884 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.884 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.884 INFO [stderr] ... Dec 18 14:49:38.884 INFO [stderr] 4040 | rt_alloc_excess_used!(rt_primes_127bytes_32align_alloc_excess_used, 127, 32); Dec 18 14:49:38.884 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.884 INFO [stderr] Dec 18 14:49:38.884 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.884 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.884 INFO [stderr] | Dec 18 14:49:38.884 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.884 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.884 INFO [stderr] ... Dec 18 14:49:38.884 INFO [stderr] 4040 | rt_alloc_excess_used!(rt_primes_127bytes_32align_alloc_excess_used, 127, 32); Dec 18 14:49:38.884 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.884 INFO [stderr] | Dec 18 14:49:38.884 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.884 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.884 INFO [stderr] | Dec 18 14:49:38.884 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.884 INFO [stderr] | Dec 18 14:49:38.884 INFO [stderr] Dec 18 14:49:38.884 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.884 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.884 INFO [stderr] | Dec 18 14:49:38.884 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.888 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.888 INFO [stderr] ... Dec 18 14:49:38.888 INFO [stderr] 4053 | rt_alloc_excess_used!(rt_primes_257bytes_32align_alloc_excess_used, 257, 32); Dec 18 14:49:38.888 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.888 INFO [stderr] Dec 18 14:49:38.888 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.888 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.888 INFO [stderr] | Dec 18 14:49:38.888 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.888 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.888 INFO [stderr] ... Dec 18 14:49:38.888 INFO [stderr] 4053 | rt_alloc_excess_used!(rt_primes_257bytes_32align_alloc_excess_used, 257, 32); Dec 18 14:49:38.888 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.888 INFO [stderr] | Dec 18 14:49:38.888 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.888 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.888 INFO [stderr] | Dec 18 14:49:38.888 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.888 INFO [stderr] | Dec 18 14:49:38.892 INFO [stderr] Dec 18 14:49:38.892 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.892 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.892 INFO [stderr] | Dec 18 14:49:38.892 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.892 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.892 INFO [stderr] ... Dec 18 14:49:38.892 INFO [stderr] 4066 | rt_alloc_excess_used!(rt_primes_509bytes_32align_alloc_excess_used, 509, 32); Dec 18 14:49:38.892 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.892 INFO [stderr] Dec 18 14:49:38.892 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.892 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.892 INFO [stderr] | Dec 18 14:49:38.892 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.892 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.892 INFO [stderr] ... Dec 18 14:49:38.892 INFO [stderr] 4066 | rt_alloc_excess_used!(rt_primes_509bytes_32align_alloc_excess_used, 509, 32); Dec 18 14:49:38.892 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.892 INFO [stderr] | Dec 18 14:49:38.892 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.892 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.892 INFO [stderr] | Dec 18 14:49:38.892 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.892 INFO [stderr] | Dec 18 14:49:38.892 INFO [stderr] Dec 18 14:49:38.892 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.892 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.892 INFO [stderr] | Dec 18 14:49:38.892 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.892 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.892 INFO [stderr] ... Dec 18 14:49:38.892 INFO [stderr] 4079 | rt_alloc_excess_used!(rt_primes_1021bytes_32align_alloc_excess_used, 1021, 32); Dec 18 14:49:38.892 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.892 INFO [stderr] Dec 18 14:49:38.892 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.892 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.892 INFO [stderr] | Dec 18 14:49:38.892 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.892 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.892 INFO [stderr] ... Dec 18 14:49:38.892 INFO [stderr] 4079 | rt_alloc_excess_used!(rt_primes_1021bytes_32align_alloc_excess_used, 1021, 32); Dec 18 14:49:38.892 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.892 INFO [stderr] | Dec 18 14:49:38.892 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.892 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.892 INFO [stderr] | Dec 18 14:49:38.892 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.892 INFO [stderr] | Dec 18 14:49:38.892 INFO [stderr] Dec 18 14:49:38.892 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.892 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.892 INFO [stderr] | Dec 18 14:49:38.892 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.892 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.892 INFO [stderr] ... Dec 18 14:49:38.893 INFO [stderr] 4092 | rt_alloc_excess_used!(rt_primes_2039bytes_32align_alloc_excess_used, 2039, 32); Dec 18 14:49:38.893 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.893 INFO [stderr] Dec 18 14:49:38.893 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.893 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.893 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.893 INFO [stderr] ... Dec 18 14:49:38.893 INFO [stderr] 4092 | rt_alloc_excess_used!(rt_primes_2039bytes_32align_alloc_excess_used, 2039, 32); Dec 18 14:49:38.893 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.893 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] Dec 18 14:49:38.893 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.893 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.893 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.893 INFO [stderr] ... Dec 18 14:49:38.893 INFO [stderr] 4105 | rt_alloc_excess_used!(rt_primes_4093bytes_32align_alloc_excess_used, 4093, 32); Dec 18 14:49:38.893 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.893 INFO [stderr] Dec 18 14:49:38.893 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.893 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.893 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.893 INFO [stderr] ... Dec 18 14:49:38.893 INFO [stderr] 4105 | rt_alloc_excess_used!(rt_primes_4093bytes_32align_alloc_excess_used, 4093, 32); Dec 18 14:49:38.893 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.893 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] Dec 18 14:49:38.893 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.893 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.893 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.893 INFO [stderr] ... Dec 18 14:49:38.893 INFO [stderr] 4118 | rt_alloc_excess_used!(rt_primes_8191bytes_32align_alloc_excess_used, 8191, 32); Dec 18 14:49:38.893 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.893 INFO [stderr] Dec 18 14:49:38.893 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.893 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.893 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.893 INFO [stderr] ... Dec 18 14:49:38.893 INFO [stderr] 4118 | rt_alloc_excess_used!(rt_primes_8191bytes_32align_alloc_excess_used, 8191, 32); Dec 18 14:49:38.893 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.893 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] Dec 18 14:49:38.893 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.893 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.893 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.893 INFO [stderr] ... Dec 18 14:49:38.893 INFO [stderr] 4131 | rt_alloc_excess_used!(rt_primes_16381bytes_32align_alloc_excess_used, 16381, 32); Dec 18 14:49:38.893 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.893 INFO [stderr] Dec 18 14:49:38.893 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.893 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.893 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.893 INFO [stderr] ... Dec 18 14:49:38.893 INFO [stderr] 4131 | rt_alloc_excess_used!(rt_primes_16381bytes_32align_alloc_excess_used, 16381, 32); Dec 18 14:49:38.893 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.893 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.893 INFO [stderr] Dec 18 14:49:38.893 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.893 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.893 INFO [stderr] | Dec 18 14:49:38.894 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.894 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.894 INFO [stderr] ... Dec 18 14:49:38.894 INFO [stderr] 4144 | rt_alloc_excess_used!(rt_primes_32749bytes_32align_alloc_excess_used, 32749, 32); Dec 18 14:49:38.894 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.894 INFO [stderr] Dec 18 14:49:38.894 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.894 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.894 INFO [stderr] | Dec 18 14:49:38.894 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.894 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.894 INFO [stderr] ... Dec 18 14:49:38.894 INFO [stderr] 4144 | rt_alloc_excess_used!(rt_primes_32749bytes_32align_alloc_excess_used, 32749, 32); Dec 18 14:49:38.894 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.894 INFO [stderr] | Dec 18 14:49:38.894 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.894 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.894 INFO [stderr] | Dec 18 14:49:38.894 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.894 INFO [stderr] | Dec 18 14:49:38.894 INFO [stderr] Dec 18 14:49:38.894 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.894 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.894 INFO [stderr] | Dec 18 14:49:38.894 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.894 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.894 INFO [stderr] ... Dec 18 14:49:38.894 INFO [stderr] 4157 | rt_alloc_excess_used!(rt_primes_65537bytes_32align_alloc_excess_used, 65537, 32); Dec 18 14:49:38.894 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.894 INFO [stderr] Dec 18 14:49:38.894 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.894 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.894 INFO [stderr] | Dec 18 14:49:38.894 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.894 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.894 INFO [stderr] ... Dec 18 14:49:38.894 INFO [stderr] 4157 | rt_alloc_excess_used!(rt_primes_65537bytes_32align_alloc_excess_used, 65537, 32); Dec 18 14:49:38.894 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.894 INFO [stderr] | Dec 18 14:49:38.894 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.894 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.894 INFO [stderr] | Dec 18 14:49:38.894 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.894 INFO [stderr] | Dec 18 14:49:38.894 INFO [stderr] Dec 18 14:49:38.900 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.900 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.900 INFO [stderr] | Dec 18 14:49:38.900 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.900 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.900 INFO [stderr] ... Dec 18 14:49:38.900 INFO [stderr] 4170 | rt_alloc_excess_used!(rt_primes_131071bytes_32align_alloc_excess_used, 131071, 32); Dec 18 14:49:38.900 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.900 INFO [stderr] Dec 18 14:49:38.900 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.900 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.900 INFO [stderr] | Dec 18 14:49:38.900 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.900 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.900 INFO [stderr] ... Dec 18 14:49:38.900 INFO [stderr] 4170 | rt_alloc_excess_used!(rt_primes_131071bytes_32align_alloc_excess_used, 131071, 32); Dec 18 14:49:38.900 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.900 INFO [stderr] | Dec 18 14:49:38.900 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.900 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.900 INFO [stderr] | Dec 18 14:49:38.900 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.900 INFO [stderr] | Dec 18 14:49:38.900 INFO [stderr] Dec 18 14:49:38.900 INFO [stderr] error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.900 INFO [stderr] --> benches/roundtrip.rs:125:52 Dec 18 14:49:38.900 INFO [stderr] | Dec 18 14:49:38.900 INFO [stderr] 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Dec 18 14:49:38.900 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 14:49:38.900 INFO [stderr] ... Dec 18 14:49:38.900 INFO [stderr] 4183 | rt_alloc_excess_used!(rt_primes_4194301bytes_32align_alloc_excess_used, 4194301, 32); Dec 18 14:49:38.900 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.900 INFO [stderr] Dec 18 14:49:38.900 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:38.900 INFO [stderr] --> benches/roundtrip.rs:128:26 Dec 18 14:49:38.900 INFO [stderr] | Dec 18 14:49:38.900 INFO [stderr] 128 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:38.900 INFO [stderr] | ^^^^^^^ Dec 18 14:49:38.900 INFO [stderr] ... Dec 18 14:49:38.900 INFO [stderr] 4183 | rt_alloc_excess_used!(rt_primes_4194301bytes_32align_alloc_excess_used, 4194301, 32); Dec 18 14:49:38.900 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:38.900 INFO [stderr] | Dec 18 14:49:38.900 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:38.900 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:38.900 INFO [stderr] | Dec 18 14:49:38.900 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:38.900 INFO [stderr] | Dec 18 14:49:38.900 INFO [stderr] Dec 18 14:49:39.205 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.205 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.206 INFO [stderr] | Dec 18 14:49:39.206 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.206 INFO [stderr] | ^^^^^ Dec 18 14:49:39.206 INFO [stderr] ... Dec 18 14:49:39.206 INFO [stderr] 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Dec 18 14:49:39.206 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.206 INFO [stderr] | Dec 18 14:49:39.206 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.206 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.206 INFO [stderr] | Dec 18 14:49:39.206 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.206 INFO [stderr] | Dec 18 14:49:39.206 INFO [stderr] Dec 18 14:49:39.209 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.209 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.209 INFO [stderr] | Dec 18 14:49:39.209 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.209 INFO [stderr] | ^^^^^ Dec 18 14:49:39.209 INFO [stderr] ... Dec 18 14:49:39.209 INFO [stderr] 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Dec 18 14:49:39.209 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.209 INFO [stderr] | Dec 18 14:49:39.209 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.209 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.209 INFO [stderr] | Dec 18 14:49:39.209 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.209 INFO [stderr] | Dec 18 14:49:39.209 INFO [stderr] Dec 18 14:49:39.209 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.209 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.209 INFO [stderr] | Dec 18 14:49:39.209 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.209 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.209 INFO [stderr] ... Dec 18 14:49:39.209 INFO [stderr] 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Dec 18 14:49:39.209 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.209 INFO [stderr] | Dec 18 14:49:39.209 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.209 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.209 INFO [stderr] | Dec 18 14:49:39.209 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.209 INFO [stderr] | Dec 18 14:49:39.210 INFO [stderr] Dec 18 14:49:39.212 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.212 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.212 INFO [stderr] | Dec 18 14:49:39.212 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.212 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.212 INFO [stderr] ... Dec 18 14:49:39.212 INFO [stderr] 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Dec 18 14:49:39.212 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.212 INFO [stderr] | Dec 18 14:49:39.212 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.212 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.212 INFO [stderr] | Dec 18 14:49:39.212 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.212 INFO [stderr] | Dec 18 14:49:39.212 INFO [stderr] Dec 18 14:49:39.213 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.213 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.213 INFO [stderr] | Dec 18 14:49:39.213 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.213 INFO [stderr] | ^^^^^ Dec 18 14:49:39.213 INFO [stderr] ... Dec 18 14:49:39.213 INFO [stderr] 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Dec 18 14:49:39.213 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.213 INFO [stderr] | Dec 18 14:49:39.213 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.213 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.213 INFO [stderr] | Dec 18 14:49:39.213 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.213 INFO [stderr] | Dec 18 14:49:39.213 INFO [stderr] Dec 18 14:49:39.214 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.214 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.214 INFO [stderr] | Dec 18 14:49:39.214 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.214 INFO [stderr] | ^^^^^ Dec 18 14:49:39.214 INFO [stderr] ... Dec 18 14:49:39.214 INFO [stderr] 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Dec 18 14:49:39.214 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.214 INFO [stderr] | Dec 18 14:49:39.214 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.214 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.214 INFO [stderr] | Dec 18 14:49:39.214 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.214 INFO [stderr] | Dec 18 14:49:39.214 INFO [stderr] Dec 18 14:49:39.215 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.215 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.215 INFO [stderr] | Dec 18 14:49:39.215 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.215 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.215 INFO [stderr] ... Dec 18 14:49:39.215 INFO [stderr] 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Dec 18 14:49:39.215 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.215 INFO [stderr] | Dec 18 14:49:39.215 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.215 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.215 INFO [stderr] | Dec 18 14:49:39.215 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.215 INFO [stderr] | Dec 18 14:49:39.215 INFO [stderr] Dec 18 14:49:39.217 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.217 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.217 INFO [stderr] | Dec 18 14:49:39.217 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.217 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.217 INFO [stderr] ... Dec 18 14:49:39.217 INFO [stderr] 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Dec 18 14:49:39.217 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.218 INFO [stderr] | Dec 18 14:49:39.218 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.218 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.218 INFO [stderr] | Dec 18 14:49:39.218 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.218 INFO [stderr] | Dec 18 14:49:39.218 INFO [stderr] Dec 18 14:49:39.218 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.218 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.218 INFO [stderr] | Dec 18 14:49:39.218 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.218 INFO [stderr] | ^^^^^ Dec 18 14:49:39.218 INFO [stderr] ... Dec 18 14:49:39.218 INFO [stderr] 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Dec 18 14:49:39.218 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.218 INFO [stderr] | Dec 18 14:49:39.218 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.218 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.218 INFO [stderr] | Dec 18 14:49:39.218 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.218 INFO [stderr] | Dec 18 14:49:39.218 INFO [stderr] Dec 18 14:49:39.218 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.218 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.218 INFO [stderr] | Dec 18 14:49:39.218 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.218 INFO [stderr] | ^^^^^ Dec 18 14:49:39.218 INFO [stderr] ... Dec 18 14:49:39.218 INFO [stderr] 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Dec 18 14:49:39.218 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.218 INFO [stderr] | Dec 18 14:49:39.218 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.218 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.218 INFO [stderr] | Dec 18 14:49:39.218 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.218 INFO [stderr] | Dec 18 14:49:39.218 INFO [stderr] Dec 18 14:49:39.221 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.221 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.221 INFO [stderr] | Dec 18 14:49:39.221 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.221 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.221 INFO [stderr] ... Dec 18 14:49:39.221 INFO [stderr] 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Dec 18 14:49:39.221 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.221 INFO [stderr] | Dec 18 14:49:39.221 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.221 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.221 INFO [stderr] | Dec 18 14:49:39.221 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.221 INFO [stderr] | Dec 18 14:49:39.221 INFO [stderr] Dec 18 14:49:39.221 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.221 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.221 INFO [stderr] | Dec 18 14:49:39.221 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.221 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.221 INFO [stderr] ... Dec 18 14:49:39.221 INFO [stderr] 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Dec 18 14:49:39.221 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.221 INFO [stderr] | Dec 18 14:49:39.221 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.221 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.221 INFO [stderr] | Dec 18 14:49:39.221 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.221 INFO [stderr] | Dec 18 14:49:39.221 INFO [stderr] Dec 18 14:49:39.223 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.223 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.223 INFO [stderr] | Dec 18 14:49:39.223 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.223 INFO [stderr] | ^^^^^ Dec 18 14:49:39.223 INFO [stderr] ... Dec 18 14:49:39.223 INFO [stderr] 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Dec 18 14:49:39.223 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.223 INFO [stderr] | Dec 18 14:49:39.223 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.223 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.223 INFO [stderr] | Dec 18 14:49:39.223 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.223 INFO [stderr] | Dec 18 14:49:39.223 INFO [stderr] Dec 18 14:49:39.223 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.223 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.223 INFO [stderr] | Dec 18 14:49:39.223 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.223 INFO [stderr] | ^^^^^ Dec 18 14:49:39.223 INFO [stderr] ... Dec 18 14:49:39.223 INFO [stderr] 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Dec 18 14:49:39.223 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.223 INFO [stderr] | Dec 18 14:49:39.223 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.223 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.223 INFO [stderr] | Dec 18 14:49:39.224 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.224 INFO [stderr] | Dec 18 14:49:39.224 INFO [stderr] Dec 18 14:49:39.224 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.224 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.224 INFO [stderr] | Dec 18 14:49:39.224 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.224 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.224 INFO [stderr] ... Dec 18 14:49:39.224 INFO [stderr] 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Dec 18 14:49:39.224 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.224 INFO [stderr] | Dec 18 14:49:39.224 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.224 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.224 INFO [stderr] | Dec 18 14:49:39.224 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.224 INFO [stderr] | Dec 18 14:49:39.224 INFO [stderr] Dec 18 14:49:39.226 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.226 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.226 INFO [stderr] | Dec 18 14:49:39.226 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.226 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.226 INFO [stderr] ... Dec 18 14:49:39.226 INFO [stderr] 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Dec 18 14:49:39.226 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.226 INFO [stderr] | Dec 18 14:49:39.226 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.226 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.226 INFO [stderr] | Dec 18 14:49:39.226 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.226 INFO [stderr] | Dec 18 14:49:39.226 INFO [stderr] Dec 18 14:49:39.226 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.226 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.226 INFO [stderr] | Dec 18 14:49:39.226 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.226 INFO [stderr] | ^^^^^ Dec 18 14:49:39.226 INFO [stderr] ... Dec 18 14:49:39.226 INFO [stderr] 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Dec 18 14:49:39.226 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.226 INFO [stderr] | Dec 18 14:49:39.226 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.226 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.226 INFO [stderr] | Dec 18 14:49:39.226 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.226 INFO [stderr] | Dec 18 14:49:39.226 INFO [stderr] Dec 18 14:49:39.227 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.227 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.227 INFO [stderr] | Dec 18 14:49:39.227 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.227 INFO [stderr] | ^^^^^ Dec 18 14:49:39.227 INFO [stderr] ... Dec 18 14:49:39.227 INFO [stderr] 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Dec 18 14:49:39.227 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.227 INFO [stderr] | Dec 18 14:49:39.227 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.227 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.227 INFO [stderr] | Dec 18 14:49:39.228 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.228 INFO [stderr] | Dec 18 14:49:39.228 INFO [stderr] Dec 18 14:49:39.228 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.228 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.228 INFO [stderr] | Dec 18 14:49:39.228 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.228 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.228 INFO [stderr] ... Dec 18 14:49:39.228 INFO [stderr] 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Dec 18 14:49:39.228 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.228 INFO [stderr] | Dec 18 14:49:39.228 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.228 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.228 INFO [stderr] | Dec 18 14:49:39.228 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.228 INFO [stderr] | Dec 18 14:49:39.228 INFO [stderr] Dec 18 14:49:39.228 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.228 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.228 INFO [stderr] | Dec 18 14:49:39.228 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.228 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.228 INFO [stderr] ... Dec 18 14:49:39.228 INFO [stderr] 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Dec 18 14:49:39.228 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.230 INFO [stderr] | Dec 18 14:49:39.230 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.230 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.230 INFO [stderr] | Dec 18 14:49:39.230 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.230 INFO [stderr] | Dec 18 14:49:39.230 INFO [stderr] Dec 18 14:49:39.230 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.230 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.230 INFO [stderr] | Dec 18 14:49:39.230 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.230 INFO [stderr] | ^^^^^ Dec 18 14:49:39.230 INFO [stderr] ... Dec 18 14:49:39.230 INFO [stderr] 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Dec 18 14:49:39.230 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.230 INFO [stderr] | Dec 18 14:49:39.230 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.230 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.230 INFO [stderr] | Dec 18 14:49:39.230 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.230 INFO [stderr] | Dec 18 14:49:39.230 INFO [stderr] Dec 18 14:49:39.231 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.231 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.231 INFO [stderr] | Dec 18 14:49:39.231 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.231 INFO [stderr] | ^^^^^ Dec 18 14:49:39.231 INFO [stderr] ... Dec 18 14:49:39.231 INFO [stderr] 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Dec 18 14:49:39.231 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.231 INFO [stderr] | Dec 18 14:49:39.231 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.231 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.231 INFO [stderr] | Dec 18 14:49:39.231 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.232 INFO [stderr] | Dec 18 14:49:39.232 INFO [stderr] Dec 18 14:49:39.232 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.232 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.232 INFO [stderr] | Dec 18 14:49:39.232 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.232 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.232 INFO [stderr] ... Dec 18 14:49:39.232 INFO [stderr] 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Dec 18 14:49:39.232 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.232 INFO [stderr] | Dec 18 14:49:39.232 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.232 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.232 INFO [stderr] | Dec 18 14:49:39.232 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.232 INFO [stderr] | Dec 18 14:49:39.232 INFO [stderr] Dec 18 14:49:39.232 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.232 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.232 INFO [stderr] | Dec 18 14:49:39.232 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.232 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.232 INFO [stderr] ... Dec 18 14:49:39.232 INFO [stderr] 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Dec 18 14:49:39.232 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.232 INFO [stderr] | Dec 18 14:49:39.232 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.232 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.232 INFO [stderr] | Dec 18 14:49:39.232 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.232 INFO [stderr] | Dec 18 14:49:39.232 INFO [stderr] Dec 18 14:49:39.236 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.236 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.236 INFO [stderr] | Dec 18 14:49:39.236 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.236 INFO [stderr] | ^^^^^ Dec 18 14:49:39.236 INFO [stderr] ... Dec 18 14:49:39.236 INFO [stderr] 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Dec 18 14:49:39.236 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.236 INFO [stderr] | Dec 18 14:49:39.236 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.236 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.236 INFO [stderr] | Dec 18 14:49:39.236 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.236 INFO [stderr] | Dec 18 14:49:39.236 INFO [stderr] Dec 18 14:49:39.236 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.236 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.236 INFO [stderr] | Dec 18 14:49:39.236 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.236 INFO [stderr] | ^^^^^ Dec 18 14:49:39.236 INFO [stderr] ... Dec 18 14:49:39.236 INFO [stderr] 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Dec 18 14:49:39.236 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.236 INFO [stderr] | Dec 18 14:49:39.236 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.236 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.236 INFO [stderr] | Dec 18 14:49:39.237 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.237 INFO [stderr] | Dec 18 14:49:39.237 INFO [stderr] Dec 18 14:49:39.237 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.237 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.237 INFO [stderr] | Dec 18 14:49:39.237 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.237 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.237 INFO [stderr] ... Dec 18 14:49:39.237 INFO [stderr] 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Dec 18 14:49:39.237 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.237 INFO [stderr] | Dec 18 14:49:39.237 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.237 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.237 INFO [stderr] | Dec 18 14:49:39.237 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.237 INFO [stderr] | Dec 18 14:49:39.237 INFO [stderr] Dec 18 14:49:39.237 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.237 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.237 INFO [stderr] | Dec 18 14:49:39.237 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.237 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.237 INFO [stderr] ... Dec 18 14:49:39.237 INFO [stderr] 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Dec 18 14:49:39.237 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.237 INFO [stderr] | Dec 18 14:49:39.237 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.237 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.237 INFO [stderr] | Dec 18 14:49:39.237 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.237 INFO [stderr] | Dec 18 14:49:39.237 INFO [stderr] Dec 18 14:49:39.239 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.239 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.239 INFO [stderr] | Dec 18 14:49:39.239 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.239 INFO [stderr] | ^^^^^ Dec 18 14:49:39.239 INFO [stderr] ... Dec 18 14:49:39.239 INFO [stderr] 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Dec 18 14:49:39.239 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.240 INFO [stderr] | Dec 18 14:49:39.240 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.240 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.240 INFO [stderr] | Dec 18 14:49:39.240 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.240 INFO [stderr] | Dec 18 14:49:39.240 INFO [stderr] Dec 18 14:49:39.240 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.240 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.240 INFO [stderr] | Dec 18 14:49:39.240 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.240 INFO [stderr] | ^^^^^ Dec 18 14:49:39.240 INFO [stderr] ... Dec 18 14:49:39.240 INFO [stderr] 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Dec 18 14:49:39.240 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.240 INFO [stderr] | Dec 18 14:49:39.240 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.240 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.240 INFO [stderr] | Dec 18 14:49:39.240 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.240 INFO [stderr] | Dec 18 14:49:39.240 INFO [stderr] Dec 18 14:49:39.240 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.240 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.240 INFO [stderr] | Dec 18 14:49:39.240 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.240 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.240 INFO [stderr] ... Dec 18 14:49:39.240 INFO [stderr] 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Dec 18 14:49:39.240 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.240 INFO [stderr] | Dec 18 14:49:39.240 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.240 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.240 INFO [stderr] | Dec 18 14:49:39.240 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.240 INFO [stderr] | Dec 18 14:49:39.240 INFO [stderr] Dec 18 14:49:39.243 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.243 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.243 INFO [stderr] | Dec 18 14:49:39.243 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.243 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.243 INFO [stderr] ... Dec 18 14:49:39.243 INFO [stderr] 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Dec 18 14:49:39.243 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.243 INFO [stderr] | Dec 18 14:49:39.243 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.243 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.243 INFO [stderr] | Dec 18 14:49:39.243 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.243 INFO [stderr] | Dec 18 14:49:39.243 INFO [stderr] Dec 18 14:49:39.243 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.243 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.243 INFO [stderr] | Dec 18 14:49:39.243 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.243 INFO [stderr] | ^^^^^ Dec 18 14:49:39.243 INFO [stderr] ... Dec 18 14:49:39.243 INFO [stderr] 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Dec 18 14:49:39.243 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.243 INFO [stderr] | Dec 18 14:49:39.243 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.243 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.243 INFO [stderr] | Dec 18 14:49:39.243 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.243 INFO [stderr] | Dec 18 14:49:39.243 INFO [stderr] Dec 18 14:49:39.243 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.243 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.243 INFO [stderr] | Dec 18 14:49:39.243 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.243 INFO [stderr] | ^^^^^ Dec 18 14:49:39.243 INFO [stderr] ... Dec 18 14:49:39.243 INFO [stderr] 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Dec 18 14:49:39.243 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.243 INFO [stderr] | Dec 18 14:49:39.243 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.243 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.243 INFO [stderr] | Dec 18 14:49:39.243 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.243 INFO [stderr] | Dec 18 14:49:39.243 INFO [stderr] Dec 18 14:49:39.246 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.246 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.246 INFO [stderr] | Dec 18 14:49:39.246 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.246 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.246 INFO [stderr] ... Dec 18 14:49:39.246 INFO [stderr] 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Dec 18 14:49:39.246 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.246 INFO [stderr] | Dec 18 14:49:39.246 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.246 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.246 INFO [stderr] | Dec 18 14:49:39.246 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.246 INFO [stderr] | Dec 18 14:49:39.246 INFO [stderr] Dec 18 14:49:39.246 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.246 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.246 INFO [stderr] | Dec 18 14:49:39.246 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.246 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.246 INFO [stderr] ... Dec 18 14:49:39.246 INFO [stderr] 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Dec 18 14:49:39.246 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.246 INFO [stderr] | Dec 18 14:49:39.246 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.246 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.246 INFO [stderr] | Dec 18 14:49:39.246 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.246 INFO [stderr] | Dec 18 14:49:39.246 INFO [stderr] Dec 18 14:49:39.246 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.246 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.246 INFO [stderr] | Dec 18 14:49:39.246 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.246 INFO [stderr] | ^^^^^ Dec 18 14:49:39.246 INFO [stderr] ... Dec 18 14:49:39.246 INFO [stderr] 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Dec 18 14:49:39.246 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.246 INFO [stderr] | Dec 18 14:49:39.247 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.247 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.247 INFO [stderr] | Dec 18 14:49:39.247 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.247 INFO [stderr] | Dec 18 14:49:39.247 INFO [stderr] Dec 18 14:49:39.250 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.250 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.250 INFO [stderr] | Dec 18 14:49:39.250 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.250 INFO [stderr] | ^^^^^ Dec 18 14:49:39.250 INFO [stderr] ... Dec 18 14:49:39.250 INFO [stderr] 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Dec 18 14:49:39.250 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.250 INFO [stderr] | Dec 18 14:49:39.250 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.250 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.250 INFO [stderr] | Dec 18 14:49:39.250 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.250 INFO [stderr] | Dec 18 14:49:39.250 INFO [stderr] Dec 18 14:49:39.250 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.250 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.250 INFO [stderr] | Dec 18 14:49:39.250 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.250 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.250 INFO [stderr] ... Dec 18 14:49:39.250 INFO [stderr] 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Dec 18 14:49:39.250 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.250 INFO [stderr] | Dec 18 14:49:39.250 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.250 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.250 INFO [stderr] | Dec 18 14:49:39.250 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.250 INFO [stderr] | Dec 18 14:49:39.250 INFO [stderr] Dec 18 14:49:39.250 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.250 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.250 INFO [stderr] | Dec 18 14:49:39.250 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.250 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.250 INFO [stderr] ... Dec 18 14:49:39.250 INFO [stderr] 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Dec 18 14:49:39.251 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.251 INFO [stderr] | Dec 18 14:49:39.251 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.251 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.251 INFO [stderr] | Dec 18 14:49:39.251 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.251 INFO [stderr] | Dec 18 14:49:39.251 INFO [stderr] Dec 18 14:49:39.260 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.260 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.260 INFO [stderr] | Dec 18 14:49:39.260 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.260 INFO [stderr] | ^^^^^ Dec 18 14:49:39.260 INFO [stderr] ... Dec 18 14:49:39.260 INFO [stderr] 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Dec 18 14:49:39.260 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.260 INFO [stderr] | Dec 18 14:49:39.260 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.260 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.260 INFO [stderr] | Dec 18 14:49:39.260 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.260 INFO [stderr] | Dec 18 14:49:39.260 INFO [stderr] Dec 18 14:49:39.260 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.260 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.260 INFO [stderr] | Dec 18 14:49:39.260 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.260 INFO [stderr] | ^^^^^ Dec 18 14:49:39.260 INFO [stderr] ... Dec 18 14:49:39.260 INFO [stderr] 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Dec 18 14:49:39.260 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.260 INFO [stderr] | Dec 18 14:49:39.260 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.260 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.260 INFO [stderr] | Dec 18 14:49:39.260 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.260 INFO [stderr] | Dec 18 14:49:39.260 INFO [stderr] Dec 18 14:49:39.260 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.260 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.260 INFO [stderr] | Dec 18 14:49:39.260 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.260 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.260 INFO [stderr] ... Dec 18 14:49:39.260 INFO [stderr] 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Dec 18 14:49:39.260 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.260 INFO [stderr] | Dec 18 14:49:39.260 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.260 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.260 INFO [stderr] | Dec 18 14:49:39.260 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.260 INFO [stderr] | Dec 18 14:49:39.260 INFO [stderr] Dec 18 14:49:39.260 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.260 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.260 INFO [stderr] | Dec 18 14:49:39.260 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.261 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.261 INFO [stderr] ... Dec 18 14:49:39.261 INFO [stderr] 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Dec 18 14:49:39.261 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.261 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] Dec 18 14:49:39.261 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.261 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.261 INFO [stderr] | ^^^^^ Dec 18 14:49:39.261 INFO [stderr] ... Dec 18 14:49:39.261 INFO [stderr] 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Dec 18 14:49:39.261 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.261 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] Dec 18 14:49:39.261 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.261 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.261 INFO [stderr] | ^^^^^ Dec 18 14:49:39.261 INFO [stderr] ... Dec 18 14:49:39.261 INFO [stderr] 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Dec 18 14:49:39.261 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.261 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] Dec 18 14:49:39.261 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.261 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.261 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.261 INFO [stderr] ... Dec 18 14:49:39.261 INFO [stderr] 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Dec 18 14:49:39.261 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.261 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] Dec 18 14:49:39.261 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.261 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.261 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.261 INFO [stderr] ... Dec 18 14:49:39.261 INFO [stderr] 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Dec 18 14:49:39.261 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.261 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] Dec 18 14:49:39.261 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.261 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.261 INFO [stderr] | ^^^^^ Dec 18 14:49:39.261 INFO [stderr] ... Dec 18 14:49:39.261 INFO [stderr] 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Dec 18 14:49:39.261 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.261 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.261 INFO [stderr] | Dec 18 14:49:39.261 INFO [stderr] Dec 18 14:49:39.261 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.261 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.262 INFO [stderr] | Dec 18 14:49:39.262 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.262 INFO [stderr] | ^^^^^ Dec 18 14:49:39.262 INFO [stderr] ... Dec 18 14:49:39.262 INFO [stderr] 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Dec 18 14:49:39.262 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.262 INFO [stderr] | Dec 18 14:49:39.262 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.262 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.262 INFO [stderr] | Dec 18 14:49:39.262 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.262 INFO [stderr] | Dec 18 14:49:39.262 INFO [stderr] Dec 18 14:49:39.262 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.262 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.262 INFO [stderr] | Dec 18 14:49:39.262 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.262 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.262 INFO [stderr] ... Dec 18 14:49:39.262 INFO [stderr] 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Dec 18 14:49:39.262 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.262 INFO [stderr] | Dec 18 14:49:39.262 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.262 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.262 INFO [stderr] | Dec 18 14:49:39.262 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.262 INFO [stderr] | Dec 18 14:49:39.264 INFO [stderr] Dec 18 14:49:39.264 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.264 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.264 INFO [stderr] | Dec 18 14:49:39.264 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.264 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.264 INFO [stderr] ... Dec 18 14:49:39.264 INFO [stderr] 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Dec 18 14:49:39.264 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.264 INFO [stderr] | Dec 18 14:49:39.264 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.264 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.264 INFO [stderr] | Dec 18 14:49:39.264 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.264 INFO [stderr] | Dec 18 14:49:39.264 INFO [stderr] Dec 18 14:49:39.264 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.265 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.265 INFO [stderr] | Dec 18 14:49:39.265 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.265 INFO [stderr] | ^^^^^ Dec 18 14:49:39.265 INFO [stderr] ... Dec 18 14:49:39.265 INFO [stderr] 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Dec 18 14:49:39.265 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.265 INFO [stderr] | Dec 18 14:49:39.265 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.265 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.265 INFO [stderr] | Dec 18 14:49:39.265 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.265 INFO [stderr] | Dec 18 14:49:39.265 INFO [stderr] Dec 18 14:49:39.265 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.265 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.265 INFO [stderr] | Dec 18 14:49:39.265 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.265 INFO [stderr] | ^^^^^ Dec 18 14:49:39.265 INFO [stderr] ... Dec 18 14:49:39.265 INFO [stderr] 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Dec 18 14:49:39.265 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.265 INFO [stderr] | Dec 18 14:49:39.265 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.265 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.265 INFO [stderr] | Dec 18 14:49:39.265 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.265 INFO [stderr] | Dec 18 14:49:39.265 INFO [stderr] Dec 18 14:49:39.265 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.265 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.265 INFO [stderr] | Dec 18 14:49:39.265 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.265 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.265 INFO [stderr] ... Dec 18 14:49:39.265 INFO [stderr] 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Dec 18 14:49:39.265 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.265 INFO [stderr] | Dec 18 14:49:39.265 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.265 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.265 INFO [stderr] | Dec 18 14:49:39.265 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.265 INFO [stderr] | Dec 18 14:49:39.265 INFO [stderr] Dec 18 14:49:39.265 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.265 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.265 INFO [stderr] | Dec 18 14:49:39.265 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.265 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.265 INFO [stderr] ... Dec 18 14:49:39.265 INFO [stderr] 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Dec 18 14:49:39.265 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.265 INFO [stderr] | Dec 18 14:49:39.265 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.268 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.268 INFO [stderr] | Dec 18 14:49:39.268 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.268 INFO [stderr] | Dec 18 14:49:39.268 INFO [stderr] Dec 18 14:49:39.268 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.268 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.268 INFO [stderr] | Dec 18 14:49:39.268 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.268 INFO [stderr] | ^^^^^ Dec 18 14:49:39.268 INFO [stderr] ... Dec 18 14:49:39.268 INFO [stderr] 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Dec 18 14:49:39.268 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.268 INFO [stderr] | Dec 18 14:49:39.268 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.268 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.268 INFO [stderr] | Dec 18 14:49:39.268 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.268 INFO [stderr] | Dec 18 14:49:39.268 INFO [stderr] Dec 18 14:49:39.268 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.269 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.269 INFO [stderr] | Dec 18 14:49:39.269 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.269 INFO [stderr] | ^^^^^ Dec 18 14:49:39.269 INFO [stderr] ... Dec 18 14:49:39.269 INFO [stderr] 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Dec 18 14:49:39.269 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.269 INFO [stderr] | Dec 18 14:49:39.269 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.269 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.269 INFO [stderr] | Dec 18 14:49:39.269 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.269 INFO [stderr] | Dec 18 14:49:39.269 INFO [stderr] Dec 18 14:49:39.269 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.269 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.269 INFO [stderr] | Dec 18 14:49:39.269 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.269 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.269 INFO [stderr] ... Dec 18 14:49:39.269 INFO [stderr] 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Dec 18 14:49:39.269 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.269 INFO [stderr] | Dec 18 14:49:39.269 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.269 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.269 INFO [stderr] | Dec 18 14:49:39.269 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.269 INFO [stderr] | Dec 18 14:49:39.269 INFO [stderr] Dec 18 14:49:39.269 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.269 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.269 INFO [stderr] | Dec 18 14:49:39.269 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.269 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.269 INFO [stderr] ... Dec 18 14:49:39.269 INFO [stderr] 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Dec 18 14:49:39.269 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.269 INFO [stderr] | Dec 18 14:49:39.269 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.269 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.269 INFO [stderr] | Dec 18 14:49:39.269 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.269 INFO [stderr] | Dec 18 14:49:39.269 INFO [stderr] Dec 18 14:49:39.272 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.272 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.273 INFO [stderr] | Dec 18 14:49:39.273 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.273 INFO [stderr] | ^^^^^ Dec 18 14:49:39.273 INFO [stderr] ... Dec 18 14:49:39.273 INFO [stderr] 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Dec 18 14:49:39.273 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.273 INFO [stderr] | Dec 18 14:49:39.273 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.273 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.273 INFO [stderr] | Dec 18 14:49:39.273 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.273 INFO [stderr] | Dec 18 14:49:39.273 INFO [stderr] Dec 18 14:49:39.273 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.273 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.273 INFO [stderr] | Dec 18 14:49:39.273 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.273 INFO [stderr] | ^^^^^ Dec 18 14:49:39.273 INFO [stderr] ... Dec 18 14:49:39.273 INFO [stderr] 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Dec 18 14:49:39.273 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.273 INFO [stderr] | Dec 18 14:49:39.273 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.273 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.273 INFO [stderr] | Dec 18 14:49:39.273 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.273 INFO [stderr] | Dec 18 14:49:39.273 INFO [stderr] Dec 18 14:49:39.273 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.273 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.273 INFO [stderr] | Dec 18 14:49:39.273 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.273 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.273 INFO [stderr] ... Dec 18 14:49:39.273 INFO [stderr] 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Dec 18 14:49:39.273 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.273 INFO [stderr] | Dec 18 14:49:39.273 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.273 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.273 INFO [stderr] | Dec 18 14:49:39.273 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.273 INFO [stderr] | Dec 18 14:49:39.273 INFO [stderr] Dec 18 14:49:39.273 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.273 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.273 INFO [stderr] | Dec 18 14:49:39.273 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.273 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.273 INFO [stderr] ... Dec 18 14:49:39.273 INFO [stderr] 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Dec 18 14:49:39.273 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.273 INFO [stderr] | Dec 18 14:49:39.273 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.273 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.273 INFO [stderr] | Dec 18 14:49:39.273 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.273 INFO [stderr] | Dec 18 14:49:39.273 INFO [stderr] Dec 18 14:49:39.276 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.276 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.276 INFO [stderr] | Dec 18 14:49:39.276 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.276 INFO [stderr] | ^^^^^ Dec 18 14:49:39.276 INFO [stderr] ... Dec 18 14:49:39.276 INFO [stderr] 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Dec 18 14:49:39.276 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.276 INFO [stderr] | Dec 18 14:49:39.276 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.276 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.276 INFO [stderr] | Dec 18 14:49:39.276 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.276 INFO [stderr] | Dec 18 14:49:39.276 INFO [stderr] Dec 18 14:49:39.276 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.276 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.276 INFO [stderr] | Dec 18 14:49:39.276 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.276 INFO [stderr] | ^^^^^ Dec 18 14:49:39.276 INFO [stderr] ... Dec 18 14:49:39.276 INFO [stderr] 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Dec 18 14:49:39.276 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.276 INFO [stderr] | Dec 18 14:49:39.276 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.276 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.277 INFO [stderr] | Dec 18 14:49:39.277 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.277 INFO [stderr] | Dec 18 14:49:39.277 INFO [stderr] Dec 18 14:49:39.277 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.277 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.277 INFO [stderr] | Dec 18 14:49:39.277 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.277 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.277 INFO [stderr] ... Dec 18 14:49:39.277 INFO [stderr] 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Dec 18 14:49:39.277 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.277 INFO [stderr] | Dec 18 14:49:39.277 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.277 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.277 INFO [stderr] | Dec 18 14:49:39.277 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.277 INFO [stderr] | Dec 18 14:49:39.277 INFO [stderr] Dec 18 14:49:39.277 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.277 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.277 INFO [stderr] | Dec 18 14:49:39.277 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.277 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.277 INFO [stderr] ... Dec 18 14:49:39.277 INFO [stderr] 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Dec 18 14:49:39.277 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.277 INFO [stderr] | Dec 18 14:49:39.277 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.277 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.277 INFO [stderr] | Dec 18 14:49:39.277 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.277 INFO [stderr] | Dec 18 14:49:39.277 INFO [stderr] Dec 18 14:49:39.280 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.281 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.281 INFO [stderr] | Dec 18 14:49:39.281 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.281 INFO [stderr] | ^^^^^ Dec 18 14:49:39.281 INFO [stderr] ... Dec 18 14:49:39.281 INFO [stderr] 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Dec 18 14:49:39.281 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.281 INFO [stderr] | Dec 18 14:49:39.281 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.281 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.281 INFO [stderr] | Dec 18 14:49:39.281 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.281 INFO [stderr] | Dec 18 14:49:39.281 INFO [stderr] Dec 18 14:49:39.281 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.281 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.281 INFO [stderr] | Dec 18 14:49:39.281 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.281 INFO [stderr] | ^^^^^ Dec 18 14:49:39.281 INFO [stderr] ... Dec 18 14:49:39.281 INFO [stderr] 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Dec 18 14:49:39.281 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.281 INFO [stderr] | Dec 18 14:49:39.281 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.281 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.281 INFO [stderr] | Dec 18 14:49:39.281 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.281 INFO [stderr] | Dec 18 14:49:39.281 INFO [stderr] Dec 18 14:49:39.281 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.281 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.281 INFO [stderr] | Dec 18 14:49:39.281 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.281 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.281 INFO [stderr] ... Dec 18 14:49:39.281 INFO [stderr] 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Dec 18 14:49:39.281 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.281 INFO [stderr] | Dec 18 14:49:39.281 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.281 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.281 INFO [stderr] | Dec 18 14:49:39.281 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.281 INFO [stderr] | Dec 18 14:49:39.281 INFO [stderr] Dec 18 14:49:39.281 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.281 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.281 INFO [stderr] | Dec 18 14:49:39.281 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.281 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.281 INFO [stderr] ... Dec 18 14:49:39.281 INFO [stderr] 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Dec 18 14:49:39.281 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.281 INFO [stderr] | Dec 18 14:49:39.281 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.281 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.281 INFO [stderr] | Dec 18 14:49:39.281 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.281 INFO [stderr] | Dec 18 14:49:39.281 INFO [stderr] Dec 18 14:49:39.285 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.285 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.285 INFO [stderr] | Dec 18 14:49:39.285 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.285 INFO [stderr] | ^^^^^ Dec 18 14:49:39.285 INFO [stderr] ... Dec 18 14:49:39.285 INFO [stderr] 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Dec 18 14:49:39.285 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.285 INFO [stderr] | Dec 18 14:49:39.285 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.285 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.285 INFO [stderr] | Dec 18 14:49:39.285 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.285 INFO [stderr] | Dec 18 14:49:39.285 INFO [stderr] Dec 18 14:49:39.285 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.285 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.285 INFO [stderr] | Dec 18 14:49:39.285 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.285 INFO [stderr] | ^^^^^ Dec 18 14:49:39.285 INFO [stderr] ... Dec 18 14:49:39.285 INFO [stderr] 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Dec 18 14:49:39.285 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.285 INFO [stderr] | Dec 18 14:49:39.285 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.285 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.285 INFO [stderr] | Dec 18 14:49:39.286 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.286 INFO [stderr] | Dec 18 14:49:39.286 INFO [stderr] Dec 18 14:49:39.286 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.286 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.286 INFO [stderr] | Dec 18 14:49:39.286 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.286 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.286 INFO [stderr] ... Dec 18 14:49:39.286 INFO [stderr] 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Dec 18 14:49:39.286 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.286 INFO [stderr] | Dec 18 14:49:39.286 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.286 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.286 INFO [stderr] | Dec 18 14:49:39.286 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.286 INFO [stderr] | Dec 18 14:49:39.286 INFO [stderr] Dec 18 14:49:39.286 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.286 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.286 INFO [stderr] | Dec 18 14:49:39.286 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.286 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.286 INFO [stderr] ... Dec 18 14:49:39.286 INFO [stderr] 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Dec 18 14:49:39.286 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.286 INFO [stderr] | Dec 18 14:49:39.286 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.286 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.286 INFO [stderr] | Dec 18 14:49:39.286 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.286 INFO [stderr] | Dec 18 14:49:39.286 INFO [stderr] Dec 18 14:49:39.292 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.292 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.292 INFO [stderr] | Dec 18 14:49:39.292 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.292 INFO [stderr] | ^^^^^ Dec 18 14:49:39.292 INFO [stderr] ... Dec 18 14:49:39.292 INFO [stderr] 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Dec 18 14:49:39.292 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.292 INFO [stderr] | Dec 18 14:49:39.292 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.292 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.292 INFO [stderr] | Dec 18 14:49:39.292 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.292 INFO [stderr] | Dec 18 14:49:39.292 INFO [stderr] Dec 18 14:49:39.292 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.292 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.292 INFO [stderr] | Dec 18 14:49:39.292 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.292 INFO [stderr] | ^^^^^ Dec 18 14:49:39.292 INFO [stderr] ... Dec 18 14:49:39.292 INFO [stderr] 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Dec 18 14:49:39.292 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.292 INFO [stderr] | Dec 18 14:49:39.292 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.292 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.292 INFO [stderr] | Dec 18 14:49:39.292 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.292 INFO [stderr] | Dec 18 14:49:39.292 INFO [stderr] Dec 18 14:49:39.292 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.292 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.292 INFO [stderr] | Dec 18 14:49:39.292 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.292 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.292 INFO [stderr] ... Dec 18 14:49:39.292 INFO [stderr] 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Dec 18 14:49:39.292 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.292 INFO [stderr] | Dec 18 14:49:39.292 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.292 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.292 INFO [stderr] | Dec 18 14:49:39.292 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.292 INFO [stderr] | Dec 18 14:49:39.292 INFO [stderr] Dec 18 14:49:39.292 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.292 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.292 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.293 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.293 INFO [stderr] ... Dec 18 14:49:39.293 INFO [stderr] 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Dec 18 14:49:39.293 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.293 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] Dec 18 14:49:39.293 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.293 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.293 INFO [stderr] | ^^^^^ Dec 18 14:49:39.293 INFO [stderr] ... Dec 18 14:49:39.293 INFO [stderr] 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Dec 18 14:49:39.293 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.293 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] Dec 18 14:49:39.293 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.293 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.293 INFO [stderr] | ^^^^^ Dec 18 14:49:39.293 INFO [stderr] ... Dec 18 14:49:39.293 INFO [stderr] 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Dec 18 14:49:39.293 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.293 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] Dec 18 14:49:39.293 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.293 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.293 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.293 INFO [stderr] ... Dec 18 14:49:39.293 INFO [stderr] 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Dec 18 14:49:39.293 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.293 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] Dec 18 14:49:39.293 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.293 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.293 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.293 INFO [stderr] ... Dec 18 14:49:39.293 INFO [stderr] 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Dec 18 14:49:39.293 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.293 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.293 INFO [stderr] | Dec 18 14:49:39.293 INFO [stderr] Dec 18 14:49:39.296 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.296 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.296 INFO [stderr] | Dec 18 14:49:39.296 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.296 INFO [stderr] | ^^^^^ Dec 18 14:49:39.296 INFO [stderr] ... Dec 18 14:49:39.296 INFO [stderr] 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Dec 18 14:49:39.296 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.296 INFO [stderr] | Dec 18 14:49:39.296 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.296 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.296 INFO [stderr] | Dec 18 14:49:39.296 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.296 INFO [stderr] | Dec 18 14:49:39.296 INFO [stderr] Dec 18 14:49:39.296 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.296 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.296 INFO [stderr] | Dec 18 14:49:39.296 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.296 INFO [stderr] | ^^^^^ Dec 18 14:49:39.296 INFO [stderr] ... Dec 18 14:49:39.296 INFO [stderr] 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Dec 18 14:49:39.296 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.296 INFO [stderr] | Dec 18 14:49:39.296 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.296 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.297 INFO [stderr] | Dec 18 14:49:39.297 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.297 INFO [stderr] | Dec 18 14:49:39.297 INFO [stderr] Dec 18 14:49:39.297 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.297 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.297 INFO [stderr] | Dec 18 14:49:39.297 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.297 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.297 INFO [stderr] ... Dec 18 14:49:39.297 INFO [stderr] 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Dec 18 14:49:39.297 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.297 INFO [stderr] | Dec 18 14:49:39.297 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.297 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.297 INFO [stderr] | Dec 18 14:49:39.297 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.297 INFO [stderr] | Dec 18 14:49:39.297 INFO [stderr] Dec 18 14:49:39.297 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.297 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.297 INFO [stderr] | Dec 18 14:49:39.297 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.297 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.297 INFO [stderr] ... Dec 18 14:49:39.297 INFO [stderr] 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Dec 18 14:49:39.297 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.297 INFO [stderr] | Dec 18 14:49:39.297 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.297 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.297 INFO [stderr] | Dec 18 14:49:39.297 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.297 INFO [stderr] | Dec 18 14:49:39.297 INFO [stderr] Dec 18 14:49:39.300 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.300 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.300 INFO [stderr] | Dec 18 14:49:39.300 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.300 INFO [stderr] | ^^^^^ Dec 18 14:49:39.300 INFO [stderr] ... Dec 18 14:49:39.300 INFO [stderr] 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Dec 18 14:49:39.300 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.300 INFO [stderr] | Dec 18 14:49:39.300 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.300 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.300 INFO [stderr] | Dec 18 14:49:39.300 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.300 INFO [stderr] | Dec 18 14:49:39.300 INFO [stderr] Dec 18 14:49:39.300 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.300 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.300 INFO [stderr] | Dec 18 14:49:39.300 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.300 INFO [stderr] | ^^^^^ Dec 18 14:49:39.300 INFO [stderr] ... Dec 18 14:49:39.300 INFO [stderr] 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Dec 18 14:49:39.300 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.300 INFO [stderr] | Dec 18 14:49:39.300 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.301 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.301 INFO [stderr] | Dec 18 14:49:39.301 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.301 INFO [stderr] | Dec 18 14:49:39.301 INFO [stderr] Dec 18 14:49:39.301 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.301 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.301 INFO [stderr] | Dec 18 14:49:39.301 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.301 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.301 INFO [stderr] ... Dec 18 14:49:39.301 INFO [stderr] 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Dec 18 14:49:39.301 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.301 INFO [stderr] | Dec 18 14:49:39.301 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.301 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.301 INFO [stderr] | Dec 18 14:49:39.301 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.301 INFO [stderr] | Dec 18 14:49:39.301 INFO [stderr] Dec 18 14:49:39.301 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.301 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.301 INFO [stderr] | Dec 18 14:49:39.301 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.301 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.301 INFO [stderr] ... Dec 18 14:49:39.301 INFO [stderr] 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Dec 18 14:49:39.301 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.301 INFO [stderr] | Dec 18 14:49:39.301 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.301 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.301 INFO [stderr] | Dec 18 14:49:39.301 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.301 INFO [stderr] | Dec 18 14:49:39.301 INFO [stderr] Dec 18 14:49:39.304 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.304 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.304 INFO [stderr] | Dec 18 14:49:39.304 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.304 INFO [stderr] | ^^^^^ Dec 18 14:49:39.304 INFO [stderr] ... Dec 18 14:49:39.304 INFO [stderr] 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Dec 18 14:49:39.304 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.304 INFO [stderr] | Dec 18 14:49:39.304 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.304 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.305 INFO [stderr] | Dec 18 14:49:39.305 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.305 INFO [stderr] | Dec 18 14:49:39.305 INFO [stderr] Dec 18 14:49:39.305 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.305 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.305 INFO [stderr] | Dec 18 14:49:39.305 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.305 INFO [stderr] | ^^^^^ Dec 18 14:49:39.305 INFO [stderr] ... Dec 18 14:49:39.305 INFO [stderr] 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Dec 18 14:49:39.305 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.305 INFO [stderr] | Dec 18 14:49:39.305 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.305 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.305 INFO [stderr] | Dec 18 14:49:39.305 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.305 INFO [stderr] | Dec 18 14:49:39.305 INFO [stderr] Dec 18 14:49:39.305 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.305 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.305 INFO [stderr] | Dec 18 14:49:39.305 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.305 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.305 INFO [stderr] ... Dec 18 14:49:39.305 INFO [stderr] 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Dec 18 14:49:39.305 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.305 INFO [stderr] | Dec 18 14:49:39.305 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.305 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.305 INFO [stderr] | Dec 18 14:49:39.305 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.305 INFO [stderr] | Dec 18 14:49:39.305 INFO [stderr] Dec 18 14:49:39.305 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.305 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.305 INFO [stderr] | Dec 18 14:49:39.305 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.305 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.305 INFO [stderr] ... Dec 18 14:49:39.305 INFO [stderr] 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Dec 18 14:49:39.305 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.305 INFO [stderr] | Dec 18 14:49:39.305 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.305 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.305 INFO [stderr] | Dec 18 14:49:39.305 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.305 INFO [stderr] | Dec 18 14:49:39.305 INFO [stderr] Dec 18 14:49:39.309 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.309 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.309 INFO [stderr] | Dec 18 14:49:39.309 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.309 INFO [stderr] | ^^^^^ Dec 18 14:49:39.309 INFO [stderr] ... Dec 18 14:49:39.309 INFO [stderr] 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Dec 18 14:49:39.309 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.309 INFO [stderr] | Dec 18 14:49:39.309 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.309 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.309 INFO [stderr] | Dec 18 14:49:39.309 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.309 INFO [stderr] | Dec 18 14:49:39.309 INFO [stderr] Dec 18 14:49:39.309 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.309 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.309 INFO [stderr] | Dec 18 14:49:39.309 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.309 INFO [stderr] | ^^^^^ Dec 18 14:49:39.309 INFO [stderr] ... Dec 18 14:49:39.309 INFO [stderr] 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Dec 18 14:49:39.309 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.309 INFO [stderr] | Dec 18 14:49:39.309 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.309 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.309 INFO [stderr] | Dec 18 14:49:39.309 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.309 INFO [stderr] | Dec 18 14:49:39.309 INFO [stderr] Dec 18 14:49:39.309 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.309 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.309 INFO [stderr] | Dec 18 14:49:39.309 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.309 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.309 INFO [stderr] ... Dec 18 14:49:39.309 INFO [stderr] 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Dec 18 14:49:39.309 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.309 INFO [stderr] | Dec 18 14:49:39.309 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.309 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.309 INFO [stderr] | Dec 18 14:49:39.309 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.309 INFO [stderr] | Dec 18 14:49:39.309 INFO [stderr] Dec 18 14:49:39.309 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.309 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.309 INFO [stderr] | Dec 18 14:49:39.309 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.309 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.309 INFO [stderr] ... Dec 18 14:49:39.309 INFO [stderr] 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Dec 18 14:49:39.309 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.309 INFO [stderr] | Dec 18 14:49:39.309 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.310 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.310 INFO [stderr] | Dec 18 14:49:39.310 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.310 INFO [stderr] | Dec 18 14:49:39.310 INFO [stderr] Dec 18 14:49:39.312 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.312 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.312 INFO [stderr] | Dec 18 14:49:39.312 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.312 INFO [stderr] | ^^^^^ Dec 18 14:49:39.312 INFO [stderr] ... Dec 18 14:49:39.312 INFO [stderr] 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Dec 18 14:49:39.312 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.312 INFO [stderr] | Dec 18 14:49:39.312 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.312 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.312 INFO [stderr] | Dec 18 14:49:39.312 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.312 INFO [stderr] | Dec 18 14:49:39.312 INFO [stderr] Dec 18 14:49:39.312 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.312 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.312 INFO [stderr] | Dec 18 14:49:39.312 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.313 INFO [stderr] | ^^^^^ Dec 18 14:49:39.313 INFO [stderr] ... Dec 18 14:49:39.313 INFO [stderr] 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Dec 18 14:49:39.313 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.313 INFO [stderr] | Dec 18 14:49:39.313 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.313 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.313 INFO [stderr] | Dec 18 14:49:39.313 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.313 INFO [stderr] | Dec 18 14:49:39.313 INFO [stderr] Dec 18 14:49:39.313 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.313 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.313 INFO [stderr] | Dec 18 14:49:39.313 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.313 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.313 INFO [stderr] ... Dec 18 14:49:39.313 INFO [stderr] 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Dec 18 14:49:39.313 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.313 INFO [stderr] | Dec 18 14:49:39.313 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.313 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.313 INFO [stderr] | Dec 18 14:49:39.313 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.313 INFO [stderr] | Dec 18 14:49:39.313 INFO [stderr] Dec 18 14:49:39.316 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.316 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.316 INFO [stderr] | Dec 18 14:49:39.316 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.316 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.316 INFO [stderr] ... Dec 18 14:49:39.316 INFO [stderr] 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Dec 18 14:49:39.316 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.316 INFO [stderr] | Dec 18 14:49:39.316 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.316 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.316 INFO [stderr] | Dec 18 14:49:39.316 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.316 INFO [stderr] | Dec 18 14:49:39.316 INFO [stderr] Dec 18 14:49:39.316 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.316 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.316 INFO [stderr] | Dec 18 14:49:39.316 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.316 INFO [stderr] | ^^^^^ Dec 18 14:49:39.316 INFO [stderr] ... Dec 18 14:49:39.317 INFO [stderr] 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Dec 18 14:49:39.317 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.317 INFO [stderr] | Dec 18 14:49:39.317 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.317 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.317 INFO [stderr] | Dec 18 14:49:39.317 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.317 INFO [stderr] | Dec 18 14:49:39.317 INFO [stderr] Dec 18 14:49:39.317 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.317 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.317 INFO [stderr] | Dec 18 14:49:39.317 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.317 INFO [stderr] | ^^^^^ Dec 18 14:49:39.317 INFO [stderr] ... Dec 18 14:49:39.317 INFO [stderr] 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Dec 18 14:49:39.317 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.317 INFO [stderr] | Dec 18 14:49:39.317 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.317 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.317 INFO [stderr] | Dec 18 14:49:39.317 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.317 INFO [stderr] | Dec 18 14:49:39.317 INFO [stderr] Dec 18 14:49:39.317 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.317 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.317 INFO [stderr] | Dec 18 14:49:39.317 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.317 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.317 INFO [stderr] ... Dec 18 14:49:39.317 INFO [stderr] 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Dec 18 14:49:39.317 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.317 INFO [stderr] | Dec 18 14:49:39.317 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.317 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.317 INFO [stderr] | Dec 18 14:49:39.317 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.317 INFO [stderr] | Dec 18 14:49:39.317 INFO [stderr] Dec 18 14:49:39.320 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.320 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.320 INFO [stderr] | Dec 18 14:49:39.320 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.320 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.320 INFO [stderr] ... Dec 18 14:49:39.320 INFO [stderr] 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Dec 18 14:49:39.320 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.320 INFO [stderr] | Dec 18 14:49:39.320 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.320 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.320 INFO [stderr] | Dec 18 14:49:39.320 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.320 INFO [stderr] | Dec 18 14:49:39.320 INFO [stderr] Dec 18 14:49:39.320 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.320 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.320 INFO [stderr] | Dec 18 14:49:39.320 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.320 INFO [stderr] | ^^^^^ Dec 18 14:49:39.320 INFO [stderr] ... Dec 18 14:49:39.321 INFO [stderr] 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Dec 18 14:49:39.321 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.321 INFO [stderr] | Dec 18 14:49:39.321 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.321 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.321 INFO [stderr] | Dec 18 14:49:39.321 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.321 INFO [stderr] | Dec 18 14:49:39.321 INFO [stderr] Dec 18 14:49:39.321 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.321 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.321 INFO [stderr] | Dec 18 14:49:39.321 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.321 INFO [stderr] | ^^^^^ Dec 18 14:49:39.321 INFO [stderr] ... Dec 18 14:49:39.321 INFO [stderr] 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Dec 18 14:49:39.321 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.321 INFO [stderr] | Dec 18 14:49:39.321 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.321 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.321 INFO [stderr] | Dec 18 14:49:39.321 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.321 INFO [stderr] | Dec 18 14:49:39.321 INFO [stderr] Dec 18 14:49:39.321 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.321 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.321 INFO [stderr] | Dec 18 14:49:39.321 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.321 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.321 INFO [stderr] ... Dec 18 14:49:39.321 INFO [stderr] 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Dec 18 14:49:39.321 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.321 INFO [stderr] | Dec 18 14:49:39.321 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.324 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.324 INFO [stderr] | Dec 18 14:49:39.324 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.324 INFO [stderr] | Dec 18 14:49:39.324 INFO [stderr] Dec 18 14:49:39.324 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.324 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.324 INFO [stderr] | Dec 18 14:49:39.324 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.324 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.324 INFO [stderr] ... Dec 18 14:49:39.324 INFO [stderr] 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Dec 18 14:49:39.324 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.324 INFO [stderr] | Dec 18 14:49:39.324 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.324 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.324 INFO [stderr] | Dec 18 14:49:39.324 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.324 INFO [stderr] | Dec 18 14:49:39.324 INFO [stderr] Dec 18 14:49:39.324 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.325 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.325 INFO [stderr] | Dec 18 14:49:39.325 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.325 INFO [stderr] | ^^^^^ Dec 18 14:49:39.325 INFO [stderr] ... Dec 18 14:49:39.325 INFO [stderr] 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Dec 18 14:49:39.325 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.325 INFO [stderr] | Dec 18 14:49:39.325 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.325 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.325 INFO [stderr] | Dec 18 14:49:39.325 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.325 INFO [stderr] | Dec 18 14:49:39.325 INFO [stderr] Dec 18 14:49:39.325 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.325 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.325 INFO [stderr] | Dec 18 14:49:39.325 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.325 INFO [stderr] | ^^^^^ Dec 18 14:49:39.325 INFO [stderr] ... Dec 18 14:49:39.325 INFO [stderr] 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Dec 18 14:49:39.325 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.325 INFO [stderr] | Dec 18 14:49:39.325 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.325 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.325 INFO [stderr] | Dec 18 14:49:39.325 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.325 INFO [stderr] | Dec 18 14:49:39.325 INFO [stderr] Dec 18 14:49:39.328 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.328 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.328 INFO [stderr] | Dec 18 14:49:39.328 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.328 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.328 INFO [stderr] ... Dec 18 14:49:39.328 INFO [stderr] 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Dec 18 14:49:39.328 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.328 INFO [stderr] | Dec 18 14:49:39.328 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.328 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.328 INFO [stderr] | Dec 18 14:49:39.328 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.328 INFO [stderr] | Dec 18 14:49:39.328 INFO [stderr] Dec 18 14:49:39.328 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.328 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.328 INFO [stderr] | Dec 18 14:49:39.328 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.328 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.328 INFO [stderr] ... Dec 18 14:49:39.328 INFO [stderr] 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Dec 18 14:49:39.328 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.328 INFO [stderr] | Dec 18 14:49:39.328 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.328 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.328 INFO [stderr] | Dec 18 14:49:39.329 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.329 INFO [stderr] | Dec 18 14:49:39.329 INFO [stderr] Dec 18 14:49:39.332 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.332 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.332 INFO [stderr] | Dec 18 14:49:39.332 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.332 INFO [stderr] | ^^^^^ Dec 18 14:49:39.332 INFO [stderr] ... Dec 18 14:49:39.332 INFO [stderr] 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Dec 18 14:49:39.332 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.332 INFO [stderr] | Dec 18 14:49:39.332 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.332 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.332 INFO [stderr] | Dec 18 14:49:39.332 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.332 INFO [stderr] | Dec 18 14:49:39.332 INFO [stderr] Dec 18 14:49:39.333 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.333 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.333 INFO [stderr] | Dec 18 14:49:39.333 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.333 INFO [stderr] | ^^^^^ Dec 18 14:49:39.333 INFO [stderr] ... Dec 18 14:49:39.333 INFO [stderr] 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Dec 18 14:49:39.333 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.333 INFO [stderr] | Dec 18 14:49:39.333 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.333 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.333 INFO [stderr] | Dec 18 14:49:39.333 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.333 INFO [stderr] | Dec 18 14:49:39.333 INFO [stderr] Dec 18 14:49:39.333 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.333 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.333 INFO [stderr] | Dec 18 14:49:39.333 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.333 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.333 INFO [stderr] ... Dec 18 14:49:39.333 INFO [stderr] 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Dec 18 14:49:39.333 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.333 INFO [stderr] | Dec 18 14:49:39.333 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.333 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.333 INFO [stderr] | Dec 18 14:49:39.333 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.333 INFO [stderr] | Dec 18 14:49:39.333 INFO [stderr] Dec 18 14:49:39.333 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.333 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.333 INFO [stderr] | Dec 18 14:49:39.333 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.333 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.333 INFO [stderr] ... Dec 18 14:49:39.333 INFO [stderr] 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Dec 18 14:49:39.333 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.333 INFO [stderr] | Dec 18 14:49:39.333 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.333 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.333 INFO [stderr] | Dec 18 14:49:39.333 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.333 INFO [stderr] | Dec 18 14:49:39.333 INFO [stderr] Dec 18 14:49:39.336 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.336 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.336 INFO [stderr] | Dec 18 14:49:39.336 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.336 INFO [stderr] | ^^^^^ Dec 18 14:49:39.336 INFO [stderr] ... Dec 18 14:49:39.336 INFO [stderr] 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Dec 18 14:49:39.336 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.336 INFO [stderr] | Dec 18 14:49:39.336 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.336 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.336 INFO [stderr] | Dec 18 14:49:39.336 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.336 INFO [stderr] | Dec 18 14:49:39.336 INFO [stderr] Dec 18 14:49:39.336 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.336 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.336 INFO [stderr] | Dec 18 14:49:39.336 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.336 INFO [stderr] | ^^^^^ Dec 18 14:49:39.336 INFO [stderr] ... Dec 18 14:49:39.336 INFO [stderr] 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Dec 18 14:49:39.337 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.337 INFO [stderr] | Dec 18 14:49:39.337 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.337 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.337 INFO [stderr] | Dec 18 14:49:39.337 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.337 INFO [stderr] | Dec 18 14:49:39.337 INFO [stderr] Dec 18 14:49:39.337 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.337 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.337 INFO [stderr] | Dec 18 14:49:39.337 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.337 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.337 INFO [stderr] ... Dec 18 14:49:39.337 INFO [stderr] 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Dec 18 14:49:39.337 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.337 INFO [stderr] | Dec 18 14:49:39.337 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.337 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.337 INFO [stderr] | Dec 18 14:49:39.337 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.337 INFO [stderr] | Dec 18 14:49:39.337 INFO [stderr] Dec 18 14:49:39.337 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.337 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.337 INFO [stderr] | Dec 18 14:49:39.337 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.337 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.337 INFO [stderr] ... Dec 18 14:49:39.337 INFO [stderr] 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Dec 18 14:49:39.337 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.337 INFO [stderr] | Dec 18 14:49:39.337 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.337 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.337 INFO [stderr] | Dec 18 14:49:39.337 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.337 INFO [stderr] | Dec 18 14:49:39.337 INFO [stderr] Dec 18 14:49:39.340 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.340 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.340 INFO [stderr] | Dec 18 14:49:39.340 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.340 INFO [stderr] | ^^^^^ Dec 18 14:49:39.340 INFO [stderr] ... Dec 18 14:49:39.340 INFO [stderr] 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Dec 18 14:49:39.340 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.340 INFO [stderr] | Dec 18 14:49:39.340 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.340 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.340 INFO [stderr] | Dec 18 14:49:39.340 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.340 INFO [stderr] | Dec 18 14:49:39.340 INFO [stderr] Dec 18 14:49:39.340 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.340 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.340 INFO [stderr] | Dec 18 14:49:39.340 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.340 INFO [stderr] | ^^^^^ Dec 18 14:49:39.340 INFO [stderr] ... Dec 18 14:49:39.340 INFO [stderr] 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Dec 18 14:49:39.340 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.340 INFO [stderr] | Dec 18 14:49:39.340 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.340 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.340 INFO [stderr] | Dec 18 14:49:39.340 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.341 INFO [stderr] | Dec 18 14:49:39.341 INFO [stderr] Dec 18 14:49:39.341 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.341 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.341 INFO [stderr] | Dec 18 14:49:39.341 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.341 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.341 INFO [stderr] ... Dec 18 14:49:39.341 INFO [stderr] 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Dec 18 14:49:39.341 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.341 INFO [stderr] | Dec 18 14:49:39.341 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.341 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.341 INFO [stderr] | Dec 18 14:49:39.341 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.341 INFO [stderr] | Dec 18 14:49:39.341 INFO [stderr] Dec 18 14:49:39.344 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.344 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.344 INFO [stderr] | Dec 18 14:49:39.344 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.344 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.344 INFO [stderr] ... Dec 18 14:49:39.344 INFO [stderr] 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Dec 18 14:49:39.344 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.344 INFO [stderr] | Dec 18 14:49:39.344 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.344 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.344 INFO [stderr] | Dec 18 14:49:39.344 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.344 INFO [stderr] | Dec 18 14:49:39.344 INFO [stderr] Dec 18 14:49:39.344 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.344 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.344 INFO [stderr] | Dec 18 14:49:39.344 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.344 INFO [stderr] | ^^^^^ Dec 18 14:49:39.344 INFO [stderr] ... Dec 18 14:49:39.344 INFO [stderr] 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Dec 18 14:49:39.344 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.344 INFO [stderr] | Dec 18 14:49:39.344 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.344 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.344 INFO [stderr] | Dec 18 14:49:39.344 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.344 INFO [stderr] | Dec 18 14:49:39.344 INFO [stderr] Dec 18 14:49:39.344 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.345 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.345 INFO [stderr] | Dec 18 14:49:39.345 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.345 INFO [stderr] | ^^^^^ Dec 18 14:49:39.345 INFO [stderr] ... Dec 18 14:49:39.345 INFO [stderr] 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Dec 18 14:49:39.345 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.345 INFO [stderr] | Dec 18 14:49:39.345 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.345 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.345 INFO [stderr] | Dec 18 14:49:39.345 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.345 INFO [stderr] | Dec 18 14:49:39.345 INFO [stderr] Dec 18 14:49:39.347 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.347 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.347 INFO [stderr] | Dec 18 14:49:39.347 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.347 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.347 INFO [stderr] ... Dec 18 14:49:39.347 INFO [stderr] 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Dec 18 14:49:39.347 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.347 INFO [stderr] | Dec 18 14:49:39.347 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.347 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.347 INFO [stderr] | Dec 18 14:49:39.347 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.347 INFO [stderr] | Dec 18 14:49:39.347 INFO [stderr] Dec 18 14:49:39.347 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.348 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.348 INFO [stderr] | Dec 18 14:49:39.348 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.348 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.348 INFO [stderr] ... Dec 18 14:49:39.348 INFO [stderr] 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Dec 18 14:49:39.348 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.348 INFO [stderr] | Dec 18 14:49:39.348 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.348 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.348 INFO [stderr] | Dec 18 14:49:39.348 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.348 INFO [stderr] | Dec 18 14:49:39.348 INFO [stderr] Dec 18 14:49:39.348 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.348 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.348 INFO [stderr] | Dec 18 14:49:39.348 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.348 INFO [stderr] | ^^^^^ Dec 18 14:49:39.348 INFO [stderr] ... Dec 18 14:49:39.348 INFO [stderr] 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Dec 18 14:49:39.348 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.348 INFO [stderr] | Dec 18 14:49:39.348 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.348 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.348 INFO [stderr] | Dec 18 14:49:39.348 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.348 INFO [stderr] | Dec 18 14:49:39.348 INFO [stderr] Dec 18 14:49:39.350 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.350 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.350 INFO [stderr] | Dec 18 14:49:39.350 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.350 INFO [stderr] | ^^^^^ Dec 18 14:49:39.350 INFO [stderr] ... Dec 18 14:49:39.350 INFO [stderr] 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Dec 18 14:49:39.350 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.351 INFO [stderr] | Dec 18 14:49:39.351 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.351 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.351 INFO [stderr] | Dec 18 14:49:39.351 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.351 INFO [stderr] | Dec 18 14:49:39.351 INFO [stderr] Dec 18 14:49:39.351 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.351 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.351 INFO [stderr] | Dec 18 14:49:39.351 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.351 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.351 INFO [stderr] ... Dec 18 14:49:39.351 INFO [stderr] 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Dec 18 14:49:39.351 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.351 INFO [stderr] | Dec 18 14:49:39.351 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.351 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.351 INFO [stderr] | Dec 18 14:49:39.351 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.351 INFO [stderr] | Dec 18 14:49:39.351 INFO [stderr] Dec 18 14:49:39.351 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.351 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.351 INFO [stderr] | Dec 18 14:49:39.351 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.351 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.351 INFO [stderr] ... Dec 18 14:49:39.351 INFO [stderr] 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Dec 18 14:49:39.351 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.351 INFO [stderr] | Dec 18 14:49:39.351 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.351 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.351 INFO [stderr] | Dec 18 14:49:39.351 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.351 INFO [stderr] | Dec 18 14:49:39.351 INFO [stderr] Dec 18 14:49:39.354 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.354 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.354 INFO [stderr] | Dec 18 14:49:39.354 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.354 INFO [stderr] | ^^^^^ Dec 18 14:49:39.354 INFO [stderr] ... Dec 18 14:49:39.354 INFO [stderr] 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Dec 18 14:49:39.354 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.354 INFO [stderr] | Dec 18 14:49:39.354 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.354 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.354 INFO [stderr] | Dec 18 14:49:39.354 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.354 INFO [stderr] | Dec 18 14:49:39.354 INFO [stderr] Dec 18 14:49:39.354 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.354 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.354 INFO [stderr] | Dec 18 14:49:39.354 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.354 INFO [stderr] | ^^^^^ Dec 18 14:49:39.354 INFO [stderr] ... Dec 18 14:49:39.354 INFO [stderr] 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Dec 18 14:49:39.354 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.354 INFO [stderr] | Dec 18 14:49:39.354 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.355 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.355 INFO [stderr] | Dec 18 14:49:39.355 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.355 INFO [stderr] | Dec 18 14:49:39.355 INFO [stderr] Dec 18 14:49:39.355 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.355 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.355 INFO [stderr] | Dec 18 14:49:39.355 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.355 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.355 INFO [stderr] ... Dec 18 14:49:39.355 INFO [stderr] 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Dec 18 14:49:39.355 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.355 INFO [stderr] | Dec 18 14:49:39.355 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.355 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.355 INFO [stderr] | Dec 18 14:49:39.355 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.355 INFO [stderr] | Dec 18 14:49:39.355 INFO [stderr] Dec 18 14:49:39.355 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.355 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.355 INFO [stderr] | Dec 18 14:49:39.355 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.355 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.355 INFO [stderr] ... Dec 18 14:49:39.355 INFO [stderr] 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Dec 18 14:49:39.355 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.355 INFO [stderr] | Dec 18 14:49:39.355 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.355 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.355 INFO [stderr] | Dec 18 14:49:39.355 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.355 INFO [stderr] | Dec 18 14:49:39.355 INFO [stderr] Dec 18 14:49:39.358 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.358 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.358 INFO [stderr] | Dec 18 14:49:39.358 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.358 INFO [stderr] | ^^^^^ Dec 18 14:49:39.358 INFO [stderr] ... Dec 18 14:49:39.358 INFO [stderr] 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Dec 18 14:49:39.358 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.358 INFO [stderr] | Dec 18 14:49:39.358 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.358 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.358 INFO [stderr] | Dec 18 14:49:39.358 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.358 INFO [stderr] | Dec 18 14:49:39.358 INFO [stderr] Dec 18 14:49:39.358 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.358 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.358 INFO [stderr] | Dec 18 14:49:39.358 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.358 INFO [stderr] | ^^^^^ Dec 18 14:49:39.358 INFO [stderr] ... Dec 18 14:49:39.358 INFO [stderr] 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Dec 18 14:49:39.358 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.358 INFO [stderr] | Dec 18 14:49:39.358 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.358 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.358 INFO [stderr] | Dec 18 14:49:39.358 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.358 INFO [stderr] | Dec 18 14:49:39.358 INFO [stderr] Dec 18 14:49:39.358 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.358 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.358 INFO [stderr] | Dec 18 14:49:39.358 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.358 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.358 INFO [stderr] ... Dec 18 14:49:39.358 INFO [stderr] 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Dec 18 14:49:39.358 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.358 INFO [stderr] | Dec 18 14:49:39.359 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.359 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.359 INFO [stderr] | Dec 18 14:49:39.359 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.359 INFO [stderr] | Dec 18 14:49:39.361 INFO [stderr] Dec 18 14:49:39.361 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.361 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.361 INFO [stderr] | Dec 18 14:49:39.361 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.361 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.361 INFO [stderr] ... Dec 18 14:49:39.361 INFO [stderr] 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Dec 18 14:49:39.361 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.361 INFO [stderr] | Dec 18 14:49:39.361 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.361 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.361 INFO [stderr] | Dec 18 14:49:39.361 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.361 INFO [stderr] | Dec 18 14:49:39.361 INFO [stderr] Dec 18 14:49:39.361 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.361 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.361 INFO [stderr] | Dec 18 14:49:39.361 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.361 INFO [stderr] | ^^^^^ Dec 18 14:49:39.361 INFO [stderr] ... Dec 18 14:49:39.361 INFO [stderr] 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Dec 18 14:49:39.361 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.361 INFO [stderr] | Dec 18 14:49:39.361 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.361 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.361 INFO [stderr] | Dec 18 14:49:39.361 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.361 INFO [stderr] | Dec 18 14:49:39.361 INFO [stderr] Dec 18 14:49:39.364 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.364 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.364 INFO [stderr] | Dec 18 14:49:39.364 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.364 INFO [stderr] | ^^^^^ Dec 18 14:49:39.364 INFO [stderr] ... Dec 18 14:49:39.364 INFO [stderr] 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Dec 18 14:49:39.364 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.364 INFO [stderr] | Dec 18 14:49:39.364 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.364 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.364 INFO [stderr] | Dec 18 14:49:39.365 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.365 INFO [stderr] | Dec 18 14:49:39.365 INFO [stderr] Dec 18 14:49:39.365 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.365 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.365 INFO [stderr] | Dec 18 14:49:39.365 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.365 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.365 INFO [stderr] ... Dec 18 14:49:39.365 INFO [stderr] 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Dec 18 14:49:39.365 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.365 INFO [stderr] | Dec 18 14:49:39.365 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.365 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.365 INFO [stderr] | Dec 18 14:49:39.365 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.365 INFO [stderr] | Dec 18 14:49:39.365 INFO [stderr] Dec 18 14:49:39.365 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.365 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.365 INFO [stderr] | Dec 18 14:49:39.365 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.365 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.365 INFO [stderr] ... Dec 18 14:49:39.365 INFO [stderr] 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Dec 18 14:49:39.365 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.365 INFO [stderr] | Dec 18 14:49:39.365 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.365 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.365 INFO [stderr] | Dec 18 14:49:39.365 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.365 INFO [stderr] | Dec 18 14:49:39.365 INFO [stderr] Dec 18 14:49:39.367 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.367 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.367 INFO [stderr] | Dec 18 14:49:39.367 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.367 INFO [stderr] | ^^^^^ Dec 18 14:49:39.367 INFO [stderr] ... Dec 18 14:49:39.367 INFO [stderr] 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Dec 18 14:49:39.367 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.367 INFO [stderr] | Dec 18 14:49:39.367 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.367 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.367 INFO [stderr] | Dec 18 14:49:39.367 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.367 INFO [stderr] | Dec 18 14:49:39.367 INFO [stderr] Dec 18 14:49:39.367 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.367 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.367 INFO [stderr] | Dec 18 14:49:39.367 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.367 INFO [stderr] | ^^^^^ Dec 18 14:49:39.367 INFO [stderr] ... Dec 18 14:49:39.367 INFO [stderr] 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Dec 18 14:49:39.368 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.368 INFO [stderr] | Dec 18 14:49:39.368 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.368 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.368 INFO [stderr] | Dec 18 14:49:39.368 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.368 INFO [stderr] | Dec 18 14:49:39.368 INFO [stderr] Dec 18 14:49:39.368 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.368 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.368 INFO [stderr] | Dec 18 14:49:39.368 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.368 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.368 INFO [stderr] ... Dec 18 14:49:39.368 INFO [stderr] 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Dec 18 14:49:39.368 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.368 INFO [stderr] | Dec 18 14:49:39.368 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.368 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.368 INFO [stderr] | Dec 18 14:49:39.368 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.368 INFO [stderr] | Dec 18 14:49:39.368 INFO [stderr] Dec 18 14:49:39.370 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.370 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.370 INFO [stderr] | Dec 18 14:49:39.370 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.370 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.370 INFO [stderr] ... Dec 18 14:49:39.370 INFO [stderr] 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Dec 18 14:49:39.370 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.370 INFO [stderr] | Dec 18 14:49:39.370 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.370 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.370 INFO [stderr] | Dec 18 14:49:39.370 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.370 INFO [stderr] | Dec 18 14:49:39.370 INFO [stderr] Dec 18 14:49:39.370 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.370 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.370 INFO [stderr] | Dec 18 14:49:39.370 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.370 INFO [stderr] | ^^^^^ Dec 18 14:49:39.370 INFO [stderr] ... Dec 18 14:49:39.370 INFO [stderr] 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Dec 18 14:49:39.370 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.370 INFO [stderr] | Dec 18 14:49:39.370 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.370 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.371 INFO [stderr] | Dec 18 14:49:39.371 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.371 INFO [stderr] | Dec 18 14:49:39.371 INFO [stderr] Dec 18 14:49:39.373 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.374 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.374 INFO [stderr] | Dec 18 14:49:39.374 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.374 INFO [stderr] | ^^^^^ Dec 18 14:49:39.374 INFO [stderr] ... Dec 18 14:49:39.374 INFO [stderr] 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Dec 18 14:49:39.374 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.374 INFO [stderr] | Dec 18 14:49:39.374 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.374 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.374 INFO [stderr] | Dec 18 14:49:39.374 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.374 INFO [stderr] | Dec 18 14:49:39.374 INFO [stderr] Dec 18 14:49:39.374 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.374 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.374 INFO [stderr] | Dec 18 14:49:39.374 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.374 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.374 INFO [stderr] ... Dec 18 14:49:39.374 INFO [stderr] 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Dec 18 14:49:39.374 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.374 INFO [stderr] | Dec 18 14:49:39.374 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.374 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.374 INFO [stderr] | Dec 18 14:49:39.374 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.374 INFO [stderr] | Dec 18 14:49:39.374 INFO [stderr] Dec 18 14:49:39.374 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.374 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.374 INFO [stderr] | Dec 18 14:49:39.374 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.374 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.374 INFO [stderr] ... Dec 18 14:49:39.374 INFO [stderr] 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Dec 18 14:49:39.374 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.374 INFO [stderr] | Dec 18 14:49:39.374 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.374 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.374 INFO [stderr] | Dec 18 14:49:39.374 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.374 INFO [stderr] | Dec 18 14:49:39.374 INFO [stderr] Dec 18 14:49:39.377 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.377 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.377 INFO [stderr] | Dec 18 14:49:39.377 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.377 INFO [stderr] | ^^^^^ Dec 18 14:49:39.377 INFO [stderr] ... Dec 18 14:49:39.377 INFO [stderr] 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Dec 18 14:49:39.377 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.377 INFO [stderr] | Dec 18 14:49:39.377 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.377 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.377 INFO [stderr] | Dec 18 14:49:39.377 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.377 INFO [stderr] | Dec 18 14:49:39.377 INFO [stderr] Dec 18 14:49:39.377 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.377 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.377 INFO [stderr] | Dec 18 14:49:39.377 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.377 INFO [stderr] | ^^^^^ Dec 18 14:49:39.377 INFO [stderr] ... Dec 18 14:49:39.377 INFO [stderr] 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Dec 18 14:49:39.377 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.378 INFO [stderr] | Dec 18 14:49:39.378 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.378 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.378 INFO [stderr] | Dec 18 14:49:39.378 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.378 INFO [stderr] | Dec 18 14:49:39.378 INFO [stderr] Dec 18 14:49:39.378 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.378 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.378 INFO [stderr] | Dec 18 14:49:39.378 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.378 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.378 INFO [stderr] ... Dec 18 14:49:39.378 INFO [stderr] 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Dec 18 14:49:39.378 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.378 INFO [stderr] | Dec 18 14:49:39.378 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.378 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.378 INFO [stderr] | Dec 18 14:49:39.378 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.378 INFO [stderr] | Dec 18 14:49:39.378 INFO [stderr] Dec 18 14:49:39.378 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.378 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.378 INFO [stderr] | Dec 18 14:49:39.378 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.378 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.378 INFO [stderr] ... Dec 18 14:49:39.378 INFO [stderr] 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Dec 18 14:49:39.378 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.378 INFO [stderr] | Dec 18 14:49:39.378 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.378 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.378 INFO [stderr] | Dec 18 14:49:39.378 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.378 INFO [stderr] | Dec 18 14:49:39.378 INFO [stderr] Dec 18 14:49:39.380 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.380 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.380 INFO [stderr] | Dec 18 14:49:39.380 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.380 INFO [stderr] | ^^^^^ Dec 18 14:49:39.380 INFO [stderr] ... Dec 18 14:49:39.380 INFO [stderr] 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Dec 18 14:49:39.380 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.380 INFO [stderr] | Dec 18 14:49:39.380 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.380 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.380 INFO [stderr] | Dec 18 14:49:39.380 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.380 INFO [stderr] | Dec 18 14:49:39.380 INFO [stderr] Dec 18 14:49:39.380 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.380 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.380 INFO [stderr] | Dec 18 14:49:39.380 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.380 INFO [stderr] | ^^^^^ Dec 18 14:49:39.380 INFO [stderr] ... Dec 18 14:49:39.380 INFO [stderr] 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Dec 18 14:49:39.380 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.380 INFO [stderr] | Dec 18 14:49:39.380 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.380 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.380 INFO [stderr] | Dec 18 14:49:39.380 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.381 INFO [stderr] | Dec 18 14:49:39.381 INFO [stderr] Dec 18 14:49:39.381 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.381 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.381 INFO [stderr] | Dec 18 14:49:39.381 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.381 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.381 INFO [stderr] ... Dec 18 14:49:39.381 INFO [stderr] 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Dec 18 14:49:39.381 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.381 INFO [stderr] | Dec 18 14:49:39.381 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.381 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.381 INFO [stderr] | Dec 18 14:49:39.381 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.381 INFO [stderr] | Dec 18 14:49:39.381 INFO [stderr] Dec 18 14:49:39.384 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.384 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.384 INFO [stderr] | Dec 18 14:49:39.384 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.384 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.384 INFO [stderr] ... Dec 18 14:49:39.384 INFO [stderr] 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Dec 18 14:49:39.384 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.384 INFO [stderr] | Dec 18 14:49:39.384 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.384 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.384 INFO [stderr] | Dec 18 14:49:39.384 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.384 INFO [stderr] | Dec 18 14:49:39.384 INFO [stderr] Dec 18 14:49:39.384 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.384 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.384 INFO [stderr] | Dec 18 14:49:39.384 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.384 INFO [stderr] | ^^^^^ Dec 18 14:49:39.384 INFO [stderr] ... Dec 18 14:49:39.384 INFO [stderr] 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Dec 18 14:49:39.384 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.384 INFO [stderr] | Dec 18 14:49:39.384 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.384 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.384 INFO [stderr] | Dec 18 14:49:39.384 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.384 INFO [stderr] | Dec 18 14:49:39.385 INFO [stderr] Dec 18 14:49:39.387 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.388 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.388 INFO [stderr] | Dec 18 14:49:39.388 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.388 INFO [stderr] | ^^^^^ Dec 18 14:49:39.388 INFO [stderr] ... Dec 18 14:49:39.388 INFO [stderr] 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Dec 18 14:49:39.388 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.388 INFO [stderr] | Dec 18 14:49:39.388 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.388 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.388 INFO [stderr] | Dec 18 14:49:39.388 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.388 INFO [stderr] | Dec 18 14:49:39.388 INFO [stderr] Dec 18 14:49:39.388 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.388 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.388 INFO [stderr] | Dec 18 14:49:39.388 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.388 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.388 INFO [stderr] ... Dec 18 14:49:39.388 INFO [stderr] 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Dec 18 14:49:39.388 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.388 INFO [stderr] | Dec 18 14:49:39.388 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.388 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.388 INFO [stderr] | Dec 18 14:49:39.388 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.388 INFO [stderr] | Dec 18 14:49:39.388 INFO [stderr] Dec 18 14:49:39.391 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.391 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.391 INFO [stderr] | Dec 18 14:49:39.391 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.391 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.391 INFO [stderr] ... Dec 18 14:49:39.391 INFO [stderr] 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Dec 18 14:49:39.391 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.391 INFO [stderr] | Dec 18 14:49:39.391 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.391 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.391 INFO [stderr] | Dec 18 14:49:39.391 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.391 INFO [stderr] | Dec 18 14:49:39.391 INFO [stderr] Dec 18 14:49:39.391 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.391 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.391 INFO [stderr] | Dec 18 14:49:39.391 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.391 INFO [stderr] | ^^^^^ Dec 18 14:49:39.391 INFO [stderr] ... Dec 18 14:49:39.391 INFO [stderr] 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Dec 18 14:49:39.391 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.391 INFO [stderr] | Dec 18 14:49:39.391 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.391 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.391 INFO [stderr] | Dec 18 14:49:39.391 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.391 INFO [stderr] | Dec 18 14:49:39.391 INFO [stderr] Dec 18 14:49:39.391 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.391 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.391 INFO [stderr] | Dec 18 14:49:39.391 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.391 INFO [stderr] | ^^^^^ Dec 18 14:49:39.391 INFO [stderr] ... Dec 18 14:49:39.391 INFO [stderr] 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Dec 18 14:49:39.391 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.391 INFO [stderr] | Dec 18 14:49:39.391 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.391 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.391 INFO [stderr] | Dec 18 14:49:39.391 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.391 INFO [stderr] | Dec 18 14:49:39.391 INFO [stderr] Dec 18 14:49:39.391 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.391 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.391 INFO [stderr] | Dec 18 14:49:39.391 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.391 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.391 INFO [stderr] ... Dec 18 14:49:39.391 INFO [stderr] 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Dec 18 14:49:39.391 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.391 INFO [stderr] | Dec 18 14:49:39.391 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.391 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.391 INFO [stderr] | Dec 18 14:49:39.391 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.391 INFO [stderr] | Dec 18 14:49:39.391 INFO [stderr] Dec 18 14:49:39.397 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.397 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.397 INFO [stderr] | Dec 18 14:49:39.397 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.397 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.397 INFO [stderr] ... Dec 18 14:49:39.397 INFO [stderr] 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Dec 18 14:49:39.397 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.397 INFO [stderr] | Dec 18 14:49:39.397 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.397 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.397 INFO [stderr] | Dec 18 14:49:39.397 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.397 INFO [stderr] | Dec 18 14:49:39.397 INFO [stderr] Dec 18 14:49:39.397 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.397 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.397 INFO [stderr] | Dec 18 14:49:39.397 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.397 INFO [stderr] | ^^^^^ Dec 18 14:49:39.397 INFO [stderr] ... Dec 18 14:49:39.397 INFO [stderr] 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Dec 18 14:49:39.397 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.397 INFO [stderr] | Dec 18 14:49:39.397 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.397 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.397 INFO [stderr] | Dec 18 14:49:39.397 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.397 INFO [stderr] | Dec 18 14:49:39.397 INFO [stderr] Dec 18 14:49:39.397 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.397 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.397 INFO [stderr] | Dec 18 14:49:39.397 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.397 INFO [stderr] | ^^^^^ Dec 18 14:49:39.397 INFO [stderr] ... Dec 18 14:49:39.397 INFO [stderr] 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Dec 18 14:49:39.397 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.397 INFO [stderr] | Dec 18 14:49:39.397 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.397 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.397 INFO [stderr] | Dec 18 14:49:39.397 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.397 INFO [stderr] | Dec 18 14:49:39.397 INFO [stderr] Dec 18 14:49:39.397 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.397 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.397 INFO [stderr] | Dec 18 14:49:39.397 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.397 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.397 INFO [stderr] ... Dec 18 14:49:39.398 INFO [stderr] 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Dec 18 14:49:39.398 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.398 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] Dec 18 14:49:39.398 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.398 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.398 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.398 INFO [stderr] ... Dec 18 14:49:39.398 INFO [stderr] 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Dec 18 14:49:39.398 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.398 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] Dec 18 14:49:39.398 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.398 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.398 INFO [stderr] | ^^^^^ Dec 18 14:49:39.398 INFO [stderr] ... Dec 18 14:49:39.398 INFO [stderr] 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Dec 18 14:49:39.398 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.398 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] Dec 18 14:49:39.398 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.398 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.398 INFO [stderr] | ^^^^^ Dec 18 14:49:39.398 INFO [stderr] ... Dec 18 14:49:39.398 INFO [stderr] 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Dec 18 14:49:39.398 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.398 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] Dec 18 14:49:39.398 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.398 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.398 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.398 INFO [stderr] ... Dec 18 14:49:39.398 INFO [stderr] 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Dec 18 14:49:39.398 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.398 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] Dec 18 14:49:39.398 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.398 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.398 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.398 INFO [stderr] ... Dec 18 14:49:39.398 INFO [stderr] 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Dec 18 14:49:39.398 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.398 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.398 INFO [stderr] | Dec 18 14:49:39.398 INFO [stderr] Dec 18 14:49:39.404 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.404 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.404 INFO [stderr] | Dec 18 14:49:39.404 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.404 INFO [stderr] | ^^^^^ Dec 18 14:49:39.404 INFO [stderr] ... Dec 18 14:49:39.404 INFO [stderr] 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Dec 18 14:49:39.405 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.405 INFO [stderr] | Dec 18 14:49:39.405 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.405 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.405 INFO [stderr] | Dec 18 14:49:39.405 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.405 INFO [stderr] | Dec 18 14:49:39.405 INFO [stderr] Dec 18 14:49:39.405 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.405 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.405 INFO [stderr] | Dec 18 14:49:39.405 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.405 INFO [stderr] | ^^^^^ Dec 18 14:49:39.405 INFO [stderr] ... Dec 18 14:49:39.405 INFO [stderr] 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Dec 18 14:49:39.405 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.405 INFO [stderr] | Dec 18 14:49:39.405 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.405 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.405 INFO [stderr] | Dec 18 14:49:39.405 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.405 INFO [stderr] | Dec 18 14:49:39.405 INFO [stderr] Dec 18 14:49:39.405 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.405 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.405 INFO [stderr] | Dec 18 14:49:39.405 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.405 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.405 INFO [stderr] ... Dec 18 14:49:39.405 INFO [stderr] 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Dec 18 14:49:39.405 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.405 INFO [stderr] | Dec 18 14:49:39.405 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.405 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.405 INFO [stderr] | Dec 18 14:49:39.405 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.405 INFO [stderr] | Dec 18 14:49:39.406 INFO [stderr] Dec 18 14:49:39.406 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.406 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.406 INFO [stderr] | Dec 18 14:49:39.406 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.406 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.406 INFO [stderr] ... Dec 18 14:49:39.406 INFO [stderr] 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Dec 18 14:49:39.406 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.406 INFO [stderr] | Dec 18 14:49:39.406 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.406 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.406 INFO [stderr] | Dec 18 14:49:39.406 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.406 INFO [stderr] | Dec 18 14:49:39.406 INFO [stderr] Dec 18 14:49:39.406 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.406 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.406 INFO [stderr] | Dec 18 14:49:39.406 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.406 INFO [stderr] | ^^^^^ Dec 18 14:49:39.406 INFO [stderr] ... Dec 18 14:49:39.406 INFO [stderr] 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Dec 18 14:49:39.406 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.406 INFO [stderr] | Dec 18 14:49:39.406 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.406 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.406 INFO [stderr] | Dec 18 14:49:39.406 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.406 INFO [stderr] | Dec 18 14:49:39.406 INFO [stderr] Dec 18 14:49:39.406 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.406 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.406 INFO [stderr] | Dec 18 14:49:39.406 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.406 INFO [stderr] | ^^^^^ Dec 18 14:49:39.406 INFO [stderr] ... Dec 18 14:49:39.406 INFO [stderr] 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Dec 18 14:49:39.406 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.406 INFO [stderr] | Dec 18 14:49:39.406 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.406 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.406 INFO [stderr] | Dec 18 14:49:39.406 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.406 INFO [stderr] | Dec 18 14:49:39.406 INFO [stderr] Dec 18 14:49:39.406 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.406 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.406 INFO [stderr] | Dec 18 14:49:39.406 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.406 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.406 INFO [stderr] ... Dec 18 14:49:39.406 INFO [stderr] 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Dec 18 14:49:39.406 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.406 INFO [stderr] | Dec 18 14:49:39.406 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.406 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.406 INFO [stderr] | Dec 18 14:49:39.406 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.406 INFO [stderr] | Dec 18 14:49:39.406 INFO [stderr] Dec 18 14:49:39.406 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.406 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.406 INFO [stderr] | Dec 18 14:49:39.406 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.406 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.407 INFO [stderr] ... Dec 18 14:49:39.407 INFO [stderr] 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Dec 18 14:49:39.407 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.407 INFO [stderr] | Dec 18 14:49:39.407 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.407 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.407 INFO [stderr] | Dec 18 14:49:39.407 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.407 INFO [stderr] | Dec 18 14:49:39.407 INFO [stderr] Dec 18 14:49:39.411 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.411 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.411 INFO [stderr] | Dec 18 14:49:39.411 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.411 INFO [stderr] | ^^^^^ Dec 18 14:49:39.411 INFO [stderr] ... Dec 18 14:49:39.411 INFO [stderr] 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Dec 18 14:49:39.411 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.411 INFO [stderr] | Dec 18 14:49:39.411 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.411 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.411 INFO [stderr] | Dec 18 14:49:39.411 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.411 INFO [stderr] | Dec 18 14:49:39.411 INFO [stderr] Dec 18 14:49:39.411 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.411 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.411 INFO [stderr] | Dec 18 14:49:39.411 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.411 INFO [stderr] | ^^^^^ Dec 18 14:49:39.411 INFO [stderr] ... Dec 18 14:49:39.411 INFO [stderr] 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Dec 18 14:49:39.411 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.411 INFO [stderr] | Dec 18 14:49:39.411 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.411 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.411 INFO [stderr] | Dec 18 14:49:39.411 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.411 INFO [stderr] | Dec 18 14:49:39.411 INFO [stderr] Dec 18 14:49:39.411 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.411 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.411 INFO [stderr] | Dec 18 14:49:39.411 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.411 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.411 INFO [stderr] ... Dec 18 14:49:39.411 INFO [stderr] 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Dec 18 14:49:39.411 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.411 INFO [stderr] | Dec 18 14:49:39.411 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.411 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.411 INFO [stderr] | Dec 18 14:49:39.411 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.411 INFO [stderr] | Dec 18 14:49:39.411 INFO [stderr] Dec 18 14:49:39.411 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.411 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.411 INFO [stderr] | Dec 18 14:49:39.411 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.411 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.411 INFO [stderr] ... Dec 18 14:49:39.411 INFO [stderr] 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Dec 18 14:49:39.412 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.412 INFO [stderr] | Dec 18 14:49:39.412 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.412 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.412 INFO [stderr] | Dec 18 14:49:39.412 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.412 INFO [stderr] | Dec 18 14:49:39.412 INFO [stderr] Dec 18 14:49:39.412 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.412 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.412 INFO [stderr] | Dec 18 14:49:39.412 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.412 INFO [stderr] | ^^^^^ Dec 18 14:49:39.412 INFO [stderr] ... Dec 18 14:49:39.412 INFO [stderr] 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Dec 18 14:49:39.412 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.412 INFO [stderr] | Dec 18 14:49:39.412 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.412 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.412 INFO [stderr] | Dec 18 14:49:39.412 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.412 INFO [stderr] | Dec 18 14:49:39.412 INFO [stderr] Dec 18 14:49:39.412 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.412 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.412 INFO [stderr] | Dec 18 14:49:39.412 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.412 INFO [stderr] | ^^^^^ Dec 18 14:49:39.412 INFO [stderr] ... Dec 18 14:49:39.412 INFO [stderr] 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Dec 18 14:49:39.412 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.412 INFO [stderr] | Dec 18 14:49:39.412 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.412 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.412 INFO [stderr] | Dec 18 14:49:39.412 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.412 INFO [stderr] | Dec 18 14:49:39.412 INFO [stderr] Dec 18 14:49:39.412 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.412 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.412 INFO [stderr] | Dec 18 14:49:39.412 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.412 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.412 INFO [stderr] ... Dec 18 14:49:39.412 INFO [stderr] 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Dec 18 14:49:39.412 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.412 INFO [stderr] | Dec 18 14:49:39.412 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.412 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.412 INFO [stderr] | Dec 18 14:49:39.412 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.412 INFO [stderr] | Dec 18 14:49:39.412 INFO [stderr] Dec 18 14:49:39.412 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.412 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.412 INFO [stderr] | Dec 18 14:49:39.412 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.412 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.412 INFO [stderr] ... Dec 18 14:49:39.412 INFO [stderr] 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Dec 18 14:49:39.412 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.412 INFO [stderr] | Dec 18 14:49:39.412 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.416 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.416 INFO [stderr] | Dec 18 14:49:39.416 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.416 INFO [stderr] | Dec 18 14:49:39.416 INFO [stderr] Dec 18 14:49:39.416 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.416 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.416 INFO [stderr] | Dec 18 14:49:39.416 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.416 INFO [stderr] | ^^^^^ Dec 18 14:49:39.416 INFO [stderr] ... Dec 18 14:49:39.416 INFO [stderr] 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Dec 18 14:49:39.416 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.417 INFO [stderr] | Dec 18 14:49:39.417 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.417 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.417 INFO [stderr] | Dec 18 14:49:39.417 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.417 INFO [stderr] | Dec 18 14:49:39.417 INFO [stderr] Dec 18 14:49:39.417 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.417 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.417 INFO [stderr] | Dec 18 14:49:39.417 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.417 INFO [stderr] | ^^^^^ Dec 18 14:49:39.417 INFO [stderr] ... Dec 18 14:49:39.417 INFO [stderr] 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Dec 18 14:49:39.417 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.417 INFO [stderr] | Dec 18 14:49:39.417 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.417 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.417 INFO [stderr] | Dec 18 14:49:39.417 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.417 INFO [stderr] | Dec 18 14:49:39.417 INFO [stderr] Dec 18 14:49:39.417 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.417 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.417 INFO [stderr] | Dec 18 14:49:39.417 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.417 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.417 INFO [stderr] ... Dec 18 14:49:39.417 INFO [stderr] 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Dec 18 14:49:39.417 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.417 INFO [stderr] | Dec 18 14:49:39.417 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.417 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.417 INFO [stderr] | Dec 18 14:49:39.417 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.417 INFO [stderr] | Dec 18 14:49:39.418 INFO [stderr] Dec 18 14:49:39.418 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.418 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.418 INFO [stderr] | Dec 18 14:49:39.418 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.418 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.418 INFO [stderr] ... Dec 18 14:49:39.418 INFO [stderr] 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Dec 18 14:49:39.418 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.418 INFO [stderr] | Dec 18 14:49:39.418 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.418 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.418 INFO [stderr] | Dec 18 14:49:39.418 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.418 INFO [stderr] | Dec 18 14:49:39.418 INFO [stderr] Dec 18 14:49:39.418 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.418 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.418 INFO [stderr] | Dec 18 14:49:39.418 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.418 INFO [stderr] | ^^^^^ Dec 18 14:49:39.418 INFO [stderr] ... Dec 18 14:49:39.418 INFO [stderr] 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Dec 18 14:49:39.418 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.418 INFO [stderr] | Dec 18 14:49:39.418 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.418 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.418 INFO [stderr] | Dec 18 14:49:39.418 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.418 INFO [stderr] | Dec 18 14:49:39.418 INFO [stderr] Dec 18 14:49:39.419 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.419 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.419 INFO [stderr] | Dec 18 14:49:39.419 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.419 INFO [stderr] | ^^^^^ Dec 18 14:49:39.419 INFO [stderr] ... Dec 18 14:49:39.419 INFO [stderr] 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Dec 18 14:49:39.419 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.419 INFO [stderr] | Dec 18 14:49:39.419 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.419 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.419 INFO [stderr] | Dec 18 14:49:39.419 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.419 INFO [stderr] | Dec 18 14:49:39.419 INFO [stderr] Dec 18 14:49:39.419 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.419 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.419 INFO [stderr] | Dec 18 14:49:39.419 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.419 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.419 INFO [stderr] ... Dec 18 14:49:39.419 INFO [stderr] 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Dec 18 14:49:39.419 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.419 INFO [stderr] | Dec 18 14:49:39.419 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.419 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.419 INFO [stderr] | Dec 18 14:49:39.419 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.419 INFO [stderr] | Dec 18 14:49:39.419 INFO [stderr] Dec 18 14:49:39.424 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.424 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.424 INFO [stderr] | Dec 18 14:49:39.424 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.424 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.424 INFO [stderr] ... Dec 18 14:49:39.424 INFO [stderr] 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Dec 18 14:49:39.424 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.424 INFO [stderr] | Dec 18 14:49:39.424 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.424 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.424 INFO [stderr] | Dec 18 14:49:39.424 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.424 INFO [stderr] | Dec 18 14:49:39.424 INFO [stderr] Dec 18 14:49:39.424 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.424 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.424 INFO [stderr] | Dec 18 14:49:39.424 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.424 INFO [stderr] | ^^^^^ Dec 18 14:49:39.424 INFO [stderr] ... Dec 18 14:49:39.424 INFO [stderr] 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Dec 18 14:49:39.425 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.425 INFO [stderr] | Dec 18 14:49:39.425 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.425 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.425 INFO [stderr] | Dec 18 14:49:39.425 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.425 INFO [stderr] | Dec 18 14:49:39.425 INFO [stderr] Dec 18 14:49:39.425 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.425 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.425 INFO [stderr] | Dec 18 14:49:39.425 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.425 INFO [stderr] | ^^^^^ Dec 18 14:49:39.425 INFO [stderr] ... Dec 18 14:49:39.425 INFO [stderr] 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Dec 18 14:49:39.425 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.425 INFO [stderr] | Dec 18 14:49:39.425 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.425 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.425 INFO [stderr] | Dec 18 14:49:39.425 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.425 INFO [stderr] | Dec 18 14:49:39.425 INFO [stderr] Dec 18 14:49:39.428 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.428 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.428 INFO [stderr] | Dec 18 14:49:39.428 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.428 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.428 INFO [stderr] ... Dec 18 14:49:39.428 INFO [stderr] 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Dec 18 14:49:39.428 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.428 INFO [stderr] | Dec 18 14:49:39.428 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.428 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.428 INFO [stderr] | Dec 18 14:49:39.428 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.428 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] Dec 18 14:49:39.429 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.429 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.429 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.429 INFO [stderr] ... Dec 18 14:49:39.429 INFO [stderr] 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Dec 18 14:49:39.429 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.429 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] Dec 18 14:49:39.429 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.429 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.429 INFO [stderr] | ^^^^^ Dec 18 14:49:39.429 INFO [stderr] ... Dec 18 14:49:39.429 INFO [stderr] 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Dec 18 14:49:39.429 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.429 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] Dec 18 14:49:39.429 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.429 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.429 INFO [stderr] | ^^^^^ Dec 18 14:49:39.429 INFO [stderr] ... Dec 18 14:49:39.429 INFO [stderr] 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Dec 18 14:49:39.429 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.429 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] Dec 18 14:49:39.429 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.429 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.429 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.429 INFO [stderr] ... Dec 18 14:49:39.429 INFO [stderr] 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Dec 18 14:49:39.429 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.429 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] Dec 18 14:49:39.429 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.429 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.429 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.429 INFO [stderr] ... Dec 18 14:49:39.429 INFO [stderr] 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Dec 18 14:49:39.429 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.429 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.429 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.429 INFO [stderr] | Dec 18 14:49:39.436 INFO [stderr] Dec 18 14:49:39.436 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.436 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.436 INFO [stderr] | Dec 18 14:49:39.436 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.436 INFO [stderr] | ^^^^^ Dec 18 14:49:39.436 INFO [stderr] ... Dec 18 14:49:39.436 INFO [stderr] 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Dec 18 14:49:39.436 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.436 INFO [stderr] | Dec 18 14:49:39.436 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.436 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.436 INFO [stderr] | Dec 18 14:49:39.436 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.436 INFO [stderr] | Dec 18 14:49:39.436 INFO [stderr] Dec 18 14:49:39.436 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.436 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.436 INFO [stderr] | Dec 18 14:49:39.436 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.436 INFO [stderr] | ^^^^^ Dec 18 14:49:39.436 INFO [stderr] ... Dec 18 14:49:39.436 INFO [stderr] 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Dec 18 14:49:39.437 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.437 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] Dec 18 14:49:39.437 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.437 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.437 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.437 INFO [stderr] ... Dec 18 14:49:39.437 INFO [stderr] 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Dec 18 14:49:39.437 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.437 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] Dec 18 14:49:39.437 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.437 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.437 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.437 INFO [stderr] ... Dec 18 14:49:39.437 INFO [stderr] 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Dec 18 14:49:39.437 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.437 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] Dec 18 14:49:39.437 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.437 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.437 INFO [stderr] | ^^^^^ Dec 18 14:49:39.437 INFO [stderr] ... Dec 18 14:49:39.437 INFO [stderr] 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Dec 18 14:49:39.437 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.437 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] Dec 18 14:49:39.437 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.437 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.437 INFO [stderr] | ^^^^^ Dec 18 14:49:39.437 INFO [stderr] ... Dec 18 14:49:39.437 INFO [stderr] 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Dec 18 14:49:39.437 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.437 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] Dec 18 14:49:39.437 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.437 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.437 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.437 INFO [stderr] ... Dec 18 14:49:39.437 INFO [stderr] 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Dec 18 14:49:39.437 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.437 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] Dec 18 14:49:39.437 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.437 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.437 INFO [stderr] | Dec 18 14:49:39.437 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.437 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.437 INFO [stderr] ... Dec 18 14:49:39.437 INFO [stderr] 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Dec 18 14:49:39.437 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.438 INFO [stderr] | Dec 18 14:49:39.438 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.438 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.438 INFO [stderr] | Dec 18 14:49:39.438 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.438 INFO [stderr] | Dec 18 14:49:39.438 INFO [stderr] Dec 18 14:49:39.438 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.438 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.438 INFO [stderr] | Dec 18 14:49:39.438 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.438 INFO [stderr] | ^^^^^ Dec 18 14:49:39.438 INFO [stderr] ... Dec 18 14:49:39.438 INFO [stderr] 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Dec 18 14:49:39.438 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.438 INFO [stderr] | Dec 18 14:49:39.438 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.438 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.438 INFO [stderr] | Dec 18 14:49:39.438 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.438 INFO [stderr] | Dec 18 14:49:39.438 INFO [stderr] Dec 18 14:49:39.438 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.438 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.438 INFO [stderr] | Dec 18 14:49:39.438 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.438 INFO [stderr] | ^^^^^ Dec 18 14:49:39.438 INFO [stderr] ... Dec 18 14:49:39.438 INFO [stderr] 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Dec 18 14:49:39.438 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.438 INFO [stderr] | Dec 18 14:49:39.438 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.438 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.438 INFO [stderr] | Dec 18 14:49:39.438 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.438 INFO [stderr] | Dec 18 14:49:39.438 INFO [stderr] Dec 18 14:49:39.445 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.445 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.445 INFO [stderr] | Dec 18 14:49:39.445 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.445 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.445 INFO [stderr] ... Dec 18 14:49:39.445 INFO [stderr] 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Dec 18 14:49:39.445 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.445 INFO [stderr] | Dec 18 14:49:39.445 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.445 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.445 INFO [stderr] | Dec 18 14:49:39.445 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.445 INFO [stderr] | Dec 18 14:49:39.445 INFO [stderr] Dec 18 14:49:39.445 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.445 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.445 INFO [stderr] | Dec 18 14:49:39.445 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.445 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.445 INFO [stderr] ... Dec 18 14:49:39.445 INFO [stderr] 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Dec 18 14:49:39.445 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.445 INFO [stderr] | Dec 18 14:49:39.445 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.445 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.445 INFO [stderr] | Dec 18 14:49:39.445 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.445 INFO [stderr] | Dec 18 14:49:39.445 INFO [stderr] Dec 18 14:49:39.445 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.445 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.445 INFO [stderr] | Dec 18 14:49:39.445 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.445 INFO [stderr] | ^^^^^ Dec 18 14:49:39.445 INFO [stderr] ... Dec 18 14:49:39.445 INFO [stderr] 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Dec 18 14:49:39.445 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.445 INFO [stderr] | Dec 18 14:49:39.445 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.445 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.445 INFO [stderr] | Dec 18 14:49:39.445 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.445 INFO [stderr] | Dec 18 14:49:39.445 INFO [stderr] Dec 18 14:49:39.445 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.445 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.445 INFO [stderr] | Dec 18 14:49:39.445 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.445 INFO [stderr] | ^^^^^ Dec 18 14:49:39.445 INFO [stderr] ... Dec 18 14:49:39.445 INFO [stderr] 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Dec 18 14:49:39.445 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.445 INFO [stderr] | Dec 18 14:49:39.445 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.445 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.445 INFO [stderr] | Dec 18 14:49:39.445 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.445 INFO [stderr] | Dec 18 14:49:39.445 INFO [stderr] Dec 18 14:49:39.445 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.445 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.445 INFO [stderr] | Dec 18 14:49:39.445 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.445 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.445 INFO [stderr] ... Dec 18 14:49:39.445 INFO [stderr] 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Dec 18 14:49:39.445 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.445 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.446 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.446 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.446 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] Dec 18 14:49:39.446 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.446 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.446 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.446 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.446 INFO [stderr] ... Dec 18 14:49:39.446 INFO [stderr] 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Dec 18 14:49:39.446 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.446 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.446 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.446 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.446 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] Dec 18 14:49:39.446 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.446 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.446 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.446 INFO [stderr] | ^^^^^ Dec 18 14:49:39.446 INFO [stderr] ... Dec 18 14:49:39.446 INFO [stderr] 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Dec 18 14:49:39.446 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.446 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.446 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.446 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.446 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] Dec 18 14:49:39.446 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.446 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.446 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.446 INFO [stderr] | ^^^^^ Dec 18 14:49:39.446 INFO [stderr] ... Dec 18 14:49:39.446 INFO [stderr] 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Dec 18 14:49:39.446 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.446 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.446 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.446 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.446 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] Dec 18 14:49:39.446 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.446 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.446 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.446 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.446 INFO [stderr] ... Dec 18 14:49:39.446 INFO [stderr] 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Dec 18 14:49:39.446 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.446 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.446 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.446 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.446 INFO [stderr] | Dec 18 14:49:39.446 INFO [stderr] Dec 18 14:49:39.448 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.448 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.448 INFO [stderr] | Dec 18 14:49:39.448 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.448 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.448 INFO [stderr] ... Dec 18 14:49:39.448 INFO [stderr] 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Dec 18 14:49:39.448 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.448 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.449 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.449 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.449 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] Dec 18 14:49:39.449 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.449 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.449 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.449 INFO [stderr] | ^^^^^ Dec 18 14:49:39.449 INFO [stderr] ... Dec 18 14:49:39.449 INFO [stderr] 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Dec 18 14:49:39.449 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.449 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.449 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.449 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.449 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] Dec 18 14:49:39.449 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.449 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.449 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.449 INFO [stderr] | ^^^^^ Dec 18 14:49:39.449 INFO [stderr] ... Dec 18 14:49:39.449 INFO [stderr] 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Dec 18 14:49:39.449 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.449 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.449 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.449 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.449 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] Dec 18 14:49:39.449 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.449 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.449 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.449 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.449 INFO [stderr] ... Dec 18 14:49:39.449 INFO [stderr] 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Dec 18 14:49:39.449 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.449 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.449 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.449 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.449 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] Dec 18 14:49:39.449 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.449 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.449 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.449 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.449 INFO [stderr] ... Dec 18 14:49:39.449 INFO [stderr] 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Dec 18 14:49:39.449 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.449 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.449 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.449 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.449 INFO [stderr] | Dec 18 14:49:39.449 INFO [stderr] Dec 18 14:49:39.456 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.457 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.457 INFO [stderr] | ^^^^^ Dec 18 14:49:39.457 INFO [stderr] ... Dec 18 14:49:39.457 INFO [stderr] 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Dec 18 14:49:39.457 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] Dec 18 14:49:39.457 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.457 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.457 INFO [stderr] | ^^^^^ Dec 18 14:49:39.457 INFO [stderr] ... Dec 18 14:49:39.457 INFO [stderr] 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Dec 18 14:49:39.457 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] Dec 18 14:49:39.457 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.457 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.457 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.457 INFO [stderr] ... Dec 18 14:49:39.457 INFO [stderr] 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Dec 18 14:49:39.457 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] Dec 18 14:49:39.457 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.457 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.457 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.457 INFO [stderr] ... Dec 18 14:49:39.457 INFO [stderr] 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Dec 18 14:49:39.457 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] Dec 18 14:49:39.457 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.457 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.457 INFO [stderr] | ^^^^^ Dec 18 14:49:39.457 INFO [stderr] ... Dec 18 14:49:39.457 INFO [stderr] 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Dec 18 14:49:39.457 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] Dec 18 14:49:39.457 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.457 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.457 INFO [stderr] | Dec 18 14:49:39.457 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.457 INFO [stderr] | ^^^^^ Dec 18 14:49:39.457 INFO [stderr] ... Dec 18 14:49:39.457 INFO [stderr] 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Dec 18 14:49:39.458 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.458 INFO [stderr] | Dec 18 14:49:39.458 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.458 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.458 INFO [stderr] | Dec 18 14:49:39.458 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.458 INFO [stderr] | Dec 18 14:49:39.458 INFO [stderr] Dec 18 14:49:39.458 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.458 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.458 INFO [stderr] | Dec 18 14:49:39.458 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.458 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.458 INFO [stderr] ... Dec 18 14:49:39.458 INFO [stderr] 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Dec 18 14:49:39.458 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.458 INFO [stderr] | Dec 18 14:49:39.458 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.458 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.458 INFO [stderr] | Dec 18 14:49:39.458 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.458 INFO [stderr] | Dec 18 14:49:39.458 INFO [stderr] Dec 18 14:49:39.458 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.458 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.458 INFO [stderr] | Dec 18 14:49:39.458 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.458 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.458 INFO [stderr] ... Dec 18 14:49:39.458 INFO [stderr] 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Dec 18 14:49:39.458 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.458 INFO [stderr] | Dec 18 14:49:39.458 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.458 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.458 INFO [stderr] | Dec 18 14:49:39.458 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.458 INFO [stderr] | Dec 18 14:49:39.458 INFO [stderr] Dec 18 14:49:39.458 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.458 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.458 INFO [stderr] | Dec 18 14:49:39.458 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.458 INFO [stderr] | ^^^^^ Dec 18 14:49:39.458 INFO [stderr] ... Dec 18 14:49:39.458 INFO [stderr] 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Dec 18 14:49:39.458 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.458 INFO [stderr] | Dec 18 14:49:39.458 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.458 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.458 INFO [stderr] | Dec 18 14:49:39.458 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.458 INFO [stderr] | Dec 18 14:49:39.458 INFO [stderr] Dec 18 14:49:39.465 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.465 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.465 INFO [stderr] | Dec 18 14:49:39.465 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.465 INFO [stderr] | ^^^^^ Dec 18 14:49:39.465 INFO [stderr] ... Dec 18 14:49:39.465 INFO [stderr] 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Dec 18 14:49:39.465 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.465 INFO [stderr] | Dec 18 14:49:39.465 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.465 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.465 INFO [stderr] | Dec 18 14:49:39.465 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.465 INFO [stderr] | Dec 18 14:49:39.465 INFO [stderr] Dec 18 14:49:39.465 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.465 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.465 INFO [stderr] | Dec 18 14:49:39.465 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.465 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.465 INFO [stderr] ... Dec 18 14:49:39.465 INFO [stderr] 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Dec 18 14:49:39.465 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.465 INFO [stderr] | Dec 18 14:49:39.465 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.465 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.465 INFO [stderr] | Dec 18 14:49:39.465 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.465 INFO [stderr] | Dec 18 14:49:39.465 INFO [stderr] Dec 18 14:49:39.465 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.465 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.465 INFO [stderr] | Dec 18 14:49:39.465 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.465 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.465 INFO [stderr] ... Dec 18 14:49:39.466 INFO [stderr] 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Dec 18 14:49:39.466 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.466 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] Dec 18 14:49:39.466 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.466 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.466 INFO [stderr] | ^^^^^ Dec 18 14:49:39.466 INFO [stderr] ... Dec 18 14:49:39.466 INFO [stderr] 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Dec 18 14:49:39.466 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.466 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] Dec 18 14:49:39.466 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.466 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.466 INFO [stderr] | ^^^^^ Dec 18 14:49:39.466 INFO [stderr] ... Dec 18 14:49:39.466 INFO [stderr] 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Dec 18 14:49:39.466 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.466 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] Dec 18 14:49:39.466 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.466 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.466 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.466 INFO [stderr] ... Dec 18 14:49:39.466 INFO [stderr] 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Dec 18 14:49:39.466 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.466 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] Dec 18 14:49:39.466 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.466 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.466 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.466 INFO [stderr] ... Dec 18 14:49:39.466 INFO [stderr] 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Dec 18 14:49:39.466 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.466 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] Dec 18 14:49:39.466 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.466 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.466 INFO [stderr] | ^^^^^ Dec 18 14:49:39.466 INFO [stderr] ... Dec 18 14:49:39.466 INFO [stderr] 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Dec 18 14:49:39.466 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.466 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.466 INFO [stderr] | Dec 18 14:49:39.466 INFO [stderr] Dec 18 14:49:39.467 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.467 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.467 INFO [stderr] | Dec 18 14:49:39.467 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.467 INFO [stderr] | ^^^^^ Dec 18 14:49:39.467 INFO [stderr] ... Dec 18 14:49:39.467 INFO [stderr] 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Dec 18 14:49:39.467 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.467 INFO [stderr] | Dec 18 14:49:39.473 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.473 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.473 INFO [stderr] | Dec 18 14:49:39.473 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.473 INFO [stderr] | Dec 18 14:49:39.473 INFO [stderr] Dec 18 14:49:39.473 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.473 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.473 INFO [stderr] | Dec 18 14:49:39.473 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.473 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.473 INFO [stderr] ... Dec 18 14:49:39.473 INFO [stderr] 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Dec 18 14:49:39.473 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.473 INFO [stderr] | Dec 18 14:49:39.473 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.473 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.473 INFO [stderr] | Dec 18 14:49:39.473 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.473 INFO [stderr] | Dec 18 14:49:39.473 INFO [stderr] Dec 18 14:49:39.473 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.473 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.473 INFO [stderr] | Dec 18 14:49:39.473 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.473 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.473 INFO [stderr] ... Dec 18 14:49:39.473 INFO [stderr] 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Dec 18 14:49:39.473 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.473 INFO [stderr] | Dec 18 14:49:39.473 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.473 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.473 INFO [stderr] | Dec 18 14:49:39.473 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.473 INFO [stderr] | Dec 18 14:49:39.473 INFO [stderr] Dec 18 14:49:39.473 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.473 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.473 INFO [stderr] | Dec 18 14:49:39.473 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.473 INFO [stderr] | ^^^^^ Dec 18 14:49:39.473 INFO [stderr] ... Dec 18 14:49:39.473 INFO [stderr] 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Dec 18 14:49:39.473 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.473 INFO [stderr] | Dec 18 14:49:39.473 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.473 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.473 INFO [stderr] | Dec 18 14:49:39.473 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.473 INFO [stderr] | Dec 18 14:49:39.473 INFO [stderr] Dec 18 14:49:39.473 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.474 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.474 INFO [stderr] | ^^^^^ Dec 18 14:49:39.474 INFO [stderr] ... Dec 18 14:49:39.474 INFO [stderr] 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Dec 18 14:49:39.474 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.474 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] Dec 18 14:49:39.474 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.474 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.474 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.474 INFO [stderr] ... Dec 18 14:49:39.474 INFO [stderr] 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Dec 18 14:49:39.474 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.474 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] Dec 18 14:49:39.474 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.474 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.474 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.474 INFO [stderr] ... Dec 18 14:49:39.474 INFO [stderr] 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Dec 18 14:49:39.474 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.474 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] Dec 18 14:49:39.474 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.474 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.474 INFO [stderr] | ^^^^^ Dec 18 14:49:39.474 INFO [stderr] ... Dec 18 14:49:39.474 INFO [stderr] 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Dec 18 14:49:39.474 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.474 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] Dec 18 14:49:39.474 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.474 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.474 INFO [stderr] | ^^^^^ Dec 18 14:49:39.474 INFO [stderr] ... Dec 18 14:49:39.474 INFO [stderr] 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Dec 18 14:49:39.474 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.474 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] Dec 18 14:49:39.474 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.474 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.474 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.474 INFO [stderr] ... Dec 18 14:49:39.474 INFO [stderr] 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Dec 18 14:49:39.474 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.474 INFO [stderr] | Dec 18 14:49:39.474 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.474 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.484 INFO [stderr] | Dec 18 14:49:39.484 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.484 INFO [stderr] | Dec 18 14:49:39.484 INFO [stderr] Dec 18 14:49:39.484 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.484 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.484 INFO [stderr] | Dec 18 14:49:39.484 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.484 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.484 INFO [stderr] ... Dec 18 14:49:39.484 INFO [stderr] 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Dec 18 14:49:39.484 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.484 INFO [stderr] | Dec 18 14:49:39.484 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.484 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.484 INFO [stderr] | Dec 18 14:49:39.484 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.484 INFO [stderr] | Dec 18 14:49:39.484 INFO [stderr] Dec 18 14:49:39.484 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.484 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.484 INFO [stderr] | Dec 18 14:49:39.484 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.484 INFO [stderr] | ^^^^^ Dec 18 14:49:39.484 INFO [stderr] ... Dec 18 14:49:39.484 INFO [stderr] 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Dec 18 14:49:39.484 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.484 INFO [stderr] | Dec 18 14:49:39.484 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.484 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.484 INFO [stderr] | Dec 18 14:49:39.484 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.484 INFO [stderr] | Dec 18 14:49:39.484 INFO [stderr] Dec 18 14:49:39.484 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.484 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.484 INFO [stderr] | Dec 18 14:49:39.484 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.484 INFO [stderr] | ^^^^^ Dec 18 14:49:39.484 INFO [stderr] ... Dec 18 14:49:39.484 INFO [stderr] 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Dec 18 14:49:39.484 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.484 INFO [stderr] | Dec 18 14:49:39.484 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.484 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.484 INFO [stderr] | Dec 18 14:49:39.484 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.484 INFO [stderr] | Dec 18 14:49:39.484 INFO [stderr] Dec 18 14:49:39.484 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.484 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.484 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.485 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.485 INFO [stderr] ... Dec 18 14:49:39.485 INFO [stderr] 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Dec 18 14:49:39.485 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.485 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] Dec 18 14:49:39.485 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.485 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.485 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.485 INFO [stderr] ... Dec 18 14:49:39.485 INFO [stderr] 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Dec 18 14:49:39.485 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.485 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] Dec 18 14:49:39.485 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.485 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.485 INFO [stderr] | ^^^^^ Dec 18 14:49:39.485 INFO [stderr] ... Dec 18 14:49:39.485 INFO [stderr] 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Dec 18 14:49:39.485 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.485 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] Dec 18 14:49:39.485 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.485 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.485 INFO [stderr] | ^^^^^ Dec 18 14:49:39.485 INFO [stderr] ... Dec 18 14:49:39.485 INFO [stderr] 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Dec 18 14:49:39.485 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.485 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] Dec 18 14:49:39.485 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.485 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.485 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.485 INFO [stderr] ... Dec 18 14:49:39.485 INFO [stderr] 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Dec 18 14:49:39.485 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.485 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.485 INFO [stderr] | Dec 18 14:49:39.485 INFO [stderr] Dec 18 14:49:39.485 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.485 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.488 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.489 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.489 INFO [stderr] ... Dec 18 14:49:39.489 INFO [stderr] 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Dec 18 14:49:39.489 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.489 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] Dec 18 14:49:39.489 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.489 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.489 INFO [stderr] | ^^^^^ Dec 18 14:49:39.489 INFO [stderr] ... Dec 18 14:49:39.489 INFO [stderr] 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Dec 18 14:49:39.489 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.489 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] Dec 18 14:49:39.489 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.489 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.489 INFO [stderr] | ^^^^^ Dec 18 14:49:39.489 INFO [stderr] ... Dec 18 14:49:39.489 INFO [stderr] 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Dec 18 14:49:39.489 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.489 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] Dec 18 14:49:39.489 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.489 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.489 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.489 INFO [stderr] ... Dec 18 14:49:39.489 INFO [stderr] 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Dec 18 14:49:39.489 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.489 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] Dec 18 14:49:39.489 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.489 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.489 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.489 INFO [stderr] ... Dec 18 14:49:39.489 INFO [stderr] 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Dec 18 14:49:39.489 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.489 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.489 INFO [stderr] Dec 18 14:49:39.489 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.489 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.489 INFO [stderr] | Dec 18 14:49:39.490 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.490 INFO [stderr] | ^^^^^ Dec 18 14:49:39.490 INFO [stderr] ... Dec 18 14:49:39.490 INFO [stderr] 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Dec 18 14:49:39.490 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.490 INFO [stderr] | Dec 18 14:49:39.490 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.490 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.490 INFO [stderr] | Dec 18 14:49:39.490 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.490 INFO [stderr] | Dec 18 14:49:39.490 INFO [stderr] Dec 18 14:49:39.490 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.490 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.490 INFO [stderr] | Dec 18 14:49:39.490 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.490 INFO [stderr] | ^^^^^ Dec 18 14:49:39.490 INFO [stderr] ... Dec 18 14:49:39.490 INFO [stderr] 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Dec 18 14:49:39.490 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.490 INFO [stderr] | Dec 18 14:49:39.490 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.490 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.490 INFO [stderr] | Dec 18 14:49:39.490 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.490 INFO [stderr] | Dec 18 14:49:39.490 INFO [stderr] Dec 18 14:49:39.490 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.490 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.490 INFO [stderr] | Dec 18 14:49:39.490 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.490 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.490 INFO [stderr] ... Dec 18 14:49:39.490 INFO [stderr] 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Dec 18 14:49:39.490 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.490 INFO [stderr] | Dec 18 14:49:39.490 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.490 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.490 INFO [stderr] | Dec 18 14:49:39.490 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.490 INFO [stderr] | Dec 18 14:49:39.490 INFO [stderr] Dec 18 14:49:39.490 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.490 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.490 INFO [stderr] | Dec 18 14:49:39.490 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.490 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.490 INFO [stderr] ... Dec 18 14:49:39.490 INFO [stderr] 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Dec 18 14:49:39.490 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.490 INFO [stderr] | Dec 18 14:49:39.490 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.490 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.490 INFO [stderr] | Dec 18 14:49:39.490 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.490 INFO [stderr] | Dec 18 14:49:39.490 INFO [stderr] Dec 18 14:49:39.496 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.497 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.497 INFO [stderr] | ^^^^^ Dec 18 14:49:39.497 INFO [stderr] ... Dec 18 14:49:39.497 INFO [stderr] 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Dec 18 14:49:39.497 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.497 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] Dec 18 14:49:39.497 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.497 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.497 INFO [stderr] | ^^^^^ Dec 18 14:49:39.497 INFO [stderr] ... Dec 18 14:49:39.497 INFO [stderr] 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Dec 18 14:49:39.497 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.497 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] Dec 18 14:49:39.497 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.497 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.497 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.497 INFO [stderr] ... Dec 18 14:49:39.497 INFO [stderr] 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Dec 18 14:49:39.497 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.497 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] Dec 18 14:49:39.497 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.497 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.497 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.497 INFO [stderr] ... Dec 18 14:49:39.497 INFO [stderr] 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Dec 18 14:49:39.497 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.497 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] Dec 18 14:49:39.497 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.497 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.497 INFO [stderr] | ^^^^^ Dec 18 14:49:39.497 INFO [stderr] ... Dec 18 14:49:39.497 INFO [stderr] 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Dec 18 14:49:39.497 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.497 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.497 INFO [stderr] | Dec 18 14:49:39.497 INFO [stderr] Dec 18 14:49:39.497 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.497 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.498 INFO [stderr] | Dec 18 14:49:39.498 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.498 INFO [stderr] | ^^^^^ Dec 18 14:49:39.498 INFO [stderr] ... Dec 18 14:49:39.498 INFO [stderr] 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Dec 18 14:49:39.498 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.498 INFO [stderr] | Dec 18 14:49:39.498 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.498 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.498 INFO [stderr] | Dec 18 14:49:39.498 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.498 INFO [stderr] | Dec 18 14:49:39.498 INFO [stderr] Dec 18 14:49:39.498 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.498 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.498 INFO [stderr] | Dec 18 14:49:39.498 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.498 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.498 INFO [stderr] ... Dec 18 14:49:39.498 INFO [stderr] 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Dec 18 14:49:39.498 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.498 INFO [stderr] | Dec 18 14:49:39.498 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.498 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.498 INFO [stderr] | Dec 18 14:49:39.498 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.498 INFO [stderr] | Dec 18 14:49:39.498 INFO [stderr] Dec 18 14:49:39.498 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.498 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.498 INFO [stderr] | Dec 18 14:49:39.498 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.498 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.498 INFO [stderr] ... Dec 18 14:49:39.498 INFO [stderr] 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Dec 18 14:49:39.498 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.498 INFO [stderr] | Dec 18 14:49:39.498 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.498 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.498 INFO [stderr] | Dec 18 14:49:39.498 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.498 INFO [stderr] | Dec 18 14:49:39.498 INFO [stderr] Dec 18 14:49:39.498 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.498 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.498 INFO [stderr] | Dec 18 14:49:39.498 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.498 INFO [stderr] | ^^^^^ Dec 18 14:49:39.498 INFO [stderr] ... Dec 18 14:49:39.498 INFO [stderr] 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Dec 18 14:49:39.498 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.498 INFO [stderr] | Dec 18 14:49:39.498 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.498 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.498 INFO [stderr] | Dec 18 14:49:39.498 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.498 INFO [stderr] | Dec 18 14:49:39.498 INFO [stderr] Dec 18 14:49:39.506 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.506 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.506 INFO [stderr] | Dec 18 14:49:39.506 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.506 INFO [stderr] | ^^^^^ Dec 18 14:49:39.506 INFO [stderr] ... Dec 18 14:49:39.506 INFO [stderr] 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Dec 18 14:49:39.506 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.506 INFO [stderr] | Dec 18 14:49:39.506 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.506 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.506 INFO [stderr] | Dec 18 14:49:39.506 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.506 INFO [stderr] | Dec 18 14:49:39.506 INFO [stderr] Dec 18 14:49:39.506 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.506 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.506 INFO [stderr] | Dec 18 14:49:39.506 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.506 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.506 INFO [stderr] ... Dec 18 14:49:39.506 INFO [stderr] 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Dec 18 14:49:39.506 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.506 INFO [stderr] | Dec 18 14:49:39.506 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.506 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.506 INFO [stderr] | Dec 18 14:49:39.506 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.506 INFO [stderr] | Dec 18 14:49:39.506 INFO [stderr] Dec 18 14:49:39.506 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.506 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.506 INFO [stderr] | Dec 18 14:49:39.506 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.506 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.506 INFO [stderr] ... Dec 18 14:49:39.506 INFO [stderr] 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Dec 18 14:49:39.506 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.506 INFO [stderr] | Dec 18 14:49:39.506 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.506 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.506 INFO [stderr] | Dec 18 14:49:39.506 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.506 INFO [stderr] | Dec 18 14:49:39.506 INFO [stderr] Dec 18 14:49:39.506 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.506 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.506 INFO [stderr] | Dec 18 14:49:39.506 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.506 INFO [stderr] | ^^^^^ Dec 18 14:49:39.507 INFO [stderr] ... Dec 18 14:49:39.507 INFO [stderr] 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Dec 18 14:49:39.507 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.507 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] Dec 18 14:49:39.507 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.507 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.507 INFO [stderr] | ^^^^^ Dec 18 14:49:39.507 INFO [stderr] ... Dec 18 14:49:39.507 INFO [stderr] 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Dec 18 14:49:39.507 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.507 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] Dec 18 14:49:39.507 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.507 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.507 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.507 INFO [stderr] ... Dec 18 14:49:39.507 INFO [stderr] 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Dec 18 14:49:39.507 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.507 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] Dec 18 14:49:39.507 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.507 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.507 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.507 INFO [stderr] ... Dec 18 14:49:39.507 INFO [stderr] 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Dec 18 14:49:39.507 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.507 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] Dec 18 14:49:39.507 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.507 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.507 INFO [stderr] | ^^^^^ Dec 18 14:49:39.507 INFO [stderr] ... Dec 18 14:49:39.507 INFO [stderr] 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Dec 18 14:49:39.507 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.507 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] Dec 18 14:49:39.507 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.507 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.507 INFO [stderr] | ^^^^^ Dec 18 14:49:39.507 INFO [stderr] ... Dec 18 14:49:39.507 INFO [stderr] 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Dec 18 14:49:39.507 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.507 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.507 INFO [stderr] | Dec 18 14:49:39.507 INFO [stderr] Dec 18 14:49:39.513 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.513 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.513 INFO [stderr] | Dec 18 14:49:39.513 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.513 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.513 INFO [stderr] ... Dec 18 14:49:39.513 INFO [stderr] 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Dec 18 14:49:39.513 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.513 INFO [stderr] | Dec 18 14:49:39.513 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.513 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.513 INFO [stderr] | Dec 18 14:49:39.513 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.513 INFO [stderr] | Dec 18 14:49:39.513 INFO [stderr] Dec 18 14:49:39.513 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.513 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.513 INFO [stderr] | Dec 18 14:49:39.513 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.513 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.513 INFO [stderr] ... Dec 18 14:49:39.513 INFO [stderr] 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Dec 18 14:49:39.513 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.513 INFO [stderr] | Dec 18 14:49:39.513 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.513 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.513 INFO [stderr] | Dec 18 14:49:39.513 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.513 INFO [stderr] | Dec 18 14:49:39.513 INFO [stderr] Dec 18 14:49:39.513 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.513 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.513 INFO [stderr] | Dec 18 14:49:39.513 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.513 INFO [stderr] | ^^^^^ Dec 18 14:49:39.513 INFO [stderr] ... Dec 18 14:49:39.513 INFO [stderr] 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Dec 18 14:49:39.513 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.513 INFO [stderr] | Dec 18 14:49:39.513 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.513 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.513 INFO [stderr] | Dec 18 14:49:39.513 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.513 INFO [stderr] | Dec 18 14:49:39.513 INFO [stderr] Dec 18 14:49:39.513 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.513 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.513 INFO [stderr] | Dec 18 14:49:39.513 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.513 INFO [stderr] | ^^^^^ Dec 18 14:49:39.513 INFO [stderr] ... Dec 18 14:49:39.513 INFO [stderr] 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Dec 18 14:49:39.513 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.513 INFO [stderr] | Dec 18 14:49:39.513 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.513 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.513 INFO [stderr] | Dec 18 14:49:39.513 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.513 INFO [stderr] | Dec 18 14:49:39.513 INFO [stderr] Dec 18 14:49:39.513 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.513 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.513 INFO [stderr] | Dec 18 14:49:39.514 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.514 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.514 INFO [stderr] ... Dec 18 14:49:39.514 INFO [stderr] 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Dec 18 14:49:39.514 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.514 INFO [stderr] | Dec 18 14:49:39.514 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.514 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.514 INFO [stderr] | Dec 18 14:49:39.514 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.514 INFO [stderr] | Dec 18 14:49:39.514 INFO [stderr] Dec 18 14:49:39.514 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.514 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.514 INFO [stderr] | Dec 18 14:49:39.514 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.514 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.514 INFO [stderr] ... Dec 18 14:49:39.514 INFO [stderr] 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Dec 18 14:49:39.514 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.514 INFO [stderr] | Dec 18 14:49:39.514 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.514 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.514 INFO [stderr] | Dec 18 14:49:39.514 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.514 INFO [stderr] | Dec 18 14:49:39.514 INFO [stderr] Dec 18 14:49:39.514 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.514 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.514 INFO [stderr] | Dec 18 14:49:39.514 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.514 INFO [stderr] | ^^^^^ Dec 18 14:49:39.514 INFO [stderr] ... Dec 18 14:49:39.514 INFO [stderr] 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Dec 18 14:49:39.514 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.514 INFO [stderr] | Dec 18 14:49:39.514 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.514 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.514 INFO [stderr] | Dec 18 14:49:39.514 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.514 INFO [stderr] | Dec 18 14:49:39.514 INFO [stderr] Dec 18 14:49:39.514 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.514 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.514 INFO [stderr] | Dec 18 14:49:39.514 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.514 INFO [stderr] | ^^^^^ Dec 18 14:49:39.514 INFO [stderr] ... Dec 18 14:49:39.514 INFO [stderr] 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Dec 18 14:49:39.514 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.514 INFO [stderr] | Dec 18 14:49:39.514 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.514 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.514 INFO [stderr] | Dec 18 14:49:39.514 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.514 INFO [stderr] | Dec 18 14:49:39.514 INFO [stderr] Dec 18 14:49:39.520 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.521 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.521 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.521 INFO [stderr] ... Dec 18 14:49:39.521 INFO [stderr] 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Dec 18 14:49:39.521 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.521 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] Dec 18 14:49:39.521 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.521 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.521 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.521 INFO [stderr] ... Dec 18 14:49:39.521 INFO [stderr] 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Dec 18 14:49:39.521 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.521 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] Dec 18 14:49:39.521 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.521 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.521 INFO [stderr] | ^^^^^ Dec 18 14:49:39.521 INFO [stderr] ... Dec 18 14:49:39.521 INFO [stderr] 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); Dec 18 14:49:39.521 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.521 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] Dec 18 14:49:39.521 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.521 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.521 INFO [stderr] | ^^^^^ Dec 18 14:49:39.521 INFO [stderr] ... Dec 18 14:49:39.521 INFO [stderr] 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); Dec 18 14:49:39.521 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.521 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] Dec 18 14:49:39.521 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.521 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.521 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.521 INFO [stderr] ... Dec 18 14:49:39.521 INFO [stderr] 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); Dec 18 14:49:39.521 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.521 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] Dec 18 14:49:39.521 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.521 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.521 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.521 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.521 INFO [stderr] ... Dec 18 14:49:39.521 INFO [stderr] 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); Dec 18 14:49:39.521 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.521 INFO [stderr] | Dec 18 14:49:39.522 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.522 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.522 INFO [stderr] | Dec 18 14:49:39.522 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.522 INFO [stderr] | Dec 18 14:49:39.522 INFO [stderr] Dec 18 14:49:39.522 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.522 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.522 INFO [stderr] | Dec 18 14:49:39.522 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.522 INFO [stderr] | ^^^^^ Dec 18 14:49:39.522 INFO [stderr] ... Dec 18 14:49:39.522 INFO [stderr] 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Dec 18 14:49:39.522 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.522 INFO [stderr] | Dec 18 14:49:39.522 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.522 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.522 INFO [stderr] | Dec 18 14:49:39.522 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.522 INFO [stderr] | Dec 18 14:49:39.522 INFO [stderr] Dec 18 14:49:39.522 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.522 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.522 INFO [stderr] | Dec 18 14:49:39.522 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.522 INFO [stderr] | ^^^^^ Dec 18 14:49:39.522 INFO [stderr] ... Dec 18 14:49:39.522 INFO [stderr] 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Dec 18 14:49:39.522 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.522 INFO [stderr] | Dec 18 14:49:39.522 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.522 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.522 INFO [stderr] | Dec 18 14:49:39.522 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.522 INFO [stderr] | Dec 18 14:49:39.522 INFO [stderr] Dec 18 14:49:39.522 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.522 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.522 INFO [stderr] | Dec 18 14:49:39.522 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.522 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.522 INFO [stderr] ... Dec 18 14:49:39.522 INFO [stderr] 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Dec 18 14:49:39.522 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.522 INFO [stderr] | Dec 18 14:49:39.522 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.522 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.522 INFO [stderr] | Dec 18 14:49:39.522 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.522 INFO [stderr] | Dec 18 14:49:39.522 INFO [stderr] Dec 18 14:49:39.528 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.528 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.528 INFO [stderr] | Dec 18 14:49:39.530 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.530 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.530 INFO [stderr] ... Dec 18 14:49:39.530 INFO [stderr] 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Dec 18 14:49:39.530 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.530 INFO [stderr] | Dec 18 14:49:39.530 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.530 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.530 INFO [stderr] | Dec 18 14:49:39.530 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.530 INFO [stderr] | Dec 18 14:49:39.530 INFO [stderr] Dec 18 14:49:39.530 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.530 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.530 INFO [stderr] | Dec 18 14:49:39.530 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.530 INFO [stderr] | ^^^^^ Dec 18 14:49:39.530 INFO [stderr] ... Dec 18 14:49:39.530 INFO [stderr] 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Dec 18 14:49:39.530 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.530 INFO [stderr] | Dec 18 14:49:39.530 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.530 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.530 INFO [stderr] | Dec 18 14:49:39.530 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.530 INFO [stderr] | Dec 18 14:49:39.530 INFO [stderr] Dec 18 14:49:39.530 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.530 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.530 INFO [stderr] | Dec 18 14:49:39.530 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.531 INFO [stderr] | ^^^^^ Dec 18 14:49:39.531 INFO [stderr] ... Dec 18 14:49:39.531 INFO [stderr] 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Dec 18 14:49:39.531 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.531 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] Dec 18 14:49:39.531 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.531 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.531 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.531 INFO [stderr] ... Dec 18 14:49:39.531 INFO [stderr] 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Dec 18 14:49:39.531 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.531 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] Dec 18 14:49:39.531 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.531 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.531 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.531 INFO [stderr] ... Dec 18 14:49:39.531 INFO [stderr] 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Dec 18 14:49:39.531 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.531 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] Dec 18 14:49:39.531 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.531 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.531 INFO [stderr] | ^^^^^ Dec 18 14:49:39.531 INFO [stderr] ... Dec 18 14:49:39.531 INFO [stderr] 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Dec 18 14:49:39.531 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.531 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] Dec 18 14:49:39.531 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.531 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.531 INFO [stderr] | ^^^^^ Dec 18 14:49:39.531 INFO [stderr] ... Dec 18 14:49:39.531 INFO [stderr] 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Dec 18 14:49:39.531 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.531 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] Dec 18 14:49:39.531 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.531 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.531 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.531 INFO [stderr] ... Dec 18 14:49:39.531 INFO [stderr] 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Dec 18 14:49:39.531 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.531 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.531 INFO [stderr] | Dec 18 14:49:39.531 INFO [stderr] Dec 18 14:49:39.532 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.532 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.532 INFO [stderr] | Dec 18 14:49:39.532 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.532 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.532 INFO [stderr] ... Dec 18 14:49:39.532 INFO [stderr] 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Dec 18 14:49:39.532 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.532 INFO [stderr] | Dec 18 14:49:39.532 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.532 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.532 INFO [stderr] | Dec 18 14:49:39.532 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.532 INFO [stderr] | Dec 18 14:49:39.532 INFO [stderr] Dec 18 14:49:39.532 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.532 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.532 INFO [stderr] | Dec 18 14:49:39.532 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.532 INFO [stderr] | ^^^^^ Dec 18 14:49:39.532 INFO [stderr] ... Dec 18 14:49:39.533 INFO [stderr] 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Dec 18 14:49:39.533 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.533 INFO [stderr] | Dec 18 14:49:39.533 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.533 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.533 INFO [stderr] | Dec 18 14:49:39.533 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.533 INFO [stderr] | Dec 18 14:49:39.533 INFO [stderr] Dec 18 14:49:39.533 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.533 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.533 INFO [stderr] | Dec 18 14:49:39.533 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.533 INFO [stderr] | ^^^^^ Dec 18 14:49:39.533 INFO [stderr] ... Dec 18 14:49:39.533 INFO [stderr] 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Dec 18 14:49:39.533 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.533 INFO [stderr] | Dec 18 14:49:39.533 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.533 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.533 INFO [stderr] | Dec 18 14:49:39.533 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.533 INFO [stderr] | Dec 18 14:49:39.533 INFO [stderr] Dec 18 14:49:39.533 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.533 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.533 INFO [stderr] | Dec 18 14:49:39.533 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.533 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.533 INFO [stderr] ... Dec 18 14:49:39.533 INFO [stderr] 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Dec 18 14:49:39.533 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.533 INFO [stderr] | Dec 18 14:49:39.533 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.533 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.533 INFO [stderr] | Dec 18 14:49:39.533 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.533 INFO [stderr] | Dec 18 14:49:39.533 INFO [stderr] Dec 18 14:49:39.537 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.537 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.537 INFO [stderr] | Dec 18 14:49:39.537 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.537 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.537 INFO [stderr] ... Dec 18 14:49:39.537 INFO [stderr] 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Dec 18 14:49:39.537 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.537 INFO [stderr] | Dec 18 14:49:39.537 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.537 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.537 INFO [stderr] | Dec 18 14:49:39.537 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.537 INFO [stderr] | Dec 18 14:49:39.537 INFO [stderr] Dec 18 14:49:39.537 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.537 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.537 INFO [stderr] | Dec 18 14:49:39.537 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.537 INFO [stderr] | ^^^^^ Dec 18 14:49:39.537 INFO [stderr] ... Dec 18 14:49:39.537 INFO [stderr] 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Dec 18 14:49:39.537 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.537 INFO [stderr] | Dec 18 14:49:39.537 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.537 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.537 INFO [stderr] | Dec 18 14:49:39.537 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.537 INFO [stderr] | Dec 18 14:49:39.537 INFO [stderr] Dec 18 14:49:39.537 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.537 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.537 INFO [stderr] | Dec 18 14:49:39.537 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.537 INFO [stderr] | ^^^^^ Dec 18 14:49:39.537 INFO [stderr] ... Dec 18 14:49:39.537 INFO [stderr] 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Dec 18 14:49:39.537 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.537 INFO [stderr] | Dec 18 14:49:39.537 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.537 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.537 INFO [stderr] | Dec 18 14:49:39.537 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.537 INFO [stderr] | Dec 18 14:49:39.537 INFO [stderr] Dec 18 14:49:39.537 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.537 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.537 INFO [stderr] | Dec 18 14:49:39.537 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.537 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.537 INFO [stderr] ... Dec 18 14:49:39.537 INFO [stderr] 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Dec 18 14:49:39.537 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.537 INFO [stderr] | Dec 18 14:49:39.537 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.537 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.537 INFO [stderr] | Dec 18 14:49:39.537 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.537 INFO [stderr] | Dec 18 14:49:39.537 INFO [stderr] Dec 18 14:49:39.541 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.541 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.541 INFO [stderr] | Dec 18 14:49:39.541 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.541 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.541 INFO [stderr] ... Dec 18 14:49:39.541 INFO [stderr] 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Dec 18 14:49:39.541 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.541 INFO [stderr] | Dec 18 14:49:39.541 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.541 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.541 INFO [stderr] | Dec 18 14:49:39.541 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.541 INFO [stderr] | Dec 18 14:49:39.541 INFO [stderr] Dec 18 14:49:39.541 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.541 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.541 INFO [stderr] | Dec 18 14:49:39.541 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.541 INFO [stderr] | ^^^^^ Dec 18 14:49:39.541 INFO [stderr] ... Dec 18 14:49:39.541 INFO [stderr] 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Dec 18 14:49:39.541 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.541 INFO [stderr] | Dec 18 14:49:39.541 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.541 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.541 INFO [stderr] | Dec 18 14:49:39.541 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.541 INFO [stderr] | Dec 18 14:49:39.542 INFO [stderr] Dec 18 14:49:39.542 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.542 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.542 INFO [stderr] | Dec 18 14:49:39.542 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.542 INFO [stderr] | ^^^^^ Dec 18 14:49:39.542 INFO [stderr] ... Dec 18 14:49:39.542 INFO [stderr] 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Dec 18 14:49:39.542 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.542 INFO [stderr] | Dec 18 14:49:39.542 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.542 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.542 INFO [stderr] | Dec 18 14:49:39.542 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.542 INFO [stderr] | Dec 18 14:49:39.542 INFO [stderr] Dec 18 14:49:39.542 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.542 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.542 INFO [stderr] | Dec 18 14:49:39.542 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.542 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.542 INFO [stderr] ... Dec 18 14:49:39.542 INFO [stderr] 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Dec 18 14:49:39.542 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.542 INFO [stderr] | Dec 18 14:49:39.545 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.545 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.545 INFO [stderr] | Dec 18 14:49:39.545 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.545 INFO [stderr] | Dec 18 14:49:39.545 INFO [stderr] Dec 18 14:49:39.545 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.545 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.545 INFO [stderr] | Dec 18 14:49:39.545 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.545 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.545 INFO [stderr] ... Dec 18 14:49:39.545 INFO [stderr] 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Dec 18 14:49:39.545 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.545 INFO [stderr] | Dec 18 14:49:39.545 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.545 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.545 INFO [stderr] | Dec 18 14:49:39.545 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.545 INFO [stderr] | Dec 18 14:49:39.545 INFO [stderr] Dec 18 14:49:39.545 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.545 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.545 INFO [stderr] | Dec 18 14:49:39.545 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.545 INFO [stderr] | ^^^^^ Dec 18 14:49:39.545 INFO [stderr] ... Dec 18 14:49:39.545 INFO [stderr] 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Dec 18 14:49:39.545 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.545 INFO [stderr] | Dec 18 14:49:39.545 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.545 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.545 INFO [stderr] | Dec 18 14:49:39.545 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.545 INFO [stderr] | Dec 18 14:49:39.545 INFO [stderr] Dec 18 14:49:39.545 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.545 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.545 INFO [stderr] | Dec 18 14:49:39.545 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.545 INFO [stderr] | ^^^^^ Dec 18 14:49:39.545 INFO [stderr] ... Dec 18 14:49:39.545 INFO [stderr] 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Dec 18 14:49:39.545 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.545 INFO [stderr] | Dec 18 14:49:39.545 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.545 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.545 INFO [stderr] | Dec 18 14:49:39.545 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.545 INFO [stderr] | Dec 18 14:49:39.545 INFO [stderr] Dec 18 14:49:39.550 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.550 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.550 INFO [stderr] | Dec 18 14:49:39.550 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.550 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.550 INFO [stderr] ... Dec 18 14:49:39.550 INFO [stderr] 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Dec 18 14:49:39.550 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.550 INFO [stderr] | Dec 18 14:49:39.550 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.550 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.550 INFO [stderr] | Dec 18 14:49:39.550 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.550 INFO [stderr] | Dec 18 14:49:39.550 INFO [stderr] Dec 18 14:49:39.550 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.550 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.550 INFO [stderr] | Dec 18 14:49:39.550 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.550 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.550 INFO [stderr] ... Dec 18 14:49:39.550 INFO [stderr] 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Dec 18 14:49:39.550 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.550 INFO [stderr] | Dec 18 14:49:39.550 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.550 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.550 INFO [stderr] | Dec 18 14:49:39.550 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.550 INFO [stderr] | Dec 18 14:49:39.550 INFO [stderr] Dec 18 14:49:39.550 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.550 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.550 INFO [stderr] | Dec 18 14:49:39.550 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.550 INFO [stderr] | ^^^^^ Dec 18 14:49:39.550 INFO [stderr] ... Dec 18 14:49:39.550 INFO [stderr] 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Dec 18 14:49:39.550 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.550 INFO [stderr] | Dec 18 14:49:39.550 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.550 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.550 INFO [stderr] | Dec 18 14:49:39.550 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.550 INFO [stderr] | Dec 18 14:49:39.550 INFO [stderr] Dec 18 14:49:39.550 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.550 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.550 INFO [stderr] | Dec 18 14:49:39.550 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.550 INFO [stderr] | ^^^^^ Dec 18 14:49:39.550 INFO [stderr] ... Dec 18 14:49:39.550 INFO [stderr] 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Dec 18 14:49:39.550 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.550 INFO [stderr] | Dec 18 14:49:39.550 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.550 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.550 INFO [stderr] | Dec 18 14:49:39.550 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.550 INFO [stderr] | Dec 18 14:49:39.550 INFO [stderr] Dec 18 14:49:39.556 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.556 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.556 INFO [stderr] | Dec 18 14:49:39.556 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.556 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.556 INFO [stderr] ... Dec 18 14:49:39.556 INFO [stderr] 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Dec 18 14:49:39.556 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.556 INFO [stderr] | Dec 18 14:49:39.556 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.556 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.556 INFO [stderr] | Dec 18 14:49:39.556 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.556 INFO [stderr] | Dec 18 14:49:39.556 INFO [stderr] Dec 18 14:49:39.556 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.556 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.556 INFO [stderr] | Dec 18 14:49:39.556 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.556 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.556 INFO [stderr] ... Dec 18 14:49:39.556 INFO [stderr] 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Dec 18 14:49:39.556 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.556 INFO [stderr] | Dec 18 14:49:39.556 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.556 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.556 INFO [stderr] | Dec 18 14:49:39.556 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.556 INFO [stderr] | Dec 18 14:49:39.556 INFO [stderr] Dec 18 14:49:39.556 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.556 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.556 INFO [stderr] | Dec 18 14:49:39.556 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.556 INFO [stderr] | ^^^^^ Dec 18 14:49:39.556 INFO [stderr] ... Dec 18 14:49:39.556 INFO [stderr] 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Dec 18 14:49:39.556 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.556 INFO [stderr] | Dec 18 14:49:39.556 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.556 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.556 INFO [stderr] | Dec 18 14:49:39.556 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.556 INFO [stderr] | Dec 18 14:49:39.556 INFO [stderr] Dec 18 14:49:39.556 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.556 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.556 INFO [stderr] | Dec 18 14:49:39.556 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.556 INFO [stderr] | ^^^^^ Dec 18 14:49:39.557 INFO [stderr] ... Dec 18 14:49:39.557 INFO [stderr] 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Dec 18 14:49:39.557 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] Dec 18 14:49:39.557 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.557 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.557 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.557 INFO [stderr] ... Dec 18 14:49:39.557 INFO [stderr] 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Dec 18 14:49:39.557 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] Dec 18 14:49:39.557 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.557 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.557 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.557 INFO [stderr] ... Dec 18 14:49:39.557 INFO [stderr] 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Dec 18 14:49:39.557 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] Dec 18 14:49:39.557 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.557 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.557 INFO [stderr] | ^^^^^ Dec 18 14:49:39.557 INFO [stderr] ... Dec 18 14:49:39.557 INFO [stderr] 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Dec 18 14:49:39.557 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] Dec 18 14:49:39.557 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.557 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.557 INFO [stderr] | ^^^^^ Dec 18 14:49:39.557 INFO [stderr] ... Dec 18 14:49:39.557 INFO [stderr] 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Dec 18 14:49:39.557 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.557 INFO [stderr] | Dec 18 14:49:39.557 INFO [stderr] Dec 18 14:49:39.564 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.564 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.564 INFO [stderr] | Dec 18 14:49:39.564 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.564 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.564 INFO [stderr] ... Dec 18 14:49:39.564 INFO [stderr] 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Dec 18 14:49:39.564 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.564 INFO [stderr] | Dec 18 14:49:39.564 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.564 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.564 INFO [stderr] | Dec 18 14:49:39.564 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.564 INFO [stderr] | Dec 18 14:49:39.564 INFO [stderr] Dec 18 14:49:39.564 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.564 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.564 INFO [stderr] | Dec 18 14:49:39.564 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.564 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.564 INFO [stderr] ... Dec 18 14:49:39.564 INFO [stderr] 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Dec 18 14:49:39.564 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.564 INFO [stderr] | Dec 18 14:49:39.564 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.564 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.564 INFO [stderr] | Dec 18 14:49:39.564 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.564 INFO [stderr] | Dec 18 14:49:39.564 INFO [stderr] Dec 18 14:49:39.564 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.564 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.564 INFO [stderr] | Dec 18 14:49:39.564 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.564 INFO [stderr] | ^^^^^ Dec 18 14:49:39.564 INFO [stderr] ... Dec 18 14:49:39.564 INFO [stderr] 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Dec 18 14:49:39.564 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.564 INFO [stderr] | Dec 18 14:49:39.564 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.564 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.564 INFO [stderr] | Dec 18 14:49:39.564 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.564 INFO [stderr] | Dec 18 14:49:39.565 INFO [stderr] Dec 18 14:49:39.565 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.565 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.565 INFO [stderr] | Dec 18 14:49:39.565 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.565 INFO [stderr] | ^^^^^ Dec 18 14:49:39.565 INFO [stderr] ... Dec 18 14:49:39.565 INFO [stderr] 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Dec 18 14:49:39.565 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.565 INFO [stderr] | Dec 18 14:49:39.565 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.565 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.565 INFO [stderr] | Dec 18 14:49:39.565 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.565 INFO [stderr] | Dec 18 14:49:39.565 INFO [stderr] Dec 18 14:49:39.565 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.565 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.565 INFO [stderr] | Dec 18 14:49:39.565 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.565 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.565 INFO [stderr] ... Dec 18 14:49:39.565 INFO [stderr] 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Dec 18 14:49:39.565 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.565 INFO [stderr] | Dec 18 14:49:39.565 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.565 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.565 INFO [stderr] | Dec 18 14:49:39.565 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.565 INFO [stderr] | Dec 18 14:49:39.565 INFO [stderr] Dec 18 14:49:39.565 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.565 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.565 INFO [stderr] | Dec 18 14:49:39.565 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.565 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.565 INFO [stderr] ... Dec 18 14:49:39.565 INFO [stderr] 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Dec 18 14:49:39.565 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.565 INFO [stderr] | Dec 18 14:49:39.565 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.565 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.565 INFO [stderr] | Dec 18 14:49:39.565 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.565 INFO [stderr] | Dec 18 14:49:39.565 INFO [stderr] Dec 18 14:49:39.565 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.565 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.565 INFO [stderr] | Dec 18 14:49:39.565 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.565 INFO [stderr] | ^^^^^ Dec 18 14:49:39.565 INFO [stderr] ... Dec 18 14:49:39.565 INFO [stderr] 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Dec 18 14:49:39.565 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.565 INFO [stderr] | Dec 18 14:49:39.565 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.565 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.565 INFO [stderr] | Dec 18 14:49:39.565 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.565 INFO [stderr] | Dec 18 14:49:39.565 INFO [stderr] Dec 18 14:49:39.569 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.570 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.570 INFO [stderr] | Dec 18 14:49:39.570 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.570 INFO [stderr] | ^^^^^ Dec 18 14:49:39.570 INFO [stderr] ... Dec 18 14:49:39.570 INFO [stderr] 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Dec 18 14:49:39.570 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.570 INFO [stderr] | Dec 18 14:49:39.570 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.570 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.570 INFO [stderr] | Dec 18 14:49:39.570 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.570 INFO [stderr] | Dec 18 14:49:39.570 INFO [stderr] Dec 18 14:49:39.570 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.570 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.570 INFO [stderr] | Dec 18 14:49:39.570 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.570 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.570 INFO [stderr] ... Dec 18 14:49:39.570 INFO [stderr] 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Dec 18 14:49:39.570 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.570 INFO [stderr] | Dec 18 14:49:39.570 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.570 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.570 INFO [stderr] | Dec 18 14:49:39.570 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.570 INFO [stderr] | Dec 18 14:49:39.570 INFO [stderr] Dec 18 14:49:39.570 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.570 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.570 INFO [stderr] | Dec 18 14:49:39.570 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.570 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.570 INFO [stderr] ... Dec 18 14:49:39.570 INFO [stderr] 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Dec 18 14:49:39.570 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.570 INFO [stderr] | Dec 18 14:49:39.570 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.570 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.570 INFO [stderr] | Dec 18 14:49:39.570 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.570 INFO [stderr] | Dec 18 14:49:39.570 INFO [stderr] Dec 18 14:49:39.570 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.570 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.570 INFO [stderr] | Dec 18 14:49:39.570 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.570 INFO [stderr] | ^^^^^ Dec 18 14:49:39.570 INFO [stderr] ... Dec 18 14:49:39.570 INFO [stderr] 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Dec 18 14:49:39.570 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.570 INFO [stderr] | Dec 18 14:49:39.570 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.570 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.570 INFO [stderr] | Dec 18 14:49:39.570 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.570 INFO [stderr] | Dec 18 14:49:39.570 INFO [stderr] Dec 18 14:49:39.576 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.576 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.576 INFO [stderr] | Dec 18 14:49:39.576 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.576 INFO [stderr] | ^^^^^ Dec 18 14:49:39.576 INFO [stderr] ... Dec 18 14:49:39.576 INFO [stderr] 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Dec 18 14:49:39.576 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.576 INFO [stderr] | Dec 18 14:49:39.576 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.576 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.576 INFO [stderr] | Dec 18 14:49:39.576 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.576 INFO [stderr] | Dec 18 14:49:39.576 INFO [stderr] Dec 18 14:49:39.576 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.576 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.576 INFO [stderr] | Dec 18 14:49:39.576 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.576 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.576 INFO [stderr] ... Dec 18 14:49:39.576 INFO [stderr] 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Dec 18 14:49:39.576 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.576 INFO [stderr] | Dec 18 14:49:39.576 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.576 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.576 INFO [stderr] | Dec 18 14:49:39.576 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.576 INFO [stderr] | Dec 18 14:49:39.576 INFO [stderr] Dec 18 14:49:39.576 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.576 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.576 INFO [stderr] | Dec 18 14:49:39.576 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.576 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.576 INFO [stderr] ... Dec 18 14:49:39.576 INFO [stderr] 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Dec 18 14:49:39.576 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.576 INFO [stderr] | Dec 18 14:49:39.576 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.576 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.576 INFO [stderr] | Dec 18 14:49:39.576 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.576 INFO [stderr] | Dec 18 14:49:39.576 INFO [stderr] Dec 18 14:49:39.576 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.576 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.576 INFO [stderr] | Dec 18 14:49:39.576 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.576 INFO [stderr] | ^^^^^ Dec 18 14:49:39.576 INFO [stderr] ... Dec 18 14:49:39.576 INFO [stderr] 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Dec 18 14:49:39.577 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.577 INFO [stderr] | Dec 18 14:49:39.577 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.577 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.577 INFO [stderr] | Dec 18 14:49:39.577 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.577 INFO [stderr] | Dec 18 14:49:39.577 INFO [stderr] Dec 18 14:49:39.586 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.586 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.586 INFO [stderr] | Dec 18 14:49:39.586 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.586 INFO [stderr] | ^^^^^ Dec 18 14:49:39.586 INFO [stderr] ... Dec 18 14:49:39.586 INFO [stderr] 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Dec 18 14:49:39.586 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.586 INFO [stderr] | Dec 18 14:49:39.586 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.586 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.586 INFO [stderr] | Dec 18 14:49:39.586 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.586 INFO [stderr] | Dec 18 14:49:39.586 INFO [stderr] Dec 18 14:49:39.586 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.586 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.586 INFO [stderr] | Dec 18 14:49:39.586 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.586 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.586 INFO [stderr] ... Dec 18 14:49:39.586 INFO [stderr] 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Dec 18 14:49:39.587 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.587 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] Dec 18 14:49:39.587 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.587 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.587 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.587 INFO [stderr] ... Dec 18 14:49:39.587 INFO [stderr] 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Dec 18 14:49:39.587 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.587 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] Dec 18 14:49:39.587 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.587 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.587 INFO [stderr] | ^^^^^ Dec 18 14:49:39.587 INFO [stderr] ... Dec 18 14:49:39.587 INFO [stderr] 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Dec 18 14:49:39.587 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.587 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] Dec 18 14:49:39.587 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.587 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.587 INFO [stderr] | ^^^^^ Dec 18 14:49:39.587 INFO [stderr] ... Dec 18 14:49:39.587 INFO [stderr] 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Dec 18 14:49:39.587 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.587 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] Dec 18 14:49:39.587 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.587 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.587 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.587 INFO [stderr] ... Dec 18 14:49:39.587 INFO [stderr] 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Dec 18 14:49:39.587 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.587 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] Dec 18 14:49:39.587 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.587 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.587 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.587 INFO [stderr] ... Dec 18 14:49:39.587 INFO [stderr] 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Dec 18 14:49:39.587 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.587 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] Dec 18 14:49:39.587 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.587 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.587 INFO [stderr] | ^^^^^ Dec 18 14:49:39.587 INFO [stderr] ... Dec 18 14:49:39.587 INFO [stderr] 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); Dec 18 14:49:39.587 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.587 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.587 INFO [stderr] | Dec 18 14:49:39.587 INFO [stderr] Dec 18 14:49:39.596 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.596 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.597 INFO [stderr] | Dec 18 14:49:39.597 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.597 INFO [stderr] | ^^^^^ Dec 18 14:49:39.597 INFO [stderr] ... Dec 18 14:49:39.597 INFO [stderr] 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); Dec 18 14:49:39.597 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.597 INFO [stderr] | Dec 18 14:49:39.597 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.597 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.597 INFO [stderr] | Dec 18 14:49:39.597 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.597 INFO [stderr] | Dec 18 14:49:39.597 INFO [stderr] Dec 18 14:49:39.597 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.597 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.597 INFO [stderr] | Dec 18 14:49:39.597 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.597 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.597 INFO [stderr] ... Dec 18 14:49:39.597 INFO [stderr] 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); Dec 18 14:49:39.597 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.597 INFO [stderr] | Dec 18 14:49:39.597 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.597 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.597 INFO [stderr] | Dec 18 14:49:39.597 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.597 INFO [stderr] | Dec 18 14:49:39.597 INFO [stderr] Dec 18 14:49:39.597 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.597 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.597 INFO [stderr] | Dec 18 14:49:39.597 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.597 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.597 INFO [stderr] ... Dec 18 14:49:39.597 INFO [stderr] 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); Dec 18 14:49:39.597 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.597 INFO [stderr] | Dec 18 14:49:39.597 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.597 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.597 INFO [stderr] | Dec 18 14:49:39.597 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.597 INFO [stderr] | Dec 18 14:49:39.597 INFO [stderr] Dec 18 14:49:39.604 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.604 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.604 INFO [stderr] | Dec 18 14:49:39.604 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.604 INFO [stderr] | ^^^^^ Dec 18 14:49:39.604 INFO [stderr] ... Dec 18 14:49:39.604 INFO [stderr] 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Dec 18 14:49:39.604 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.604 INFO [stderr] | Dec 18 14:49:39.604 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.604 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.604 INFO [stderr] | Dec 18 14:49:39.604 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.604 INFO [stderr] | Dec 18 14:49:39.604 INFO [stderr] Dec 18 14:49:39.604 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.604 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.604 INFO [stderr] | Dec 18 14:49:39.604 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.604 INFO [stderr] | ^^^^^ Dec 18 14:49:39.604 INFO [stderr] ... Dec 18 14:49:39.604 INFO [stderr] 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Dec 18 14:49:39.604 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.604 INFO [stderr] | Dec 18 14:49:39.604 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.604 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.604 INFO [stderr] | Dec 18 14:49:39.604 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.604 INFO [stderr] | Dec 18 14:49:39.604 INFO [stderr] Dec 18 14:49:39.604 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.604 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.604 INFO [stderr] | Dec 18 14:49:39.604 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.604 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.604 INFO [stderr] ... Dec 18 14:49:39.604 INFO [stderr] 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Dec 18 14:49:39.604 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.604 INFO [stderr] | Dec 18 14:49:39.604 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.604 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.604 INFO [stderr] | Dec 18 14:49:39.604 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.604 INFO [stderr] | Dec 18 14:49:39.605 INFO [stderr] Dec 18 14:49:39.605 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.605 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.605 INFO [stderr] | Dec 18 14:49:39.605 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.605 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.605 INFO [stderr] ... Dec 18 14:49:39.605 INFO [stderr] 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Dec 18 14:49:39.605 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.605 INFO [stderr] | Dec 18 14:49:39.605 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.605 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.605 INFO [stderr] | Dec 18 14:49:39.605 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.605 INFO [stderr] | Dec 18 14:49:39.605 INFO [stderr] Dec 18 14:49:39.609 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.609 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.609 INFO [stderr] | Dec 18 14:49:39.609 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.609 INFO [stderr] | ^^^^^ Dec 18 14:49:39.609 INFO [stderr] ... Dec 18 14:49:39.609 INFO [stderr] 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Dec 18 14:49:39.609 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.609 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.610 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] Dec 18 14:49:39.610 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.610 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.610 INFO [stderr] | ^^^^^ Dec 18 14:49:39.610 INFO [stderr] ... Dec 18 14:49:39.610 INFO [stderr] 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Dec 18 14:49:39.610 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.610 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] Dec 18 14:49:39.610 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.610 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.610 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.610 INFO [stderr] ... Dec 18 14:49:39.610 INFO [stderr] 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Dec 18 14:49:39.610 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.610 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] Dec 18 14:49:39.610 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.610 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.610 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.610 INFO [stderr] ... Dec 18 14:49:39.610 INFO [stderr] 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Dec 18 14:49:39.610 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.610 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] Dec 18 14:49:39.610 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.610 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.610 INFO [stderr] | ^^^^^ Dec 18 14:49:39.610 INFO [stderr] ... Dec 18 14:49:39.610 INFO [stderr] 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Dec 18 14:49:39.610 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.610 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] Dec 18 14:49:39.610 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.610 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.610 INFO [stderr] | ^^^^^ Dec 18 14:49:39.610 INFO [stderr] ... Dec 18 14:49:39.610 INFO [stderr] 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Dec 18 14:49:39.610 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.610 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] Dec 18 14:49:39.610 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.610 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.610 INFO [stderr] | Dec 18 14:49:39.610 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.610 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.610 INFO [stderr] ... Dec 18 14:49:39.610 INFO [stderr] 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Dec 18 14:49:39.611 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.611 INFO [stderr] | Dec 18 14:49:39.611 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.611 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.611 INFO [stderr] | Dec 18 14:49:39.611 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.611 INFO [stderr] | Dec 18 14:49:39.611 INFO [stderr] Dec 18 14:49:39.611 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.611 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.611 INFO [stderr] | Dec 18 14:49:39.611 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.611 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.611 INFO [stderr] ... Dec 18 14:49:39.611 INFO [stderr] 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Dec 18 14:49:39.611 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.611 INFO [stderr] | Dec 18 14:49:39.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.621 INFO [stderr] | Dec 18 14:49:39.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.621 INFO [stderr] | Dec 18 14:49:39.621 INFO [stderr] Dec 18 14:49:39.621 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.621 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.621 INFO [stderr] | Dec 18 14:49:39.621 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.621 INFO [stderr] | ^^^^^ Dec 18 14:49:39.621 INFO [stderr] ... Dec 18 14:49:39.621 INFO [stderr] 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Dec 18 14:49:39.621 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.621 INFO [stderr] | Dec 18 14:49:39.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.621 INFO [stderr] | Dec 18 14:49:39.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.621 INFO [stderr] | Dec 18 14:49:39.621 INFO [stderr] Dec 18 14:49:39.621 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.621 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.621 INFO [stderr] | Dec 18 14:49:39.621 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.621 INFO [stderr] | ^^^^^ Dec 18 14:49:39.621 INFO [stderr] ... Dec 18 14:49:39.621 INFO [stderr] 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Dec 18 14:49:39.621 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.621 INFO [stderr] | Dec 18 14:49:39.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.621 INFO [stderr] | Dec 18 14:49:39.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.621 INFO [stderr] | Dec 18 14:49:39.621 INFO [stderr] Dec 18 14:49:39.621 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.621 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.621 INFO [stderr] | Dec 18 14:49:39.621 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.621 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.621 INFO [stderr] ... Dec 18 14:49:39.621 INFO [stderr] 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Dec 18 14:49:39.621 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.621 INFO [stderr] | Dec 18 14:49:39.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.621 INFO [stderr] | Dec 18 14:49:39.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.621 INFO [stderr] | Dec 18 14:49:39.621 INFO [stderr] Dec 18 14:49:39.621 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.622 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.622 INFO [stderr] | Dec 18 14:49:39.622 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.622 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.622 INFO [stderr] ... Dec 18 14:49:39.622 INFO [stderr] 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Dec 18 14:49:39.622 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.622 INFO [stderr] | Dec 18 14:49:39.622 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.622 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.622 INFO [stderr] | Dec 18 14:49:39.622 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.622 INFO [stderr] | Dec 18 14:49:39.622 INFO [stderr] Dec 18 14:49:39.622 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.622 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.622 INFO [stderr] | Dec 18 14:49:39.622 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.622 INFO [stderr] | ^^^^^ Dec 18 14:49:39.622 INFO [stderr] ... Dec 18 14:49:39.622 INFO [stderr] 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); Dec 18 14:49:39.622 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.622 INFO [stderr] | Dec 18 14:49:39.622 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.622 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.622 INFO [stderr] | Dec 18 14:49:39.622 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.622 INFO [stderr] | Dec 18 14:49:39.622 INFO [stderr] Dec 18 14:49:39.622 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.622 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.622 INFO [stderr] | Dec 18 14:49:39.622 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.622 INFO [stderr] | ^^^^^ Dec 18 14:49:39.622 INFO [stderr] ... Dec 18 14:49:39.622 INFO [stderr] 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); Dec 18 14:49:39.622 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.622 INFO [stderr] | Dec 18 14:49:39.622 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.622 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.622 INFO [stderr] | Dec 18 14:49:39.622 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.622 INFO [stderr] | Dec 18 14:49:39.622 INFO [stderr] Dec 18 14:49:39.625 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.625 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.625 INFO [stderr] | Dec 18 14:49:39.625 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.625 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.625 INFO [stderr] ... Dec 18 14:49:39.625 INFO [stderr] 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); Dec 18 14:49:39.625 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.625 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.626 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.626 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.626 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] Dec 18 14:49:39.626 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.626 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.626 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.626 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.626 INFO [stderr] ... Dec 18 14:49:39.626 INFO [stderr] 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); Dec 18 14:49:39.626 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.626 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.626 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.626 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.626 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] Dec 18 14:49:39.626 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.626 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.626 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.626 INFO [stderr] | ^^^^^ Dec 18 14:49:39.626 INFO [stderr] ... Dec 18 14:49:39.626 INFO [stderr] 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Dec 18 14:49:39.626 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.626 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.626 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.626 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.626 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] Dec 18 14:49:39.626 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.626 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.626 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.626 INFO [stderr] | ^^^^^ Dec 18 14:49:39.626 INFO [stderr] ... Dec 18 14:49:39.626 INFO [stderr] 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Dec 18 14:49:39.626 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.626 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.626 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.626 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.626 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] Dec 18 14:49:39.626 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.626 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.626 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.626 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.626 INFO [stderr] ... Dec 18 14:49:39.626 INFO [stderr] 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Dec 18 14:49:39.626 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.626 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.626 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.626 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.626 INFO [stderr] | Dec 18 14:49:39.626 INFO [stderr] Dec 18 14:49:39.627 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.627 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.627 INFO [stderr] | Dec 18 14:49:39.627 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.627 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.627 INFO [stderr] ... Dec 18 14:49:39.627 INFO [stderr] 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Dec 18 14:49:39.627 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.627 INFO [stderr] | Dec 18 14:49:39.627 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.627 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.627 INFO [stderr] | Dec 18 14:49:39.627 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.627 INFO [stderr] | Dec 18 14:49:39.627 INFO [stderr] Dec 18 14:49:39.632 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.632 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.632 INFO [stderr] | Dec 18 14:49:39.632 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.632 INFO [stderr] | ^^^^^ Dec 18 14:49:39.632 INFO [stderr] ... Dec 18 14:49:39.632 INFO [stderr] 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Dec 18 14:49:39.632 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.632 INFO [stderr] | Dec 18 14:49:39.632 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.632 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.632 INFO [stderr] | Dec 18 14:49:39.632 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.632 INFO [stderr] | Dec 18 14:49:39.632 INFO [stderr] Dec 18 14:49:39.632 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.632 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.632 INFO [stderr] | Dec 18 14:49:39.632 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.632 INFO [stderr] | ^^^^^ Dec 18 14:49:39.632 INFO [stderr] ... Dec 18 14:49:39.632 INFO [stderr] 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Dec 18 14:49:39.632 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.632 INFO [stderr] | Dec 18 14:49:39.632 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.632 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.632 INFO [stderr] | Dec 18 14:49:39.632 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.632 INFO [stderr] | Dec 18 14:49:39.632 INFO [stderr] Dec 18 14:49:39.632 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.632 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.632 INFO [stderr] | Dec 18 14:49:39.632 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.632 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.632 INFO [stderr] ... Dec 18 14:49:39.632 INFO [stderr] 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Dec 18 14:49:39.632 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.632 INFO [stderr] | Dec 18 14:49:39.632 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.632 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.632 INFO [stderr] | Dec 18 14:49:39.632 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.632 INFO [stderr] | Dec 18 14:49:39.632 INFO [stderr] Dec 18 14:49:39.632 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.632 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.632 INFO [stderr] | Dec 18 14:49:39.632 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.632 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.632 INFO [stderr] ... Dec 18 14:49:39.632 INFO [stderr] 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Dec 18 14:49:39.632 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.632 INFO [stderr] | Dec 18 14:49:39.632 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.632 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.633 INFO [stderr] | Dec 18 14:49:39.633 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.633 INFO [stderr] | Dec 18 14:49:39.633 INFO [stderr] Dec 18 14:49:39.633 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.633 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.633 INFO [stderr] | Dec 18 14:49:39.633 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.633 INFO [stderr] | ^^^^^ Dec 18 14:49:39.633 INFO [stderr] ... Dec 18 14:49:39.633 INFO [stderr] 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Dec 18 14:49:39.633 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.633 INFO [stderr] | Dec 18 14:49:39.633 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.633 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.633 INFO [stderr] | Dec 18 14:49:39.633 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.633 INFO [stderr] | Dec 18 14:49:39.633 INFO [stderr] Dec 18 14:49:39.644 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.644 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.644 INFO [stderr] | Dec 18 14:49:39.644 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.644 INFO [stderr] | ^^^^^ Dec 18 14:49:39.644 INFO [stderr] ... Dec 18 14:49:39.644 INFO [stderr] 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Dec 18 14:49:39.644 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.644 INFO [stderr] | Dec 18 14:49:39.644 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.644 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.644 INFO [stderr] | Dec 18 14:49:39.644 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.644 INFO [stderr] | Dec 18 14:49:39.644 INFO [stderr] Dec 18 14:49:39.644 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.644 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.648 INFO [stderr] | Dec 18 14:49:39.648 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.648 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.648 INFO [stderr] ... Dec 18 14:49:39.648 INFO [stderr] 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Dec 18 14:49:39.648 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.648 INFO [stderr] | Dec 18 14:49:39.648 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.648 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.648 INFO [stderr] | Dec 18 14:49:39.648 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.648 INFO [stderr] | Dec 18 14:49:39.648 INFO [stderr] Dec 18 14:49:39.648 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.648 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.648 INFO [stderr] | Dec 18 14:49:39.648 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.648 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.648 INFO [stderr] ... Dec 18 14:49:39.648 INFO [stderr] 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Dec 18 14:49:39.648 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.648 INFO [stderr] | Dec 18 14:49:39.648 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.648 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.648 INFO [stderr] | Dec 18 14:49:39.648 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.648 INFO [stderr] | Dec 18 14:49:39.648 INFO [stderr] Dec 18 14:49:39.648 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.648 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.648 INFO [stderr] | Dec 18 14:49:39.648 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.648 INFO [stderr] | ^^^^^ Dec 18 14:49:39.648 INFO [stderr] ... Dec 18 14:49:39.648 INFO [stderr] 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Dec 18 14:49:39.648 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.648 INFO [stderr] | Dec 18 14:49:39.648 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.648 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.648 INFO [stderr] | Dec 18 14:49:39.648 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.648 INFO [stderr] | Dec 18 14:49:39.648 INFO [stderr] Dec 18 14:49:39.648 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.648 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.648 INFO [stderr] | Dec 18 14:49:39.648 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.648 INFO [stderr] | ^^^^^ Dec 18 14:49:39.648 INFO [stderr] ... Dec 18 14:49:39.648 INFO [stderr] 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Dec 18 14:49:39.648 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.649 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] Dec 18 14:49:39.649 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.649 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.649 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.649 INFO [stderr] ... Dec 18 14:49:39.649 INFO [stderr] 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Dec 18 14:49:39.649 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.649 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] Dec 18 14:49:39.649 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.649 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.649 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.649 INFO [stderr] ... Dec 18 14:49:39.649 INFO [stderr] 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Dec 18 14:49:39.649 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.649 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] Dec 18 14:49:39.649 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.649 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.649 INFO [stderr] | ^^^^^ Dec 18 14:49:39.649 INFO [stderr] ... Dec 18 14:49:39.649 INFO [stderr] 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Dec 18 14:49:39.649 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.649 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] Dec 18 14:49:39.649 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.649 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.649 INFO [stderr] | ^^^^^ Dec 18 14:49:39.649 INFO [stderr] ... Dec 18 14:49:39.649 INFO [stderr] 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Dec 18 14:49:39.649 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.649 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] Dec 18 14:49:39.649 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.649 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.649 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.649 INFO [stderr] ... Dec 18 14:49:39.649 INFO [stderr] 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Dec 18 14:49:39.649 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.649 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] Dec 18 14:49:39.649 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.649 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.649 INFO [stderr] | Dec 18 14:49:39.649 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.650 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.650 INFO [stderr] ... Dec 18 14:49:39.650 INFO [stderr] 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Dec 18 14:49:39.650 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.650 INFO [stderr] | Dec 18 14:49:39.650 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.650 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.650 INFO [stderr] | Dec 18 14:49:39.650 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.650 INFO [stderr] | Dec 18 14:49:39.650 INFO [stderr] Dec 18 14:49:39.656 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.656 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.656 INFO [stderr] | Dec 18 14:49:39.656 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.656 INFO [stderr] | ^^^^^ Dec 18 14:49:39.656 INFO [stderr] ... Dec 18 14:49:39.656 INFO [stderr] 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Dec 18 14:49:39.656 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.656 INFO [stderr] | Dec 18 14:49:39.656 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.656 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.656 INFO [stderr] | Dec 18 14:49:39.656 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.656 INFO [stderr] | Dec 18 14:49:39.656 INFO [stderr] Dec 18 14:49:39.656 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.656 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.656 INFO [stderr] | Dec 18 14:49:39.656 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.656 INFO [stderr] | ^^^^^ Dec 18 14:49:39.656 INFO [stderr] ... Dec 18 14:49:39.656 INFO [stderr] 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Dec 18 14:49:39.656 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.656 INFO [stderr] | Dec 18 14:49:39.656 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.656 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.656 INFO [stderr] | Dec 18 14:49:39.656 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.656 INFO [stderr] | Dec 18 14:49:39.656 INFO [stderr] Dec 18 14:49:39.656 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.656 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.656 INFO [stderr] | Dec 18 14:49:39.656 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.656 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.656 INFO [stderr] ... Dec 18 14:49:39.656 INFO [stderr] 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Dec 18 14:49:39.656 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.656 INFO [stderr] | Dec 18 14:49:39.656 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.656 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.656 INFO [stderr] | Dec 18 14:49:39.656 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.656 INFO [stderr] | Dec 18 14:49:39.656 INFO [stderr] Dec 18 14:49:39.656 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.656 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.656 INFO [stderr] | Dec 18 14:49:39.656 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.656 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.656 INFO [stderr] ... Dec 18 14:49:39.657 INFO [stderr] 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Dec 18 14:49:39.657 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.657 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] Dec 18 14:49:39.657 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.657 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.657 INFO [stderr] | ^^^^^ Dec 18 14:49:39.657 INFO [stderr] ... Dec 18 14:49:39.657 INFO [stderr] 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Dec 18 14:49:39.657 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.657 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] Dec 18 14:49:39.657 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.657 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.657 INFO [stderr] | ^^^^^ Dec 18 14:49:39.657 INFO [stderr] ... Dec 18 14:49:39.657 INFO [stderr] 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Dec 18 14:49:39.657 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.657 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] Dec 18 14:49:39.657 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.657 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.657 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.657 INFO [stderr] ... Dec 18 14:49:39.657 INFO [stderr] 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Dec 18 14:49:39.657 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.657 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] Dec 18 14:49:39.657 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.657 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.657 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.657 INFO [stderr] ... Dec 18 14:49:39.657 INFO [stderr] 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Dec 18 14:49:39.657 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.657 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] Dec 18 14:49:39.657 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.657 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.657 INFO [stderr] | ^^^^^ Dec 18 14:49:39.657 INFO [stderr] ... Dec 18 14:49:39.657 INFO [stderr] 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Dec 18 14:49:39.657 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.657 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] Dec 18 14:49:39.657 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.657 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.657 INFO [stderr] | Dec 18 14:49:39.657 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.657 INFO [stderr] | ^^^^^ Dec 18 14:49:39.657 INFO [stderr] ... Dec 18 14:49:39.657 INFO [stderr] 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Dec 18 14:49:39.657 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.658 INFO [stderr] | Dec 18 14:49:39.658 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.658 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.658 INFO [stderr] | Dec 18 14:49:39.658 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.658 INFO [stderr] | Dec 18 14:49:39.658 INFO [stderr] Dec 18 14:49:39.658 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.658 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.658 INFO [stderr] | Dec 18 14:49:39.658 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.658 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.658 INFO [stderr] ... Dec 18 14:49:39.658 INFO [stderr] 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Dec 18 14:49:39.658 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.672 INFO [stderr] | Dec 18 14:49:39.672 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.672 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.672 INFO [stderr] | Dec 18 14:49:39.672 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.672 INFO [stderr] | Dec 18 14:49:39.672 INFO [stderr] Dec 18 14:49:39.672 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.672 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.672 INFO [stderr] | Dec 18 14:49:39.672 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.672 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.672 INFO [stderr] ... Dec 18 14:49:39.672 INFO [stderr] 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Dec 18 14:49:39.672 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.672 INFO [stderr] | Dec 18 14:49:39.672 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.672 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.672 INFO [stderr] | Dec 18 14:49:39.672 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.672 INFO [stderr] | Dec 18 14:49:39.672 INFO [stderr] Dec 18 14:49:39.672 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.672 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.672 INFO [stderr] | Dec 18 14:49:39.672 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.672 INFO [stderr] | ^^^^^ Dec 18 14:49:39.672 INFO [stderr] ... Dec 18 14:49:39.672 INFO [stderr] 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Dec 18 14:49:39.672 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.672 INFO [stderr] | Dec 18 14:49:39.672 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.672 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.672 INFO [stderr] | Dec 18 14:49:39.672 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.672 INFO [stderr] | Dec 18 14:49:39.672 INFO [stderr] Dec 18 14:49:39.672 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.672 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.672 INFO [stderr] | Dec 18 14:49:39.672 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.672 INFO [stderr] | ^^^^^ Dec 18 14:49:39.672 INFO [stderr] ... Dec 18 14:49:39.672 INFO [stderr] 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Dec 18 14:49:39.672 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.672 INFO [stderr] | Dec 18 14:49:39.672 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.672 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.672 INFO [stderr] | Dec 18 14:49:39.672 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.672 INFO [stderr] | Dec 18 14:49:39.672 INFO [stderr] Dec 18 14:49:39.672 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.672 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.673 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.673 INFO [stderr] ... Dec 18 14:49:39.673 INFO [stderr] 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Dec 18 14:49:39.673 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.673 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] Dec 18 14:49:39.673 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.673 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.673 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.673 INFO [stderr] ... Dec 18 14:49:39.673 INFO [stderr] 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Dec 18 14:49:39.673 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.673 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] Dec 18 14:49:39.673 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.673 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.673 INFO [stderr] | ^^^^^ Dec 18 14:49:39.673 INFO [stderr] ... Dec 18 14:49:39.673 INFO [stderr] 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Dec 18 14:49:39.673 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.673 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] Dec 18 14:49:39.673 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.673 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.673 INFO [stderr] | ^^^^^ Dec 18 14:49:39.673 INFO [stderr] ... Dec 18 14:49:39.673 INFO [stderr] 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Dec 18 14:49:39.673 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.673 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] Dec 18 14:49:39.673 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.673 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.673 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.673 INFO [stderr] ... Dec 18 14:49:39.673 INFO [stderr] 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Dec 18 14:49:39.673 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.673 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] Dec 18 14:49:39.673 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.673 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.673 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.673 INFO [stderr] ... Dec 18 14:49:39.673 INFO [stderr] 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Dec 18 14:49:39.673 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.673 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] Dec 18 14:49:39.673 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.673 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.673 INFO [stderr] | ^^^^^ Dec 18 14:49:39.673 INFO [stderr] ... Dec 18 14:49:39.673 INFO [stderr] 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Dec 18 14:49:39.673 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.673 INFO [stderr] | Dec 18 14:49:39.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.674 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.674 INFO [stderr] | Dec 18 14:49:39.674 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.674 INFO [stderr] | Dec 18 14:49:39.674 INFO [stderr] Dec 18 14:49:39.674 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.674 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.674 INFO [stderr] | Dec 18 14:49:39.674 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.674 INFO [stderr] | ^^^^^ Dec 18 14:49:39.674 INFO [stderr] ... Dec 18 14:49:39.674 INFO [stderr] 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Dec 18 14:49:39.674 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.674 INFO [stderr] | Dec 18 14:49:39.674 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.674 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.674 INFO [stderr] | Dec 18 14:49:39.674 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.674 INFO [stderr] | Dec 18 14:49:39.674 INFO [stderr] Dec 18 14:49:39.680 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.680 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.680 INFO [stderr] | Dec 18 14:49:39.680 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.680 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.680 INFO [stderr] ... Dec 18 14:49:39.680 INFO [stderr] 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Dec 18 14:49:39.680 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.680 INFO [stderr] | Dec 18 14:49:39.680 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.680 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.680 INFO [stderr] | Dec 18 14:49:39.680 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.680 INFO [stderr] | Dec 18 14:49:39.680 INFO [stderr] Dec 18 14:49:39.680 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.680 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.680 INFO [stderr] | Dec 18 14:49:39.680 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.680 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.680 INFO [stderr] ... Dec 18 14:49:39.680 INFO [stderr] 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Dec 18 14:49:39.680 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.680 INFO [stderr] | Dec 18 14:49:39.680 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.680 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.680 INFO [stderr] | Dec 18 14:49:39.680 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.680 INFO [stderr] | Dec 18 14:49:39.680 INFO [stderr] Dec 18 14:49:39.680 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.680 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.680 INFO [stderr] | Dec 18 14:49:39.680 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.680 INFO [stderr] | ^^^^^ Dec 18 14:49:39.680 INFO [stderr] ... Dec 18 14:49:39.680 INFO [stderr] 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Dec 18 14:49:39.680 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.680 INFO [stderr] | Dec 18 14:49:39.680 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.680 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.680 INFO [stderr] | Dec 18 14:49:39.680 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.680 INFO [stderr] | Dec 18 14:49:39.680 INFO [stderr] Dec 18 14:49:39.680 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.680 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.680 INFO [stderr] | Dec 18 14:49:39.680 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.680 INFO [stderr] | ^^^^^ Dec 18 14:49:39.681 INFO [stderr] ... Dec 18 14:49:39.681 INFO [stderr] 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Dec 18 14:49:39.681 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.681 INFO [stderr] | Dec 18 14:49:39.681 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.681 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.681 INFO [stderr] | Dec 18 14:49:39.681 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.681 INFO [stderr] | Dec 18 14:49:39.681 INFO [stderr] Dec 18 14:49:39.681 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.681 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.681 INFO [stderr] | Dec 18 14:49:39.681 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.681 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.681 INFO [stderr] ... Dec 18 14:49:39.681 INFO [stderr] 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Dec 18 14:49:39.681 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.681 INFO [stderr] | Dec 18 14:49:39.681 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.681 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.681 INFO [stderr] | Dec 18 14:49:39.681 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.681 INFO [stderr] | Dec 18 14:49:39.681 INFO [stderr] Dec 18 14:49:39.681 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.681 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.681 INFO [stderr] | Dec 18 14:49:39.681 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.681 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.681 INFO [stderr] ... Dec 18 14:49:39.681 INFO [stderr] 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Dec 18 14:49:39.681 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.681 INFO [stderr] | Dec 18 14:49:39.681 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.681 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.681 INFO [stderr] | Dec 18 14:49:39.681 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.681 INFO [stderr] | Dec 18 14:49:39.681 INFO [stderr] Dec 18 14:49:39.681 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.681 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.681 INFO [stderr] | Dec 18 14:49:39.681 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.681 INFO [stderr] | ^^^^^ Dec 18 14:49:39.681 INFO [stderr] ... Dec 18 14:49:39.681 INFO [stderr] 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Dec 18 14:49:39.681 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.681 INFO [stderr] | Dec 18 14:49:39.681 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.681 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.684 INFO [stderr] | Dec 18 14:49:39.684 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.684 INFO [stderr] | Dec 18 14:49:39.684 INFO [stderr] Dec 18 14:49:39.684 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.684 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.684 INFO [stderr] | Dec 18 14:49:39.684 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.684 INFO [stderr] | ^^^^^ Dec 18 14:49:39.684 INFO [stderr] ... Dec 18 14:49:39.684 INFO [stderr] 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Dec 18 14:49:39.684 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.684 INFO [stderr] | Dec 18 14:49:39.684 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.684 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.684 INFO [stderr] | Dec 18 14:49:39.684 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.684 INFO [stderr] | Dec 18 14:49:39.684 INFO [stderr] Dec 18 14:49:39.684 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.684 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.684 INFO [stderr] | Dec 18 14:49:39.684 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.684 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.684 INFO [stderr] ... Dec 18 14:49:39.684 INFO [stderr] 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Dec 18 14:49:39.684 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.684 INFO [stderr] | Dec 18 14:49:39.684 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.684 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.684 INFO [stderr] | Dec 18 14:49:39.684 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.684 INFO [stderr] | Dec 18 14:49:39.684 INFO [stderr] Dec 18 14:49:39.684 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.684 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.684 INFO [stderr] | Dec 18 14:49:39.684 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.684 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.684 INFO [stderr] ... Dec 18 14:49:39.684 INFO [stderr] 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Dec 18 14:49:39.684 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.684 INFO [stderr] | Dec 18 14:49:39.684 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.684 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.684 INFO [stderr] | Dec 18 14:49:39.684 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.684 INFO [stderr] | Dec 18 14:49:39.684 INFO [stderr] Dec 18 14:49:39.684 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.684 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.684 INFO [stderr] | Dec 18 14:49:39.685 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.685 INFO [stderr] | ^^^^^ Dec 18 14:49:39.685 INFO [stderr] ... Dec 18 14:49:39.685 INFO [stderr] 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Dec 18 14:49:39.685 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.685 INFO [stderr] | Dec 18 14:49:39.685 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.685 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.685 INFO [stderr] | Dec 18 14:49:39.685 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.685 INFO [stderr] | Dec 18 14:49:39.685 INFO [stderr] Dec 18 14:49:39.685 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.685 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.685 INFO [stderr] | Dec 18 14:49:39.685 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.685 INFO [stderr] | ^^^^^ Dec 18 14:49:39.685 INFO [stderr] ... Dec 18 14:49:39.685 INFO [stderr] 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Dec 18 14:49:39.685 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.685 INFO [stderr] | Dec 18 14:49:39.685 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.685 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.685 INFO [stderr] | Dec 18 14:49:39.685 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.685 INFO [stderr] | Dec 18 14:49:39.685 INFO [stderr] Dec 18 14:49:39.685 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.685 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.685 INFO [stderr] | Dec 18 14:49:39.685 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.685 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.685 INFO [stderr] ... Dec 18 14:49:39.685 INFO [stderr] 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Dec 18 14:49:39.685 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.685 INFO [stderr] | Dec 18 14:49:39.685 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.685 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.685 INFO [stderr] | Dec 18 14:49:39.685 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.685 INFO [stderr] | Dec 18 14:49:39.685 INFO [stderr] Dec 18 14:49:39.685 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.685 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.685 INFO [stderr] | Dec 18 14:49:39.685 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.685 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.685 INFO [stderr] ... Dec 18 14:49:39.685 INFO [stderr] 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Dec 18 14:49:39.685 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.685 INFO [stderr] | Dec 18 14:49:39.685 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.685 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.685 INFO [stderr] | Dec 18 14:49:39.685 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.685 INFO [stderr] | Dec 18 14:49:39.685 INFO [stderr] Dec 18 14:49:39.688 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.688 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.688 INFO [stderr] | Dec 18 14:49:39.688 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.688 INFO [stderr] | ^^^^^ Dec 18 14:49:39.688 INFO [stderr] ... Dec 18 14:49:39.688 INFO [stderr] 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Dec 18 14:49:39.688 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.688 INFO [stderr] | Dec 18 14:49:39.688 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.688 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.688 INFO [stderr] | Dec 18 14:49:39.688 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.688 INFO [stderr] | Dec 18 14:49:39.688 INFO [stderr] Dec 18 14:49:39.688 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.688 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.688 INFO [stderr] | Dec 18 14:49:39.688 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.688 INFO [stderr] | ^^^^^ Dec 18 14:49:39.688 INFO [stderr] ... Dec 18 14:49:39.688 INFO [stderr] 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Dec 18 14:49:39.688 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.688 INFO [stderr] | Dec 18 14:49:39.688 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.688 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.688 INFO [stderr] | Dec 18 14:49:39.688 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.688 INFO [stderr] | Dec 18 14:49:39.688 INFO [stderr] Dec 18 14:49:39.688 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.688 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.688 INFO [stderr] | Dec 18 14:49:39.688 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.688 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.688 INFO [stderr] ... Dec 18 14:49:39.688 INFO [stderr] 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Dec 18 14:49:39.688 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.688 INFO [stderr] | Dec 18 14:49:39.688 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.688 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.688 INFO [stderr] | Dec 18 14:49:39.688 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.688 INFO [stderr] | Dec 18 14:49:39.688 INFO [stderr] Dec 18 14:49:39.696 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.696 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.696 INFO [stderr] | Dec 18 14:49:39.696 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.696 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.696 INFO [stderr] ... Dec 18 14:49:39.696 INFO [stderr] 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Dec 18 14:49:39.696 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.696 INFO [stderr] | Dec 18 14:49:39.696 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.696 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.696 INFO [stderr] | Dec 18 14:49:39.696 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.696 INFO [stderr] | Dec 18 14:49:39.696 INFO [stderr] Dec 18 14:49:39.696 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.696 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.696 INFO [stderr] | Dec 18 14:49:39.696 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.696 INFO [stderr] | ^^^^^ Dec 18 14:49:39.696 INFO [stderr] ... Dec 18 14:49:39.696 INFO [stderr] 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Dec 18 14:49:39.696 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.696 INFO [stderr] | Dec 18 14:49:39.696 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.696 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.696 INFO [stderr] | Dec 18 14:49:39.696 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.696 INFO [stderr] | Dec 18 14:49:39.696 INFO [stderr] Dec 18 14:49:39.696 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.696 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.696 INFO [stderr] | Dec 18 14:49:39.696 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.696 INFO [stderr] | ^^^^^ Dec 18 14:49:39.696 INFO [stderr] ... Dec 18 14:49:39.696 INFO [stderr] 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Dec 18 14:49:39.696 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.696 INFO [stderr] | Dec 18 14:49:39.696 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.696 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.696 INFO [stderr] | Dec 18 14:49:39.696 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.696 INFO [stderr] | Dec 18 14:49:39.696 INFO [stderr] Dec 18 14:49:39.696 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.696 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.696 INFO [stderr] | Dec 18 14:49:39.696 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.696 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.696 INFO [stderr] ... Dec 18 14:49:39.697 INFO [stderr] 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Dec 18 14:49:39.697 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.697 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] Dec 18 14:49:39.697 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.697 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.697 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.697 INFO [stderr] ... Dec 18 14:49:39.697 INFO [stderr] 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Dec 18 14:49:39.697 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.697 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] Dec 18 14:49:39.697 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.697 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.697 INFO [stderr] | ^^^^^ Dec 18 14:49:39.697 INFO [stderr] ... Dec 18 14:49:39.697 INFO [stderr] 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Dec 18 14:49:39.697 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.697 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] Dec 18 14:49:39.697 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.697 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.697 INFO [stderr] | ^^^^^ Dec 18 14:49:39.697 INFO [stderr] ... Dec 18 14:49:39.697 INFO [stderr] 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Dec 18 14:49:39.697 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.697 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] Dec 18 14:49:39.697 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.697 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.697 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.697 INFO [stderr] ... Dec 18 14:49:39.697 INFO [stderr] 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Dec 18 14:49:39.697 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.697 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] Dec 18 14:49:39.697 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.697 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.697 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.697 INFO [stderr] ... Dec 18 14:49:39.697 INFO [stderr] 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Dec 18 14:49:39.697 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.697 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.697 INFO [stderr] | Dec 18 14:49:39.697 INFO [stderr] Dec 18 14:49:39.712 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.712 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.712 INFO [stderr] | Dec 18 14:49:39.712 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.712 INFO [stderr] | ^^^^^ Dec 18 14:49:39.712 INFO [stderr] ... Dec 18 14:49:39.712 INFO [stderr] 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Dec 18 14:49:39.712 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.712 INFO [stderr] | Dec 18 14:49:39.712 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.712 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.712 INFO [stderr] | Dec 18 14:49:39.712 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.712 INFO [stderr] | Dec 18 14:49:39.712 INFO [stderr] Dec 18 14:49:39.712 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.712 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.712 INFO [stderr] | Dec 18 14:49:39.712 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.712 INFO [stderr] | ^^^^^ Dec 18 14:49:39.712 INFO [stderr] ... Dec 18 14:49:39.712 INFO [stderr] 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Dec 18 14:49:39.712 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.712 INFO [stderr] | Dec 18 14:49:39.712 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.712 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.712 INFO [stderr] | Dec 18 14:49:39.712 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.712 INFO [stderr] | Dec 18 14:49:39.712 INFO [stderr] Dec 18 14:49:39.712 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.712 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.712 INFO [stderr] | Dec 18 14:49:39.712 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.712 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.712 INFO [stderr] ... Dec 18 14:49:39.712 INFO [stderr] 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Dec 18 14:49:39.712 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.712 INFO [stderr] | Dec 18 14:49:39.712 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.712 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.712 INFO [stderr] | Dec 18 14:49:39.712 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.712 INFO [stderr] | Dec 18 14:49:39.712 INFO [stderr] Dec 18 14:49:39.712 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.712 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.712 INFO [stderr] | Dec 18 14:49:39.712 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.712 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.712 INFO [stderr] ... Dec 18 14:49:39.713 INFO [stderr] 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Dec 18 14:49:39.713 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.713 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] Dec 18 14:49:39.713 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.713 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.713 INFO [stderr] | ^^^^^ Dec 18 14:49:39.713 INFO [stderr] ... Dec 18 14:49:39.713 INFO [stderr] 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Dec 18 14:49:39.713 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.713 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] Dec 18 14:49:39.713 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.713 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.713 INFO [stderr] | ^^^^^ Dec 18 14:49:39.713 INFO [stderr] ... Dec 18 14:49:39.713 INFO [stderr] 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Dec 18 14:49:39.713 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.713 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] Dec 18 14:49:39.713 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.713 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.713 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.713 INFO [stderr] ... Dec 18 14:49:39.713 INFO [stderr] 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Dec 18 14:49:39.713 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.713 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] Dec 18 14:49:39.713 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.713 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.713 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.713 INFO [stderr] ... Dec 18 14:49:39.713 INFO [stderr] 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Dec 18 14:49:39.713 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.713 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] Dec 18 14:49:39.713 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.713 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.713 INFO [stderr] | ^^^^^ Dec 18 14:49:39.713 INFO [stderr] ... Dec 18 14:49:39.713 INFO [stderr] 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Dec 18 14:49:39.713 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.713 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] Dec 18 14:49:39.713 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.713 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.713 INFO [stderr] | Dec 18 14:49:39.713 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.713 INFO [stderr] | ^^^^^ Dec 18 14:49:39.713 INFO [stderr] ... Dec 18 14:49:39.713 INFO [stderr] 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Dec 18 14:49:39.713 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.719 INFO [stderr] | Dec 18 14:49:39.719 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.719 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.719 INFO [stderr] | Dec 18 14:49:39.719 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.719 INFO [stderr] | Dec 18 14:49:39.719 INFO [stderr] Dec 18 14:49:39.719 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.719 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.719 INFO [stderr] | Dec 18 14:49:39.719 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.719 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.719 INFO [stderr] ... Dec 18 14:49:39.719 INFO [stderr] 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Dec 18 14:49:39.719 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.719 INFO [stderr] | Dec 18 14:49:39.719 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.719 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.719 INFO [stderr] | Dec 18 14:49:39.719 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.719 INFO [stderr] | Dec 18 14:49:39.719 INFO [stderr] Dec 18 14:49:39.719 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.719 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.719 INFO [stderr] | Dec 18 14:49:39.719 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.719 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.719 INFO [stderr] ... Dec 18 14:49:39.719 INFO [stderr] 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Dec 18 14:49:39.719 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.719 INFO [stderr] | Dec 18 14:49:39.719 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.720 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] Dec 18 14:49:39.720 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.720 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.720 INFO [stderr] | ^^^^^ Dec 18 14:49:39.720 INFO [stderr] ... Dec 18 14:49:39.720 INFO [stderr] 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Dec 18 14:49:39.720 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.720 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] Dec 18 14:49:39.720 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.720 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.720 INFO [stderr] | ^^^^^ Dec 18 14:49:39.720 INFO [stderr] ... Dec 18 14:49:39.720 INFO [stderr] 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Dec 18 14:49:39.720 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.720 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] Dec 18 14:49:39.720 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.720 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.720 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.720 INFO [stderr] ... Dec 18 14:49:39.720 INFO [stderr] 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Dec 18 14:49:39.720 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.720 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] Dec 18 14:49:39.720 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.720 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.720 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.720 INFO [stderr] ... Dec 18 14:49:39.720 INFO [stderr] 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Dec 18 14:49:39.720 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.720 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] Dec 18 14:49:39.720 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.720 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.720 INFO [stderr] | ^^^^^ Dec 18 14:49:39.720 INFO [stderr] ... Dec 18 14:49:39.720 INFO [stderr] 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Dec 18 14:49:39.720 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.720 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] Dec 18 14:49:39.720 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.720 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.720 INFO [stderr] | ^^^^^ Dec 18 14:49:39.720 INFO [stderr] ... Dec 18 14:49:39.720 INFO [stderr] 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Dec 18 14:49:39.720 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.720 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.720 INFO [stderr] | Dec 18 14:49:39.720 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.721 INFO [stderr] | Dec 18 14:49:39.721 INFO [stderr] Dec 18 14:49:39.721 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.721 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.721 INFO [stderr] | Dec 18 14:49:39.721 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.721 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.721 INFO [stderr] ... Dec 18 14:49:39.721 INFO [stderr] 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Dec 18 14:49:39.721 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.721 INFO [stderr] | Dec 18 14:49:39.721 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.721 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.721 INFO [stderr] | Dec 18 14:49:39.721 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.721 INFO [stderr] | Dec 18 14:49:39.721 INFO [stderr] Dec 18 14:49:39.721 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.721 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.721 INFO [stderr] | Dec 18 14:49:39.722 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.722 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.722 INFO [stderr] ... Dec 18 14:49:39.722 INFO [stderr] 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Dec 18 14:49:39.722 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.723 INFO [stderr] | Dec 18 14:49:39.723 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.723 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.723 INFO [stderr] | Dec 18 14:49:39.723 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.723 INFO [stderr] | Dec 18 14:49:39.723 INFO [stderr] Dec 18 14:49:39.723 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.723 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.723 INFO [stderr] | Dec 18 14:49:39.723 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.723 INFO [stderr] | ^^^^^ Dec 18 14:49:39.723 INFO [stderr] ... Dec 18 14:49:39.723 INFO [stderr] 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Dec 18 14:49:39.723 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.728 INFO [stderr] | Dec 18 14:49:39.728 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.728 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.728 INFO [stderr] | Dec 18 14:49:39.728 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.728 INFO [stderr] | Dec 18 14:49:39.728 INFO [stderr] Dec 18 14:49:39.728 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.728 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.728 INFO [stderr] | Dec 18 14:49:39.728 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.728 INFO [stderr] | ^^^^^ Dec 18 14:49:39.728 INFO [stderr] ... Dec 18 14:49:39.728 INFO [stderr] 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Dec 18 14:49:39.728 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.728 INFO [stderr] | Dec 18 14:49:39.728 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.728 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.728 INFO [stderr] | Dec 18 14:49:39.728 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.728 INFO [stderr] | Dec 18 14:49:39.728 INFO [stderr] Dec 18 14:49:39.728 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.728 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.728 INFO [stderr] | Dec 18 14:49:39.728 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.728 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.728 INFO [stderr] ... Dec 18 14:49:39.728 INFO [stderr] 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Dec 18 14:49:39.728 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.728 INFO [stderr] | Dec 18 14:49:39.728 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.728 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.728 INFO [stderr] | Dec 18 14:49:39.728 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.728 INFO [stderr] | Dec 18 14:49:39.728 INFO [stderr] Dec 18 14:49:39.728 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.728 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.728 INFO [stderr] | Dec 18 14:49:39.728 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.728 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.728 INFO [stderr] ... Dec 18 14:49:39.728 INFO [stderr] 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Dec 18 14:49:39.728 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.728 INFO [stderr] | Dec 18 14:49:39.728 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.728 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.728 INFO [stderr] | Dec 18 14:49:39.728 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.729 INFO [stderr] | Dec 18 14:49:39.729 INFO [stderr] Dec 18 14:49:39.732 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.733 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.733 INFO [stderr] | ^^^^^ Dec 18 14:49:39.733 INFO [stderr] ... Dec 18 14:49:39.733 INFO [stderr] 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Dec 18 14:49:39.733 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.733 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] Dec 18 14:49:39.733 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.733 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.733 INFO [stderr] | ^^^^^ Dec 18 14:49:39.733 INFO [stderr] ... Dec 18 14:49:39.733 INFO [stderr] 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Dec 18 14:49:39.733 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.733 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] Dec 18 14:49:39.733 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.733 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.733 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.733 INFO [stderr] ... Dec 18 14:49:39.733 INFO [stderr] 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Dec 18 14:49:39.733 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.733 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] Dec 18 14:49:39.733 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.733 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.733 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.733 INFO [stderr] ... Dec 18 14:49:39.733 INFO [stderr] 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Dec 18 14:49:39.733 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.733 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] Dec 18 14:49:39.733 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.733 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.733 INFO [stderr] | ^^^^^ Dec 18 14:49:39.733 INFO [stderr] ... Dec 18 14:49:39.733 INFO [stderr] 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Dec 18 14:49:39.733 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.733 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] Dec 18 14:49:39.733 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.733 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.733 INFO [stderr] | ^^^^^ Dec 18 14:49:39.733 INFO [stderr] ... Dec 18 14:49:39.733 INFO [stderr] 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Dec 18 14:49:39.733 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.733 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] Dec 18 14:49:39.733 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.733 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.733 INFO [stderr] | Dec 18 14:49:39.733 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.734 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.734 INFO [stderr] ... Dec 18 14:49:39.734 INFO [stderr] 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Dec 18 14:49:39.734 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.734 INFO [stderr] | Dec 18 14:49:39.734 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.734 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.734 INFO [stderr] | Dec 18 14:49:39.734 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.734 INFO [stderr] | Dec 18 14:49:39.734 INFO [stderr] Dec 18 14:49:39.744 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.746 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.746 INFO [stderr] | Dec 18 14:49:39.746 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.746 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.746 INFO [stderr] ... Dec 18 14:49:39.746 INFO [stderr] 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Dec 18 14:49:39.746 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.747 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] Dec 18 14:49:39.747 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.747 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.747 INFO [stderr] | ^^^^^ Dec 18 14:49:39.747 INFO [stderr] ... Dec 18 14:49:39.747 INFO [stderr] 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Dec 18 14:49:39.747 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.747 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] Dec 18 14:49:39.747 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.747 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.747 INFO [stderr] | ^^^^^ Dec 18 14:49:39.747 INFO [stderr] ... Dec 18 14:49:39.747 INFO [stderr] 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Dec 18 14:49:39.747 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.747 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] Dec 18 14:49:39.747 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.747 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.747 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.747 INFO [stderr] ... Dec 18 14:49:39.747 INFO [stderr] 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Dec 18 14:49:39.747 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.747 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] Dec 18 14:49:39.747 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.747 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.747 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.747 INFO [stderr] ... Dec 18 14:49:39.747 INFO [stderr] 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Dec 18 14:49:39.747 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.747 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.747 INFO [stderr] | Dec 18 14:49:39.747 INFO [stderr] Dec 18 14:49:39.751 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.752 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.752 INFO [stderr] | Dec 18 14:49:39.752 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.752 INFO [stderr] | ^^^^^ Dec 18 14:49:39.752 INFO [stderr] ... Dec 18 14:49:39.752 INFO [stderr] 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Dec 18 14:49:39.752 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.752 INFO [stderr] | Dec 18 14:49:39.752 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.752 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.752 INFO [stderr] | Dec 18 14:49:39.752 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.752 INFO [stderr] | Dec 18 14:49:39.752 INFO [stderr] Dec 18 14:49:39.752 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.752 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.752 INFO [stderr] | Dec 18 14:49:39.752 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.752 INFO [stderr] | ^^^^^ Dec 18 14:49:39.752 INFO [stderr] ... Dec 18 14:49:39.752 INFO [stderr] 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Dec 18 14:49:39.752 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.752 INFO [stderr] | Dec 18 14:49:39.752 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.752 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.752 INFO [stderr] | Dec 18 14:49:39.752 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.752 INFO [stderr] | Dec 18 14:49:39.752 INFO [stderr] Dec 18 14:49:39.752 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.752 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.752 INFO [stderr] | Dec 18 14:49:39.752 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.756 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.756 INFO [stderr] ... Dec 18 14:49:39.756 INFO [stderr] 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Dec 18 14:49:39.756 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.756 INFO [stderr] | Dec 18 14:49:39.756 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.756 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.756 INFO [stderr] | Dec 18 14:49:39.756 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.756 INFO [stderr] | Dec 18 14:49:39.756 INFO [stderr] Dec 18 14:49:39.756 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.756 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.756 INFO [stderr] | Dec 18 14:49:39.756 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.756 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.756 INFO [stderr] ... Dec 18 14:49:39.756 INFO [stderr] 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Dec 18 14:49:39.756 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.756 INFO [stderr] | Dec 18 14:49:39.756 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.756 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.756 INFO [stderr] | Dec 18 14:49:39.756 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.756 INFO [stderr] | Dec 18 14:49:39.756 INFO [stderr] Dec 18 14:49:39.756 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.756 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.756 INFO [stderr] | Dec 18 14:49:39.756 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.756 INFO [stderr] | ^^^^^ Dec 18 14:49:39.756 INFO [stderr] ... Dec 18 14:49:39.756 INFO [stderr] 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Dec 18 14:49:39.756 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.756 INFO [stderr] | Dec 18 14:49:39.756 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.756 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.756 INFO [stderr] | Dec 18 14:49:39.756 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.756 INFO [stderr] | Dec 18 14:49:39.756 INFO [stderr] Dec 18 14:49:39.757 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.757 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.757 INFO [stderr] | ^^^^^ Dec 18 14:49:39.757 INFO [stderr] ... Dec 18 14:49:39.757 INFO [stderr] 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Dec 18 14:49:39.757 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.757 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] Dec 18 14:49:39.757 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.757 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.757 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.757 INFO [stderr] ... Dec 18 14:49:39.757 INFO [stderr] 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Dec 18 14:49:39.757 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.757 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] Dec 18 14:49:39.757 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.757 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.757 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.757 INFO [stderr] ... Dec 18 14:49:39.757 INFO [stderr] 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Dec 18 14:49:39.757 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.757 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] Dec 18 14:49:39.757 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.757 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.757 INFO [stderr] | ^^^^^ Dec 18 14:49:39.757 INFO [stderr] ... Dec 18 14:49:39.757 INFO [stderr] 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Dec 18 14:49:39.757 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.757 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] Dec 18 14:49:39.757 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.757 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.757 INFO [stderr] | ^^^^^ Dec 18 14:49:39.757 INFO [stderr] ... Dec 18 14:49:39.757 INFO [stderr] 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Dec 18 14:49:39.757 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.757 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] Dec 18 14:49:39.757 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.757 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.757 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.757 INFO [stderr] ... Dec 18 14:49:39.757 INFO [stderr] 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Dec 18 14:49:39.757 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.757 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.757 INFO [stderr] | Dec 18 14:49:39.757 INFO [stderr] Dec 18 14:49:39.758 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.758 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.758 INFO [stderr] | Dec 18 14:49:39.758 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.758 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.758 INFO [stderr] ... Dec 18 14:49:39.758 INFO [stderr] 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Dec 18 14:49:39.758 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.758 INFO [stderr] | Dec 18 14:49:39.758 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.758 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.758 INFO [stderr] | Dec 18 14:49:39.758 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.758 INFO [stderr] | Dec 18 14:49:39.758 INFO [stderr] Dec 18 14:49:39.758 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.758 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.758 INFO [stderr] | Dec 18 14:49:39.758 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.758 INFO [stderr] | ^^^^^ Dec 18 14:49:39.758 INFO [stderr] ... Dec 18 14:49:39.758 INFO [stderr] 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Dec 18 14:49:39.758 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.758 INFO [stderr] | Dec 18 14:49:39.758 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.758 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.758 INFO [stderr] | Dec 18 14:49:39.758 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.758 INFO [stderr] | Dec 18 14:49:39.758 INFO [stderr] Dec 18 14:49:39.764 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.764 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.764 INFO [stderr] | Dec 18 14:49:39.764 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.764 INFO [stderr] | ^^^^^ Dec 18 14:49:39.764 INFO [stderr] ... Dec 18 14:49:39.764 INFO [stderr] 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Dec 18 14:49:39.764 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.764 INFO [stderr] | Dec 18 14:49:39.764 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.764 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.764 INFO [stderr] | Dec 18 14:49:39.764 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.764 INFO [stderr] | Dec 18 14:49:39.764 INFO [stderr] Dec 18 14:49:39.764 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.764 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.764 INFO [stderr] | Dec 18 14:49:39.764 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.764 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.764 INFO [stderr] ... Dec 18 14:49:39.764 INFO [stderr] 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Dec 18 14:49:39.764 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.764 INFO [stderr] | Dec 18 14:49:39.764 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.764 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.764 INFO [stderr] | Dec 18 14:49:39.764 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.764 INFO [stderr] | Dec 18 14:49:39.764 INFO [stderr] Dec 18 14:49:39.764 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.764 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.764 INFO [stderr] | Dec 18 14:49:39.764 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.764 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.764 INFO [stderr] ... Dec 18 14:49:39.764 INFO [stderr] 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Dec 18 14:49:39.764 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.764 INFO [stderr] | Dec 18 14:49:39.764 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.764 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.764 INFO [stderr] | Dec 18 14:49:39.764 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.764 INFO [stderr] | Dec 18 14:49:39.764 INFO [stderr] Dec 18 14:49:39.768 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.768 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.768 INFO [stderr] | Dec 18 14:49:39.768 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.768 INFO [stderr] | ^^^^^ Dec 18 14:49:39.768 INFO [stderr] ... Dec 18 14:49:39.768 INFO [stderr] 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Dec 18 14:49:39.768 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.768 INFO [stderr] | Dec 18 14:49:39.768 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.768 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.768 INFO [stderr] | Dec 18 14:49:39.768 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.768 INFO [stderr] | Dec 18 14:49:39.768 INFO [stderr] Dec 18 14:49:39.768 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.768 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.768 INFO [stderr] | Dec 18 14:49:39.768 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.768 INFO [stderr] | ^^^^^ Dec 18 14:49:39.768 INFO [stderr] ... Dec 18 14:49:39.768 INFO [stderr] 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Dec 18 14:49:39.768 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.768 INFO [stderr] | Dec 18 14:49:39.768 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.768 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.768 INFO [stderr] | Dec 18 14:49:39.768 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.768 INFO [stderr] | Dec 18 14:49:39.768 INFO [stderr] Dec 18 14:49:39.768 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.768 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.768 INFO [stderr] | Dec 18 14:49:39.768 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.768 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.768 INFO [stderr] ... Dec 18 14:49:39.768 INFO [stderr] 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Dec 18 14:49:39.768 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.768 INFO [stderr] | Dec 18 14:49:39.768 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.768 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.768 INFO [stderr] | Dec 18 14:49:39.768 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.768 INFO [stderr] | Dec 18 14:49:39.768 INFO [stderr] Dec 18 14:49:39.768 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.768 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.768 INFO [stderr] | Dec 18 14:49:39.768 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.768 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.769 INFO [stderr] ... Dec 18 14:49:39.769 INFO [stderr] 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Dec 18 14:49:39.769 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.769 INFO [stderr] | Dec 18 14:49:39.769 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.769 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.769 INFO [stderr] | Dec 18 14:49:39.769 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.769 INFO [stderr] | Dec 18 14:49:39.769 INFO [stderr] Dec 18 14:49:39.769 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.769 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.769 INFO [stderr] | Dec 18 14:49:39.769 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.769 INFO [stderr] | ^^^^^ Dec 18 14:49:39.769 INFO [stderr] ... Dec 18 14:49:39.769 INFO [stderr] 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Dec 18 14:49:39.769 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.769 INFO [stderr] | Dec 18 14:49:39.769 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.769 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.769 INFO [stderr] | Dec 18 14:49:39.769 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.769 INFO [stderr] | Dec 18 14:49:39.769 INFO [stderr] Dec 18 14:49:39.769 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.769 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.769 INFO [stderr] | Dec 18 14:49:39.769 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.769 INFO [stderr] | ^^^^^ Dec 18 14:49:39.769 INFO [stderr] ... Dec 18 14:49:39.769 INFO [stderr] 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Dec 18 14:49:39.769 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.769 INFO [stderr] | Dec 18 14:49:39.769 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.769 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.769 INFO [stderr] | Dec 18 14:49:39.769 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.769 INFO [stderr] | Dec 18 14:49:39.769 INFO [stderr] Dec 18 14:49:39.772 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.772 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.772 INFO [stderr] | Dec 18 14:49:39.772 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.772 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.772 INFO [stderr] ... Dec 18 14:49:39.772 INFO [stderr] 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Dec 18 14:49:39.772 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.772 INFO [stderr] | Dec 18 14:49:39.772 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.772 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.772 INFO [stderr] | Dec 18 14:49:39.772 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.772 INFO [stderr] | Dec 18 14:49:39.772 INFO [stderr] Dec 18 14:49:39.772 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.772 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.772 INFO [stderr] | Dec 18 14:49:39.772 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.772 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.772 INFO [stderr] ... Dec 18 14:49:39.772 INFO [stderr] 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Dec 18 14:49:39.772 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.772 INFO [stderr] | Dec 18 14:49:39.772 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.773 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.773 INFO [stderr] | Dec 18 14:49:39.773 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.773 INFO [stderr] | Dec 18 14:49:39.773 INFO [stderr] Dec 18 14:49:39.773 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.773 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.773 INFO [stderr] | Dec 18 14:49:39.773 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.773 INFO [stderr] | ^^^^^ Dec 18 14:49:39.773 INFO [stderr] ... Dec 18 14:49:39.773 INFO [stderr] 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Dec 18 14:49:39.773 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.773 INFO [stderr] | Dec 18 14:49:39.773 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.773 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.773 INFO [stderr] | Dec 18 14:49:39.773 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.773 INFO [stderr] | Dec 18 14:49:39.773 INFO [stderr] Dec 18 14:49:39.773 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.773 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.773 INFO [stderr] | Dec 18 14:49:39.773 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.773 INFO [stderr] | ^^^^^ Dec 18 14:49:39.773 INFO [stderr] ... Dec 18 14:49:39.773 INFO [stderr] 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Dec 18 14:49:39.773 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.773 INFO [stderr] | Dec 18 14:49:39.773 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.780 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.780 INFO [stderr] | Dec 18 14:49:39.780 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.780 INFO [stderr] | Dec 18 14:49:39.780 INFO [stderr] Dec 18 14:49:39.780 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.780 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.780 INFO [stderr] | Dec 18 14:49:39.780 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.780 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.780 INFO [stderr] ... Dec 18 14:49:39.780 INFO [stderr] 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Dec 18 14:49:39.780 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.780 INFO [stderr] | Dec 18 14:49:39.780 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.780 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.780 INFO [stderr] | Dec 18 14:49:39.780 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.780 INFO [stderr] | Dec 18 14:49:39.780 INFO [stderr] Dec 18 14:49:39.780 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.780 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.780 INFO [stderr] | Dec 18 14:49:39.780 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.780 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.780 INFO [stderr] ... Dec 18 14:49:39.780 INFO [stderr] 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Dec 18 14:49:39.780 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.780 INFO [stderr] | Dec 18 14:49:39.780 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.780 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.780 INFO [stderr] | Dec 18 14:49:39.780 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.780 INFO [stderr] | Dec 18 14:49:39.780 INFO [stderr] Dec 18 14:49:39.780 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.780 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.780 INFO [stderr] | Dec 18 14:49:39.780 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.780 INFO [stderr] | ^^^^^ Dec 18 14:49:39.780 INFO [stderr] ... Dec 18 14:49:39.780 INFO [stderr] 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Dec 18 14:49:39.780 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.780 INFO [stderr] | Dec 18 14:49:39.780 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.780 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.780 INFO [stderr] | Dec 18 14:49:39.780 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] Dec 18 14:49:39.781 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.781 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.781 INFO [stderr] | ^^^^^ Dec 18 14:49:39.781 INFO [stderr] ... Dec 18 14:49:39.781 INFO [stderr] 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Dec 18 14:49:39.781 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.781 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] Dec 18 14:49:39.781 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.781 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.781 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.781 INFO [stderr] ... Dec 18 14:49:39.781 INFO [stderr] 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Dec 18 14:49:39.781 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.781 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] Dec 18 14:49:39.781 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.781 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.781 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.781 INFO [stderr] ... Dec 18 14:49:39.781 INFO [stderr] 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Dec 18 14:49:39.781 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.781 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] Dec 18 14:49:39.781 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.781 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.781 INFO [stderr] | ^^^^^ Dec 18 14:49:39.781 INFO [stderr] ... Dec 18 14:49:39.781 INFO [stderr] 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Dec 18 14:49:39.781 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.781 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] Dec 18 14:49:39.781 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.781 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.781 INFO [stderr] | ^^^^^ Dec 18 14:49:39.781 INFO [stderr] ... Dec 18 14:49:39.781 INFO [stderr] 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Dec 18 14:49:39.781 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.781 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] Dec 18 14:49:39.781 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.781 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.781 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.781 INFO [stderr] ... Dec 18 14:49:39.781 INFO [stderr] 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Dec 18 14:49:39.781 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.781 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.781 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.781 INFO [stderr] | Dec 18 14:49:39.782 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.782 INFO [stderr] | Dec 18 14:49:39.782 INFO [stderr] Dec 18 14:49:39.792 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.792 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.792 INFO [stderr] | Dec 18 14:49:39.792 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.792 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.792 INFO [stderr] ... Dec 18 14:49:39.792 INFO [stderr] 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Dec 18 14:49:39.792 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.792 INFO [stderr] | Dec 18 14:49:39.792 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.792 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.792 INFO [stderr] | Dec 18 14:49:39.792 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.792 INFO [stderr] | Dec 18 14:49:39.792 INFO [stderr] Dec 18 14:49:39.792 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.792 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.792 INFO [stderr] | Dec 18 14:49:39.792 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.792 INFO [stderr] | ^^^^^ Dec 18 14:49:39.793 INFO [stderr] ... Dec 18 14:49:39.793 INFO [stderr] 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Dec 18 14:49:39.793 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.793 INFO [stderr] | Dec 18 14:49:39.793 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.793 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.793 INFO [stderr] | Dec 18 14:49:39.793 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.793 INFO [stderr] | Dec 18 14:49:39.793 INFO [stderr] Dec 18 14:49:39.793 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.793 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.793 INFO [stderr] | Dec 18 14:49:39.793 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.793 INFO [stderr] | ^^^^^ Dec 18 14:49:39.793 INFO [stderr] ... Dec 18 14:49:39.793 INFO [stderr] 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Dec 18 14:49:39.793 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.793 INFO [stderr] | Dec 18 14:49:39.793 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.793 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.793 INFO [stderr] | Dec 18 14:49:39.793 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.793 INFO [stderr] | Dec 18 14:49:39.793 INFO [stderr] Dec 18 14:49:39.800 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.800 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.800 INFO [stderr] | Dec 18 14:49:39.800 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.800 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.800 INFO [stderr] ... Dec 18 14:49:39.800 INFO [stderr] 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Dec 18 14:49:39.800 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.800 INFO [stderr] | Dec 18 14:49:39.800 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.800 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.800 INFO [stderr] | Dec 18 14:49:39.800 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.800 INFO [stderr] | Dec 18 14:49:39.800 INFO [stderr] Dec 18 14:49:39.800 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.800 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.800 INFO [stderr] | Dec 18 14:49:39.800 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.800 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.800 INFO [stderr] ... Dec 18 14:49:39.800 INFO [stderr] 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Dec 18 14:49:39.800 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.800 INFO [stderr] | Dec 18 14:49:39.800 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.800 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.800 INFO [stderr] | Dec 18 14:49:39.800 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.800 INFO [stderr] | Dec 18 14:49:39.800 INFO [stderr] Dec 18 14:49:39.800 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.800 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.800 INFO [stderr] | Dec 18 14:49:39.800 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.800 INFO [stderr] | ^^^^^ Dec 18 14:49:39.800 INFO [stderr] ... Dec 18 14:49:39.800 INFO [stderr] 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Dec 18 14:49:39.800 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.800 INFO [stderr] | Dec 18 14:49:39.800 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.800 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.800 INFO [stderr] | Dec 18 14:49:39.800 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.800 INFO [stderr] | Dec 18 14:49:39.800 INFO [stderr] Dec 18 14:49:39.800 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.800 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.800 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.801 INFO [stderr] | ^^^^^ Dec 18 14:49:39.801 INFO [stderr] ... Dec 18 14:49:39.801 INFO [stderr] 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Dec 18 14:49:39.801 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.801 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] Dec 18 14:49:39.801 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.801 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.801 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.801 INFO [stderr] ... Dec 18 14:49:39.801 INFO [stderr] 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Dec 18 14:49:39.801 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.801 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] Dec 18 14:49:39.801 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.801 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.801 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.801 INFO [stderr] ... Dec 18 14:49:39.801 INFO [stderr] 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Dec 18 14:49:39.801 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.801 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] Dec 18 14:49:39.801 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.801 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.801 INFO [stderr] | ^^^^^ Dec 18 14:49:39.801 INFO [stderr] ... Dec 18 14:49:39.801 INFO [stderr] 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Dec 18 14:49:39.801 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.801 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] Dec 18 14:49:39.801 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.801 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.801 INFO [stderr] | ^^^^^ Dec 18 14:49:39.801 INFO [stderr] ... Dec 18 14:49:39.801 INFO [stderr] 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Dec 18 14:49:39.801 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.801 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] Dec 18 14:49:39.801 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.801 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.801 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.801 INFO [stderr] ... Dec 18 14:49:39.801 INFO [stderr] 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Dec 18 14:49:39.801 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.801 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] Dec 18 14:49:39.801 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.801 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.801 INFO [stderr] | Dec 18 14:49:39.801 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.801 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.801 INFO [stderr] ... Dec 18 14:49:39.802 INFO [stderr] 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Dec 18 14:49:39.802 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.802 INFO [stderr] | Dec 18 14:49:39.802 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.802 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.802 INFO [stderr] | Dec 18 14:49:39.802 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.802 INFO [stderr] | Dec 18 14:49:39.802 INFO [stderr] Dec 18 14:49:39.802 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.802 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.802 INFO [stderr] | Dec 18 14:49:39.802 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.802 INFO [stderr] | ^^^^^ Dec 18 14:49:39.802 INFO [stderr] ... Dec 18 14:49:39.802 INFO [stderr] 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Dec 18 14:49:39.802 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.802 INFO [stderr] | Dec 18 14:49:39.802 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.802 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.802 INFO [stderr] | Dec 18 14:49:39.802 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.802 INFO [stderr] | Dec 18 14:49:39.802 INFO [stderr] Dec 18 14:49:39.810 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.810 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.810 INFO [stderr] | Dec 18 14:49:39.810 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.810 INFO [stderr] | ^^^^^ Dec 18 14:49:39.810 INFO [stderr] ... Dec 18 14:49:39.810 INFO [stderr] 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Dec 18 14:49:39.810 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.810 INFO [stderr] | Dec 18 14:49:39.810 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.810 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.810 INFO [stderr] | Dec 18 14:49:39.810 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.810 INFO [stderr] | Dec 18 14:49:39.810 INFO [stderr] Dec 18 14:49:39.810 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.810 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.810 INFO [stderr] | Dec 18 14:49:39.810 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.810 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.810 INFO [stderr] ... Dec 18 14:49:39.810 INFO [stderr] 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Dec 18 14:49:39.810 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.810 INFO [stderr] | Dec 18 14:49:39.810 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.810 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.810 INFO [stderr] | Dec 18 14:49:39.810 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.810 INFO [stderr] | Dec 18 14:49:39.810 INFO [stderr] Dec 18 14:49:39.810 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.810 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.810 INFO [stderr] | Dec 18 14:49:39.810 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.810 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.810 INFO [stderr] ... Dec 18 14:49:39.810 INFO [stderr] 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Dec 18 14:49:39.810 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.810 INFO [stderr] | Dec 18 14:49:39.810 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.810 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.810 INFO [stderr] | Dec 18 14:49:39.810 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.810 INFO [stderr] | Dec 18 14:49:39.810 INFO [stderr] Dec 18 14:49:39.810 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.810 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.810 INFO [stderr] | Dec 18 14:49:39.810 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.810 INFO [stderr] | ^^^^^ Dec 18 14:49:39.810 INFO [stderr] ... Dec 18 14:49:39.810 INFO [stderr] 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Dec 18 14:49:39.810 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.810 INFO [stderr] | Dec 18 14:49:39.810 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.810 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.810 INFO [stderr] | Dec 18 14:49:39.810 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.810 INFO [stderr] | Dec 18 14:49:39.810 INFO [stderr] Dec 18 14:49:39.812 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.812 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.813 INFO [stderr] | Dec 18 14:49:39.813 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.813 INFO [stderr] | ^^^^^ Dec 18 14:49:39.813 INFO [stderr] ... Dec 18 14:49:39.813 INFO [stderr] 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Dec 18 14:49:39.813 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.813 INFO [stderr] | Dec 18 14:49:39.813 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.813 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.813 INFO [stderr] | Dec 18 14:49:39.813 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.813 INFO [stderr] | Dec 18 14:49:39.813 INFO [stderr] Dec 18 14:49:39.813 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.813 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.813 INFO [stderr] | Dec 18 14:49:39.813 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.813 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.813 INFO [stderr] ... Dec 18 14:49:39.813 INFO [stderr] 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Dec 18 14:49:39.813 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.813 INFO [stderr] | Dec 18 14:49:39.813 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.813 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.813 INFO [stderr] | Dec 18 14:49:39.813 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.813 INFO [stderr] | Dec 18 14:49:39.813 INFO [stderr] Dec 18 14:49:39.813 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.813 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.813 INFO [stderr] | Dec 18 14:49:39.813 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.813 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.813 INFO [stderr] ... Dec 18 14:49:39.813 INFO [stderr] 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Dec 18 14:49:39.813 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.813 INFO [stderr] | Dec 18 14:49:39.813 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.813 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.813 INFO [stderr] | Dec 18 14:49:39.813 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.813 INFO [stderr] | Dec 18 14:49:39.813 INFO [stderr] Dec 18 14:49:39.813 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.813 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.813 INFO [stderr] | Dec 18 14:49:39.813 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.813 INFO [stderr] | ^^^^^ Dec 18 14:49:39.813 INFO [stderr] ... Dec 18 14:49:39.813 INFO [stderr] 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Dec 18 14:49:39.813 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.813 INFO [stderr] | Dec 18 14:49:39.813 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.813 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.813 INFO [stderr] | Dec 18 14:49:39.813 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.813 INFO [stderr] | Dec 18 14:49:39.813 INFO [stderr] Dec 18 14:49:39.822 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.822 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.822 INFO [stderr] | Dec 18 14:49:39.822 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.823 INFO [stderr] | ^^^^^ Dec 18 14:49:39.823 INFO [stderr] ... Dec 18 14:49:39.823 INFO [stderr] 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Dec 18 14:49:39.823 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.823 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] Dec 18 14:49:39.823 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.823 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.823 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.823 INFO [stderr] ... Dec 18 14:49:39.823 INFO [stderr] 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Dec 18 14:49:39.823 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.823 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] Dec 18 14:49:39.823 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.823 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.823 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.823 INFO [stderr] ... Dec 18 14:49:39.823 INFO [stderr] 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Dec 18 14:49:39.823 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.823 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] Dec 18 14:49:39.823 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.823 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.823 INFO [stderr] | ^^^^^ Dec 18 14:49:39.823 INFO [stderr] ... Dec 18 14:49:39.823 INFO [stderr] 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Dec 18 14:49:39.823 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.823 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] Dec 18 14:49:39.823 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.823 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.823 INFO [stderr] | ^^^^^ Dec 18 14:49:39.823 INFO [stderr] ... Dec 18 14:49:39.823 INFO [stderr] 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Dec 18 14:49:39.823 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.823 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] Dec 18 14:49:39.823 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.823 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.823 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.823 INFO [stderr] ... Dec 18 14:49:39.823 INFO [stderr] 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Dec 18 14:49:39.823 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.823 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.823 INFO [stderr] Dec 18 14:49:39.823 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.823 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.823 INFO [stderr] | Dec 18 14:49:39.824 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.824 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.824 INFO [stderr] ... Dec 18 14:49:39.824 INFO [stderr] 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Dec 18 14:49:39.824 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.824 INFO [stderr] | Dec 18 14:49:39.824 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.824 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.824 INFO [stderr] | Dec 18 14:49:39.824 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.824 INFO [stderr] | Dec 18 14:49:39.824 INFO [stderr] Dec 18 14:49:39.824 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.824 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.824 INFO [stderr] | Dec 18 14:49:39.824 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.824 INFO [stderr] | ^^^^^ Dec 18 14:49:39.824 INFO [stderr] ... Dec 18 14:49:39.824 INFO [stderr] 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Dec 18 14:49:39.824 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.824 INFO [stderr] | Dec 18 14:49:39.824 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.824 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.824 INFO [stderr] | Dec 18 14:49:39.824 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.824 INFO [stderr] | Dec 18 14:49:39.824 INFO [stderr] Dec 18 14:49:39.824 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.824 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.824 INFO [stderr] | Dec 18 14:49:39.824 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.824 INFO [stderr] | ^^^^^ Dec 18 14:49:39.824 INFO [stderr] ... Dec 18 14:49:39.824 INFO [stderr] 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Dec 18 14:49:39.824 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.824 INFO [stderr] | Dec 18 14:49:39.824 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.824 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.824 INFO [stderr] | Dec 18 14:49:39.824 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.824 INFO [stderr] | Dec 18 14:49:39.824 INFO [stderr] Dec 18 14:49:39.824 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.824 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.824 INFO [stderr] | Dec 18 14:49:39.824 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.824 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.824 INFO [stderr] ... Dec 18 14:49:39.824 INFO [stderr] 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Dec 18 14:49:39.824 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.824 INFO [stderr] | Dec 18 14:49:39.824 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.824 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.824 INFO [stderr] | Dec 18 14:49:39.824 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.825 INFO [stderr] | Dec 18 14:49:39.825 INFO [stderr] Dec 18 14:49:39.825 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.825 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.825 INFO [stderr] | Dec 18 14:49:39.825 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.825 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.825 INFO [stderr] ... Dec 18 14:49:39.825 INFO [stderr] 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Dec 18 14:49:39.825 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.825 INFO [stderr] | Dec 18 14:49:39.825 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.825 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.825 INFO [stderr] | Dec 18 14:49:39.825 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.825 INFO [stderr] | Dec 18 14:49:39.825 INFO [stderr] Dec 18 14:49:39.825 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.825 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.825 INFO [stderr] | Dec 18 14:49:39.825 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.825 INFO [stderr] | ^^^^^ Dec 18 14:49:39.825 INFO [stderr] ... Dec 18 14:49:39.825 INFO [stderr] 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Dec 18 14:49:39.825 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.825 INFO [stderr] | Dec 18 14:49:39.825 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.825 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.825 INFO [stderr] | Dec 18 14:49:39.825 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.825 INFO [stderr] | Dec 18 14:49:39.825 INFO [stderr] Dec 18 14:49:39.825 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.825 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.825 INFO [stderr] | Dec 18 14:49:39.825 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.825 INFO [stderr] | ^^^^^ Dec 18 14:49:39.825 INFO [stderr] ... Dec 18 14:49:39.825 INFO [stderr] 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Dec 18 14:49:39.825 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.825 INFO [stderr] | Dec 18 14:49:39.825 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.825 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.825 INFO [stderr] | Dec 18 14:49:39.825 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.825 INFO [stderr] | Dec 18 14:49:39.825 INFO [stderr] Dec 18 14:49:39.825 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.825 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.825 INFO [stderr] | Dec 18 14:49:39.825 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.825 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.825 INFO [stderr] ... Dec 18 14:49:39.825 INFO [stderr] 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Dec 18 14:49:39.825 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.825 INFO [stderr] | Dec 18 14:49:39.825 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.825 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.825 INFO [stderr] | Dec 18 14:49:39.825 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.825 INFO [stderr] | Dec 18 14:49:39.825 INFO [stderr] Dec 18 14:49:39.828 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.828 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.828 INFO [stderr] | Dec 18 14:49:39.828 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.829 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.829 INFO [stderr] ... Dec 18 14:49:39.829 INFO [stderr] 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Dec 18 14:49:39.829 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.829 INFO [stderr] | Dec 18 14:49:39.829 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.829 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.829 INFO [stderr] | Dec 18 14:49:39.829 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.829 INFO [stderr] | Dec 18 14:49:39.829 INFO [stderr] Dec 18 14:49:39.837 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.837 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.837 INFO [stderr] | Dec 18 14:49:39.837 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.837 INFO [stderr] | ^^^^^ Dec 18 14:49:39.837 INFO [stderr] ... Dec 18 14:49:39.837 INFO [stderr] 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Dec 18 14:49:39.837 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.837 INFO [stderr] | Dec 18 14:49:39.837 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.837 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.837 INFO [stderr] | Dec 18 14:49:39.837 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.837 INFO [stderr] | Dec 18 14:49:39.837 INFO [stderr] Dec 18 14:49:39.837 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.837 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.837 INFO [stderr] | Dec 18 14:49:39.837 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.837 INFO [stderr] | ^^^^^ Dec 18 14:49:39.837 INFO [stderr] ... Dec 18 14:49:39.837 INFO [stderr] 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Dec 18 14:49:39.837 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.837 INFO [stderr] | Dec 18 14:49:39.837 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.837 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.837 INFO [stderr] | Dec 18 14:49:39.837 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.837 INFO [stderr] | Dec 18 14:49:39.837 INFO [stderr] Dec 18 14:49:39.837 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.837 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.837 INFO [stderr] | Dec 18 14:49:39.837 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.837 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.837 INFO [stderr] ... Dec 18 14:49:39.837 INFO [stderr] 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Dec 18 14:49:39.837 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.837 INFO [stderr] | Dec 18 14:49:39.837 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.837 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.837 INFO [stderr] | Dec 18 14:49:39.837 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.837 INFO [stderr] | Dec 18 14:49:39.837 INFO [stderr] Dec 18 14:49:39.837 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.837 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.838 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.838 INFO [stderr] ... Dec 18 14:49:39.838 INFO [stderr] 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Dec 18 14:49:39.838 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.838 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] Dec 18 14:49:39.838 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.838 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.838 INFO [stderr] | ^^^^^ Dec 18 14:49:39.838 INFO [stderr] ... Dec 18 14:49:39.838 INFO [stderr] 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Dec 18 14:49:39.838 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.838 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] Dec 18 14:49:39.838 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.838 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.838 INFO [stderr] | ^^^^^ Dec 18 14:49:39.838 INFO [stderr] ... Dec 18 14:49:39.838 INFO [stderr] 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Dec 18 14:49:39.838 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.838 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] Dec 18 14:49:39.838 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.838 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.838 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.838 INFO [stderr] ... Dec 18 14:49:39.838 INFO [stderr] 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Dec 18 14:49:39.838 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.838 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] Dec 18 14:49:39.838 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.838 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.838 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.838 INFO [stderr] ... Dec 18 14:49:39.838 INFO [stderr] 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Dec 18 14:49:39.838 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.838 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.838 INFO [stderr] | Dec 18 14:49:39.838 INFO [stderr] Dec 18 14:49:39.848 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.848 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.848 INFO [stderr] | Dec 18 14:49:39.848 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.848 INFO [stderr] | ^^^^^ Dec 18 14:49:39.848 INFO [stderr] ... Dec 18 14:49:39.848 INFO [stderr] 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Dec 18 14:49:39.848 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.848 INFO [stderr] | Dec 18 14:49:39.848 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.848 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.848 INFO [stderr] | Dec 18 14:49:39.848 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.848 INFO [stderr] | Dec 18 14:49:39.848 INFO [stderr] Dec 18 14:49:39.848 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.848 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.848 INFO [stderr] | Dec 18 14:49:39.848 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.848 INFO [stderr] | ^^^^^ Dec 18 14:49:39.848 INFO [stderr] ... Dec 18 14:49:39.848 INFO [stderr] 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Dec 18 14:49:39.848 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.848 INFO [stderr] | Dec 18 14:49:39.848 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.848 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.848 INFO [stderr] | Dec 18 14:49:39.848 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.848 INFO [stderr] | Dec 18 14:49:39.848 INFO [stderr] Dec 18 14:49:39.850 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.850 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.850 INFO [stderr] | Dec 18 14:49:39.850 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.850 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.850 INFO [stderr] ... Dec 18 14:49:39.850 INFO [stderr] 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Dec 18 14:49:39.850 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.850 INFO [stderr] | Dec 18 14:49:39.850 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.850 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.850 INFO [stderr] | Dec 18 14:49:39.850 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.850 INFO [stderr] | Dec 18 14:49:39.850 INFO [stderr] Dec 18 14:49:39.850 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.850 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.850 INFO [stderr] | Dec 18 14:49:39.850 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.850 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.850 INFO [stderr] ... Dec 18 14:49:39.850 INFO [stderr] 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Dec 18 14:49:39.850 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.850 INFO [stderr] | Dec 18 14:49:39.850 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.850 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.850 INFO [stderr] | Dec 18 14:49:39.850 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.850 INFO [stderr] | Dec 18 14:49:39.850 INFO [stderr] Dec 18 14:49:39.850 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.850 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.850 INFO [stderr] | Dec 18 14:49:39.850 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.850 INFO [stderr] | ^^^^^ Dec 18 14:49:39.851 INFO [stderr] ... Dec 18 14:49:39.851 INFO [stderr] 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Dec 18 14:49:39.851 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.851 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] Dec 18 14:49:39.851 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.851 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.851 INFO [stderr] | ^^^^^ Dec 18 14:49:39.851 INFO [stderr] ... Dec 18 14:49:39.851 INFO [stderr] 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Dec 18 14:49:39.851 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.851 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] Dec 18 14:49:39.851 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.851 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.851 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.851 INFO [stderr] ... Dec 18 14:49:39.851 INFO [stderr] 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Dec 18 14:49:39.851 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.851 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] Dec 18 14:49:39.851 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.851 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.851 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.851 INFO [stderr] ... Dec 18 14:49:39.851 INFO [stderr] 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Dec 18 14:49:39.851 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.851 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] Dec 18 14:49:39.851 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.851 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.851 INFO [stderr] | ^^^^^ Dec 18 14:49:39.851 INFO [stderr] ... Dec 18 14:49:39.851 INFO [stderr] 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Dec 18 14:49:39.851 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.851 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] Dec 18 14:49:39.851 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.851 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.851 INFO [stderr] | ^^^^^ Dec 18 14:49:39.851 INFO [stderr] ... Dec 18 14:49:39.851 INFO [stderr] 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Dec 18 14:49:39.851 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.851 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.851 INFO [stderr] | Dec 18 14:49:39.851 INFO [stderr] Dec 18 14:49:39.851 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.852 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.852 INFO [stderr] | Dec 18 14:49:39.852 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.852 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.852 INFO [stderr] ... Dec 18 14:49:39.852 INFO [stderr] 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Dec 18 14:49:39.852 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.852 INFO [stderr] | Dec 18 14:49:39.852 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.852 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.852 INFO [stderr] | Dec 18 14:49:39.852 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.852 INFO [stderr] | Dec 18 14:49:39.852 INFO [stderr] Dec 18 14:49:39.854 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.854 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.854 INFO [stderr] | Dec 18 14:49:39.854 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.854 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.854 INFO [stderr] ... Dec 18 14:49:39.854 INFO [stderr] 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Dec 18 14:49:39.854 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.854 INFO [stderr] | Dec 18 14:49:39.854 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.854 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.854 INFO [stderr] | Dec 18 14:49:39.854 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.854 INFO [stderr] | Dec 18 14:49:39.854 INFO [stderr] Dec 18 14:49:39.854 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.854 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.854 INFO [stderr] | Dec 18 14:49:39.854 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.854 INFO [stderr] | ^^^^^ Dec 18 14:49:39.854 INFO [stderr] ... Dec 18 14:49:39.854 INFO [stderr] 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Dec 18 14:49:39.854 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.854 INFO [stderr] | Dec 18 14:49:39.854 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.854 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.854 INFO [stderr] | Dec 18 14:49:39.854 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.854 INFO [stderr] | Dec 18 14:49:39.854 INFO [stderr] Dec 18 14:49:39.854 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.854 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.854 INFO [stderr] | Dec 18 14:49:39.854 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.854 INFO [stderr] | ^^^^^ Dec 18 14:49:39.854 INFO [stderr] ... Dec 18 14:49:39.854 INFO [stderr] 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Dec 18 14:49:39.854 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.854 INFO [stderr] | Dec 18 14:49:39.854 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.854 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.854 INFO [stderr] | Dec 18 14:49:39.854 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.854 INFO [stderr] | Dec 18 14:49:39.861 INFO [stderr] Dec 18 14:49:39.861 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.861 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.861 INFO [stderr] | Dec 18 14:49:39.861 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.861 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.861 INFO [stderr] ... Dec 18 14:49:39.861 INFO [stderr] 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Dec 18 14:49:39.861 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.861 INFO [stderr] | Dec 18 14:49:39.861 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.861 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.861 INFO [stderr] | Dec 18 14:49:39.861 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.861 INFO [stderr] | Dec 18 14:49:39.861 INFO [stderr] Dec 18 14:49:39.861 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.861 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.861 INFO [stderr] | Dec 18 14:49:39.861 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.861 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.861 INFO [stderr] ... Dec 18 14:49:39.861 INFO [stderr] 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Dec 18 14:49:39.861 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.861 INFO [stderr] | Dec 18 14:49:39.861 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.861 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.861 INFO [stderr] | Dec 18 14:49:39.861 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.861 INFO [stderr] | Dec 18 14:49:39.861 INFO [stderr] Dec 18 14:49:39.861 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.861 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.861 INFO [stderr] | Dec 18 14:49:39.861 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.861 INFO [stderr] | ^^^^^ Dec 18 14:49:39.861 INFO [stderr] ... Dec 18 14:49:39.861 INFO [stderr] 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Dec 18 14:49:39.861 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.861 INFO [stderr] | Dec 18 14:49:39.861 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.861 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.861 INFO [stderr] | Dec 18 14:49:39.861 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.861 INFO [stderr] | Dec 18 14:49:39.861 INFO [stderr] Dec 18 14:49:39.861 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.861 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.861 INFO [stderr] | Dec 18 14:49:39.861 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.861 INFO [stderr] | ^^^^^ Dec 18 14:49:39.861 INFO [stderr] ... Dec 18 14:49:39.861 INFO [stderr] 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Dec 18 14:49:39.861 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.861 INFO [stderr] | Dec 18 14:49:39.861 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.861 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.861 INFO [stderr] | Dec 18 14:49:39.861 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.861 INFO [stderr] | Dec 18 14:49:39.861 INFO [stderr] Dec 18 14:49:39.861 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.861 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.861 INFO [stderr] | Dec 18 14:49:39.861 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.861 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.862 INFO [stderr] ... Dec 18 14:49:39.862 INFO [stderr] 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Dec 18 14:49:39.862 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.862 INFO [stderr] | Dec 18 14:49:39.862 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.862 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.862 INFO [stderr] | Dec 18 14:49:39.862 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.862 INFO [stderr] | Dec 18 14:49:39.862 INFO [stderr] Dec 18 14:49:39.862 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.862 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.862 INFO [stderr] | Dec 18 14:49:39.862 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.862 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.862 INFO [stderr] ... Dec 18 14:49:39.862 INFO [stderr] 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Dec 18 14:49:39.862 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.862 INFO [stderr] | Dec 18 14:49:39.862 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.862 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.862 INFO [stderr] | Dec 18 14:49:39.862 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.862 INFO [stderr] | Dec 18 14:49:39.862 INFO [stderr] Dec 18 14:49:39.862 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.862 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.862 INFO [stderr] | Dec 18 14:49:39.862 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.862 INFO [stderr] | ^^^^^ Dec 18 14:49:39.862 INFO [stderr] ... Dec 18 14:49:39.862 INFO [stderr] 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Dec 18 14:49:39.862 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.862 INFO [stderr] | Dec 18 14:49:39.862 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.862 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.862 INFO [stderr] | Dec 18 14:49:39.862 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.862 INFO [stderr] | Dec 18 14:49:39.862 INFO [stderr] Dec 18 14:49:39.864 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.864 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.864 INFO [stderr] | Dec 18 14:49:39.864 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.864 INFO [stderr] | ^^^^^ Dec 18 14:49:39.864 INFO [stderr] ... Dec 18 14:49:39.864 INFO [stderr] 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Dec 18 14:49:39.864 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.864 INFO [stderr] | Dec 18 14:49:39.864 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.864 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.864 INFO [stderr] | Dec 18 14:49:39.864 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.864 INFO [stderr] | Dec 18 14:49:39.864 INFO [stderr] Dec 18 14:49:39.864 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.864 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.864 INFO [stderr] | Dec 18 14:49:39.864 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.864 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.864 INFO [stderr] ... Dec 18 14:49:39.864 INFO [stderr] 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Dec 18 14:49:39.864 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.864 INFO [stderr] | Dec 18 14:49:39.864 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.864 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.864 INFO [stderr] | Dec 18 14:49:39.864 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.864 INFO [stderr] | Dec 18 14:49:39.864 INFO [stderr] Dec 18 14:49:39.868 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.868 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.868 INFO [stderr] | Dec 18 14:49:39.868 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.868 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.868 INFO [stderr] ... Dec 18 14:49:39.868 INFO [stderr] 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Dec 18 14:49:39.868 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.868 INFO [stderr] | Dec 18 14:49:39.868 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.868 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.869 INFO [stderr] | Dec 18 14:49:39.869 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.869 INFO [stderr] | Dec 18 14:49:39.869 INFO [stderr] Dec 18 14:49:39.869 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.869 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.869 INFO [stderr] | Dec 18 14:49:39.869 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.869 INFO [stderr] | ^^^^^ Dec 18 14:49:39.869 INFO [stderr] ... Dec 18 14:49:39.869 INFO [stderr] 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Dec 18 14:49:39.869 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.869 INFO [stderr] | Dec 18 14:49:39.869 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.869 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.869 INFO [stderr] | Dec 18 14:49:39.869 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.869 INFO [stderr] | Dec 18 14:49:39.869 INFO [stderr] Dec 18 14:49:39.869 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.869 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.869 INFO [stderr] | Dec 18 14:49:39.869 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.869 INFO [stderr] | ^^^^^ Dec 18 14:49:39.869 INFO [stderr] ... Dec 18 14:49:39.869 INFO [stderr] 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Dec 18 14:49:39.869 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.869 INFO [stderr] | Dec 18 14:49:39.869 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.869 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.869 INFO [stderr] | Dec 18 14:49:39.869 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.869 INFO [stderr] | Dec 18 14:49:39.869 INFO [stderr] Dec 18 14:49:39.871 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.871 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.871 INFO [stderr] | Dec 18 14:49:39.871 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.871 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.871 INFO [stderr] ... Dec 18 14:49:39.871 INFO [stderr] 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Dec 18 14:49:39.871 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.871 INFO [stderr] | Dec 18 14:49:39.871 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.871 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.871 INFO [stderr] | Dec 18 14:49:39.871 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.871 INFO [stderr] | Dec 18 14:49:39.871 INFO [stderr] Dec 18 14:49:39.871 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.872 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.872 INFO [stderr] | Dec 18 14:49:39.872 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.872 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.872 INFO [stderr] ... Dec 18 14:49:39.872 INFO [stderr] 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Dec 18 14:49:39.872 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.872 INFO [stderr] | Dec 18 14:49:39.872 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.872 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.872 INFO [stderr] | Dec 18 14:49:39.872 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.872 INFO [stderr] | Dec 18 14:49:39.872 INFO [stderr] Dec 18 14:49:39.876 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.879 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.879 INFO [stderr] | Dec 18 14:49:39.879 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.879 INFO [stderr] | ^^^^^ Dec 18 14:49:39.879 INFO [stderr] ... Dec 18 14:49:39.879 INFO [stderr] 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); Dec 18 14:49:39.879 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.879 INFO [stderr] | Dec 18 14:49:39.879 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.879 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.879 INFO [stderr] | Dec 18 14:49:39.879 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.879 INFO [stderr] | Dec 18 14:49:39.879 INFO [stderr] Dec 18 14:49:39.879 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.879 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.879 INFO [stderr] | Dec 18 14:49:39.879 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.879 INFO [stderr] | ^^^^^ Dec 18 14:49:39.879 INFO [stderr] ... Dec 18 14:49:39.879 INFO [stderr] 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); Dec 18 14:49:39.879 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.879 INFO [stderr] | Dec 18 14:49:39.879 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.879 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.879 INFO [stderr] | Dec 18 14:49:39.879 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.879 INFO [stderr] | Dec 18 14:49:39.879 INFO [stderr] Dec 18 14:49:39.879 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.879 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.879 INFO [stderr] | Dec 18 14:49:39.879 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.879 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.879 INFO [stderr] ... Dec 18 14:49:39.880 INFO [stderr] 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); Dec 18 14:49:39.880 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.880 INFO [stderr] | Dec 18 14:49:39.880 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.880 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.880 INFO [stderr] | Dec 18 14:49:39.880 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.880 INFO [stderr] | Dec 18 14:49:39.880 INFO [stderr] Dec 18 14:49:39.880 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.880 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.880 INFO [stderr] | Dec 18 14:49:39.880 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.880 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.880 INFO [stderr] ... Dec 18 14:49:39.880 INFO [stderr] 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); Dec 18 14:49:39.880 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.880 INFO [stderr] | Dec 18 14:49:39.880 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.880 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.880 INFO [stderr] | Dec 18 14:49:39.880 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.880 INFO [stderr] | Dec 18 14:49:39.880 INFO [stderr] Dec 18 14:49:39.880 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.880 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.880 INFO [stderr] | Dec 18 14:49:39.880 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.880 INFO [stderr] | ^^^^^ Dec 18 14:49:39.880 INFO [stderr] ... Dec 18 14:49:39.880 INFO [stderr] 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Dec 18 14:49:39.880 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.880 INFO [stderr] | Dec 18 14:49:39.880 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.880 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.880 INFO [stderr] | Dec 18 14:49:39.880 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.880 INFO [stderr] | Dec 18 14:49:39.880 INFO [stderr] Dec 18 14:49:39.880 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.880 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.880 INFO [stderr] | Dec 18 14:49:39.880 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.880 INFO [stderr] | ^^^^^ Dec 18 14:49:39.880 INFO [stderr] ... Dec 18 14:49:39.880 INFO [stderr] 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Dec 18 14:49:39.880 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.880 INFO [stderr] | Dec 18 14:49:39.880 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.880 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.880 INFO [stderr] | Dec 18 14:49:39.880 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.880 INFO [stderr] | Dec 18 14:49:39.880 INFO [stderr] Dec 18 14:49:39.881 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.881 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.881 INFO [stderr] | Dec 18 14:49:39.881 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.881 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.881 INFO [stderr] ... Dec 18 14:49:39.881 INFO [stderr] 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Dec 18 14:49:39.881 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.881 INFO [stderr] | Dec 18 14:49:39.881 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.881 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.881 INFO [stderr] | Dec 18 14:49:39.881 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.881 INFO [stderr] | Dec 18 14:49:39.881 INFO [stderr] Dec 18 14:49:39.881 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.881 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.881 INFO [stderr] | Dec 18 14:49:39.881 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.881 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.881 INFO [stderr] ... Dec 18 14:49:39.881 INFO [stderr] 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Dec 18 14:49:39.881 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.881 INFO [stderr] | Dec 18 14:49:39.881 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.881 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.881 INFO [stderr] | Dec 18 14:49:39.881 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.881 INFO [stderr] | Dec 18 14:49:39.881 INFO [stderr] Dec 18 14:49:39.885 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.885 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.885 INFO [stderr] | Dec 18 14:49:39.885 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.885 INFO [stderr] | ^^^^^ Dec 18 14:49:39.885 INFO [stderr] ... Dec 18 14:49:39.885 INFO [stderr] 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Dec 18 14:49:39.885 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.885 INFO [stderr] | Dec 18 14:49:39.885 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.885 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.885 INFO [stderr] | Dec 18 14:49:39.885 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.885 INFO [stderr] | Dec 18 14:49:39.885 INFO [stderr] Dec 18 14:49:39.885 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.885 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.885 INFO [stderr] | Dec 18 14:49:39.885 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.885 INFO [stderr] | ^^^^^ Dec 18 14:49:39.885 INFO [stderr] ... Dec 18 14:49:39.885 INFO [stderr] 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Dec 18 14:49:39.885 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.885 INFO [stderr] | Dec 18 14:49:39.885 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.885 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.885 INFO [stderr] | Dec 18 14:49:39.885 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.885 INFO [stderr] | Dec 18 14:49:39.885 INFO [stderr] Dec 18 14:49:39.885 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.885 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.885 INFO [stderr] | Dec 18 14:49:39.885 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.885 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.885 INFO [stderr] ... Dec 18 14:49:39.885 INFO [stderr] 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Dec 18 14:49:39.885 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.885 INFO [stderr] | Dec 18 14:49:39.885 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.885 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.885 INFO [stderr] | Dec 18 14:49:39.885 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.885 INFO [stderr] | Dec 18 14:49:39.885 INFO [stderr] Dec 18 14:49:39.887 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.887 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.887 INFO [stderr] | Dec 18 14:49:39.887 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.887 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.887 INFO [stderr] ... Dec 18 14:49:39.887 INFO [stderr] 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Dec 18 14:49:39.887 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.887 INFO [stderr] | Dec 18 14:49:39.887 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.887 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.887 INFO [stderr] | Dec 18 14:49:39.887 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.887 INFO [stderr] | Dec 18 14:49:39.887 INFO [stderr] Dec 18 14:49:39.888 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.888 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.888 INFO [stderr] | Dec 18 14:49:39.888 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.888 INFO [stderr] | ^^^^^ Dec 18 14:49:39.888 INFO [stderr] ... Dec 18 14:49:39.888 INFO [stderr] 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Dec 18 14:49:39.888 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.888 INFO [stderr] | Dec 18 14:49:39.888 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.888 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.888 INFO [stderr] | Dec 18 14:49:39.888 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.888 INFO [stderr] | Dec 18 14:49:39.888 INFO [stderr] Dec 18 14:49:39.890 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.890 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.890 INFO [stderr] | Dec 18 14:49:39.890 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.890 INFO [stderr] | ^^^^^ Dec 18 14:49:39.890 INFO [stderr] ... Dec 18 14:49:39.890 INFO [stderr] 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Dec 18 14:49:39.890 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.890 INFO [stderr] | Dec 18 14:49:39.890 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.890 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.890 INFO [stderr] | Dec 18 14:49:39.890 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.890 INFO [stderr] | Dec 18 14:49:39.890 INFO [stderr] Dec 18 14:49:39.890 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.890 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.890 INFO [stderr] | Dec 18 14:49:39.890 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.890 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.890 INFO [stderr] ... Dec 18 14:49:39.890 INFO [stderr] 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Dec 18 14:49:39.890 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.890 INFO [stderr] | Dec 18 14:49:39.890 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.890 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.890 INFO [stderr] | Dec 18 14:49:39.890 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.890 INFO [stderr] | Dec 18 14:49:39.890 INFO [stderr] Dec 18 14:49:39.891 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.891 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.891 INFO [stderr] | Dec 18 14:49:39.891 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.891 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.891 INFO [stderr] ... Dec 18 14:49:39.891 INFO [stderr] 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Dec 18 14:49:39.891 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.891 INFO [stderr] | Dec 18 14:49:39.891 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.891 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.891 INFO [stderr] | Dec 18 14:49:39.891 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.891 INFO [stderr] | Dec 18 14:49:39.891 INFO [stderr] Dec 18 14:49:39.893 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.893 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.893 INFO [stderr] | Dec 18 14:49:39.893 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.893 INFO [stderr] | ^^^^^ Dec 18 14:49:39.893 INFO [stderr] ... Dec 18 14:49:39.893 INFO [stderr] 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Dec 18 14:49:39.893 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.893 INFO [stderr] | Dec 18 14:49:39.893 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.893 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.893 INFO [stderr] | Dec 18 14:49:39.893 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.893 INFO [stderr] | Dec 18 14:49:39.893 INFO [stderr] Dec 18 14:49:39.893 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.893 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.893 INFO [stderr] | Dec 18 14:49:39.893 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.893 INFO [stderr] | ^^^^^ Dec 18 14:49:39.893 INFO [stderr] ... Dec 18 14:49:39.893 INFO [stderr] 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Dec 18 14:49:39.893 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.893 INFO [stderr] | Dec 18 14:49:39.893 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.893 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.893 INFO [stderr] | Dec 18 14:49:39.893 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.893 INFO [stderr] | Dec 18 14:49:39.893 INFO [stderr] Dec 18 14:49:39.894 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.894 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.894 INFO [stderr] | Dec 18 14:49:39.894 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.894 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.894 INFO [stderr] ... Dec 18 14:49:39.894 INFO [stderr] 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Dec 18 14:49:39.894 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.894 INFO [stderr] | Dec 18 14:49:39.894 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.894 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.894 INFO [stderr] | Dec 18 14:49:39.894 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.894 INFO [stderr] | Dec 18 14:49:39.894 INFO [stderr] Dec 18 14:49:39.896 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.896 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.896 INFO [stderr] | Dec 18 14:49:39.896 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.896 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.896 INFO [stderr] ... Dec 18 14:49:39.896 INFO [stderr] 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Dec 18 14:49:39.896 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.896 INFO [stderr] | Dec 18 14:49:39.896 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.896 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.896 INFO [stderr] | Dec 18 14:49:39.896 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.896 INFO [stderr] | Dec 18 14:49:39.896 INFO [stderr] Dec 18 14:49:39.896 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.896 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.896 INFO [stderr] | Dec 18 14:49:39.896 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.896 INFO [stderr] | ^^^^^ Dec 18 14:49:39.896 INFO [stderr] ... Dec 18 14:49:39.896 INFO [stderr] 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Dec 18 14:49:39.896 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.896 INFO [stderr] | Dec 18 14:49:39.896 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.896 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.896 INFO [stderr] | Dec 18 14:49:39.896 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.896 INFO [stderr] | Dec 18 14:49:39.896 INFO [stderr] Dec 18 14:49:39.900 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.900 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.900 INFO [stderr] | Dec 18 14:49:39.900 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.900 INFO [stderr] | ^^^^^ Dec 18 14:49:39.900 INFO [stderr] ... Dec 18 14:49:39.900 INFO [stderr] 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Dec 18 14:49:39.900 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.900 INFO [stderr] | Dec 18 14:49:39.900 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.900 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.900 INFO [stderr] | Dec 18 14:49:39.901 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.901 INFO [stderr] | Dec 18 14:49:39.901 INFO [stderr] Dec 18 14:49:39.901 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.901 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.901 INFO [stderr] | Dec 18 14:49:39.901 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.901 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.901 INFO [stderr] ... Dec 18 14:49:39.901 INFO [stderr] 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Dec 18 14:49:39.901 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.901 INFO [stderr] | Dec 18 14:49:39.901 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.901 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.901 INFO [stderr] | Dec 18 14:49:39.901 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.901 INFO [stderr] | Dec 18 14:49:39.901 INFO [stderr] Dec 18 14:49:39.901 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.901 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.901 INFO [stderr] | Dec 18 14:49:39.901 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.901 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.901 INFO [stderr] ... Dec 18 14:49:39.901 INFO [stderr] 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Dec 18 14:49:39.901 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.901 INFO [stderr] | Dec 18 14:49:39.901 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.901 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.901 INFO [stderr] | Dec 18 14:49:39.901 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.901 INFO [stderr] | Dec 18 14:49:39.901 INFO [stderr] Dec 18 14:49:39.901 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.901 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.901 INFO [stderr] | Dec 18 14:49:39.901 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.901 INFO [stderr] | ^^^^^ Dec 18 14:49:39.901 INFO [stderr] ... Dec 18 14:49:39.901 INFO [stderr] 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Dec 18 14:49:39.901 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.901 INFO [stderr] | Dec 18 14:49:39.901 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.901 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.901 INFO [stderr] | Dec 18 14:49:39.901 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.901 INFO [stderr] | Dec 18 14:49:39.901 INFO [stderr] Dec 18 14:49:39.906 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.906 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.906 INFO [stderr] | Dec 18 14:49:39.906 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.906 INFO [stderr] | ^^^^^ Dec 18 14:49:39.906 INFO [stderr] ... Dec 18 14:49:39.906 INFO [stderr] 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Dec 18 14:49:39.906 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.906 INFO [stderr] | Dec 18 14:49:39.906 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.906 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.906 INFO [stderr] | Dec 18 14:49:39.906 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.906 INFO [stderr] | Dec 18 14:49:39.906 INFO [stderr] Dec 18 14:49:39.906 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.906 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.906 INFO [stderr] | Dec 18 14:49:39.906 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.906 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.906 INFO [stderr] ... Dec 18 14:49:39.906 INFO [stderr] 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Dec 18 14:49:39.906 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.906 INFO [stderr] | Dec 18 14:49:39.906 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.906 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.906 INFO [stderr] | Dec 18 14:49:39.906 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.906 INFO [stderr] | Dec 18 14:49:39.906 INFO [stderr] Dec 18 14:49:39.906 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.906 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.906 INFO [stderr] | Dec 18 14:49:39.906 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.906 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.906 INFO [stderr] ... Dec 18 14:49:39.906 INFO [stderr] 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Dec 18 14:49:39.906 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.906 INFO [stderr] | Dec 18 14:49:39.906 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.906 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.906 INFO [stderr] | Dec 18 14:49:39.906 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.906 INFO [stderr] | Dec 18 14:49:39.906 INFO [stderr] Dec 18 14:49:39.906 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.906 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.906 INFO [stderr] | Dec 18 14:49:39.906 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.906 INFO [stderr] | ^^^^^ Dec 18 14:49:39.906 INFO [stderr] ... Dec 18 14:49:39.906 INFO [stderr] 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); Dec 18 14:49:39.906 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.906 INFO [stderr] | Dec 18 14:49:39.906 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.907 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.907 INFO [stderr] | Dec 18 14:49:39.907 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.907 INFO [stderr] | Dec 18 14:49:39.907 INFO [stderr] Dec 18 14:49:39.912 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.913 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.913 INFO [stderr] | Dec 18 14:49:39.913 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.913 INFO [stderr] | ^^^^^ Dec 18 14:49:39.913 INFO [stderr] ... Dec 18 14:49:39.913 INFO [stderr] 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); Dec 18 14:49:39.913 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.913 INFO [stderr] | Dec 18 14:49:39.913 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.913 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.913 INFO [stderr] | Dec 18 14:49:39.913 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.913 INFO [stderr] | Dec 18 14:49:39.913 INFO [stderr] Dec 18 14:49:39.913 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.913 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.913 INFO [stderr] | Dec 18 14:49:39.913 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.913 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.913 INFO [stderr] ... Dec 18 14:49:39.913 INFO [stderr] 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); Dec 18 14:49:39.913 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.913 INFO [stderr] | Dec 18 14:49:39.913 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.913 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.913 INFO [stderr] | Dec 18 14:49:39.913 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.913 INFO [stderr] | Dec 18 14:49:39.913 INFO [stderr] Dec 18 14:49:39.913 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.913 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.913 INFO [stderr] | Dec 18 14:49:39.913 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.913 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.913 INFO [stderr] ... Dec 18 14:49:39.913 INFO [stderr] 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); Dec 18 14:49:39.913 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.913 INFO [stderr] | Dec 18 14:49:39.913 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.913 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.913 INFO [stderr] | Dec 18 14:49:39.913 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.913 INFO [stderr] | Dec 18 14:49:39.914 INFO [stderr] Dec 18 14:49:39.914 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.914 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.914 INFO [stderr] | Dec 18 14:49:39.914 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.914 INFO [stderr] | ^^^^^ Dec 18 14:49:39.914 INFO [stderr] ... Dec 18 14:49:39.914 INFO [stderr] 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); Dec 18 14:49:39.914 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.914 INFO [stderr] | Dec 18 14:49:39.914 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.914 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.914 INFO [stderr] | Dec 18 14:49:39.914 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.914 INFO [stderr] | Dec 18 14:49:39.914 INFO [stderr] Dec 18 14:49:39.914 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.914 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.914 INFO [stderr] | Dec 18 14:49:39.914 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.914 INFO [stderr] | ^^^^^ Dec 18 14:49:39.914 INFO [stderr] ... Dec 18 14:49:39.914 INFO [stderr] 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); Dec 18 14:49:39.914 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.914 INFO [stderr] | Dec 18 14:49:39.914 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.914 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.914 INFO [stderr] | Dec 18 14:49:39.914 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.914 INFO [stderr] | Dec 18 14:49:39.914 INFO [stderr] Dec 18 14:49:39.914 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.914 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.914 INFO [stderr] | Dec 18 14:49:39.914 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.914 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.914 INFO [stderr] ... Dec 18 14:49:39.914 INFO [stderr] 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); Dec 18 14:49:39.914 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.914 INFO [stderr] | Dec 18 14:49:39.914 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.914 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.914 INFO [stderr] | Dec 18 14:49:39.914 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.914 INFO [stderr] | Dec 18 14:49:39.914 INFO [stderr] Dec 18 14:49:39.914 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.914 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.914 INFO [stderr] | Dec 18 14:49:39.914 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.914 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.914 INFO [stderr] ... Dec 18 14:49:39.914 INFO [stderr] 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); Dec 18 14:49:39.914 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.914 INFO [stderr] | Dec 18 14:49:39.914 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.914 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.914 INFO [stderr] | Dec 18 14:49:39.914 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.914 INFO [stderr] | Dec 18 14:49:39.914 INFO [stderr] Dec 18 14:49:39.924 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.924 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.924 INFO [stderr] | Dec 18 14:49:39.924 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.924 INFO [stderr] | ^^^^^ Dec 18 14:49:39.924 INFO [stderr] ... Dec 18 14:49:39.924 INFO [stderr] 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Dec 18 14:49:39.924 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.924 INFO [stderr] | Dec 18 14:49:39.924 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.924 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.924 INFO [stderr] | Dec 18 14:49:39.924 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.924 INFO [stderr] | Dec 18 14:49:39.924 INFO [stderr] Dec 18 14:49:39.924 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.924 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.924 INFO [stderr] | Dec 18 14:49:39.924 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.924 INFO [stderr] | ^^^^^ Dec 18 14:49:39.925 INFO [stderr] ... Dec 18 14:49:39.925 INFO [stderr] 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Dec 18 14:49:39.925 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.925 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] Dec 18 14:49:39.925 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.925 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.925 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.925 INFO [stderr] ... Dec 18 14:49:39.925 INFO [stderr] 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Dec 18 14:49:39.925 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.925 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] Dec 18 14:49:39.925 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.925 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.925 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.925 INFO [stderr] ... Dec 18 14:49:39.925 INFO [stderr] 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Dec 18 14:49:39.925 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.925 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] Dec 18 14:49:39.925 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.925 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.925 INFO [stderr] | ^^^^^ Dec 18 14:49:39.925 INFO [stderr] ... Dec 18 14:49:39.925 INFO [stderr] 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Dec 18 14:49:39.925 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.925 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] Dec 18 14:49:39.925 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.925 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.925 INFO [stderr] | ^^^^^ Dec 18 14:49:39.925 INFO [stderr] ... Dec 18 14:49:39.925 INFO [stderr] 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Dec 18 14:49:39.925 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.925 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] Dec 18 14:49:39.925 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.925 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.925 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.925 INFO [stderr] ... Dec 18 14:49:39.925 INFO [stderr] 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Dec 18 14:49:39.925 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.925 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] Dec 18 14:49:39.925 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.925 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.925 INFO [stderr] | Dec 18 14:49:39.925 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.925 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.925 INFO [stderr] ... Dec 18 14:49:39.926 INFO [stderr] 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Dec 18 14:49:39.926 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.926 INFO [stderr] | Dec 18 14:49:39.926 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.926 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.926 INFO [stderr] | Dec 18 14:49:39.926 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.926 INFO [stderr] | Dec 18 14:49:39.926 INFO [stderr] Dec 18 14:49:39.926 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.926 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.926 INFO [stderr] | Dec 18 14:49:39.926 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.926 INFO [stderr] | ^^^^^ Dec 18 14:49:39.926 INFO [stderr] ... Dec 18 14:49:39.926 INFO [stderr] 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Dec 18 14:49:39.926 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.926 INFO [stderr] | Dec 18 14:49:39.926 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.926 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.926 INFO [stderr] | Dec 18 14:49:39.926 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.926 INFO [stderr] | Dec 18 14:49:39.926 INFO [stderr] Dec 18 14:49:39.926 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.926 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.926 INFO [stderr] | Dec 18 14:49:39.926 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.926 INFO [stderr] | ^^^^^ Dec 18 14:49:39.926 INFO [stderr] ... Dec 18 14:49:39.926 INFO [stderr] 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Dec 18 14:49:39.926 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.926 INFO [stderr] | Dec 18 14:49:39.926 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.926 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.926 INFO [stderr] | Dec 18 14:49:39.926 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.926 INFO [stderr] | Dec 18 14:49:39.926 INFO [stderr] Dec 18 14:49:39.926 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.926 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.926 INFO [stderr] | Dec 18 14:49:39.926 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.926 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.926 INFO [stderr] ... Dec 18 14:49:39.926 INFO [stderr] 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Dec 18 14:49:39.926 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.926 INFO [stderr] | Dec 18 14:49:39.926 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.926 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.926 INFO [stderr] | Dec 18 14:49:39.926 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.926 INFO [stderr] | Dec 18 14:49:39.926 INFO [stderr] Dec 18 14:49:39.926 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.926 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.926 INFO [stderr] | Dec 18 14:49:39.926 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.926 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.926 INFO [stderr] ... Dec 18 14:49:39.926 INFO [stderr] 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Dec 18 14:49:39.926 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.926 INFO [stderr] | Dec 18 14:49:39.926 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.928 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.928 INFO [stderr] | Dec 18 14:49:39.928 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.928 INFO [stderr] | Dec 18 14:49:39.928 INFO [stderr] Dec 18 14:49:39.928 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.928 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.928 INFO [stderr] | Dec 18 14:49:39.928 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.928 INFO [stderr] | ^^^^^ Dec 18 14:49:39.928 INFO [stderr] ... Dec 18 14:49:39.928 INFO [stderr] 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Dec 18 14:49:39.929 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.929 INFO [stderr] | Dec 18 14:49:39.929 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.929 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.929 INFO [stderr] | Dec 18 14:49:39.929 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.929 INFO [stderr] | Dec 18 14:49:39.929 INFO [stderr] Dec 18 14:49:39.929 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.929 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.929 INFO [stderr] | Dec 18 14:49:39.929 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.929 INFO [stderr] | ^^^^^ Dec 18 14:49:39.929 INFO [stderr] ... Dec 18 14:49:39.929 INFO [stderr] 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Dec 18 14:49:39.929 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.929 INFO [stderr] | Dec 18 14:49:39.929 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.929 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.929 INFO [stderr] | Dec 18 14:49:39.929 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.929 INFO [stderr] | Dec 18 14:49:39.929 INFO [stderr] Dec 18 14:49:39.929 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.929 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.929 INFO [stderr] | Dec 18 14:49:39.929 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.929 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.929 INFO [stderr] ... Dec 18 14:49:39.929 INFO [stderr] 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Dec 18 14:49:39.929 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.929 INFO [stderr] | Dec 18 14:49:39.929 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.929 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.929 INFO [stderr] | Dec 18 14:49:39.929 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.929 INFO [stderr] | Dec 18 14:49:39.929 INFO [stderr] Dec 18 14:49:39.929 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.929 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.929 INFO [stderr] | Dec 18 14:49:39.929 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.929 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.929 INFO [stderr] ... Dec 18 14:49:39.929 INFO [stderr] 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Dec 18 14:49:39.929 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.929 INFO [stderr] | Dec 18 14:49:39.929 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.929 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.929 INFO [stderr] | Dec 18 14:49:39.929 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.929 INFO [stderr] | Dec 18 14:49:39.929 INFO [stderr] Dec 18 14:49:39.934 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.934 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.934 INFO [stderr] | Dec 18 14:49:39.934 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.934 INFO [stderr] | ^^^^^ Dec 18 14:49:39.934 INFO [stderr] ... Dec 18 14:49:39.934 INFO [stderr] 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Dec 18 14:49:39.934 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.934 INFO [stderr] | Dec 18 14:49:39.934 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.934 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.934 INFO [stderr] | Dec 18 14:49:39.934 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.934 INFO [stderr] | Dec 18 14:49:39.934 INFO [stderr] Dec 18 14:49:39.934 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.934 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.934 INFO [stderr] | Dec 18 14:49:39.934 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.934 INFO [stderr] | ^^^^^ Dec 18 14:49:39.934 INFO [stderr] ... Dec 18 14:49:39.934 INFO [stderr] 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Dec 18 14:49:39.934 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.934 INFO [stderr] | Dec 18 14:49:39.934 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.934 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.934 INFO [stderr] | Dec 18 14:49:39.934 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.934 INFO [stderr] | Dec 18 14:49:39.934 INFO [stderr] Dec 18 14:49:39.934 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.934 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.934 INFO [stderr] | Dec 18 14:49:39.934 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.934 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.934 INFO [stderr] ... Dec 18 14:49:39.934 INFO [stderr] 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Dec 18 14:49:39.934 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.934 INFO [stderr] | Dec 18 14:49:39.934 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.935 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.935 INFO [stderr] | Dec 18 14:49:39.935 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.935 INFO [stderr] | Dec 18 14:49:39.935 INFO [stderr] Dec 18 14:49:39.935 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.935 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.935 INFO [stderr] | Dec 18 14:49:39.935 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.936 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.936 INFO [stderr] ... Dec 18 14:49:39.936 INFO [stderr] 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Dec 18 14:49:39.936 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.936 INFO [stderr] | Dec 18 14:49:39.936 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.936 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.936 INFO [stderr] | Dec 18 14:49:39.936 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.936 INFO [stderr] | Dec 18 14:49:39.936 INFO [stderr] Dec 18 14:49:39.936 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.936 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.936 INFO [stderr] | Dec 18 14:49:39.936 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.936 INFO [stderr] | ^^^^^ Dec 18 14:49:39.936 INFO [stderr] ... Dec 18 14:49:39.937 INFO [stderr] 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Dec 18 14:49:39.937 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.937 INFO [stderr] | Dec 18 14:49:39.937 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.937 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.937 INFO [stderr] | Dec 18 14:49:39.937 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.937 INFO [stderr] | Dec 18 14:49:39.937 INFO [stderr] Dec 18 14:49:39.937 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.937 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.937 INFO [stderr] | Dec 18 14:49:39.937 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.937 INFO [stderr] | ^^^^^ Dec 18 14:49:39.937 INFO [stderr] ... Dec 18 14:49:39.937 INFO [stderr] 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Dec 18 14:49:39.937 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.937 INFO [stderr] | Dec 18 14:49:39.937 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.937 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.937 INFO [stderr] | Dec 18 14:49:39.937 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.937 INFO [stderr] | Dec 18 14:49:39.937 INFO [stderr] Dec 18 14:49:39.937 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.937 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.937 INFO [stderr] | Dec 18 14:49:39.937 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.937 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.937 INFO [stderr] ... Dec 18 14:49:39.937 INFO [stderr] 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Dec 18 14:49:39.937 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.937 INFO [stderr] | Dec 18 14:49:39.937 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.937 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.937 INFO [stderr] | Dec 18 14:49:39.937 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.937 INFO [stderr] | Dec 18 14:49:39.937 INFO [stderr] Dec 18 14:49:39.940 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.940 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.940 INFO [stderr] | Dec 18 14:49:39.940 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.940 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.940 INFO [stderr] ... Dec 18 14:49:39.940 INFO [stderr] 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Dec 18 14:49:39.940 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.940 INFO [stderr] | Dec 18 14:49:39.940 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.940 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.940 INFO [stderr] | Dec 18 14:49:39.940 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.940 INFO [stderr] | Dec 18 14:49:39.940 INFO [stderr] Dec 18 14:49:39.940 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.940 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.940 INFO [stderr] | Dec 18 14:49:39.940 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.940 INFO [stderr] | ^^^^^ Dec 18 14:49:39.940 INFO [stderr] ... Dec 18 14:49:39.940 INFO [stderr] 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Dec 18 14:49:39.940 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.940 INFO [stderr] | Dec 18 14:49:39.940 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.940 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.940 INFO [stderr] | Dec 18 14:49:39.940 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.940 INFO [stderr] | Dec 18 14:49:39.940 INFO [stderr] Dec 18 14:49:39.940 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.940 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.940 INFO [stderr] | Dec 18 14:49:39.940 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.940 INFO [stderr] | ^^^^^ Dec 18 14:49:39.940 INFO [stderr] ... Dec 18 14:49:39.940 INFO [stderr] 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Dec 18 14:49:39.940 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.940 INFO [stderr] | Dec 18 14:49:39.940 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.940 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.940 INFO [stderr] | Dec 18 14:49:39.940 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.940 INFO [stderr] | Dec 18 14:49:39.940 INFO [stderr] Dec 18 14:49:39.940 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.940 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.940 INFO [stderr] | Dec 18 14:49:39.940 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.940 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.940 INFO [stderr] ... Dec 18 14:49:39.940 INFO [stderr] 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Dec 18 14:49:39.940 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.940 INFO [stderr] | Dec 18 14:49:39.940 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.940 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.940 INFO [stderr] | Dec 18 14:49:39.940 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.940 INFO [stderr] | Dec 18 14:49:39.940 INFO [stderr] Dec 18 14:49:39.945 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.945 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.945 INFO [stderr] | Dec 18 14:49:39.945 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.945 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.945 INFO [stderr] ... Dec 18 14:49:39.945 INFO [stderr] 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Dec 18 14:49:39.945 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.945 INFO [stderr] | Dec 18 14:49:39.945 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.945 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.945 INFO [stderr] | Dec 18 14:49:39.945 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.945 INFO [stderr] | Dec 18 14:49:39.945 INFO [stderr] Dec 18 14:49:39.945 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.945 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.945 INFO [stderr] | Dec 18 14:49:39.945 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.945 INFO [stderr] | ^^^^^ Dec 18 14:49:39.945 INFO [stderr] ... Dec 18 14:49:39.945 INFO [stderr] 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Dec 18 14:49:39.945 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.945 INFO [stderr] | Dec 18 14:49:39.945 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.945 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.945 INFO [stderr] | Dec 18 14:49:39.945 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.945 INFO [stderr] | Dec 18 14:49:39.945 INFO [stderr] Dec 18 14:49:39.945 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.945 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.945 INFO [stderr] | Dec 18 14:49:39.945 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.945 INFO [stderr] | ^^^^^ Dec 18 14:49:39.945 INFO [stderr] ... Dec 18 14:49:39.945 INFO [stderr] 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Dec 18 14:49:39.945 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.945 INFO [stderr] | Dec 18 14:49:39.945 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.945 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.945 INFO [stderr] | Dec 18 14:49:39.945 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.945 INFO [stderr] | Dec 18 14:49:39.945 INFO [stderr] Dec 18 14:49:39.945 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.945 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.945 INFO [stderr] | Dec 18 14:49:39.945 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.945 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.945 INFO [stderr] ... Dec 18 14:49:39.945 INFO [stderr] 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Dec 18 14:49:39.945 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.945 INFO [stderr] | Dec 18 14:49:39.945 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.945 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.945 INFO [stderr] | Dec 18 14:49:39.945 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.945 INFO [stderr] | Dec 18 14:49:39.945 INFO [stderr] Dec 18 14:49:39.946 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.946 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.946 INFO [stderr] | Dec 18 14:49:39.946 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.946 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.946 INFO [stderr] ... Dec 18 14:49:39.946 INFO [stderr] 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Dec 18 14:49:39.946 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.946 INFO [stderr] | Dec 18 14:49:39.946 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.946 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.946 INFO [stderr] | Dec 18 14:49:39.946 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.946 INFO [stderr] | Dec 18 14:49:39.946 INFO [stderr] Dec 18 14:49:39.951 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.953 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.953 INFO [stderr] | Dec 18 14:49:39.953 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.953 INFO [stderr] | ^^^^^ Dec 18 14:49:39.953 INFO [stderr] ... Dec 18 14:49:39.953 INFO [stderr] 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Dec 18 14:49:39.953 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.953 INFO [stderr] | Dec 18 14:49:39.953 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.953 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.953 INFO [stderr] | Dec 18 14:49:39.953 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.953 INFO [stderr] | Dec 18 14:49:39.953 INFO [stderr] Dec 18 14:49:39.953 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.953 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.953 INFO [stderr] | Dec 18 14:49:39.953 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.953 INFO [stderr] | ^^^^^ Dec 18 14:49:39.953 INFO [stderr] ... Dec 18 14:49:39.953 INFO [stderr] 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Dec 18 14:49:39.953 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.953 INFO [stderr] | Dec 18 14:49:39.953 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.953 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.953 INFO [stderr] | Dec 18 14:49:39.953 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.953 INFO [stderr] | Dec 18 14:49:39.953 INFO [stderr] Dec 18 14:49:39.954 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.954 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.954 INFO [stderr] | Dec 18 14:49:39.954 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.954 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.954 INFO [stderr] ... Dec 18 14:49:39.954 INFO [stderr] 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Dec 18 14:49:39.954 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.954 INFO [stderr] | Dec 18 14:49:39.954 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.954 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.954 INFO [stderr] | Dec 18 14:49:39.954 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.954 INFO [stderr] | Dec 18 14:49:39.954 INFO [stderr] Dec 18 14:49:39.954 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.954 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.954 INFO [stderr] | Dec 18 14:49:39.954 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.954 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.954 INFO [stderr] ... Dec 18 14:49:39.954 INFO [stderr] 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Dec 18 14:49:39.954 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.954 INFO [stderr] | Dec 18 14:49:39.954 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.954 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.954 INFO [stderr] | Dec 18 14:49:39.954 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.954 INFO [stderr] | Dec 18 14:49:39.954 INFO [stderr] Dec 18 14:49:39.954 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.954 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.954 INFO [stderr] | Dec 18 14:49:39.954 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.954 INFO [stderr] | ^^^^^ Dec 18 14:49:39.954 INFO [stderr] ... Dec 18 14:49:39.954 INFO [stderr] 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Dec 18 14:49:39.954 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.954 INFO [stderr] | Dec 18 14:49:39.954 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.954 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.954 INFO [stderr] | Dec 18 14:49:39.954 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.954 INFO [stderr] | Dec 18 14:49:39.954 INFO [stderr] Dec 18 14:49:39.954 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.954 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.954 INFO [stderr] | Dec 18 14:49:39.954 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.954 INFO [stderr] | ^^^^^ Dec 18 14:49:39.954 INFO [stderr] ... Dec 18 14:49:39.954 INFO [stderr] 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Dec 18 14:49:39.954 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.954 INFO [stderr] | Dec 18 14:49:39.954 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.954 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.954 INFO [stderr] | Dec 18 14:49:39.954 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.954 INFO [stderr] | Dec 18 14:49:39.954 INFO [stderr] Dec 18 14:49:39.956 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.956 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.956 INFO [stderr] | Dec 18 14:49:39.956 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.956 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.956 INFO [stderr] ... Dec 18 14:49:39.956 INFO [stderr] 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Dec 18 14:49:39.956 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.956 INFO [stderr] | Dec 18 14:49:39.956 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.956 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.956 INFO [stderr] | Dec 18 14:49:39.956 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.956 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] Dec 18 14:49:39.957 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.957 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.957 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.957 INFO [stderr] ... Dec 18 14:49:39.957 INFO [stderr] 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Dec 18 14:49:39.957 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.957 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] Dec 18 14:49:39.957 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.957 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.957 INFO [stderr] | ^^^^^ Dec 18 14:49:39.957 INFO [stderr] ... Dec 18 14:49:39.957 INFO [stderr] 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Dec 18 14:49:39.957 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.957 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] Dec 18 14:49:39.957 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.957 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.957 INFO [stderr] | ^^^^^ Dec 18 14:49:39.957 INFO [stderr] ... Dec 18 14:49:39.957 INFO [stderr] 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Dec 18 14:49:39.957 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.957 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] Dec 18 14:49:39.957 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.957 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.957 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.957 INFO [stderr] ... Dec 18 14:49:39.957 INFO [stderr] 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Dec 18 14:49:39.957 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.957 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] Dec 18 14:49:39.957 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.957 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.957 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.957 INFO [stderr] ... Dec 18 14:49:39.957 INFO [stderr] 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Dec 18 14:49:39.957 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.957 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.957 INFO [stderr] | Dec 18 14:49:39.957 INFO [stderr] Dec 18 14:49:39.959 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.959 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.959 INFO [stderr] | Dec 18 14:49:39.959 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.959 INFO [stderr] | ^^^^^ Dec 18 14:49:39.959 INFO [stderr] ... Dec 18 14:49:39.959 INFO [stderr] 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Dec 18 14:49:39.959 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.959 INFO [stderr] | Dec 18 14:49:39.959 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.959 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.959 INFO [stderr] | Dec 18 14:49:39.960 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.960 INFO [stderr] | Dec 18 14:49:39.960 INFO [stderr] Dec 18 14:49:39.961 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.961 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.961 INFO [stderr] | Dec 18 14:49:39.961 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.961 INFO [stderr] | ^^^^^ Dec 18 14:49:39.961 INFO [stderr] ... Dec 18 14:49:39.961 INFO [stderr] 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Dec 18 14:49:39.961 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.961 INFO [stderr] | Dec 18 14:49:39.961 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.961 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.961 INFO [stderr] | Dec 18 14:49:39.961 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.961 INFO [stderr] | Dec 18 14:49:39.961 INFO [stderr] Dec 18 14:49:39.961 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.961 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.961 INFO [stderr] | Dec 18 14:49:39.961 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.961 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.961 INFO [stderr] ... Dec 18 14:49:39.961 INFO [stderr] 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Dec 18 14:49:39.961 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.961 INFO [stderr] | Dec 18 14:49:39.961 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.961 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.961 INFO [stderr] | Dec 18 14:49:39.961 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.961 INFO [stderr] | Dec 18 14:49:39.961 INFO [stderr] Dec 18 14:49:39.961 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.961 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.961 INFO [stderr] | Dec 18 14:49:39.961 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.961 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.961 INFO [stderr] ... Dec 18 14:49:39.961 INFO [stderr] 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Dec 18 14:49:39.961 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.961 INFO [stderr] | Dec 18 14:49:39.961 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.961 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.961 INFO [stderr] | Dec 18 14:49:39.961 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.961 INFO [stderr] | Dec 18 14:49:39.961 INFO [stderr] Dec 18 14:49:39.969 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.969 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.969 INFO [stderr] | Dec 18 14:49:39.969 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.969 INFO [stderr] | ^^^^^ Dec 18 14:49:39.969 INFO [stderr] ... Dec 18 14:49:39.969 INFO [stderr] 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Dec 18 14:49:39.969 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.969 INFO [stderr] | Dec 18 14:49:39.969 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.969 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.969 INFO [stderr] | Dec 18 14:49:39.969 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.969 INFO [stderr] | Dec 18 14:49:39.969 INFO [stderr] Dec 18 14:49:39.969 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.969 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.969 INFO [stderr] | Dec 18 14:49:39.969 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.969 INFO [stderr] | ^^^^^ Dec 18 14:49:39.969 INFO [stderr] ... Dec 18 14:49:39.969 INFO [stderr] 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Dec 18 14:49:39.969 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.969 INFO [stderr] | Dec 18 14:49:39.969 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.969 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.969 INFO [stderr] | Dec 18 14:49:39.969 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.969 INFO [stderr] | Dec 18 14:49:39.969 INFO [stderr] Dec 18 14:49:39.969 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.969 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.969 INFO [stderr] | Dec 18 14:49:39.969 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.969 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.969 INFO [stderr] ... Dec 18 14:49:39.969 INFO [stderr] 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Dec 18 14:49:39.969 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.969 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.970 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] Dec 18 14:49:39.970 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.970 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.970 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.970 INFO [stderr] ... Dec 18 14:49:39.970 INFO [stderr] 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Dec 18 14:49:39.970 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.970 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] Dec 18 14:49:39.970 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.970 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.970 INFO [stderr] | ^^^^^ Dec 18 14:49:39.970 INFO [stderr] ... Dec 18 14:49:39.970 INFO [stderr] 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); Dec 18 14:49:39.970 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.970 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] Dec 18 14:49:39.970 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.970 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.970 INFO [stderr] | ^^^^^ Dec 18 14:49:39.970 INFO [stderr] ... Dec 18 14:49:39.970 INFO [stderr] 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); Dec 18 14:49:39.970 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.970 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] Dec 18 14:49:39.970 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.970 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.970 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.970 INFO [stderr] ... Dec 18 14:49:39.970 INFO [stderr] 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); Dec 18 14:49:39.970 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.970 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] Dec 18 14:49:39.970 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.970 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.970 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.970 INFO [stderr] ... Dec 18 14:49:39.970 INFO [stderr] 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); Dec 18 14:49:39.970 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.970 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] Dec 18 14:49:39.970 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.970 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.970 INFO [stderr] | Dec 18 14:49:39.970 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.970 INFO [stderr] | ^^^^^ Dec 18 14:49:39.970 INFO [stderr] ... Dec 18 14:49:39.971 INFO [stderr] 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Dec 18 14:49:39.971 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.971 INFO [stderr] | Dec 18 14:49:39.971 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.971 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.971 INFO [stderr] | Dec 18 14:49:39.971 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.971 INFO [stderr] | Dec 18 14:49:39.971 INFO [stderr] Dec 18 14:49:39.973 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.973 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.973 INFO [stderr] | Dec 18 14:49:39.973 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.973 INFO [stderr] | ^^^^^ Dec 18 14:49:39.973 INFO [stderr] ... Dec 18 14:49:39.973 INFO [stderr] 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Dec 18 14:49:39.973 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.973 INFO [stderr] | Dec 18 14:49:39.973 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.973 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.973 INFO [stderr] | Dec 18 14:49:39.973 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.973 INFO [stderr] | Dec 18 14:49:39.973 INFO [stderr] Dec 18 14:49:39.973 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.973 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.973 INFO [stderr] | Dec 18 14:49:39.973 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.973 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.973 INFO [stderr] ... Dec 18 14:49:39.973 INFO [stderr] 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Dec 18 14:49:39.973 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.973 INFO [stderr] | Dec 18 14:49:39.973 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.973 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.973 INFO [stderr] | Dec 18 14:49:39.973 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.973 INFO [stderr] | Dec 18 14:49:39.973 INFO [stderr] Dec 18 14:49:39.973 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.973 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.973 INFO [stderr] | Dec 18 14:49:39.973 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.973 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.973 INFO [stderr] ... Dec 18 14:49:39.973 INFO [stderr] 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Dec 18 14:49:39.973 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.973 INFO [stderr] | Dec 18 14:49:39.973 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.973 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.973 INFO [stderr] | Dec 18 14:49:39.973 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.973 INFO [stderr] | Dec 18 14:49:39.973 INFO [stderr] Dec 18 14:49:39.973 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.973 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.973 INFO [stderr] | Dec 18 14:49:39.973 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.973 INFO [stderr] | ^^^^^ Dec 18 14:49:39.973 INFO [stderr] ... Dec 18 14:49:39.973 INFO [stderr] 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Dec 18 14:49:39.974 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.974 INFO [stderr] | Dec 18 14:49:39.974 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.974 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.974 INFO [stderr] | Dec 18 14:49:39.974 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.974 INFO [stderr] | Dec 18 14:49:39.974 INFO [stderr] Dec 18 14:49:39.980 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.980 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.980 INFO [stderr] | Dec 18 14:49:39.980 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.980 INFO [stderr] | ^^^^^ Dec 18 14:49:39.980 INFO [stderr] ... Dec 18 14:49:39.980 INFO [stderr] 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Dec 18 14:49:39.980 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.980 INFO [stderr] | Dec 18 14:49:39.980 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.980 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.980 INFO [stderr] | Dec 18 14:49:39.980 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.980 INFO [stderr] | Dec 18 14:49:39.980 INFO [stderr] Dec 18 14:49:39.980 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.980 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.980 INFO [stderr] | Dec 18 14:49:39.980 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.980 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.980 INFO [stderr] ... Dec 18 14:49:39.980 INFO [stderr] 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Dec 18 14:49:39.980 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.980 INFO [stderr] | Dec 18 14:49:39.980 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.980 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.980 INFO [stderr] | Dec 18 14:49:39.980 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.980 INFO [stderr] | Dec 18 14:49:39.980 INFO [stderr] Dec 18 14:49:39.980 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.980 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.980 INFO [stderr] | Dec 18 14:49:39.980 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.980 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.980 INFO [stderr] ... Dec 18 14:49:39.980 INFO [stderr] 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Dec 18 14:49:39.980 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.980 INFO [stderr] | Dec 18 14:49:39.980 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.980 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.980 INFO [stderr] | Dec 18 14:49:39.980 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.980 INFO [stderr] | Dec 18 14:49:39.980 INFO [stderr] Dec 18 14:49:39.980 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.980 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.980 INFO [stderr] | Dec 18 14:49:39.980 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.980 INFO [stderr] | ^^^^^ Dec 18 14:49:39.980 INFO [stderr] ... Dec 18 14:49:39.980 INFO [stderr] 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Dec 18 14:49:39.980 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.980 INFO [stderr] | Dec 18 14:49:39.980 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.980 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.980 INFO [stderr] | Dec 18 14:49:39.980 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.980 INFO [stderr] | Dec 18 14:49:39.980 INFO [stderr] Dec 18 14:49:39.985 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.985 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.985 INFO [stderr] | Dec 18 14:49:39.985 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.985 INFO [stderr] | ^^^^^ Dec 18 14:49:39.985 INFO [stderr] ... Dec 18 14:49:39.985 INFO [stderr] 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Dec 18 14:49:39.985 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.985 INFO [stderr] | Dec 18 14:49:39.985 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.985 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.985 INFO [stderr] | Dec 18 14:49:39.985 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.985 INFO [stderr] | Dec 18 14:49:39.985 INFO [stderr] Dec 18 14:49:39.985 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.985 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.985 INFO [stderr] | Dec 18 14:49:39.985 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.985 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.985 INFO [stderr] ... Dec 18 14:49:39.985 INFO [stderr] 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Dec 18 14:49:39.985 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.985 INFO [stderr] | Dec 18 14:49:39.985 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.985 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.985 INFO [stderr] | Dec 18 14:49:39.985 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.985 INFO [stderr] | Dec 18 14:49:39.985 INFO [stderr] Dec 18 14:49:39.985 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.985 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.986 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.986 INFO [stderr] ... Dec 18 14:49:39.986 INFO [stderr] 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Dec 18 14:49:39.986 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.986 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] Dec 18 14:49:39.986 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.986 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.986 INFO [stderr] | ^^^^^ Dec 18 14:49:39.986 INFO [stderr] ... Dec 18 14:49:39.986 INFO [stderr] 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Dec 18 14:49:39.986 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.986 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] Dec 18 14:49:39.986 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.986 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.986 INFO [stderr] | ^^^^^ Dec 18 14:49:39.986 INFO [stderr] ... Dec 18 14:49:39.986 INFO [stderr] 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Dec 18 14:49:39.986 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.986 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] Dec 18 14:49:39.986 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.986 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.986 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.986 INFO [stderr] ... Dec 18 14:49:39.986 INFO [stderr] 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Dec 18 14:49:39.986 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.986 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] Dec 18 14:49:39.986 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.986 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.986 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.986 INFO [stderr] ... Dec 18 14:49:39.986 INFO [stderr] 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Dec 18 14:49:39.986 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.986 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] Dec 18 14:49:39.986 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.986 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.986 INFO [stderr] | ^^^^^ Dec 18 14:49:39.986 INFO [stderr] ... Dec 18 14:49:39.986 INFO [stderr] 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Dec 18 14:49:39.986 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.986 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.986 INFO [stderr] | Dec 18 14:49:39.986 INFO [stderr] Dec 18 14:49:39.992 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.992 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.992 INFO [stderr] | Dec 18 14:49:39.992 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.992 INFO [stderr] | ^^^^^ Dec 18 14:49:39.992 INFO [stderr] ... Dec 18 14:49:39.992 INFO [stderr] 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Dec 18 14:49:39.992 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.992 INFO [stderr] | Dec 18 14:49:39.992 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.992 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.992 INFO [stderr] | Dec 18 14:49:39.992 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.992 INFO [stderr] | Dec 18 14:49:39.992 INFO [stderr] Dec 18 14:49:39.992 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.992 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.992 INFO [stderr] | Dec 18 14:49:39.992 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.992 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.992 INFO [stderr] ... Dec 18 14:49:39.992 INFO [stderr] 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Dec 18 14:49:39.992 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.992 INFO [stderr] | Dec 18 14:49:39.992 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.992 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.992 INFO [stderr] | Dec 18 14:49:39.992 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.992 INFO [stderr] | Dec 18 14:49:39.992 INFO [stderr] Dec 18 14:49:39.992 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.992 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.992 INFO [stderr] | Dec 18 14:49:39.992 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.992 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.992 INFO [stderr] ... Dec 18 14:49:39.992 INFO [stderr] 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Dec 18 14:49:39.992 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.992 INFO [stderr] | Dec 18 14:49:39.992 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.992 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.992 INFO [stderr] | Dec 18 14:49:39.993 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.993 INFO [stderr] | Dec 18 14:49:39.993 INFO [stderr] Dec 18 14:49:39.996 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.996 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.996 INFO [stderr] | Dec 18 14:49:39.996 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.996 INFO [stderr] | ^^^^^ Dec 18 14:49:39.996 INFO [stderr] ... Dec 18 14:49:39.996 INFO [stderr] 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Dec 18 14:49:39.996 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.996 INFO [stderr] | Dec 18 14:49:39.996 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.996 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.996 INFO [stderr] | Dec 18 14:49:39.996 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.996 INFO [stderr] | Dec 18 14:49:39.996 INFO [stderr] Dec 18 14:49:39.996 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.996 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.996 INFO [stderr] | Dec 18 14:49:39.996 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.996 INFO [stderr] | ^^^^^ Dec 18 14:49:39.996 INFO [stderr] ... Dec 18 14:49:39.996 INFO [stderr] 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Dec 18 14:49:39.996 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.996 INFO [stderr] | Dec 18 14:49:39.996 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.996 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.996 INFO [stderr] | Dec 18 14:49:39.996 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.996 INFO [stderr] | Dec 18 14:49:39.996 INFO [stderr] Dec 18 14:49:39.996 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.996 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.996 INFO [stderr] | Dec 18 14:49:39.996 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.996 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.996 INFO [stderr] ... Dec 18 14:49:39.996 INFO [stderr] 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Dec 18 14:49:39.996 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.996 INFO [stderr] | Dec 18 14:49:39.996 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.996 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.996 INFO [stderr] | Dec 18 14:49:39.996 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.996 INFO [stderr] | Dec 18 14:49:39.996 INFO [stderr] Dec 18 14:49:39.996 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.996 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.996 INFO [stderr] | Dec 18 14:49:39.996 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.996 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.996 INFO [stderr] ... Dec 18 14:49:39.996 INFO [stderr] 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Dec 18 14:49:39.997 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.997 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] Dec 18 14:49:39.997 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.997 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:39.997 INFO [stderr] | ^^^^^ Dec 18 14:49:39.997 INFO [stderr] ... Dec 18 14:49:39.997 INFO [stderr] 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Dec 18 14:49:39.997 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.997 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] Dec 18 14:49:39.997 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.997 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:39.997 INFO [stderr] | ^^^^^ Dec 18 14:49:39.997 INFO [stderr] ... Dec 18 14:49:39.997 INFO [stderr] 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Dec 18 14:49:39.997 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.997 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] Dec 18 14:49:39.997 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.997 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:39.997 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.997 INFO [stderr] ... Dec 18 14:49:39.997 INFO [stderr] 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Dec 18 14:49:39.997 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.997 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] Dec 18 14:49:39.997 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:39.997 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:39.997 INFO [stderr] | ^^^^^^^ Dec 18 14:49:39.997 INFO [stderr] ... Dec 18 14:49:39.997 INFO [stderr] 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Dec 18 14:49:39.997 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:39.997 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:39.997 INFO [stderr] | Dec 18 14:49:39.997 INFO [stderr] Dec 18 14:49:40.006 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.006 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.007 INFO [stderr] | ^^^^^ Dec 18 14:49:40.007 INFO [stderr] ... Dec 18 14:49:40.007 INFO [stderr] 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Dec 18 14:49:40.007 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.007 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] Dec 18 14:49:40.007 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.007 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.007 INFO [stderr] | ^^^^^ Dec 18 14:49:40.007 INFO [stderr] ... Dec 18 14:49:40.007 INFO [stderr] 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Dec 18 14:49:40.007 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.007 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] Dec 18 14:49:40.007 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.007 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.007 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.007 INFO [stderr] ... Dec 18 14:49:40.007 INFO [stderr] 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Dec 18 14:49:40.007 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.007 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] Dec 18 14:49:40.007 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.007 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.007 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.007 INFO [stderr] ... Dec 18 14:49:40.007 INFO [stderr] 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Dec 18 14:49:40.007 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.007 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] Dec 18 14:49:40.007 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.007 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.007 INFO [stderr] | ^^^^^ Dec 18 14:49:40.007 INFO [stderr] ... Dec 18 14:49:40.007 INFO [stderr] 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Dec 18 14:49:40.007 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.007 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] Dec 18 14:49:40.007 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.007 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.007 INFO [stderr] | ^^^^^ Dec 18 14:49:40.007 INFO [stderr] ... Dec 18 14:49:40.007 INFO [stderr] 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Dec 18 14:49:40.007 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.007 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] Dec 18 14:49:40.007 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.007 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.007 INFO [stderr] | Dec 18 14:49:40.007 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.008 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.008 INFO [stderr] ... Dec 18 14:49:40.008 INFO [stderr] 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Dec 18 14:49:40.008 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.008 INFO [stderr] | Dec 18 14:49:40.008 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.008 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.008 INFO [stderr] | Dec 18 14:49:40.008 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.008 INFO [stderr] | Dec 18 14:49:40.008 INFO [stderr] Dec 18 14:49:40.008 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.008 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.008 INFO [stderr] | Dec 18 14:49:40.008 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.008 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.008 INFO [stderr] ... Dec 18 14:49:40.008 INFO [stderr] 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Dec 18 14:49:40.008 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.008 INFO [stderr] | Dec 18 14:49:40.008 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.008 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.008 INFO [stderr] | Dec 18 14:49:40.008 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.008 INFO [stderr] | Dec 18 14:49:40.008 INFO [stderr] Dec 18 14:49:40.008 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.008 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.008 INFO [stderr] | Dec 18 14:49:40.008 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.008 INFO [stderr] | ^^^^^ Dec 18 14:49:40.008 INFO [stderr] ... Dec 18 14:49:40.008 INFO [stderr] 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Dec 18 14:49:40.008 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.008 INFO [stderr] | Dec 18 14:49:40.008 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.008 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.008 INFO [stderr] | Dec 18 14:49:40.008 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.008 INFO [stderr] | Dec 18 14:49:40.008 INFO [stderr] Dec 18 14:49:40.014 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.014 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.014 INFO [stderr] | Dec 18 14:49:40.014 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.014 INFO [stderr] | ^^^^^ Dec 18 14:49:40.014 INFO [stderr] ... Dec 18 14:49:40.014 INFO [stderr] 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Dec 18 14:49:40.014 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.014 INFO [stderr] | Dec 18 14:49:40.014 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.014 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.014 INFO [stderr] | Dec 18 14:49:40.014 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.014 INFO [stderr] | Dec 18 14:49:40.014 INFO [stderr] Dec 18 14:49:40.015 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.015 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.015 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.015 INFO [stderr] ... Dec 18 14:49:40.015 INFO [stderr] 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Dec 18 14:49:40.015 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.015 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] Dec 18 14:49:40.015 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.015 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.015 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.015 INFO [stderr] ... Dec 18 14:49:40.015 INFO [stderr] 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Dec 18 14:49:40.015 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.015 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] Dec 18 14:49:40.015 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.015 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.015 INFO [stderr] | ^^^^^ Dec 18 14:49:40.015 INFO [stderr] ... Dec 18 14:49:40.015 INFO [stderr] 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Dec 18 14:49:40.015 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.015 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] Dec 18 14:49:40.015 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.015 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.015 INFO [stderr] | ^^^^^ Dec 18 14:49:40.015 INFO [stderr] ... Dec 18 14:49:40.015 INFO [stderr] 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Dec 18 14:49:40.015 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.015 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] Dec 18 14:49:40.015 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.015 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.015 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.015 INFO [stderr] ... Dec 18 14:49:40.015 INFO [stderr] 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Dec 18 14:49:40.015 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.015 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] Dec 18 14:49:40.015 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.015 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.015 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.015 INFO [stderr] ... Dec 18 14:49:40.015 INFO [stderr] 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Dec 18 14:49:40.015 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.015 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.015 INFO [stderr] Dec 18 14:49:40.015 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.015 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.015 INFO [stderr] | Dec 18 14:49:40.016 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.016 INFO [stderr] | ^^^^^ Dec 18 14:49:40.016 INFO [stderr] ... Dec 18 14:49:40.016 INFO [stderr] 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Dec 18 14:49:40.016 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.016 INFO [stderr] | Dec 18 14:49:40.016 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.016 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.016 INFO [stderr] | Dec 18 14:49:40.016 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.016 INFO [stderr] | Dec 18 14:49:40.016 INFO [stderr] Dec 18 14:49:40.023 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.023 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.023 INFO [stderr] | Dec 18 14:49:40.023 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.023 INFO [stderr] | ^^^^^ Dec 18 14:49:40.023 INFO [stderr] ... Dec 18 14:49:40.023 INFO [stderr] 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Dec 18 14:49:40.023 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.023 INFO [stderr] | Dec 18 14:49:40.023 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.023 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.023 INFO [stderr] | Dec 18 14:49:40.023 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.023 INFO [stderr] | Dec 18 14:49:40.023 INFO [stderr] Dec 18 14:49:40.023 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.023 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.023 INFO [stderr] | Dec 18 14:49:40.023 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.023 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.023 INFO [stderr] ... Dec 18 14:49:40.023 INFO [stderr] 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Dec 18 14:49:40.023 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.023 INFO [stderr] | Dec 18 14:49:40.023 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.023 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.023 INFO [stderr] | Dec 18 14:49:40.023 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.023 INFO [stderr] | Dec 18 14:49:40.023 INFO [stderr] Dec 18 14:49:40.023 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.023 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.023 INFO [stderr] | Dec 18 14:49:40.023 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.023 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.023 INFO [stderr] ... Dec 18 14:49:40.023 INFO [stderr] 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Dec 18 14:49:40.023 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.023 INFO [stderr] | Dec 18 14:49:40.023 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.023 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.023 INFO [stderr] | Dec 18 14:49:40.023 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.023 INFO [stderr] | Dec 18 14:49:40.023 INFO [stderr] Dec 18 14:49:40.023 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.023 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.023 INFO [stderr] | Dec 18 14:49:40.023 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.023 INFO [stderr] | ^^^^^ Dec 18 14:49:40.023 INFO [stderr] ... Dec 18 14:49:40.023 INFO [stderr] 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Dec 18 14:49:40.023 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.023 INFO [stderr] | Dec 18 14:49:40.023 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.023 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.023 INFO [stderr] | Dec 18 14:49:40.023 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.023 INFO [stderr] | Dec 18 14:49:40.023 INFO [stderr] Dec 18 14:49:40.023 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.023 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.023 INFO [stderr] | Dec 18 14:49:40.023 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.023 INFO [stderr] | ^^^^^ Dec 18 14:49:40.023 INFO [stderr] ... Dec 18 14:49:40.023 INFO [stderr] 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Dec 18 14:49:40.023 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.023 INFO [stderr] | Dec 18 14:49:40.023 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.023 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.024 INFO [stderr] | Dec 18 14:49:40.024 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.024 INFO [stderr] | Dec 18 14:49:40.024 INFO [stderr] Dec 18 14:49:40.024 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.024 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.024 INFO [stderr] | Dec 18 14:49:40.024 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.024 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.024 INFO [stderr] ... Dec 18 14:49:40.024 INFO [stderr] 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Dec 18 14:49:40.024 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.024 INFO [stderr] | Dec 18 14:49:40.024 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.024 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.024 INFO [stderr] | Dec 18 14:49:40.024 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.024 INFO [stderr] | Dec 18 14:49:40.024 INFO [stderr] Dec 18 14:49:40.024 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.024 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.024 INFO [stderr] | Dec 18 14:49:40.024 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.024 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.024 INFO [stderr] ... Dec 18 14:49:40.024 INFO [stderr] 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Dec 18 14:49:40.024 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.024 INFO [stderr] | Dec 18 14:49:40.024 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.024 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.024 INFO [stderr] | Dec 18 14:49:40.024 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.024 INFO [stderr] | Dec 18 14:49:40.024 INFO [stderr] Dec 18 14:49:40.024 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.024 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.024 INFO [stderr] | Dec 18 14:49:40.024 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.024 INFO [stderr] | ^^^^^ Dec 18 14:49:40.024 INFO [stderr] ... Dec 18 14:49:40.024 INFO [stderr] 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Dec 18 14:49:40.024 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.024 INFO [stderr] | Dec 18 14:49:40.024 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.024 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.024 INFO [stderr] | Dec 18 14:49:40.024 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.024 INFO [stderr] | Dec 18 14:49:40.024 INFO [stderr] Dec 18 14:49:40.024 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.024 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.024 INFO [stderr] | Dec 18 14:49:40.024 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.024 INFO [stderr] | ^^^^^ Dec 18 14:49:40.024 INFO [stderr] ... Dec 18 14:49:40.024 INFO [stderr] 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Dec 18 14:49:40.024 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.024 INFO [stderr] | Dec 18 14:49:40.024 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.024 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.024 INFO [stderr] | Dec 18 14:49:40.024 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.024 INFO [stderr] | Dec 18 14:49:40.024 INFO [stderr] Dec 18 14:49:40.027 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.027 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.027 INFO [stderr] | Dec 18 14:49:40.027 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.027 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.027 INFO [stderr] ... Dec 18 14:49:40.027 INFO [stderr] 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Dec 18 14:49:40.027 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.027 INFO [stderr] | Dec 18 14:49:40.027 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.027 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.027 INFO [stderr] | Dec 18 14:49:40.027 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.027 INFO [stderr] | Dec 18 14:49:40.027 INFO [stderr] Dec 18 14:49:40.027 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.027 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.027 INFO [stderr] | Dec 18 14:49:40.027 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.027 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.027 INFO [stderr] ... Dec 18 14:49:40.027 INFO [stderr] 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Dec 18 14:49:40.027 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.027 INFO [stderr] | Dec 18 14:49:40.027 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.027 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.027 INFO [stderr] | Dec 18 14:49:40.027 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.027 INFO [stderr] | Dec 18 14:49:40.027 INFO [stderr] Dec 18 14:49:40.027 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.027 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.027 INFO [stderr] | Dec 18 14:49:40.027 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.027 INFO [stderr] | ^^^^^ Dec 18 14:49:40.027 INFO [stderr] ... Dec 18 14:49:40.027 INFO [stderr] 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Dec 18 14:49:40.027 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.027 INFO [stderr] | Dec 18 14:49:40.027 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.027 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.027 INFO [stderr] | Dec 18 14:49:40.027 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.027 INFO [stderr] | Dec 18 14:49:40.027 INFO [stderr] Dec 18 14:49:40.027 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.027 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.027 INFO [stderr] | Dec 18 14:49:40.027 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.027 INFO [stderr] | ^^^^^ Dec 18 14:49:40.027 INFO [stderr] ... Dec 18 14:49:40.027 INFO [stderr] 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Dec 18 14:49:40.027 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.027 INFO [stderr] | Dec 18 14:49:40.027 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.027 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.027 INFO [stderr] | Dec 18 14:49:40.027 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.027 INFO [stderr] | Dec 18 14:49:40.027 INFO [stderr] Dec 18 14:49:40.035 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.035 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.035 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.035 INFO [stderr] ... Dec 18 14:49:40.035 INFO [stderr] 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Dec 18 14:49:40.035 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.035 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] Dec 18 14:49:40.035 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.035 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.035 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.035 INFO [stderr] ... Dec 18 14:49:40.035 INFO [stderr] 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Dec 18 14:49:40.035 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.035 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] Dec 18 14:49:40.035 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.035 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.035 INFO [stderr] | ^^^^^ Dec 18 14:49:40.035 INFO [stderr] ... Dec 18 14:49:40.035 INFO [stderr] 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Dec 18 14:49:40.035 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.035 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] Dec 18 14:49:40.035 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.035 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.035 INFO [stderr] | ^^^^^ Dec 18 14:49:40.035 INFO [stderr] ... Dec 18 14:49:40.035 INFO [stderr] 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Dec 18 14:49:40.035 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.035 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] Dec 18 14:49:40.035 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.035 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.035 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.035 INFO [stderr] ... Dec 18 14:49:40.035 INFO [stderr] 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Dec 18 14:49:40.035 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.035 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] Dec 18 14:49:40.035 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.035 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.035 INFO [stderr] | Dec 18 14:49:40.035 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.036 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.036 INFO [stderr] ... Dec 18 14:49:40.036 INFO [stderr] 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Dec 18 14:49:40.036 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.036 INFO [stderr] | Dec 18 14:49:40.036 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.036 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.036 INFO [stderr] | Dec 18 14:49:40.036 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.036 INFO [stderr] | Dec 18 14:49:40.036 INFO [stderr] Dec 18 14:49:40.036 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.036 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.036 INFO [stderr] | Dec 18 14:49:40.036 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.036 INFO [stderr] | ^^^^^ Dec 18 14:49:40.036 INFO [stderr] ... Dec 18 14:49:40.036 INFO [stderr] 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Dec 18 14:49:40.036 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.036 INFO [stderr] | Dec 18 14:49:40.036 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.036 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.036 INFO [stderr] | Dec 18 14:49:40.036 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.036 INFO [stderr] | Dec 18 14:49:40.036 INFO [stderr] Dec 18 14:49:40.036 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.036 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.036 INFO [stderr] | Dec 18 14:49:40.036 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.036 INFO [stderr] | ^^^^^ Dec 18 14:49:40.036 INFO [stderr] ... Dec 18 14:49:40.036 INFO [stderr] 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Dec 18 14:49:40.036 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.036 INFO [stderr] | Dec 18 14:49:40.036 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.036 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.038 INFO [stderr] | Dec 18 14:49:40.038 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.038 INFO [stderr] | Dec 18 14:49:40.038 INFO [stderr] Dec 18 14:49:40.038 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.038 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.038 INFO [stderr] | Dec 18 14:49:40.038 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.038 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.038 INFO [stderr] ... Dec 18 14:49:40.038 INFO [stderr] 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Dec 18 14:49:40.038 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.038 INFO [stderr] | Dec 18 14:49:40.038 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.038 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.038 INFO [stderr] | Dec 18 14:49:40.038 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.038 INFO [stderr] | Dec 18 14:49:40.038 INFO [stderr] Dec 18 14:49:40.038 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.038 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.038 INFO [stderr] | Dec 18 14:49:40.038 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.039 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.039 INFO [stderr] ... Dec 18 14:49:40.039 INFO [stderr] 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Dec 18 14:49:40.039 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.039 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] Dec 18 14:49:40.039 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.039 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.039 INFO [stderr] | ^^^^^ Dec 18 14:49:40.039 INFO [stderr] ... Dec 18 14:49:40.039 INFO [stderr] 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Dec 18 14:49:40.039 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.039 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] Dec 18 14:49:40.039 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.039 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.039 INFO [stderr] | ^^^^^ Dec 18 14:49:40.039 INFO [stderr] ... Dec 18 14:49:40.039 INFO [stderr] 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Dec 18 14:49:40.039 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.039 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] Dec 18 14:49:40.039 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.039 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.039 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.039 INFO [stderr] ... Dec 18 14:49:40.039 INFO [stderr] 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Dec 18 14:49:40.039 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.039 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] Dec 18 14:49:40.039 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.039 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.039 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.039 INFO [stderr] ... Dec 18 14:49:40.039 INFO [stderr] 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Dec 18 14:49:40.039 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.039 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.039 INFO [stderr] | Dec 18 14:49:40.039 INFO [stderr] Dec 18 14:49:40.045 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.045 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.045 INFO [stderr] | Dec 18 14:49:40.045 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.045 INFO [stderr] | ^^^^^ Dec 18 14:49:40.045 INFO [stderr] ... Dec 18 14:49:40.045 INFO [stderr] 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Dec 18 14:49:40.045 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.045 INFO [stderr] | Dec 18 14:49:40.045 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.045 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.045 INFO [stderr] | Dec 18 14:49:40.045 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.045 INFO [stderr] | Dec 18 14:49:40.045 INFO [stderr] Dec 18 14:49:40.045 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.045 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.045 INFO [stderr] | Dec 18 14:49:40.045 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.045 INFO [stderr] | ^^^^^ Dec 18 14:49:40.046 INFO [stderr] ... Dec 18 14:49:40.046 INFO [stderr] 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Dec 18 14:49:40.046 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.046 INFO [stderr] | Dec 18 14:49:40.046 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.046 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.046 INFO [stderr] | Dec 18 14:49:40.046 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.046 INFO [stderr] | Dec 18 14:49:40.046 INFO [stderr] Dec 18 14:49:40.046 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.046 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.046 INFO [stderr] | Dec 18 14:49:40.046 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.046 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.046 INFO [stderr] ... Dec 18 14:49:40.046 INFO [stderr] 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Dec 18 14:49:40.046 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.046 INFO [stderr] | Dec 18 14:49:40.046 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.046 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.046 INFO [stderr] | Dec 18 14:49:40.046 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.046 INFO [stderr] | Dec 18 14:49:40.046 INFO [stderr] Dec 18 14:49:40.046 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.046 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.046 INFO [stderr] | Dec 18 14:49:40.046 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.046 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.046 INFO [stderr] ... Dec 18 14:49:40.046 INFO [stderr] 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Dec 18 14:49:40.046 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.046 INFO [stderr] | Dec 18 14:49:40.046 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.046 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.046 INFO [stderr] | Dec 18 14:49:40.046 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.047 INFO [stderr] | Dec 18 14:49:40.047 INFO [stderr] Dec 18 14:49:40.047 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.047 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.047 INFO [stderr] | Dec 18 14:49:40.047 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.047 INFO [stderr] | ^^^^^ Dec 18 14:49:40.047 INFO [stderr] ... Dec 18 14:49:40.047 INFO [stderr] 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Dec 18 14:49:40.047 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.047 INFO [stderr] | Dec 18 14:49:40.047 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.047 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.047 INFO [stderr] | Dec 18 14:49:40.047 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.047 INFO [stderr] | Dec 18 14:49:40.047 INFO [stderr] Dec 18 14:49:40.047 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.047 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.047 INFO [stderr] | Dec 18 14:49:40.047 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.047 INFO [stderr] | ^^^^^ Dec 18 14:49:40.047 INFO [stderr] ... Dec 18 14:49:40.047 INFO [stderr] 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Dec 18 14:49:40.047 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.047 INFO [stderr] | Dec 18 14:49:40.047 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.047 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.047 INFO [stderr] | Dec 18 14:49:40.047 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.047 INFO [stderr] | Dec 18 14:49:40.047 INFO [stderr] Dec 18 14:49:40.047 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.047 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.047 INFO [stderr] | Dec 18 14:49:40.047 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.047 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.047 INFO [stderr] ... Dec 18 14:49:40.047 INFO [stderr] 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Dec 18 14:49:40.047 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.047 INFO [stderr] | Dec 18 14:49:40.047 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.047 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.047 INFO [stderr] | Dec 18 14:49:40.047 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.047 INFO [stderr] | Dec 18 14:49:40.047 INFO [stderr] Dec 18 14:49:40.047 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.047 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.047 INFO [stderr] | Dec 18 14:49:40.047 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.047 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.047 INFO [stderr] ... Dec 18 14:49:40.048 INFO [stderr] 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Dec 18 14:49:40.048 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.048 INFO [stderr] | Dec 18 14:49:40.048 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.048 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.048 INFO [stderr] | Dec 18 14:49:40.048 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.048 INFO [stderr] | Dec 18 14:49:40.048 INFO [stderr] Dec 18 14:49:40.048 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.048 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.048 INFO [stderr] | Dec 18 14:49:40.048 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.048 INFO [stderr] | ^^^^^ Dec 18 14:49:40.048 INFO [stderr] ... Dec 18 14:49:40.048 INFO [stderr] 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Dec 18 14:49:40.048 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.048 INFO [stderr] | Dec 18 14:49:40.048 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.048 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.048 INFO [stderr] | Dec 18 14:49:40.048 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.048 INFO [stderr] | Dec 18 14:49:40.048 INFO [stderr] Dec 18 14:49:40.049 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.049 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.049 INFO [stderr] | Dec 18 14:49:40.049 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.049 INFO [stderr] | ^^^^^ Dec 18 14:49:40.049 INFO [stderr] ... Dec 18 14:49:40.049 INFO [stderr] 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Dec 18 14:49:40.049 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.049 INFO [stderr] | Dec 18 14:49:40.049 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.049 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.049 INFO [stderr] | Dec 18 14:49:40.049 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.049 INFO [stderr] | Dec 18 14:49:40.049 INFO [stderr] Dec 18 14:49:40.049 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.049 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.049 INFO [stderr] | Dec 18 14:49:40.049 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.049 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.049 INFO [stderr] ... Dec 18 14:49:40.049 INFO [stderr] 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Dec 18 14:49:40.049 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.049 INFO [stderr] | Dec 18 14:49:40.049 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.049 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.049 INFO [stderr] | Dec 18 14:49:40.049 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.049 INFO [stderr] | Dec 18 14:49:40.049 INFO [stderr] Dec 18 14:49:40.049 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.049 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.049 INFO [stderr] | Dec 18 14:49:40.049 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.049 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.049 INFO [stderr] ... Dec 18 14:49:40.049 INFO [stderr] 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Dec 18 14:49:40.049 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.049 INFO [stderr] | Dec 18 14:49:40.049 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.049 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.049 INFO [stderr] | Dec 18 14:49:40.049 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.049 INFO [stderr] | Dec 18 14:49:40.049 INFO [stderr] Dec 18 14:49:40.049 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.049 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.050 INFO [stderr] | Dec 18 14:49:40.050 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.050 INFO [stderr] | ^^^^^ Dec 18 14:49:40.050 INFO [stderr] ... Dec 18 14:49:40.050 INFO [stderr] 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Dec 18 14:49:40.050 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.050 INFO [stderr] | Dec 18 14:49:40.050 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.050 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.050 INFO [stderr] | Dec 18 14:49:40.050 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.050 INFO [stderr] | Dec 18 14:49:40.050 INFO [stderr] Dec 18 14:49:40.050 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.050 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.050 INFO [stderr] | Dec 18 14:49:40.050 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.050 INFO [stderr] | ^^^^^ Dec 18 14:49:40.050 INFO [stderr] ... Dec 18 14:49:40.050 INFO [stderr] 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Dec 18 14:49:40.050 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.050 INFO [stderr] | Dec 18 14:49:40.050 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.050 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.050 INFO [stderr] | Dec 18 14:49:40.050 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.050 INFO [stderr] | Dec 18 14:49:40.050 INFO [stderr] Dec 18 14:49:40.054 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.054 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.054 INFO [stderr] | Dec 18 14:49:40.054 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.054 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.054 INFO [stderr] ... Dec 18 14:49:40.054 INFO [stderr] 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Dec 18 14:49:40.054 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.054 INFO [stderr] | Dec 18 14:49:40.054 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.054 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.054 INFO [stderr] | Dec 18 14:49:40.054 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.054 INFO [stderr] | Dec 18 14:49:40.054 INFO [stderr] Dec 18 14:49:40.054 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.054 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.054 INFO [stderr] | Dec 18 14:49:40.054 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.054 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.054 INFO [stderr] ... Dec 18 14:49:40.054 INFO [stderr] 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Dec 18 14:49:40.054 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.054 INFO [stderr] | Dec 18 14:49:40.054 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.054 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.054 INFO [stderr] | Dec 18 14:49:40.054 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.054 INFO [stderr] | Dec 18 14:49:40.054 INFO [stderr] Dec 18 14:49:40.054 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.054 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.054 INFO [stderr] | Dec 18 14:49:40.054 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.054 INFO [stderr] | ^^^^^ Dec 18 14:49:40.054 INFO [stderr] ... Dec 18 14:49:40.054 INFO [stderr] 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Dec 18 14:49:40.054 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.054 INFO [stderr] | Dec 18 14:49:40.054 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.054 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.054 INFO [stderr] | Dec 18 14:49:40.054 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.054 INFO [stderr] | Dec 18 14:49:40.054 INFO [stderr] Dec 18 14:49:40.054 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.054 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.054 INFO [stderr] | Dec 18 14:49:40.054 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.054 INFO [stderr] | ^^^^^ Dec 18 14:49:40.054 INFO [stderr] ... Dec 18 14:49:40.054 INFO [stderr] 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Dec 18 14:49:40.054 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.054 INFO [stderr] | Dec 18 14:49:40.054 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.054 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.054 INFO [stderr] | Dec 18 14:49:40.054 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.054 INFO [stderr] | Dec 18 14:49:40.054 INFO [stderr] Dec 18 14:49:40.056 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.056 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.056 INFO [stderr] | Dec 18 14:49:40.056 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.057 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.057 INFO [stderr] ... Dec 18 14:49:40.057 INFO [stderr] 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Dec 18 14:49:40.057 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.057 INFO [stderr] | Dec 18 14:49:40.057 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.057 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.057 INFO [stderr] | Dec 18 14:49:40.057 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.057 INFO [stderr] | Dec 18 14:49:40.057 INFO [stderr] Dec 18 14:49:40.057 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.057 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.057 INFO [stderr] | Dec 18 14:49:40.057 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.057 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.057 INFO [stderr] ... Dec 18 14:49:40.057 INFO [stderr] 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Dec 18 14:49:40.057 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.057 INFO [stderr] | Dec 18 14:49:40.057 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.057 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.057 INFO [stderr] | Dec 18 14:49:40.057 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.057 INFO [stderr] | Dec 18 14:49:40.057 INFO [stderr] Dec 18 14:49:40.057 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.057 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.057 INFO [stderr] | Dec 18 14:49:40.057 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.057 INFO [stderr] | ^^^^^ Dec 18 14:49:40.057 INFO [stderr] ... Dec 18 14:49:40.057 INFO [stderr] 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Dec 18 14:49:40.057 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.057 INFO [stderr] | Dec 18 14:49:40.057 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.057 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.057 INFO [stderr] | Dec 18 14:49:40.057 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.057 INFO [stderr] | Dec 18 14:49:40.057 INFO [stderr] Dec 18 14:49:40.057 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.057 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.057 INFO [stderr] | Dec 18 14:49:40.057 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.057 INFO [stderr] | ^^^^^ Dec 18 14:49:40.057 INFO [stderr] ... Dec 18 14:49:40.057 INFO [stderr] 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Dec 18 14:49:40.057 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.057 INFO [stderr] | Dec 18 14:49:40.057 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.057 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.057 INFO [stderr] | Dec 18 14:49:40.057 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.057 INFO [stderr] | Dec 18 14:49:40.057 INFO [stderr] Dec 18 14:49:40.064 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.064 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.064 INFO [stderr] | Dec 18 14:49:40.064 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.064 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.064 INFO [stderr] ... Dec 18 14:49:40.064 INFO [stderr] 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Dec 18 14:49:40.064 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.064 INFO [stderr] | Dec 18 14:49:40.064 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.064 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.064 INFO [stderr] | Dec 18 14:49:40.064 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.064 INFO [stderr] | Dec 18 14:49:40.064 INFO [stderr] Dec 18 14:49:40.064 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.064 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.064 INFO [stderr] | Dec 18 14:49:40.064 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.064 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.064 INFO [stderr] ... Dec 18 14:49:40.064 INFO [stderr] 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Dec 18 14:49:40.064 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.064 INFO [stderr] | Dec 18 14:49:40.064 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.064 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.064 INFO [stderr] | Dec 18 14:49:40.064 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.064 INFO [stderr] | Dec 18 14:49:40.064 INFO [stderr] Dec 18 14:49:40.064 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.064 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.064 INFO [stderr] | Dec 18 14:49:40.064 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.064 INFO [stderr] | ^^^^^ Dec 18 14:49:40.064 INFO [stderr] ... Dec 18 14:49:40.064 INFO [stderr] 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Dec 18 14:49:40.064 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.064 INFO [stderr] | Dec 18 14:49:40.064 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.064 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.064 INFO [stderr] | Dec 18 14:49:40.064 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.064 INFO [stderr] | Dec 18 14:49:40.064 INFO [stderr] Dec 18 14:49:40.064 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.064 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.064 INFO [stderr] | Dec 18 14:49:40.064 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.065 INFO [stderr] | ^^^^^ Dec 18 14:49:40.065 INFO [stderr] ... Dec 18 14:49:40.065 INFO [stderr] 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Dec 18 14:49:40.065 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.065 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] Dec 18 14:49:40.065 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.065 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.065 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.065 INFO [stderr] ... Dec 18 14:49:40.065 INFO [stderr] 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Dec 18 14:49:40.065 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.065 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] Dec 18 14:49:40.065 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.065 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.065 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.065 INFO [stderr] ... Dec 18 14:49:40.065 INFO [stderr] 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Dec 18 14:49:40.065 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.065 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] Dec 18 14:49:40.065 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.065 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.065 INFO [stderr] | ^^^^^ Dec 18 14:49:40.065 INFO [stderr] ... Dec 18 14:49:40.065 INFO [stderr] 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Dec 18 14:49:40.065 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.065 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] Dec 18 14:49:40.065 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.065 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.065 INFO [stderr] | ^^^^^ Dec 18 14:49:40.065 INFO [stderr] ... Dec 18 14:49:40.065 INFO [stderr] 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Dec 18 14:49:40.065 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.065 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.065 INFO [stderr] | Dec 18 14:49:40.065 INFO [stderr] Dec 18 14:49:40.071 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.071 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.071 INFO [stderr] | Dec 18 14:49:40.071 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.071 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.071 INFO [stderr] ... Dec 18 14:49:40.071 INFO [stderr] 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Dec 18 14:49:40.071 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.071 INFO [stderr] | Dec 18 14:49:40.071 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.071 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.071 INFO [stderr] | Dec 18 14:49:40.071 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.071 INFO [stderr] | Dec 18 14:49:40.071 INFO [stderr] Dec 18 14:49:40.071 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.071 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.071 INFO [stderr] | Dec 18 14:49:40.071 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.071 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.071 INFO [stderr] ... Dec 18 14:49:40.071 INFO [stderr] 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Dec 18 14:49:40.071 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.071 INFO [stderr] | Dec 18 14:49:40.071 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.071 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.071 INFO [stderr] | Dec 18 14:49:40.071 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.072 INFO [stderr] | Dec 18 14:49:40.072 INFO [stderr] Dec 18 14:49:40.072 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.072 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.072 INFO [stderr] | Dec 18 14:49:40.072 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.072 INFO [stderr] | ^^^^^ Dec 18 14:49:40.072 INFO [stderr] ... Dec 18 14:49:40.073 INFO [stderr] 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Dec 18 14:49:40.073 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.073 INFO [stderr] | Dec 18 14:49:40.073 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.073 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.073 INFO [stderr] | Dec 18 14:49:40.073 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.073 INFO [stderr] | Dec 18 14:49:40.073 INFO [stderr] Dec 18 14:49:40.073 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.073 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.073 INFO [stderr] | Dec 18 14:49:40.073 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.073 INFO [stderr] | ^^^^^ Dec 18 14:49:40.073 INFO [stderr] ... Dec 18 14:49:40.073 INFO [stderr] 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Dec 18 14:49:40.073 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.073 INFO [stderr] | Dec 18 14:49:40.073 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.073 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.073 INFO [stderr] | Dec 18 14:49:40.073 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.073 INFO [stderr] | Dec 18 14:49:40.073 INFO [stderr] Dec 18 14:49:40.076 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.076 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.076 INFO [stderr] | Dec 18 14:49:40.076 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.076 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.076 INFO [stderr] ... Dec 18 14:49:40.076 INFO [stderr] 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Dec 18 14:49:40.076 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.076 INFO [stderr] | Dec 18 14:49:40.076 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.076 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.076 INFO [stderr] | Dec 18 14:49:40.076 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.076 INFO [stderr] | Dec 18 14:49:40.076 INFO [stderr] Dec 18 14:49:40.076 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.076 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.076 INFO [stderr] | Dec 18 14:49:40.076 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.076 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.076 INFO [stderr] ... Dec 18 14:49:40.076 INFO [stderr] 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Dec 18 14:49:40.076 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.076 INFO [stderr] | Dec 18 14:49:40.076 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.076 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.076 INFO [stderr] | Dec 18 14:49:40.076 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.076 INFO [stderr] | Dec 18 14:49:40.076 INFO [stderr] Dec 18 14:49:40.076 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.076 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.076 INFO [stderr] | Dec 18 14:49:40.076 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.076 INFO [stderr] | ^^^^^ Dec 18 14:49:40.076 INFO [stderr] ... Dec 18 14:49:40.076 INFO [stderr] 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Dec 18 14:49:40.076 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.076 INFO [stderr] | Dec 18 14:49:40.076 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.076 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.076 INFO [stderr] | Dec 18 14:49:40.076 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.076 INFO [stderr] | Dec 18 14:49:40.076 INFO [stderr] Dec 18 14:49:40.076 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.076 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.076 INFO [stderr] | Dec 18 14:49:40.076 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.076 INFO [stderr] | ^^^^^ Dec 18 14:49:40.077 INFO [stderr] ... Dec 18 14:49:40.077 INFO [stderr] 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Dec 18 14:49:40.077 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.077 INFO [stderr] | Dec 18 14:49:40.077 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.077 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.077 INFO [stderr] | Dec 18 14:49:40.077 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.077 INFO [stderr] | Dec 18 14:49:40.077 INFO [stderr] Dec 18 14:49:40.077 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.077 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.077 INFO [stderr] | Dec 18 14:49:40.077 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.077 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.077 INFO [stderr] ... Dec 18 14:49:40.077 INFO [stderr] 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Dec 18 14:49:40.077 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.077 INFO [stderr] | Dec 18 14:49:40.077 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.077 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.077 INFO [stderr] | Dec 18 14:49:40.077 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.077 INFO [stderr] | Dec 18 14:49:40.077 INFO [stderr] Dec 18 14:49:40.077 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.077 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.077 INFO [stderr] | Dec 18 14:49:40.077 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.077 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.077 INFO [stderr] ... Dec 18 14:49:40.077 INFO [stderr] 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Dec 18 14:49:40.077 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.077 INFO [stderr] | Dec 18 14:49:40.077 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.077 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.077 INFO [stderr] | Dec 18 14:49:40.077 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.077 INFO [stderr] | Dec 18 14:49:40.077 INFO [stderr] Dec 18 14:49:40.083 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.083 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.083 INFO [stderr] | Dec 18 14:49:40.083 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.083 INFO [stderr] | ^^^^^ Dec 18 14:49:40.083 INFO [stderr] ... Dec 18 14:49:40.083 INFO [stderr] 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); Dec 18 14:49:40.083 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.083 INFO [stderr] | Dec 18 14:49:40.083 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.083 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.083 INFO [stderr] | Dec 18 14:49:40.083 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.083 INFO [stderr] | Dec 18 14:49:40.083 INFO [stderr] Dec 18 14:49:40.083 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.083 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.083 INFO [stderr] | Dec 18 14:49:40.083 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.083 INFO [stderr] | ^^^^^ Dec 18 14:49:40.083 INFO [stderr] ... Dec 18 14:49:40.083 INFO [stderr] 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); Dec 18 14:49:40.083 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.083 INFO [stderr] | Dec 18 14:49:40.083 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.083 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.083 INFO [stderr] | Dec 18 14:49:40.083 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.083 INFO [stderr] | Dec 18 14:49:40.083 INFO [stderr] Dec 18 14:49:40.083 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.083 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.083 INFO [stderr] | Dec 18 14:49:40.083 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.083 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.083 INFO [stderr] ... Dec 18 14:49:40.083 INFO [stderr] 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); Dec 18 14:49:40.083 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.083 INFO [stderr] | Dec 18 14:49:40.083 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.083 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.083 INFO [stderr] | Dec 18 14:49:40.083 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.083 INFO [stderr] | Dec 18 14:49:40.083 INFO [stderr] Dec 18 14:49:40.083 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.083 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.083 INFO [stderr] | Dec 18 14:49:40.083 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.083 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.083 INFO [stderr] ... Dec 18 14:49:40.083 INFO [stderr] 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); Dec 18 14:49:40.083 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.083 INFO [stderr] | Dec 18 14:49:40.083 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.084 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.084 INFO [stderr] | Dec 18 14:49:40.084 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.084 INFO [stderr] | Dec 18 14:49:40.084 INFO [stderr] Dec 18 14:49:40.084 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.084 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.084 INFO [stderr] | Dec 18 14:49:40.084 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.084 INFO [stderr] | ^^^^^ Dec 18 14:49:40.084 INFO [stderr] ... Dec 18 14:49:40.084 INFO [stderr] 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Dec 18 14:49:40.084 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.084 INFO [stderr] | Dec 18 14:49:40.084 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.084 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.084 INFO [stderr] | Dec 18 14:49:40.084 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.084 INFO [stderr] | Dec 18 14:49:40.084 INFO [stderr] Dec 18 14:49:40.084 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.084 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.084 INFO [stderr] | Dec 18 14:49:40.084 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.084 INFO [stderr] | ^^^^^ Dec 18 14:49:40.084 INFO [stderr] ... Dec 18 14:49:40.084 INFO [stderr] 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Dec 18 14:49:40.084 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.084 INFO [stderr] | Dec 18 14:49:40.084 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.084 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.084 INFO [stderr] | Dec 18 14:49:40.084 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.084 INFO [stderr] | Dec 18 14:49:40.084 INFO [stderr] Dec 18 14:49:40.092 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.092 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.092 INFO [stderr] | Dec 18 14:49:40.092 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.092 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.092 INFO [stderr] ... Dec 18 14:49:40.092 INFO [stderr] 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Dec 18 14:49:40.092 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.092 INFO [stderr] | Dec 18 14:49:40.092 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.092 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.092 INFO [stderr] | Dec 18 14:49:40.092 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.092 INFO [stderr] | Dec 18 14:49:40.092 INFO [stderr] Dec 18 14:49:40.092 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.092 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.092 INFO [stderr] | Dec 18 14:49:40.092 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.092 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.092 INFO [stderr] ... Dec 18 14:49:40.092 INFO [stderr] 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Dec 18 14:49:40.092 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.092 INFO [stderr] | Dec 18 14:49:40.092 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.092 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.092 INFO [stderr] | Dec 18 14:49:40.092 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.092 INFO [stderr] | Dec 18 14:49:40.092 INFO [stderr] Dec 18 14:49:40.092 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.092 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.092 INFO [stderr] | Dec 18 14:49:40.092 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.093 INFO [stderr] | ^^^^^ Dec 18 14:49:40.093 INFO [stderr] ... Dec 18 14:49:40.093 INFO [stderr] 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); Dec 18 14:49:40.093 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.093 INFO [stderr] | Dec 18 14:49:40.093 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.093 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.093 INFO [stderr] | Dec 18 14:49:40.093 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.093 INFO [stderr] | Dec 18 14:49:40.093 INFO [stderr] Dec 18 14:49:40.093 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.093 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.093 INFO [stderr] | Dec 18 14:49:40.093 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.093 INFO [stderr] | ^^^^^ Dec 18 14:49:40.093 INFO [stderr] ... Dec 18 14:49:40.093 INFO [stderr] 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); Dec 18 14:49:40.093 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.093 INFO [stderr] | Dec 18 14:49:40.093 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.093 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.093 INFO [stderr] | Dec 18 14:49:40.093 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.093 INFO [stderr] | Dec 18 14:49:40.093 INFO [stderr] Dec 18 14:49:40.093 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.093 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.093 INFO [stderr] | Dec 18 14:49:40.093 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.093 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.093 INFO [stderr] ... Dec 18 14:49:40.093 INFO [stderr] 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); Dec 18 14:49:40.093 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.093 INFO [stderr] | Dec 18 14:49:40.093 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.093 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.093 INFO [stderr] | Dec 18 14:49:40.093 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.093 INFO [stderr] | Dec 18 14:49:40.093 INFO [stderr] Dec 18 14:49:40.093 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.093 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.093 INFO [stderr] | Dec 18 14:49:40.093 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.093 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.093 INFO [stderr] ... Dec 18 14:49:40.093 INFO [stderr] 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); Dec 18 14:49:40.093 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.093 INFO [stderr] | Dec 18 14:49:40.093 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.093 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.093 INFO [stderr] | Dec 18 14:49:40.093 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.093 INFO [stderr] | Dec 18 14:49:40.093 INFO [stderr] Dec 18 14:49:40.093 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.093 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.093 INFO [stderr] | Dec 18 14:49:40.093 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.093 INFO [stderr] | ^^^^^ Dec 18 14:49:40.093 INFO [stderr] ... Dec 18 14:49:40.093 INFO [stderr] 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Dec 18 14:49:40.093 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.093 INFO [stderr] | Dec 18 14:49:40.093 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.093 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.093 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.094 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] Dec 18 14:49:40.094 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.094 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.094 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.094 INFO [stderr] | ^^^^^ Dec 18 14:49:40.094 INFO [stderr] ... Dec 18 14:49:40.094 INFO [stderr] 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Dec 18 14:49:40.094 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.094 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.094 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.094 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.094 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] Dec 18 14:49:40.094 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.094 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.094 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.094 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.094 INFO [stderr] ... Dec 18 14:49:40.094 INFO [stderr] 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Dec 18 14:49:40.094 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.094 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.094 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.094 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.094 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] Dec 18 14:49:40.094 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.094 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.094 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.094 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.094 INFO [stderr] ... Dec 18 14:49:40.094 INFO [stderr] 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Dec 18 14:49:40.094 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.094 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.094 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.094 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.094 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] Dec 18 14:49:40.094 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.094 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.094 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.094 INFO [stderr] | ^^^^^ Dec 18 14:49:40.094 INFO [stderr] ... Dec 18 14:49:40.094 INFO [stderr] 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Dec 18 14:49:40.094 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.094 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.094 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.094 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.094 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] Dec 18 14:49:40.094 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.094 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.094 INFO [stderr] | Dec 18 14:49:40.094 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.095 INFO [stderr] | ^^^^^ Dec 18 14:49:40.095 INFO [stderr] ... Dec 18 14:49:40.095 INFO [stderr] 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Dec 18 14:49:40.095 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.095 INFO [stderr] | Dec 18 14:49:40.095 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.099 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.099 INFO [stderr] | Dec 18 14:49:40.099 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.099 INFO [stderr] | Dec 18 14:49:40.099 INFO [stderr] Dec 18 14:49:40.099 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.099 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.099 INFO [stderr] | Dec 18 14:49:40.099 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.099 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.099 INFO [stderr] ... Dec 18 14:49:40.099 INFO [stderr] 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Dec 18 14:49:40.099 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.099 INFO [stderr] | Dec 18 14:49:40.099 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.099 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.099 INFO [stderr] | Dec 18 14:49:40.099 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] Dec 18 14:49:40.100 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.100 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.100 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.100 INFO [stderr] ... Dec 18 14:49:40.100 INFO [stderr] 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Dec 18 14:49:40.100 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.100 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] Dec 18 14:49:40.100 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.100 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.100 INFO [stderr] | ^^^^^ Dec 18 14:49:40.100 INFO [stderr] ... Dec 18 14:49:40.100 INFO [stderr] 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Dec 18 14:49:40.100 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.100 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] Dec 18 14:49:40.100 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.100 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.100 INFO [stderr] | ^^^^^ Dec 18 14:49:40.100 INFO [stderr] ... Dec 18 14:49:40.100 INFO [stderr] 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Dec 18 14:49:40.100 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.100 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] Dec 18 14:49:40.100 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.100 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.100 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.100 INFO [stderr] ... Dec 18 14:49:40.100 INFO [stderr] 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Dec 18 14:49:40.100 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.100 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] Dec 18 14:49:40.100 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.100 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.100 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.100 INFO [stderr] ... Dec 18 14:49:40.100 INFO [stderr] 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Dec 18 14:49:40.100 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.100 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] Dec 18 14:49:40.100 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.100 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.100 INFO [stderr] | Dec 18 14:49:40.100 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.100 INFO [stderr] | ^^^^^ Dec 18 14:49:40.100 INFO [stderr] ... Dec 18 14:49:40.100 INFO [stderr] 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Dec 18 14:49:40.100 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.101 INFO [stderr] | Dec 18 14:49:40.101 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.101 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.101 INFO [stderr] | Dec 18 14:49:40.101 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.101 INFO [stderr] | Dec 18 14:49:40.101 INFO [stderr] Dec 18 14:49:40.101 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.101 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.101 INFO [stderr] | Dec 18 14:49:40.101 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.101 INFO [stderr] | ^^^^^ Dec 18 14:49:40.101 INFO [stderr] ... Dec 18 14:49:40.101 INFO [stderr] 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Dec 18 14:49:40.101 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.101 INFO [stderr] | Dec 18 14:49:40.101 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.101 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.101 INFO [stderr] | Dec 18 14:49:40.101 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.101 INFO [stderr] | Dec 18 14:49:40.101 INFO [stderr] Dec 18 14:49:40.101 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.101 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.101 INFO [stderr] | Dec 18 14:49:40.101 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.101 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.101 INFO [stderr] ... Dec 18 14:49:40.101 INFO [stderr] 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Dec 18 14:49:40.101 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.101 INFO [stderr] | Dec 18 14:49:40.101 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.101 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.101 INFO [stderr] | Dec 18 14:49:40.101 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.101 INFO [stderr] | Dec 18 14:49:40.101 INFO [stderr] Dec 18 14:49:40.101 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.101 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.101 INFO [stderr] | Dec 18 14:49:40.101 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.101 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.101 INFO [stderr] ... Dec 18 14:49:40.101 INFO [stderr] 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Dec 18 14:49:40.101 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.101 INFO [stderr] | Dec 18 14:49:40.101 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.101 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.101 INFO [stderr] | Dec 18 14:49:40.101 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.101 INFO [stderr] | Dec 18 14:49:40.101 INFO [stderr] Dec 18 14:49:40.105 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.105 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.105 INFO [stderr] | ^^^^^ Dec 18 14:49:40.105 INFO [stderr] ... Dec 18 14:49:40.105 INFO [stderr] 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); Dec 18 14:49:40.105 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.105 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] Dec 18 14:49:40.105 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.105 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.105 INFO [stderr] | ^^^^^ Dec 18 14:49:40.105 INFO [stderr] ... Dec 18 14:49:40.105 INFO [stderr] 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); Dec 18 14:49:40.105 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.105 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] Dec 18 14:49:40.105 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.105 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.105 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.105 INFO [stderr] ... Dec 18 14:49:40.105 INFO [stderr] 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); Dec 18 14:49:40.105 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.105 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] Dec 18 14:49:40.105 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.105 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.105 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.105 INFO [stderr] ... Dec 18 14:49:40.105 INFO [stderr] 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); Dec 18 14:49:40.105 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.105 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] Dec 18 14:49:40.105 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.105 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.105 INFO [stderr] | ^^^^^ Dec 18 14:49:40.105 INFO [stderr] ... Dec 18 14:49:40.105 INFO [stderr] 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Dec 18 14:49:40.105 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.105 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.105 INFO [stderr] | Dec 18 14:49:40.105 INFO [stderr] Dec 18 14:49:40.108 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.109 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.109 INFO [stderr] | Dec 18 14:49:40.109 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.109 INFO [stderr] | ^^^^^ Dec 18 14:49:40.109 INFO [stderr] ... Dec 18 14:49:40.109 INFO [stderr] 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Dec 18 14:49:40.109 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.109 INFO [stderr] | Dec 18 14:49:40.109 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.109 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.109 INFO [stderr] | Dec 18 14:49:40.109 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.109 INFO [stderr] | Dec 18 14:49:40.109 INFO [stderr] Dec 18 14:49:40.109 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.109 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.109 INFO [stderr] | Dec 18 14:49:40.109 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.109 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.109 INFO [stderr] ... Dec 18 14:49:40.109 INFO [stderr] 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Dec 18 14:49:40.109 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.109 INFO [stderr] | Dec 18 14:49:40.109 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.109 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.109 INFO [stderr] | Dec 18 14:49:40.109 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.109 INFO [stderr] | Dec 18 14:49:40.109 INFO [stderr] Dec 18 14:49:40.109 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.109 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.109 INFO [stderr] | Dec 18 14:49:40.109 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.109 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.109 INFO [stderr] ... Dec 18 14:49:40.109 INFO [stderr] 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Dec 18 14:49:40.109 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.109 INFO [stderr] | Dec 18 14:49:40.109 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.109 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.109 INFO [stderr] | Dec 18 14:49:40.109 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.109 INFO [stderr] | Dec 18 14:49:40.109 INFO [stderr] Dec 18 14:49:40.109 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.109 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.109 INFO [stderr] | Dec 18 14:49:40.109 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.109 INFO [stderr] | ^^^^^ Dec 18 14:49:40.109 INFO [stderr] ... Dec 18 14:49:40.109 INFO [stderr] 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Dec 18 14:49:40.109 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.109 INFO [stderr] | Dec 18 14:49:40.109 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.109 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.109 INFO [stderr] | Dec 18 14:49:40.109 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.109 INFO [stderr] | Dec 18 14:49:40.109 INFO [stderr] Dec 18 14:49:40.115 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.115 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.115 INFO [stderr] | Dec 18 14:49:40.115 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.115 INFO [stderr] | ^^^^^ Dec 18 14:49:40.115 INFO [stderr] ... Dec 18 14:49:40.115 INFO [stderr] 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Dec 18 14:49:40.115 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.115 INFO [stderr] | Dec 18 14:49:40.115 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.115 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.115 INFO [stderr] | Dec 18 14:49:40.115 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.115 INFO [stderr] | Dec 18 14:49:40.115 INFO [stderr] Dec 18 14:49:40.115 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.115 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.115 INFO [stderr] | Dec 18 14:49:40.115 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.115 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.115 INFO [stderr] ... Dec 18 14:49:40.115 INFO [stderr] 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Dec 18 14:49:40.115 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.115 INFO [stderr] | Dec 18 14:49:40.115 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.115 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.115 INFO [stderr] | Dec 18 14:49:40.115 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.115 INFO [stderr] | Dec 18 14:49:40.115 INFO [stderr] Dec 18 14:49:40.115 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.115 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.115 INFO [stderr] | Dec 18 14:49:40.115 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.115 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.115 INFO [stderr] ... Dec 18 14:49:40.115 INFO [stderr] 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Dec 18 14:49:40.115 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.115 INFO [stderr] | Dec 18 14:49:40.115 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.115 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.115 INFO [stderr] | Dec 18 14:49:40.115 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.115 INFO [stderr] | Dec 18 14:49:40.115 INFO [stderr] Dec 18 14:49:40.115 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.115 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.115 INFO [stderr] | Dec 18 14:49:40.115 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.115 INFO [stderr] | ^^^^^ Dec 18 14:49:40.115 INFO [stderr] ... Dec 18 14:49:40.115 INFO [stderr] 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Dec 18 14:49:40.115 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.115 INFO [stderr] | Dec 18 14:49:40.115 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.115 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.115 INFO [stderr] | Dec 18 14:49:40.115 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.115 INFO [stderr] | Dec 18 14:49:40.115 INFO [stderr] Dec 18 14:49:40.117 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.117 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.117 INFO [stderr] | Dec 18 14:49:40.117 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.117 INFO [stderr] | ^^^^^ Dec 18 14:49:40.117 INFO [stderr] ... Dec 18 14:49:40.117 INFO [stderr] 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Dec 18 14:49:40.117 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.118 INFO [stderr] | Dec 18 14:49:40.118 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.118 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.118 INFO [stderr] | Dec 18 14:49:40.118 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.118 INFO [stderr] | Dec 18 14:49:40.118 INFO [stderr] Dec 18 14:49:40.118 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.118 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.118 INFO [stderr] | Dec 18 14:49:40.118 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.118 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.118 INFO [stderr] ... Dec 18 14:49:40.118 INFO [stderr] 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Dec 18 14:49:40.118 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.118 INFO [stderr] | Dec 18 14:49:40.118 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.118 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.118 INFO [stderr] | Dec 18 14:49:40.118 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.118 INFO [stderr] | Dec 18 14:49:40.118 INFO [stderr] Dec 18 14:49:40.118 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.118 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.118 INFO [stderr] | Dec 18 14:49:40.118 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.118 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.118 INFO [stderr] ... Dec 18 14:49:40.118 INFO [stderr] 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Dec 18 14:49:40.118 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.118 INFO [stderr] | Dec 18 14:49:40.118 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.118 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.118 INFO [stderr] | Dec 18 14:49:40.118 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.118 INFO [stderr] | Dec 18 14:49:40.118 INFO [stderr] Dec 18 14:49:40.120 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.120 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.120 INFO [stderr] | Dec 18 14:49:40.120 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.120 INFO [stderr] | ^^^^^ Dec 18 14:49:40.120 INFO [stderr] ... Dec 18 14:49:40.120 INFO [stderr] 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Dec 18 14:49:40.120 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.120 INFO [stderr] | Dec 18 14:49:40.120 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.120 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.120 INFO [stderr] | Dec 18 14:49:40.120 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.120 INFO [stderr] | Dec 18 14:49:40.120 INFO [stderr] Dec 18 14:49:40.120 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.120 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.120 INFO [stderr] | Dec 18 14:49:40.120 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.120 INFO [stderr] | ^^^^^ Dec 18 14:49:40.120 INFO [stderr] ... Dec 18 14:49:40.120 INFO [stderr] 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Dec 18 14:49:40.120 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.120 INFO [stderr] | Dec 18 14:49:40.120 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.120 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.120 INFO [stderr] | Dec 18 14:49:40.120 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.120 INFO [stderr] | Dec 18 14:49:40.120 INFO [stderr] Dec 18 14:49:40.121 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.121 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.121 INFO [stderr] | Dec 18 14:49:40.121 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.121 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.121 INFO [stderr] ... Dec 18 14:49:40.121 INFO [stderr] 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Dec 18 14:49:40.121 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.121 INFO [stderr] | Dec 18 14:49:40.121 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.121 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.121 INFO [stderr] | Dec 18 14:49:40.121 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.121 INFO [stderr] | Dec 18 14:49:40.121 INFO [stderr] Dec 18 14:49:40.121 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.121 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.121 INFO [stderr] | Dec 18 14:49:40.121 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.121 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.121 INFO [stderr] ... Dec 18 14:49:40.121 INFO [stderr] 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Dec 18 14:49:40.121 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.121 INFO [stderr] | Dec 18 14:49:40.121 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.121 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.121 INFO [stderr] | Dec 18 14:49:40.121 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.121 INFO [stderr] | Dec 18 14:49:40.121 INFO [stderr] Dec 18 14:49:40.121 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.121 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.121 INFO [stderr] | Dec 18 14:49:40.121 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.121 INFO [stderr] | ^^^^^ Dec 18 14:49:40.121 INFO [stderr] ... Dec 18 14:49:40.121 INFO [stderr] 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Dec 18 14:49:40.121 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.121 INFO [stderr] | Dec 18 14:49:40.121 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.121 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.122 INFO [stderr] | Dec 18 14:49:40.122 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.122 INFO [stderr] | Dec 18 14:49:40.122 INFO [stderr] Dec 18 14:49:40.127 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.127 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.127 INFO [stderr] | Dec 18 14:49:40.127 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.127 INFO [stderr] | ^^^^^ Dec 18 14:49:40.127 INFO [stderr] ... Dec 18 14:49:40.127 INFO [stderr] 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Dec 18 14:49:40.127 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.127 INFO [stderr] | Dec 18 14:49:40.127 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.127 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.127 INFO [stderr] | Dec 18 14:49:40.127 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.127 INFO [stderr] | Dec 18 14:49:40.127 INFO [stderr] Dec 18 14:49:40.127 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.127 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.127 INFO [stderr] | Dec 18 14:49:40.127 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.127 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.127 INFO [stderr] ... Dec 18 14:49:40.127 INFO [stderr] 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Dec 18 14:49:40.127 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.127 INFO [stderr] | Dec 18 14:49:40.127 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.127 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.127 INFO [stderr] | Dec 18 14:49:40.127 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.127 INFO [stderr] | Dec 18 14:49:40.127 INFO [stderr] Dec 18 14:49:40.132 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.132 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.132 INFO [stderr] | Dec 18 14:49:40.132 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.132 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.132 INFO [stderr] ... Dec 18 14:49:40.132 INFO [stderr] 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Dec 18 14:49:40.132 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.132 INFO [stderr] | Dec 18 14:49:40.132 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.132 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.132 INFO [stderr] | Dec 18 14:49:40.132 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.132 INFO [stderr] | Dec 18 14:49:40.132 INFO [stderr] Dec 18 14:49:40.132 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.132 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.132 INFO [stderr] | Dec 18 14:49:40.132 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.132 INFO [stderr] | ^^^^^ Dec 18 14:49:40.132 INFO [stderr] ... Dec 18 14:49:40.132 INFO [stderr] 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Dec 18 14:49:40.132 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.132 INFO [stderr] | Dec 18 14:49:40.132 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.132 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.132 INFO [stderr] | Dec 18 14:49:40.132 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.132 INFO [stderr] | Dec 18 14:49:40.132 INFO [stderr] Dec 18 14:49:40.132 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.132 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.132 INFO [stderr] | Dec 18 14:49:40.132 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.132 INFO [stderr] | ^^^^^ Dec 18 14:49:40.132 INFO [stderr] ... Dec 18 14:49:40.132 INFO [stderr] 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Dec 18 14:49:40.132 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.132 INFO [stderr] | Dec 18 14:49:40.132 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.132 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.132 INFO [stderr] | Dec 18 14:49:40.132 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.132 INFO [stderr] | Dec 18 14:49:40.132 INFO [stderr] Dec 18 14:49:40.132 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.132 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.132 INFO [stderr] | Dec 18 14:49:40.132 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.132 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.132 INFO [stderr] ... Dec 18 14:49:40.132 INFO [stderr] 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Dec 18 14:49:40.132 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.132 INFO [stderr] | Dec 18 14:49:40.132 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.132 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.132 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] Dec 18 14:49:40.133 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.133 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.133 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.133 INFO [stderr] ... Dec 18 14:49:40.133 INFO [stderr] 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Dec 18 14:49:40.133 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.133 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] Dec 18 14:49:40.133 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.133 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.133 INFO [stderr] | ^^^^^ Dec 18 14:49:40.133 INFO [stderr] ... Dec 18 14:49:40.133 INFO [stderr] 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Dec 18 14:49:40.133 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.133 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] Dec 18 14:49:40.133 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.133 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.133 INFO [stderr] | ^^^^^ Dec 18 14:49:40.133 INFO [stderr] ... Dec 18 14:49:40.133 INFO [stderr] 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Dec 18 14:49:40.133 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.133 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] Dec 18 14:49:40.133 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.133 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.133 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.133 INFO [stderr] ... Dec 18 14:49:40.133 INFO [stderr] 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Dec 18 14:49:40.133 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.133 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] Dec 18 14:49:40.133 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.133 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.133 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.133 INFO [stderr] ... Dec 18 14:49:40.133 INFO [stderr] 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Dec 18 14:49:40.133 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.133 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] Dec 18 14:49:40.133 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.133 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.133 INFO [stderr] | ^^^^^ Dec 18 14:49:40.133 INFO [stderr] ... Dec 18 14:49:40.133 INFO [stderr] 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); Dec 18 14:49:40.133 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.133 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] Dec 18 14:49:40.133 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.133 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.133 INFO [stderr] | Dec 18 14:49:40.133 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.134 INFO [stderr] | ^^^^^ Dec 18 14:49:40.134 INFO [stderr] ... Dec 18 14:49:40.134 INFO [stderr] 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); Dec 18 14:49:40.134 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.134 INFO [stderr] | Dec 18 14:49:40.134 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.134 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.134 INFO [stderr] | Dec 18 14:49:40.134 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.134 INFO [stderr] | Dec 18 14:49:40.134 INFO [stderr] Dec 18 14:49:40.134 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.134 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.134 INFO [stderr] | Dec 18 14:49:40.134 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.134 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.134 INFO [stderr] ... Dec 18 14:49:40.134 INFO [stderr] 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); Dec 18 14:49:40.134 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.134 INFO [stderr] | Dec 18 14:49:40.134 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.134 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.134 INFO [stderr] | Dec 18 14:49:40.134 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.134 INFO [stderr] | Dec 18 14:49:40.134 INFO [stderr] Dec 18 14:49:40.134 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.134 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.134 INFO [stderr] | Dec 18 14:49:40.134 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.134 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.134 INFO [stderr] ... Dec 18 14:49:40.134 INFO [stderr] 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); Dec 18 14:49:40.134 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.134 INFO [stderr] | Dec 18 14:49:40.134 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.134 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.134 INFO [stderr] | Dec 18 14:49:40.134 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.134 INFO [stderr] | Dec 18 14:49:40.134 INFO [stderr] Dec 18 14:49:40.141 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.141 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.141 INFO [stderr] | Dec 18 14:49:40.141 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.141 INFO [stderr] | ^^^^^ Dec 18 14:49:40.141 INFO [stderr] ... Dec 18 14:49:40.141 INFO [stderr] 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Dec 18 14:49:40.141 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.141 INFO [stderr] | Dec 18 14:49:40.141 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.141 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.141 INFO [stderr] | Dec 18 14:49:40.141 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.141 INFO [stderr] | Dec 18 14:49:40.141 INFO [stderr] Dec 18 14:49:40.141 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.141 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.141 INFO [stderr] | Dec 18 14:49:40.141 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.141 INFO [stderr] | ^^^^^ Dec 18 14:49:40.141 INFO [stderr] ... Dec 18 14:49:40.141 INFO [stderr] 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Dec 18 14:49:40.141 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.141 INFO [stderr] | Dec 18 14:49:40.141 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.141 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.141 INFO [stderr] | Dec 18 14:49:40.141 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.141 INFO [stderr] | Dec 18 14:49:40.141 INFO [stderr] Dec 18 14:49:40.141 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.141 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.141 INFO [stderr] | Dec 18 14:49:40.141 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.141 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.141 INFO [stderr] ... Dec 18 14:49:40.141 INFO [stderr] 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Dec 18 14:49:40.141 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.141 INFO [stderr] | Dec 18 14:49:40.141 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.141 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.141 INFO [stderr] | Dec 18 14:49:40.141 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.141 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] Dec 18 14:49:40.142 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.142 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.142 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.142 INFO [stderr] ... Dec 18 14:49:40.142 INFO [stderr] 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Dec 18 14:49:40.142 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.142 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] Dec 18 14:49:40.142 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.142 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.142 INFO [stderr] | ^^^^^ Dec 18 14:49:40.142 INFO [stderr] ... Dec 18 14:49:40.142 INFO [stderr] 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Dec 18 14:49:40.142 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.142 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] Dec 18 14:49:40.142 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.142 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.142 INFO [stderr] | ^^^^^ Dec 18 14:49:40.142 INFO [stderr] ... Dec 18 14:49:40.142 INFO [stderr] 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Dec 18 14:49:40.142 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.142 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] Dec 18 14:49:40.142 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.142 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.142 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.142 INFO [stderr] ... Dec 18 14:49:40.142 INFO [stderr] 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Dec 18 14:49:40.142 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.142 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] Dec 18 14:49:40.142 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.142 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.142 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.142 INFO [stderr] ... Dec 18 14:49:40.142 INFO [stderr] 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Dec 18 14:49:40.142 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.142 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.142 INFO [stderr] | Dec 18 14:49:40.142 INFO [stderr] Dec 18 14:49:40.145 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.145 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.145 INFO [stderr] | Dec 18 14:49:40.145 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.145 INFO [stderr] | ^^^^^ Dec 18 14:49:40.145 INFO [stderr] ... Dec 18 14:49:40.145 INFO [stderr] 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Dec 18 14:49:40.145 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.145 INFO [stderr] | Dec 18 14:49:40.145 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.145 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.145 INFO [stderr] | Dec 18 14:49:40.145 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.145 INFO [stderr] | Dec 18 14:49:40.145 INFO [stderr] Dec 18 14:49:40.145 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.145 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.145 INFO [stderr] | Dec 18 14:49:40.145 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.145 INFO [stderr] | ^^^^^ Dec 18 14:49:40.145 INFO [stderr] ... Dec 18 14:49:40.145 INFO [stderr] 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Dec 18 14:49:40.145 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.145 INFO [stderr] | Dec 18 14:49:40.145 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.145 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.145 INFO [stderr] | Dec 18 14:49:40.145 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.145 INFO [stderr] | Dec 18 14:49:40.145 INFO [stderr] Dec 18 14:49:40.145 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.145 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.146 INFO [stderr] | Dec 18 14:49:40.146 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.146 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.146 INFO [stderr] ... Dec 18 14:49:40.146 INFO [stderr] 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Dec 18 14:49:40.146 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.146 INFO [stderr] | Dec 18 14:49:40.146 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.146 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.146 INFO [stderr] | Dec 18 14:49:40.146 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.146 INFO [stderr] | Dec 18 14:49:40.146 INFO [stderr] Dec 18 14:49:40.146 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.146 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.146 INFO [stderr] | Dec 18 14:49:40.146 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.146 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.146 INFO [stderr] ... Dec 18 14:49:40.146 INFO [stderr] 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Dec 18 14:49:40.146 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.146 INFO [stderr] | Dec 18 14:49:40.146 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.146 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.146 INFO [stderr] | Dec 18 14:49:40.146 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.146 INFO [stderr] | Dec 18 14:49:40.146 INFO [stderr] Dec 18 14:49:40.146 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.146 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.146 INFO [stderr] | Dec 18 14:49:40.146 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.146 INFO [stderr] | ^^^^^ Dec 18 14:49:40.146 INFO [stderr] ... Dec 18 14:49:40.146 INFO [stderr] 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Dec 18 14:49:40.146 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.146 INFO [stderr] | Dec 18 14:49:40.146 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.146 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.146 INFO [stderr] | Dec 18 14:49:40.146 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.146 INFO [stderr] | Dec 18 14:49:40.146 INFO [stderr] Dec 18 14:49:40.148 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.148 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.148 INFO [stderr] | Dec 18 14:49:40.148 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.148 INFO [stderr] | ^^^^^ Dec 18 14:49:40.148 INFO [stderr] ... Dec 18 14:49:40.148 INFO [stderr] 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Dec 18 14:49:40.148 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.148 INFO [stderr] | Dec 18 14:49:40.148 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.148 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.148 INFO [stderr] | Dec 18 14:49:40.148 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.148 INFO [stderr] | Dec 18 14:49:40.148 INFO [stderr] Dec 18 14:49:40.149 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.149 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.149 INFO [stderr] | Dec 18 14:49:40.149 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.149 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.149 INFO [stderr] ... Dec 18 14:49:40.149 INFO [stderr] 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Dec 18 14:49:40.149 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.149 INFO [stderr] | Dec 18 14:49:40.149 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.149 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.149 INFO [stderr] | Dec 18 14:49:40.149 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.149 INFO [stderr] | Dec 18 14:49:40.149 INFO [stderr] Dec 18 14:49:40.149 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.149 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.149 INFO [stderr] | Dec 18 14:49:40.149 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.149 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.149 INFO [stderr] ... Dec 18 14:49:40.149 INFO [stderr] 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Dec 18 14:49:40.149 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.149 INFO [stderr] | Dec 18 14:49:40.149 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.149 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.149 INFO [stderr] | Dec 18 14:49:40.149 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.149 INFO [stderr] | Dec 18 14:49:40.149 INFO [stderr] Dec 18 14:49:40.149 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.149 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.149 INFO [stderr] | Dec 18 14:49:40.149 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.149 INFO [stderr] | ^^^^^ Dec 18 14:49:40.149 INFO [stderr] ... Dec 18 14:49:40.149 INFO [stderr] 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Dec 18 14:49:40.149 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.149 INFO [stderr] | Dec 18 14:49:40.149 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.149 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.149 INFO [stderr] | Dec 18 14:49:40.149 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.149 INFO [stderr] | Dec 18 14:49:40.149 INFO [stderr] Dec 18 14:49:40.157 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.157 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.157 INFO [stderr] | ^^^^^ Dec 18 14:49:40.157 INFO [stderr] ... Dec 18 14:49:40.157 INFO [stderr] 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Dec 18 14:49:40.157 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.157 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] Dec 18 14:49:40.157 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.157 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.157 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.157 INFO [stderr] ... Dec 18 14:49:40.157 INFO [stderr] 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Dec 18 14:49:40.157 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.157 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] Dec 18 14:49:40.157 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.157 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.157 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.157 INFO [stderr] ... Dec 18 14:49:40.157 INFO [stderr] 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Dec 18 14:49:40.157 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.157 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] Dec 18 14:49:40.157 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.157 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.157 INFO [stderr] | ^^^^^ Dec 18 14:49:40.157 INFO [stderr] ... Dec 18 14:49:40.157 INFO [stderr] 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Dec 18 14:49:40.157 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.157 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] Dec 18 14:49:40.157 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.157 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.157 INFO [stderr] | ^^^^^ Dec 18 14:49:40.157 INFO [stderr] ... Dec 18 14:49:40.157 INFO [stderr] 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Dec 18 14:49:40.157 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.157 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] Dec 18 14:49:40.157 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.157 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.157 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.157 INFO [stderr] ... Dec 18 14:49:40.157 INFO [stderr] 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Dec 18 14:49:40.157 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.157 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.157 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.157 INFO [stderr] | Dec 18 14:49:40.158 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.158 INFO [stderr] | Dec 18 14:49:40.158 INFO [stderr] Dec 18 14:49:40.158 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.158 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.158 INFO [stderr] | Dec 18 14:49:40.158 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.158 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.158 INFO [stderr] ... Dec 18 14:49:40.158 INFO [stderr] 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Dec 18 14:49:40.158 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.158 INFO [stderr] | Dec 18 14:49:40.158 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.158 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.158 INFO [stderr] | Dec 18 14:49:40.158 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.158 INFO [stderr] | Dec 18 14:49:40.158 INFO [stderr] Dec 18 14:49:40.158 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.158 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.158 INFO [stderr] | Dec 18 14:49:40.158 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.158 INFO [stderr] | ^^^^^ Dec 18 14:49:40.158 INFO [stderr] ... Dec 18 14:49:40.158 INFO [stderr] 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Dec 18 14:49:40.158 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.158 INFO [stderr] | Dec 18 14:49:40.158 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.158 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.158 INFO [stderr] | Dec 18 14:49:40.158 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.158 INFO [stderr] | Dec 18 14:49:40.158 INFO [stderr] Dec 18 14:49:40.158 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.158 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.158 INFO [stderr] | Dec 18 14:49:40.158 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.158 INFO [stderr] | ^^^^^ Dec 18 14:49:40.158 INFO [stderr] ... Dec 18 14:49:40.158 INFO [stderr] 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Dec 18 14:49:40.165 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.165 INFO [stderr] | Dec 18 14:49:40.165 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.165 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.165 INFO [stderr] | Dec 18 14:49:40.165 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.165 INFO [stderr] | Dec 18 14:49:40.165 INFO [stderr] Dec 18 14:49:40.165 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.165 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.165 INFO [stderr] | Dec 18 14:49:40.165 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.165 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.165 INFO [stderr] ... Dec 18 14:49:40.165 INFO [stderr] 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Dec 18 14:49:40.165 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.165 INFO [stderr] | Dec 18 14:49:40.165 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.165 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.165 INFO [stderr] | Dec 18 14:49:40.165 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.165 INFO [stderr] | Dec 18 14:49:40.165 INFO [stderr] Dec 18 14:49:40.165 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.165 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.165 INFO [stderr] | Dec 18 14:49:40.165 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.165 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.165 INFO [stderr] ... Dec 18 14:49:40.165 INFO [stderr] 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Dec 18 14:49:40.165 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.165 INFO [stderr] | Dec 18 14:49:40.165 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.165 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.165 INFO [stderr] | Dec 18 14:49:40.165 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.165 INFO [stderr] | Dec 18 14:49:40.165 INFO [stderr] Dec 18 14:49:40.165 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.165 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.165 INFO [stderr] | Dec 18 14:49:40.165 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.165 INFO [stderr] | ^^^^^ Dec 18 14:49:40.165 INFO [stderr] ... Dec 18 14:49:40.165 INFO [stderr] 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Dec 18 14:49:40.165 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.165 INFO [stderr] | Dec 18 14:49:40.165 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.165 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.165 INFO [stderr] | Dec 18 14:49:40.165 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.166 INFO [stderr] | Dec 18 14:49:40.166 INFO [stderr] Dec 18 14:49:40.166 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.166 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.166 INFO [stderr] | Dec 18 14:49:40.166 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.166 INFO [stderr] | ^^^^^ Dec 18 14:49:40.166 INFO [stderr] ... Dec 18 14:49:40.166 INFO [stderr] 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Dec 18 14:49:40.166 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.166 INFO [stderr] | Dec 18 14:49:40.166 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.166 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.166 INFO [stderr] | Dec 18 14:49:40.166 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.166 INFO [stderr] | Dec 18 14:49:40.166 INFO [stderr] Dec 18 14:49:40.166 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.166 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.166 INFO [stderr] | Dec 18 14:49:40.166 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.166 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.166 INFO [stderr] ... Dec 18 14:49:40.166 INFO [stderr] 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Dec 18 14:49:40.166 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.166 INFO [stderr] | Dec 18 14:49:40.166 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.166 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.166 INFO [stderr] | Dec 18 14:49:40.166 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.166 INFO [stderr] | Dec 18 14:49:40.166 INFO [stderr] Dec 18 14:49:40.166 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.166 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.166 INFO [stderr] | Dec 18 14:49:40.166 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.166 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.166 INFO [stderr] ... Dec 18 14:49:40.166 INFO [stderr] 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Dec 18 14:49:40.166 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.166 INFO [stderr] | Dec 18 14:49:40.166 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.166 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.166 INFO [stderr] | Dec 18 14:49:40.166 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.166 INFO [stderr] | Dec 18 14:49:40.166 INFO [stderr] Dec 18 14:49:40.166 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.166 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.166 INFO [stderr] | Dec 18 14:49:40.166 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.166 INFO [stderr] | ^^^^^ Dec 18 14:49:40.166 INFO [stderr] ... Dec 18 14:49:40.166 INFO [stderr] 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Dec 18 14:49:40.166 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.166 INFO [stderr] | Dec 18 14:49:40.166 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.166 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.166 INFO [stderr] | Dec 18 14:49:40.166 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.166 INFO [stderr] | Dec 18 14:49:40.166 INFO [stderr] Dec 18 14:49:40.170 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.170 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.170 INFO [stderr] | Dec 18 14:49:40.170 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.170 INFO [stderr] | ^^^^^ Dec 18 14:49:40.170 INFO [stderr] ... Dec 18 14:49:40.170 INFO [stderr] 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Dec 18 14:49:40.170 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.170 INFO [stderr] | Dec 18 14:49:40.170 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.170 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.170 INFO [stderr] | Dec 18 14:49:40.170 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.170 INFO [stderr] | Dec 18 14:49:40.170 INFO [stderr] Dec 18 14:49:40.170 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.171 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.171 INFO [stderr] | Dec 18 14:49:40.171 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.171 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.171 INFO [stderr] ... Dec 18 14:49:40.171 INFO [stderr] 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Dec 18 14:49:40.171 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.171 INFO [stderr] | Dec 18 14:49:40.171 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.171 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.171 INFO [stderr] | Dec 18 14:49:40.171 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.171 INFO [stderr] | Dec 18 14:49:40.171 INFO [stderr] Dec 18 14:49:40.171 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.171 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.171 INFO [stderr] | Dec 18 14:49:40.171 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.171 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.171 INFO [stderr] ... Dec 18 14:49:40.171 INFO [stderr] 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Dec 18 14:49:40.171 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.171 INFO [stderr] | Dec 18 14:49:40.171 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.171 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.171 INFO [stderr] | Dec 18 14:49:40.171 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.171 INFO [stderr] | Dec 18 14:49:40.171 INFO [stderr] Dec 18 14:49:40.172 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.172 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.172 INFO [stderr] | Dec 18 14:49:40.172 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.172 INFO [stderr] | ^^^^^ Dec 18 14:49:40.172 INFO [stderr] ... Dec 18 14:49:40.172 INFO [stderr] 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Dec 18 14:49:40.172 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.172 INFO [stderr] | Dec 18 14:49:40.172 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.172 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.172 INFO [stderr] | Dec 18 14:49:40.172 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.172 INFO [stderr] | Dec 18 14:49:40.172 INFO [stderr] Dec 18 14:49:40.172 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.172 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.172 INFO [stderr] | Dec 18 14:49:40.172 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.172 INFO [stderr] | ^^^^^ Dec 18 14:49:40.172 INFO [stderr] ... Dec 18 14:49:40.172 INFO [stderr] 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Dec 18 14:49:40.172 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.172 INFO [stderr] | Dec 18 14:49:40.172 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.172 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.172 INFO [stderr] | Dec 18 14:49:40.172 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.172 INFO [stderr] | Dec 18 14:49:40.172 INFO [stderr] Dec 18 14:49:40.172 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.172 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.172 INFO [stderr] | Dec 18 14:49:40.172 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.172 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.172 INFO [stderr] ... Dec 18 14:49:40.172 INFO [stderr] 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Dec 18 14:49:40.172 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.172 INFO [stderr] | Dec 18 14:49:40.172 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.172 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.172 INFO [stderr] | Dec 18 14:49:40.172 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.172 INFO [stderr] | Dec 18 14:49:40.172 INFO [stderr] Dec 18 14:49:40.172 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.172 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.172 INFO [stderr] | Dec 18 14:49:40.172 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.172 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.172 INFO [stderr] ... Dec 18 14:49:40.172 INFO [stderr] 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Dec 18 14:49:40.172 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.172 INFO [stderr] | Dec 18 14:49:40.172 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.172 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.172 INFO [stderr] | Dec 18 14:49:40.172 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.172 INFO [stderr] | Dec 18 14:49:40.173 INFO [stderr] Dec 18 14:49:40.173 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.173 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.173 INFO [stderr] | Dec 18 14:49:40.173 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.173 INFO [stderr] | ^^^^^ Dec 18 14:49:40.173 INFO [stderr] ... Dec 18 14:49:40.173 INFO [stderr] 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Dec 18 14:49:40.173 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.173 INFO [stderr] | Dec 18 14:49:40.173 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.173 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.173 INFO [stderr] | Dec 18 14:49:40.173 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.173 INFO [stderr] | Dec 18 14:49:40.173 INFO [stderr] Dec 18 14:49:40.173 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.173 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.173 INFO [stderr] | Dec 18 14:49:40.173 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.173 INFO [stderr] | ^^^^^ Dec 18 14:49:40.173 INFO [stderr] ... Dec 18 14:49:40.173 INFO [stderr] 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Dec 18 14:49:40.173 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.173 INFO [stderr] | Dec 18 14:49:40.173 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.177 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.177 INFO [stderr] | Dec 18 14:49:40.177 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.177 INFO [stderr] | Dec 18 14:49:40.177 INFO [stderr] Dec 18 14:49:40.177 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.177 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.177 INFO [stderr] | Dec 18 14:49:40.177 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.177 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.177 INFO [stderr] ... Dec 18 14:49:40.177 INFO [stderr] 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Dec 18 14:49:40.177 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.177 INFO [stderr] | Dec 18 14:49:40.177 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.177 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.177 INFO [stderr] | Dec 18 14:49:40.177 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.177 INFO [stderr] | Dec 18 14:49:40.177 INFO [stderr] Dec 18 14:49:40.177 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.177 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.177 INFO [stderr] | Dec 18 14:49:40.177 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.177 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.177 INFO [stderr] ... Dec 18 14:49:40.177 INFO [stderr] 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Dec 18 14:49:40.177 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.177 INFO [stderr] | Dec 18 14:49:40.177 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.177 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.177 INFO [stderr] | Dec 18 14:49:40.177 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.177 INFO [stderr] | Dec 18 14:49:40.177 INFO [stderr] Dec 18 14:49:40.177 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.177 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.177 INFO [stderr] | Dec 18 14:49:40.177 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.177 INFO [stderr] | ^^^^^ Dec 18 14:49:40.177 INFO [stderr] ... Dec 18 14:49:40.177 INFO [stderr] 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Dec 18 14:49:40.177 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.177 INFO [stderr] | Dec 18 14:49:40.177 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.177 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.177 INFO [stderr] | Dec 18 14:49:40.177 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.177 INFO [stderr] | Dec 18 14:49:40.177 INFO [stderr] Dec 18 14:49:40.177 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.177 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.177 INFO [stderr] | Dec 18 14:49:40.177 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.177 INFO [stderr] | ^^^^^ Dec 18 14:49:40.177 INFO [stderr] ... Dec 18 14:49:40.177 INFO [stderr] 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Dec 18 14:49:40.177 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.177 INFO [stderr] | Dec 18 14:49:40.177 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.177 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.177 INFO [stderr] | Dec 18 14:49:40.177 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.177 INFO [stderr] | Dec 18 14:49:40.177 INFO [stderr] Dec 18 14:49:40.177 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.177 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.181 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.181 INFO [stderr] ... Dec 18 14:49:40.181 INFO [stderr] 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Dec 18 14:49:40.181 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.181 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] Dec 18 14:49:40.181 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.181 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.181 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.181 INFO [stderr] ... Dec 18 14:49:40.181 INFO [stderr] 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Dec 18 14:49:40.181 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.181 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] Dec 18 14:49:40.181 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.181 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.181 INFO [stderr] | ^^^^^ Dec 18 14:49:40.181 INFO [stderr] ... Dec 18 14:49:40.181 INFO [stderr] 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Dec 18 14:49:40.181 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.181 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] Dec 18 14:49:40.181 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.181 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.181 INFO [stderr] | ^^^^^ Dec 18 14:49:40.181 INFO [stderr] ... Dec 18 14:49:40.181 INFO [stderr] 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Dec 18 14:49:40.181 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.181 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] Dec 18 14:49:40.181 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.181 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.181 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.181 INFO [stderr] ... Dec 18 14:49:40.181 INFO [stderr] 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Dec 18 14:49:40.181 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.181 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.181 INFO [stderr] | Dec 18 14:49:40.181 INFO [stderr] Dec 18 14:49:40.188 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.188 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.188 INFO [stderr] | Dec 18 14:49:40.188 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.188 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.188 INFO [stderr] ... Dec 18 14:49:40.188 INFO [stderr] 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Dec 18 14:49:40.188 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.188 INFO [stderr] | Dec 18 14:49:40.188 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.188 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.188 INFO [stderr] | Dec 18 14:49:40.188 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.188 INFO [stderr] | Dec 18 14:49:40.188 INFO [stderr] Dec 18 14:49:40.188 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.188 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.188 INFO [stderr] | Dec 18 14:49:40.188 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.188 INFO [stderr] | ^^^^^ Dec 18 14:49:40.188 INFO [stderr] ... Dec 18 14:49:40.188 INFO [stderr] 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Dec 18 14:49:40.188 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.188 INFO [stderr] | Dec 18 14:49:40.188 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.188 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.188 INFO [stderr] | Dec 18 14:49:40.188 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.188 INFO [stderr] | Dec 18 14:49:40.188 INFO [stderr] Dec 18 14:49:40.188 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.188 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.188 INFO [stderr] | Dec 18 14:49:40.188 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.188 INFO [stderr] | ^^^^^ Dec 18 14:49:40.188 INFO [stderr] ... Dec 18 14:49:40.188 INFO [stderr] 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Dec 18 14:49:40.188 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.188 INFO [stderr] | Dec 18 14:49:40.188 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.188 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.188 INFO [stderr] | Dec 18 14:49:40.188 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.188 INFO [stderr] | Dec 18 14:49:40.188 INFO [stderr] Dec 18 14:49:40.188 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.188 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.188 INFO [stderr] | Dec 18 14:49:40.188 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.188 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.188 INFO [stderr] ... Dec 18 14:49:40.188 INFO [stderr] 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Dec 18 14:49:40.188 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.188 INFO [stderr] | Dec 18 14:49:40.188 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.188 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] Dec 18 14:49:40.189 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.189 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.189 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.189 INFO [stderr] ... Dec 18 14:49:40.189 INFO [stderr] 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Dec 18 14:49:40.189 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.189 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] Dec 18 14:49:40.189 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.189 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.189 INFO [stderr] | ^^^^^ Dec 18 14:49:40.189 INFO [stderr] ... Dec 18 14:49:40.189 INFO [stderr] 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Dec 18 14:49:40.189 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.189 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] Dec 18 14:49:40.189 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.189 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.189 INFO [stderr] | ^^^^^ Dec 18 14:49:40.189 INFO [stderr] ... Dec 18 14:49:40.189 INFO [stderr] 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Dec 18 14:49:40.189 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.189 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] Dec 18 14:49:40.189 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.189 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.189 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.189 INFO [stderr] ... Dec 18 14:49:40.189 INFO [stderr] 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Dec 18 14:49:40.189 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.189 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] Dec 18 14:49:40.189 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.189 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.189 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.189 INFO [stderr] ... Dec 18 14:49:40.189 INFO [stderr] 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Dec 18 14:49:40.189 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.189 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.189 INFO [stderr] | Dec 18 14:49:40.189 INFO [stderr] Dec 18 14:49:40.192 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.192 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.192 INFO [stderr] | Dec 18 14:49:40.192 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.192 INFO [stderr] | ^^^^^ Dec 18 14:49:40.192 INFO [stderr] ... Dec 18 14:49:40.192 INFO [stderr] 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Dec 18 14:49:40.192 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.192 INFO [stderr] | Dec 18 14:49:40.192 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.192 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.192 INFO [stderr] | Dec 18 14:49:40.192 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.192 INFO [stderr] | Dec 18 14:49:40.192 INFO [stderr] Dec 18 14:49:40.192 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.192 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.192 INFO [stderr] | Dec 18 14:49:40.193 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.193 INFO [stderr] | ^^^^^ Dec 18 14:49:40.193 INFO [stderr] ... Dec 18 14:49:40.193 INFO [stderr] 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Dec 18 14:49:40.193 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.193 INFO [stderr] | Dec 18 14:49:40.193 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.193 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.193 INFO [stderr] | Dec 18 14:49:40.193 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.193 INFO [stderr] | Dec 18 14:49:40.193 INFO [stderr] Dec 18 14:49:40.193 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.193 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.193 INFO [stderr] | Dec 18 14:49:40.193 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.193 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.193 INFO [stderr] ... Dec 18 14:49:40.193 INFO [stderr] 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Dec 18 14:49:40.193 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.193 INFO [stderr] | Dec 18 14:49:40.193 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.193 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.193 INFO [stderr] | Dec 18 14:49:40.193 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.193 INFO [stderr] | Dec 18 14:49:40.193 INFO [stderr] Dec 18 14:49:40.193 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.193 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.193 INFO [stderr] | Dec 18 14:49:40.193 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.193 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.193 INFO [stderr] ... Dec 18 14:49:40.193 INFO [stderr] 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Dec 18 14:49:40.193 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.193 INFO [stderr] | Dec 18 14:49:40.193 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.193 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.193 INFO [stderr] | Dec 18 14:49:40.193 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.193 INFO [stderr] | Dec 18 14:49:40.193 INFO [stderr] Dec 18 14:49:40.193 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.193 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.193 INFO [stderr] | Dec 18 14:49:40.193 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.193 INFO [stderr] | ^^^^^ Dec 18 14:49:40.193 INFO [stderr] ... Dec 18 14:49:40.193 INFO [stderr] 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Dec 18 14:49:40.193 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.193 INFO [stderr] | Dec 18 14:49:40.193 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.193 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.193 INFO [stderr] | Dec 18 14:49:40.193 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.193 INFO [stderr] | Dec 18 14:49:40.200 INFO [stderr] Dec 18 14:49:40.201 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.201 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.201 INFO [stderr] | ^^^^^ Dec 18 14:49:40.201 INFO [stderr] ... Dec 18 14:49:40.201 INFO [stderr] 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Dec 18 14:49:40.201 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.201 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] Dec 18 14:49:40.201 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.201 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.201 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.201 INFO [stderr] ... Dec 18 14:49:40.201 INFO [stderr] 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Dec 18 14:49:40.201 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.201 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] Dec 18 14:49:40.201 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.201 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.201 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.201 INFO [stderr] ... Dec 18 14:49:40.201 INFO [stderr] 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Dec 18 14:49:40.201 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.201 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] Dec 18 14:49:40.201 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.201 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.201 INFO [stderr] | ^^^^^ Dec 18 14:49:40.201 INFO [stderr] ... Dec 18 14:49:40.201 INFO [stderr] 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Dec 18 14:49:40.201 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.201 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] Dec 18 14:49:40.201 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.201 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.201 INFO [stderr] | ^^^^^ Dec 18 14:49:40.201 INFO [stderr] ... Dec 18 14:49:40.201 INFO [stderr] 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Dec 18 14:49:40.201 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.201 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] Dec 18 14:49:40.201 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.201 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.201 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.201 INFO [stderr] ... Dec 18 14:49:40.201 INFO [stderr] 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Dec 18 14:49:40.201 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.201 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.201 INFO [stderr] | Dec 18 14:49:40.201 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.202 INFO [stderr] | Dec 18 14:49:40.202 INFO [stderr] Dec 18 14:49:40.202 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.202 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.202 INFO [stderr] | Dec 18 14:49:40.202 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.202 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.202 INFO [stderr] ... Dec 18 14:49:40.202 INFO [stderr] 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Dec 18 14:49:40.202 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.202 INFO [stderr] | Dec 18 14:49:40.202 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.202 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.202 INFO [stderr] | Dec 18 14:49:40.202 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.202 INFO [stderr] | Dec 18 14:49:40.202 INFO [stderr] Dec 18 14:49:40.202 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.202 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.202 INFO [stderr] | Dec 18 14:49:40.202 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.202 INFO [stderr] | ^^^^^ Dec 18 14:49:40.202 INFO [stderr] ... Dec 18 14:49:40.202 INFO [stderr] 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Dec 18 14:49:40.202 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.202 INFO [stderr] | Dec 18 14:49:40.202 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.202 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.202 INFO [stderr] | Dec 18 14:49:40.202 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.202 INFO [stderr] | Dec 18 14:49:40.202 INFO [stderr] Dec 18 14:49:40.212 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.212 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.212 INFO [stderr] | Dec 18 14:49:40.212 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.212 INFO [stderr] | ^^^^^ Dec 18 14:49:40.212 INFO [stderr] ... Dec 18 14:49:40.212 INFO [stderr] 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Dec 18 14:49:40.212 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.212 INFO [stderr] | Dec 18 14:49:40.212 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.212 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.212 INFO [stderr] | Dec 18 14:49:40.212 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.212 INFO [stderr] | Dec 18 14:49:40.212 INFO [stderr] Dec 18 14:49:40.212 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.212 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.212 INFO [stderr] | Dec 18 14:49:40.212 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.212 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.212 INFO [stderr] ... Dec 18 14:49:40.212 INFO [stderr] 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Dec 18 14:49:40.212 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.212 INFO [stderr] | Dec 18 14:49:40.212 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.212 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.212 INFO [stderr] | Dec 18 14:49:40.212 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.212 INFO [stderr] | Dec 18 14:49:40.212 INFO [stderr] Dec 18 14:49:40.212 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.212 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.212 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.213 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.213 INFO [stderr] ... Dec 18 14:49:40.213 INFO [stderr] 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Dec 18 14:49:40.213 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.213 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] Dec 18 14:49:40.213 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.213 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.213 INFO [stderr] | ^^^^^ Dec 18 14:49:40.213 INFO [stderr] ... Dec 18 14:49:40.213 INFO [stderr] 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Dec 18 14:49:40.213 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.213 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] Dec 18 14:49:40.213 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.213 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.213 INFO [stderr] | ^^^^^ Dec 18 14:49:40.213 INFO [stderr] ... Dec 18 14:49:40.213 INFO [stderr] 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Dec 18 14:49:40.213 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.213 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] Dec 18 14:49:40.213 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.213 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.213 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.213 INFO [stderr] ... Dec 18 14:49:40.213 INFO [stderr] 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Dec 18 14:49:40.213 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.213 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] Dec 18 14:49:40.213 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.213 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.213 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.213 INFO [stderr] ... Dec 18 14:49:40.213 INFO [stderr] 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Dec 18 14:49:40.213 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.213 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] Dec 18 14:49:40.213 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.213 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.213 INFO [stderr] | ^^^^^ Dec 18 14:49:40.213 INFO [stderr] ... Dec 18 14:49:40.213 INFO [stderr] 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Dec 18 14:49:40.213 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.213 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] Dec 18 14:49:40.213 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.213 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.213 INFO [stderr] | Dec 18 14:49:40.213 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.213 INFO [stderr] | ^^^^^ Dec 18 14:49:40.214 INFO [stderr] ... Dec 18 14:49:40.214 INFO [stderr] 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Dec 18 14:49:40.214 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.214 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] Dec 18 14:49:40.214 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.214 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.214 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.214 INFO [stderr] ... Dec 18 14:49:40.214 INFO [stderr] 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Dec 18 14:49:40.214 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.214 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] Dec 18 14:49:40.214 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.214 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.214 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.214 INFO [stderr] ... Dec 18 14:49:40.214 INFO [stderr] 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Dec 18 14:49:40.214 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.214 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] Dec 18 14:49:40.214 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.214 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.214 INFO [stderr] | ^^^^^ Dec 18 14:49:40.214 INFO [stderr] ... Dec 18 14:49:40.214 INFO [stderr] 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Dec 18 14:49:40.214 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.214 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] Dec 18 14:49:40.214 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.214 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.214 INFO [stderr] | ^^^^^ Dec 18 14:49:40.214 INFO [stderr] ... Dec 18 14:49:40.214 INFO [stderr] 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Dec 18 14:49:40.214 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.214 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] Dec 18 14:49:40.214 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.214 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.214 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.214 INFO [stderr] ... Dec 18 14:49:40.214 INFO [stderr] 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Dec 18 14:49:40.214 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.214 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.214 INFO [stderr] | Dec 18 14:49:40.214 INFO [stderr] Dec 18 14:49:40.220 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.220 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.220 INFO [stderr] | Dec 18 14:49:40.220 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.220 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.220 INFO [stderr] ... Dec 18 14:49:40.220 INFO [stderr] 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Dec 18 14:49:40.220 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.220 INFO [stderr] | Dec 18 14:49:40.220 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.220 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.220 INFO [stderr] | Dec 18 14:49:40.220 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.220 INFO [stderr] | Dec 18 14:49:40.220 INFO [stderr] Dec 18 14:49:40.220 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.220 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.220 INFO [stderr] | Dec 18 14:49:40.220 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.220 INFO [stderr] | ^^^^^ Dec 18 14:49:40.220 INFO [stderr] ... Dec 18 14:49:40.220 INFO [stderr] 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Dec 18 14:49:40.220 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.220 INFO [stderr] | Dec 18 14:49:40.220 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.220 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.220 INFO [stderr] | Dec 18 14:49:40.220 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.220 INFO [stderr] | Dec 18 14:49:40.220 INFO [stderr] Dec 18 14:49:40.220 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.220 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.220 INFO [stderr] | Dec 18 14:49:40.220 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.220 INFO [stderr] | ^^^^^ Dec 18 14:49:40.220 INFO [stderr] ... Dec 18 14:49:40.220 INFO [stderr] 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Dec 18 14:49:40.220 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.220 INFO [stderr] | Dec 18 14:49:40.220 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.220 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.220 INFO [stderr] | Dec 18 14:49:40.220 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.220 INFO [stderr] | Dec 18 14:49:40.220 INFO [stderr] Dec 18 14:49:40.220 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.220 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.220 INFO [stderr] | Dec 18 14:49:40.220 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.220 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.220 INFO [stderr] ... Dec 18 14:49:40.220 INFO [stderr] 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Dec 18 14:49:40.220 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.220 INFO [stderr] | Dec 18 14:49:40.220 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.220 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.221 INFO [stderr] | Dec 18 14:49:40.221 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.221 INFO [stderr] | Dec 18 14:49:40.221 INFO [stderr] Dec 18 14:49:40.225 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.225 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.225 INFO [stderr] | Dec 18 14:49:40.225 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.225 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.225 INFO [stderr] ... Dec 18 14:49:40.225 INFO [stderr] 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Dec 18 14:49:40.225 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.225 INFO [stderr] | Dec 18 14:49:40.225 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.225 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.225 INFO [stderr] | Dec 18 14:49:40.225 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.225 INFO [stderr] | Dec 18 14:49:40.225 INFO [stderr] Dec 18 14:49:40.225 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.225 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.225 INFO [stderr] | Dec 18 14:49:40.225 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.225 INFO [stderr] | ^^^^^ Dec 18 14:49:40.225 INFO [stderr] ... Dec 18 14:49:40.225 INFO [stderr] 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Dec 18 14:49:40.225 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.225 INFO [stderr] | Dec 18 14:49:40.225 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.225 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.225 INFO [stderr] | Dec 18 14:49:40.225 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.225 INFO [stderr] | Dec 18 14:49:40.225 INFO [stderr] Dec 18 14:49:40.225 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.225 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.225 INFO [stderr] | Dec 18 14:49:40.225 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.225 INFO [stderr] | ^^^^^ Dec 18 14:49:40.225 INFO [stderr] ... Dec 18 14:49:40.225 INFO [stderr] 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Dec 18 14:49:40.225 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.225 INFO [stderr] | Dec 18 14:49:40.225 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.225 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.225 INFO [stderr] | Dec 18 14:49:40.225 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.225 INFO [stderr] | Dec 18 14:49:40.225 INFO [stderr] Dec 18 14:49:40.225 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.225 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.225 INFO [stderr] | Dec 18 14:49:40.225 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.225 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.225 INFO [stderr] ... Dec 18 14:49:40.225 INFO [stderr] 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Dec 18 14:49:40.225 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.226 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] Dec 18 14:49:40.226 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.226 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.226 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.226 INFO [stderr] ... Dec 18 14:49:40.226 INFO [stderr] 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Dec 18 14:49:40.226 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.226 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] Dec 18 14:49:40.226 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.226 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.226 INFO [stderr] | ^^^^^ Dec 18 14:49:40.226 INFO [stderr] ... Dec 18 14:49:40.226 INFO [stderr] 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Dec 18 14:49:40.226 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.226 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] Dec 18 14:49:40.226 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.226 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.226 INFO [stderr] | ^^^^^ Dec 18 14:49:40.226 INFO [stderr] ... Dec 18 14:49:40.226 INFO [stderr] 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Dec 18 14:49:40.226 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.226 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] Dec 18 14:49:40.226 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.226 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.226 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.226 INFO [stderr] ... Dec 18 14:49:40.226 INFO [stderr] 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Dec 18 14:49:40.226 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.226 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] Dec 18 14:49:40.226 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.226 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.226 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.226 INFO [stderr] ... Dec 18 14:49:40.226 INFO [stderr] 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Dec 18 14:49:40.226 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.226 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.226 INFO [stderr] | Dec 18 14:49:40.226 INFO [stderr] Dec 18 14:49:40.233 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.233 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.233 INFO [stderr] | Dec 18 14:49:40.233 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.233 INFO [stderr] | ^^^^^ Dec 18 14:49:40.233 INFO [stderr] ... Dec 18 14:49:40.233 INFO [stderr] 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Dec 18 14:49:40.233 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.233 INFO [stderr] | Dec 18 14:49:40.233 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.233 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.233 INFO [stderr] | Dec 18 14:49:40.233 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.233 INFO [stderr] | Dec 18 14:49:40.233 INFO [stderr] Dec 18 14:49:40.233 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.233 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.233 INFO [stderr] | Dec 18 14:49:40.233 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.233 INFO [stderr] | ^^^^^ Dec 18 14:49:40.233 INFO [stderr] ... Dec 18 14:49:40.233 INFO [stderr] 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Dec 18 14:49:40.233 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.233 INFO [stderr] | Dec 18 14:49:40.233 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.233 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.233 INFO [stderr] | Dec 18 14:49:40.233 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.233 INFO [stderr] | Dec 18 14:49:40.233 INFO [stderr] Dec 18 14:49:40.233 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.233 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.233 INFO [stderr] | Dec 18 14:49:40.233 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.233 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.233 INFO [stderr] ... Dec 18 14:49:40.233 INFO [stderr] 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Dec 18 14:49:40.233 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.233 INFO [stderr] | Dec 18 14:49:40.233 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.233 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.233 INFO [stderr] | Dec 18 14:49:40.233 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.233 INFO [stderr] | Dec 18 14:49:40.233 INFO [stderr] Dec 18 14:49:40.233 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.233 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.233 INFO [stderr] | Dec 18 14:49:40.233 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.233 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.233 INFO [stderr] ... Dec 18 14:49:40.233 INFO [stderr] 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Dec 18 14:49:40.233 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.233 INFO [stderr] | Dec 18 14:49:40.233 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.233 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] Dec 18 14:49:40.234 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.234 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.234 INFO [stderr] | ^^^^^ Dec 18 14:49:40.234 INFO [stderr] ... Dec 18 14:49:40.234 INFO [stderr] 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Dec 18 14:49:40.234 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.234 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] Dec 18 14:49:40.234 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.234 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.234 INFO [stderr] | ^^^^^ Dec 18 14:49:40.234 INFO [stderr] ... Dec 18 14:49:40.234 INFO [stderr] 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Dec 18 14:49:40.234 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.234 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] Dec 18 14:49:40.234 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.234 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.234 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.234 INFO [stderr] ... Dec 18 14:49:40.234 INFO [stderr] 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Dec 18 14:49:40.234 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.234 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] Dec 18 14:49:40.234 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.234 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.234 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.234 INFO [stderr] ... Dec 18 14:49:40.234 INFO [stderr] 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Dec 18 14:49:40.234 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.234 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] Dec 18 14:49:40.234 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.234 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.234 INFO [stderr] | ^^^^^ Dec 18 14:49:40.234 INFO [stderr] ... Dec 18 14:49:40.234 INFO [stderr] 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Dec 18 14:49:40.234 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.234 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.234 INFO [stderr] | Dec 18 14:49:40.234 INFO [stderr] Dec 18 14:49:40.244 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.244 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.244 INFO [stderr] | Dec 18 14:49:40.244 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.244 INFO [stderr] | ^^^^^ Dec 18 14:49:40.244 INFO [stderr] ... Dec 18 14:49:40.244 INFO [stderr] 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Dec 18 14:49:40.244 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.244 INFO [stderr] | Dec 18 14:49:40.244 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.244 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.244 INFO [stderr] | Dec 18 14:49:40.244 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.244 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] Dec 18 14:49:40.245 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.245 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.245 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.245 INFO [stderr] ... Dec 18 14:49:40.245 INFO [stderr] 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Dec 18 14:49:40.245 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.245 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] Dec 18 14:49:40.245 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.245 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.245 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.245 INFO [stderr] ... Dec 18 14:49:40.245 INFO [stderr] 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Dec 18 14:49:40.245 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.245 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] Dec 18 14:49:40.245 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.245 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.245 INFO [stderr] | ^^^^^ Dec 18 14:49:40.245 INFO [stderr] ... Dec 18 14:49:40.245 INFO [stderr] 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Dec 18 14:49:40.245 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.245 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] Dec 18 14:49:40.245 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.245 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.245 INFO [stderr] | ^^^^^ Dec 18 14:49:40.245 INFO [stderr] ... Dec 18 14:49:40.245 INFO [stderr] 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Dec 18 14:49:40.245 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.245 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] Dec 18 14:49:40.245 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.245 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.245 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.245 INFO [stderr] ... Dec 18 14:49:40.245 INFO [stderr] 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Dec 18 14:49:40.245 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.245 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] Dec 18 14:49:40.245 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.245 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.245 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.245 INFO [stderr] ... Dec 18 14:49:40.245 INFO [stderr] 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Dec 18 14:49:40.245 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.245 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] Dec 18 14:49:40.245 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.245 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.245 INFO [stderr] | Dec 18 14:49:40.245 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.245 INFO [stderr] | ^^^^^ Dec 18 14:49:40.246 INFO [stderr] ... Dec 18 14:49:40.246 INFO [stderr] 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Dec 18 14:49:40.246 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.246 INFO [stderr] | Dec 18 14:49:40.246 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.246 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.246 INFO [stderr] | Dec 18 14:49:40.246 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.246 INFO [stderr] | Dec 18 14:49:40.246 INFO [stderr] Dec 18 14:49:40.246 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.246 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.246 INFO [stderr] | Dec 18 14:49:40.246 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.246 INFO [stderr] | ^^^^^ Dec 18 14:49:40.246 INFO [stderr] ... Dec 18 14:49:40.246 INFO [stderr] 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Dec 18 14:49:40.246 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.246 INFO [stderr] | Dec 18 14:49:40.246 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.246 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.246 INFO [stderr] | Dec 18 14:49:40.246 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.246 INFO [stderr] | Dec 18 14:49:40.246 INFO [stderr] Dec 18 14:49:40.246 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.246 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.246 INFO [stderr] | Dec 18 14:49:40.246 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.246 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.246 INFO [stderr] ... Dec 18 14:49:40.246 INFO [stderr] 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Dec 18 14:49:40.246 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.246 INFO [stderr] | Dec 18 14:49:40.246 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.246 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.246 INFO [stderr] | Dec 18 14:49:40.246 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.246 INFO [stderr] | Dec 18 14:49:40.246 INFO [stderr] Dec 18 14:49:40.246 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.246 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.246 INFO [stderr] | Dec 18 14:49:40.246 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.246 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.246 INFO [stderr] ... Dec 18 14:49:40.246 INFO [stderr] 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Dec 18 14:49:40.246 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.246 INFO [stderr] | Dec 18 14:49:40.246 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.246 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.246 INFO [stderr] | Dec 18 14:49:40.246 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.246 INFO [stderr] | Dec 18 14:49:40.246 INFO [stderr] Dec 18 14:49:40.255 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.255 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.255 INFO [stderr] | Dec 18 14:49:40.255 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.255 INFO [stderr] | ^^^^^ Dec 18 14:49:40.255 INFO [stderr] ... Dec 18 14:49:40.255 INFO [stderr] 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Dec 18 14:49:40.255 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.255 INFO [stderr] | Dec 18 14:49:40.255 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.255 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.255 INFO [stderr] | Dec 18 14:49:40.255 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.255 INFO [stderr] | Dec 18 14:49:40.255 INFO [stderr] Dec 18 14:49:40.255 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.255 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.255 INFO [stderr] | Dec 18 14:49:40.255 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.255 INFO [stderr] | ^^^^^ Dec 18 14:49:40.255 INFO [stderr] ... Dec 18 14:49:40.255 INFO [stderr] 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Dec 18 14:49:40.255 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.255 INFO [stderr] | Dec 18 14:49:40.255 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.255 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.255 INFO [stderr] | Dec 18 14:49:40.255 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.255 INFO [stderr] | Dec 18 14:49:40.255 INFO [stderr] Dec 18 14:49:40.255 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.255 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.255 INFO [stderr] | Dec 18 14:49:40.255 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.255 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.255 INFO [stderr] ... Dec 18 14:49:40.255 INFO [stderr] 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Dec 18 14:49:40.255 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.255 INFO [stderr] | Dec 18 14:49:40.255 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.255 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.255 INFO [stderr] | Dec 18 14:49:40.255 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.255 INFO [stderr] | Dec 18 14:49:40.255 INFO [stderr] Dec 18 14:49:40.255 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.255 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.255 INFO [stderr] | Dec 18 14:49:40.255 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.255 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.255 INFO [stderr] ... Dec 18 14:49:40.255 INFO [stderr] 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Dec 18 14:49:40.255 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.255 INFO [stderr] | Dec 18 14:49:40.255 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.255 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.255 INFO [stderr] | Dec 18 14:49:40.255 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.256 INFO [stderr] | Dec 18 14:49:40.256 INFO [stderr] Dec 18 14:49:40.256 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.256 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.256 INFO [stderr] | Dec 18 14:49:40.256 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.256 INFO [stderr] | ^^^^^ Dec 18 14:49:40.256 INFO [stderr] ... Dec 18 14:49:40.256 INFO [stderr] 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Dec 18 14:49:40.256 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.256 INFO [stderr] | Dec 18 14:49:40.256 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.256 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.256 INFO [stderr] | Dec 18 14:49:40.256 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.256 INFO [stderr] | Dec 18 14:49:40.256 INFO [stderr] Dec 18 14:49:40.256 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.256 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.256 INFO [stderr] | Dec 18 14:49:40.256 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.256 INFO [stderr] | ^^^^^ Dec 18 14:49:40.256 INFO [stderr] ... Dec 18 14:49:40.256 INFO [stderr] 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Dec 18 14:49:40.256 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.256 INFO [stderr] | Dec 18 14:49:40.256 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.256 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.256 INFO [stderr] | Dec 18 14:49:40.256 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.256 INFO [stderr] | Dec 18 14:49:40.256 INFO [stderr] Dec 18 14:49:40.256 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.256 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.256 INFO [stderr] | Dec 18 14:49:40.256 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.256 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.256 INFO [stderr] ... Dec 18 14:49:40.256 INFO [stderr] 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Dec 18 14:49:40.256 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.256 INFO [stderr] | Dec 18 14:49:40.256 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.256 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.256 INFO [stderr] | Dec 18 14:49:40.256 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.256 INFO [stderr] | Dec 18 14:49:40.256 INFO [stderr] Dec 18 14:49:40.256 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.256 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.256 INFO [stderr] | Dec 18 14:49:40.256 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.256 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.262 INFO [stderr] ... Dec 18 14:49:40.262 INFO [stderr] 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Dec 18 14:49:40.262 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.262 INFO [stderr] | Dec 18 14:49:40.262 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.262 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.262 INFO [stderr] | Dec 18 14:49:40.262 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.262 INFO [stderr] | Dec 18 14:49:40.262 INFO [stderr] Dec 18 14:49:40.262 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.262 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.262 INFO [stderr] | Dec 18 14:49:40.262 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.262 INFO [stderr] | ^^^^^ Dec 18 14:49:40.262 INFO [stderr] ... Dec 18 14:49:40.262 INFO [stderr] 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Dec 18 14:49:40.262 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.262 INFO [stderr] | Dec 18 14:49:40.262 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.262 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.262 INFO [stderr] | Dec 18 14:49:40.262 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.262 INFO [stderr] | Dec 18 14:49:40.262 INFO [stderr] Dec 18 14:49:40.262 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.262 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.262 INFO [stderr] | Dec 18 14:49:40.262 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.262 INFO [stderr] | ^^^^^ Dec 18 14:49:40.262 INFO [stderr] ... Dec 18 14:49:40.262 INFO [stderr] 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Dec 18 14:49:40.262 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.262 INFO [stderr] | Dec 18 14:49:40.262 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.262 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.262 INFO [stderr] | Dec 18 14:49:40.262 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.262 INFO [stderr] | Dec 18 14:49:40.262 INFO [stderr] Dec 18 14:49:40.262 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.262 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.262 INFO [stderr] | Dec 18 14:49:40.262 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.262 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.262 INFO [stderr] ... Dec 18 14:49:40.263 INFO [stderr] 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Dec 18 14:49:40.263 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.263 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] Dec 18 14:49:40.263 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.263 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.263 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.263 INFO [stderr] ... Dec 18 14:49:40.263 INFO [stderr] 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Dec 18 14:49:40.263 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.263 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] Dec 18 14:49:40.263 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.263 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.263 INFO [stderr] | ^^^^^ Dec 18 14:49:40.263 INFO [stderr] ... Dec 18 14:49:40.263 INFO [stderr] 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Dec 18 14:49:40.263 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.263 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] Dec 18 14:49:40.263 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.263 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.263 INFO [stderr] | ^^^^^ Dec 18 14:49:40.263 INFO [stderr] ... Dec 18 14:49:40.263 INFO [stderr] 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Dec 18 14:49:40.263 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.263 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] Dec 18 14:49:40.263 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.263 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.263 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.263 INFO [stderr] ... Dec 18 14:49:40.263 INFO [stderr] 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Dec 18 14:49:40.263 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.263 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] Dec 18 14:49:40.263 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.263 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.263 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.263 INFO [stderr] ... Dec 18 14:49:40.263 INFO [stderr] 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Dec 18 14:49:40.263 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.263 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.263 INFO [stderr] | Dec 18 14:49:40.263 INFO [stderr] Dec 18 14:49:40.264 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.264 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.264 INFO [stderr] | Dec 18 14:49:40.264 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.264 INFO [stderr] | ^^^^^ Dec 18 14:49:40.264 INFO [stderr] ... Dec 18 14:49:40.264 INFO [stderr] 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Dec 18 14:49:40.264 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.264 INFO [stderr] | Dec 18 14:49:40.264 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.265 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.265 INFO [stderr] | Dec 18 14:49:40.265 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.265 INFO [stderr] | Dec 18 14:49:40.265 INFO [stderr] Dec 18 14:49:40.265 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.265 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.265 INFO [stderr] | Dec 18 14:49:40.265 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.265 INFO [stderr] | ^^^^^ Dec 18 14:49:40.265 INFO [stderr] ... Dec 18 14:49:40.265 INFO [stderr] 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Dec 18 14:49:40.265 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.265 INFO [stderr] | Dec 18 14:49:40.265 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.265 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.265 INFO [stderr] | Dec 18 14:49:40.265 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.265 INFO [stderr] | Dec 18 14:49:40.265 INFO [stderr] Dec 18 14:49:40.265 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.265 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.265 INFO [stderr] | Dec 18 14:49:40.265 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.265 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.265 INFO [stderr] ... Dec 18 14:49:40.265 INFO [stderr] 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Dec 18 14:49:40.265 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.265 INFO [stderr] | Dec 18 14:49:40.265 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.265 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.265 INFO [stderr] | Dec 18 14:49:40.265 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.265 INFO [stderr] | Dec 18 14:49:40.265 INFO [stderr] Dec 18 14:49:40.265 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.265 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.265 INFO [stderr] | Dec 18 14:49:40.265 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.265 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.265 INFO [stderr] ... Dec 18 14:49:40.265 INFO [stderr] 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Dec 18 14:49:40.265 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.265 INFO [stderr] | Dec 18 14:49:40.265 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.265 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.265 INFO [stderr] | Dec 18 14:49:40.265 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.265 INFO [stderr] | Dec 18 14:49:40.265 INFO [stderr] Dec 18 14:49:40.269 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.269 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.269 INFO [stderr] | ^^^^^ Dec 18 14:49:40.269 INFO [stderr] ... Dec 18 14:49:40.269 INFO [stderr] 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Dec 18 14:49:40.269 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.269 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] Dec 18 14:49:40.269 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.269 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.269 INFO [stderr] | ^^^^^ Dec 18 14:49:40.269 INFO [stderr] ... Dec 18 14:49:40.269 INFO [stderr] 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Dec 18 14:49:40.269 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.269 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] Dec 18 14:49:40.269 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.269 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.269 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.269 INFO [stderr] ... Dec 18 14:49:40.269 INFO [stderr] 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Dec 18 14:49:40.269 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.269 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] Dec 18 14:49:40.269 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.269 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.269 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.269 INFO [stderr] ... Dec 18 14:49:40.269 INFO [stderr] 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Dec 18 14:49:40.269 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.269 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] Dec 18 14:49:40.269 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.269 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.269 INFO [stderr] | ^^^^^ Dec 18 14:49:40.269 INFO [stderr] ... Dec 18 14:49:40.269 INFO [stderr] 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Dec 18 14:49:40.269 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.269 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.269 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.269 INFO [stderr] | Dec 18 14:49:40.277 INFO [stderr] Dec 18 14:49:40.277 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.277 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.277 INFO [stderr] | Dec 18 14:49:40.278 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.278 INFO [stderr] | ^^^^^ Dec 18 14:49:40.278 INFO [stderr] ... Dec 18 14:49:40.278 INFO [stderr] 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Dec 18 14:49:40.278 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.278 INFO [stderr] | Dec 18 14:49:40.278 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.278 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.278 INFO [stderr] | Dec 18 14:49:40.278 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.278 INFO [stderr] | Dec 18 14:49:40.278 INFO [stderr] Dec 18 14:49:40.278 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.278 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.278 INFO [stderr] | Dec 18 14:49:40.278 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.278 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.278 INFO [stderr] ... Dec 18 14:49:40.278 INFO [stderr] 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Dec 18 14:49:40.278 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.278 INFO [stderr] | Dec 18 14:49:40.278 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.279 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] Dec 18 14:49:40.279 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.279 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.279 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.279 INFO [stderr] ... Dec 18 14:49:40.279 INFO [stderr] 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Dec 18 14:49:40.279 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.279 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] Dec 18 14:49:40.279 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.279 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.279 INFO [stderr] | ^^^^^ Dec 18 14:49:40.279 INFO [stderr] ... Dec 18 14:49:40.279 INFO [stderr] 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Dec 18 14:49:40.279 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.279 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] Dec 18 14:49:40.279 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.279 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.279 INFO [stderr] | ^^^^^ Dec 18 14:49:40.279 INFO [stderr] ... Dec 18 14:49:40.279 INFO [stderr] 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Dec 18 14:49:40.279 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.279 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] Dec 18 14:49:40.279 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.279 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.279 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.279 INFO [stderr] ... Dec 18 14:49:40.279 INFO [stderr] 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Dec 18 14:49:40.279 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.279 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] Dec 18 14:49:40.279 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.279 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.279 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.279 INFO [stderr] ... Dec 18 14:49:40.279 INFO [stderr] 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Dec 18 14:49:40.279 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.279 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] Dec 18 14:49:40.279 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.279 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.279 INFO [stderr] | Dec 18 14:49:40.279 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.279 INFO [stderr] | ^^^^^ Dec 18 14:49:40.279 INFO [stderr] ... Dec 18 14:49:40.280 INFO [stderr] 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); Dec 18 14:49:40.280 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.280 INFO [stderr] | Dec 18 14:49:40.280 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.280 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.280 INFO [stderr] | Dec 18 14:49:40.280 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.280 INFO [stderr] | Dec 18 14:49:40.280 INFO [stderr] Dec 18 14:49:40.281 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.281 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.281 INFO [stderr] | Dec 18 14:49:40.281 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.281 INFO [stderr] | ^^^^^ Dec 18 14:49:40.281 INFO [stderr] ... Dec 18 14:49:40.281 INFO [stderr] 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); Dec 18 14:49:40.281 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.281 INFO [stderr] | Dec 18 14:49:40.281 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.281 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.281 INFO [stderr] | Dec 18 14:49:40.281 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.281 INFO [stderr] | Dec 18 14:49:40.281 INFO [stderr] Dec 18 14:49:40.281 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.281 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.281 INFO [stderr] | Dec 18 14:49:40.281 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.281 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.281 INFO [stderr] ... Dec 18 14:49:40.281 INFO [stderr] 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); Dec 18 14:49:40.281 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.281 INFO [stderr] | Dec 18 14:49:40.282 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.282 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.282 INFO [stderr] | Dec 18 14:49:40.282 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.282 INFO [stderr] | Dec 18 14:49:40.282 INFO [stderr] Dec 18 14:49:40.282 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.282 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.282 INFO [stderr] | Dec 18 14:49:40.282 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.282 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.282 INFO [stderr] ... Dec 18 14:49:40.282 INFO [stderr] 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); Dec 18 14:49:40.282 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.282 INFO [stderr] | Dec 18 14:49:40.282 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.282 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.282 INFO [stderr] | Dec 18 14:49:40.282 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.282 INFO [stderr] | Dec 18 14:49:40.282 INFO [stderr] Dec 18 14:49:40.282 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.282 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.282 INFO [stderr] | Dec 18 14:49:40.282 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.282 INFO [stderr] | ^^^^^ Dec 18 14:49:40.282 INFO [stderr] ... Dec 18 14:49:40.282 INFO [stderr] 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Dec 18 14:49:40.282 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.282 INFO [stderr] | Dec 18 14:49:40.282 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.282 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.282 INFO [stderr] | Dec 18 14:49:40.282 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.282 INFO [stderr] | Dec 18 14:49:40.282 INFO [stderr] Dec 18 14:49:40.282 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.282 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.282 INFO [stderr] | Dec 18 14:49:40.282 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.282 INFO [stderr] | ^^^^^ Dec 18 14:49:40.282 INFO [stderr] ... Dec 18 14:49:40.282 INFO [stderr] 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Dec 18 14:49:40.282 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.282 INFO [stderr] | Dec 18 14:49:40.282 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.282 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.282 INFO [stderr] | Dec 18 14:49:40.282 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.282 INFO [stderr] | Dec 18 14:49:40.282 INFO [stderr] Dec 18 14:49:40.293 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.293 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.293 INFO [stderr] | Dec 18 14:49:40.293 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.293 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.293 INFO [stderr] ... Dec 18 14:49:40.293 INFO [stderr] 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Dec 18 14:49:40.293 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.293 INFO [stderr] | Dec 18 14:49:40.293 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.293 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.293 INFO [stderr] | Dec 18 14:49:40.293 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.293 INFO [stderr] | Dec 18 14:49:40.293 INFO [stderr] Dec 18 14:49:40.293 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.293 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.293 INFO [stderr] | Dec 18 14:49:40.293 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.293 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.293 INFO [stderr] ... Dec 18 14:49:40.293 INFO [stderr] 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Dec 18 14:49:40.293 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.293 INFO [stderr] | Dec 18 14:49:40.293 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.293 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.293 INFO [stderr] | Dec 18 14:49:40.293 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.293 INFO [stderr] | Dec 18 14:49:40.293 INFO [stderr] Dec 18 14:49:40.293 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.293 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.293 INFO [stderr] | Dec 18 14:49:40.293 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.293 INFO [stderr] | ^^^^^ Dec 18 14:49:40.293 INFO [stderr] ... Dec 18 14:49:40.293 INFO [stderr] 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Dec 18 14:49:40.293 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.293 INFO [stderr] | Dec 18 14:49:40.293 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.293 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.293 INFO [stderr] | Dec 18 14:49:40.293 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.293 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] Dec 18 14:49:40.294 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.294 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.294 INFO [stderr] | ^^^^^ Dec 18 14:49:40.294 INFO [stderr] ... Dec 18 14:49:40.294 INFO [stderr] 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Dec 18 14:49:40.294 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.294 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] Dec 18 14:49:40.294 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.294 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.294 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.294 INFO [stderr] ... Dec 18 14:49:40.294 INFO [stderr] 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Dec 18 14:49:40.294 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.294 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] Dec 18 14:49:40.294 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.294 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.294 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.294 INFO [stderr] ... Dec 18 14:49:40.294 INFO [stderr] 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Dec 18 14:49:40.294 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.294 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] Dec 18 14:49:40.294 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.294 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.294 INFO [stderr] | ^^^^^ Dec 18 14:49:40.294 INFO [stderr] ... Dec 18 14:49:40.294 INFO [stderr] 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Dec 18 14:49:40.294 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.294 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] Dec 18 14:49:40.294 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.294 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.294 INFO [stderr] | ^^^^^ Dec 18 14:49:40.294 INFO [stderr] ... Dec 18 14:49:40.294 INFO [stderr] 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Dec 18 14:49:40.294 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.294 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] Dec 18 14:49:40.294 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.294 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.294 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.294 INFO [stderr] ... Dec 18 14:49:40.294 INFO [stderr] 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Dec 18 14:49:40.294 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.294 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.294 INFO [stderr] | Dec 18 14:49:40.294 INFO [stderr] Dec 18 14:49:40.300 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.300 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.300 INFO [stderr] | Dec 18 14:49:40.300 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.300 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.300 INFO [stderr] ... Dec 18 14:49:40.300 INFO [stderr] 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Dec 18 14:49:40.300 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.300 INFO [stderr] | Dec 18 14:49:40.300 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.300 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.300 INFO [stderr] | Dec 18 14:49:40.300 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.300 INFO [stderr] | Dec 18 14:49:40.300 INFO [stderr] Dec 18 14:49:40.300 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.300 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.300 INFO [stderr] | Dec 18 14:49:40.300 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.300 INFO [stderr] | ^^^^^ Dec 18 14:49:40.300 INFO [stderr] ... Dec 18 14:49:40.300 INFO [stderr] 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Dec 18 14:49:40.300 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.300 INFO [stderr] | Dec 18 14:49:40.300 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.300 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.300 INFO [stderr] | Dec 18 14:49:40.300 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.300 INFO [stderr] | Dec 18 14:49:40.300 INFO [stderr] Dec 18 14:49:40.300 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.300 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.300 INFO [stderr] | Dec 18 14:49:40.300 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.300 INFO [stderr] | ^^^^^ Dec 18 14:49:40.300 INFO [stderr] ... Dec 18 14:49:40.300 INFO [stderr] 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Dec 18 14:49:40.300 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.300 INFO [stderr] | Dec 18 14:49:40.300 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.300 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.300 INFO [stderr] | Dec 18 14:49:40.300 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.300 INFO [stderr] | Dec 18 14:49:40.300 INFO [stderr] Dec 18 14:49:40.300 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.300 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.300 INFO [stderr] | Dec 18 14:49:40.300 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.300 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.300 INFO [stderr] ... Dec 18 14:49:40.301 INFO [stderr] 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Dec 18 14:49:40.301 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.301 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] Dec 18 14:49:40.301 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.301 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.301 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.301 INFO [stderr] ... Dec 18 14:49:40.301 INFO [stderr] 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Dec 18 14:49:40.301 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.301 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] Dec 18 14:49:40.301 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.301 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.301 INFO [stderr] | ^^^^^ Dec 18 14:49:40.301 INFO [stderr] ... Dec 18 14:49:40.301 INFO [stderr] 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Dec 18 14:49:40.301 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.301 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] Dec 18 14:49:40.301 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.301 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.301 INFO [stderr] | ^^^^^ Dec 18 14:49:40.301 INFO [stderr] ... Dec 18 14:49:40.301 INFO [stderr] 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Dec 18 14:49:40.301 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.301 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] Dec 18 14:49:40.301 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.301 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.301 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.301 INFO [stderr] ... Dec 18 14:49:40.301 INFO [stderr] 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Dec 18 14:49:40.301 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.301 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] Dec 18 14:49:40.301 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.301 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.301 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.301 INFO [stderr] ... Dec 18 14:49:40.301 INFO [stderr] 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Dec 18 14:49:40.301 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.301 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.301 INFO [stderr] | Dec 18 14:49:40.301 INFO [stderr] Dec 18 14:49:40.307 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.307 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.307 INFO [stderr] | Dec 18 14:49:40.307 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.307 INFO [stderr] | ^^^^^ Dec 18 14:49:40.307 INFO [stderr] ... Dec 18 14:49:40.307 INFO [stderr] 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Dec 18 14:49:40.307 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.307 INFO [stderr] | Dec 18 14:49:40.307 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.307 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.307 INFO [stderr] | Dec 18 14:49:40.307 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.307 INFO [stderr] | Dec 18 14:49:40.307 INFO [stderr] Dec 18 14:49:40.307 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.307 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.307 INFO [stderr] | Dec 18 14:49:40.307 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.307 INFO [stderr] | ^^^^^ Dec 18 14:49:40.307 INFO [stderr] ... Dec 18 14:49:40.307 INFO [stderr] 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Dec 18 14:49:40.307 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.307 INFO [stderr] | Dec 18 14:49:40.307 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.307 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.307 INFO [stderr] | Dec 18 14:49:40.307 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.307 INFO [stderr] | Dec 18 14:49:40.307 INFO [stderr] Dec 18 14:49:40.307 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.307 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.307 INFO [stderr] | Dec 18 14:49:40.307 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.307 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.307 INFO [stderr] ... Dec 18 14:49:40.308 INFO [stderr] 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Dec 18 14:49:40.308 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.308 INFO [stderr] | Dec 18 14:49:40.308 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.308 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.308 INFO [stderr] | Dec 18 14:49:40.308 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.308 INFO [stderr] | Dec 18 14:49:40.308 INFO [stderr] Dec 18 14:49:40.308 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.308 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.308 INFO [stderr] | Dec 18 14:49:40.308 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.308 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.308 INFO [stderr] ... Dec 18 14:49:40.308 INFO [stderr] 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Dec 18 14:49:40.308 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.308 INFO [stderr] | Dec 18 14:49:40.308 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.308 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.308 INFO [stderr] | Dec 18 14:49:40.308 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.308 INFO [stderr] | Dec 18 14:49:40.308 INFO [stderr] Dec 18 14:49:40.308 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.308 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.308 INFO [stderr] | Dec 18 14:49:40.308 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.308 INFO [stderr] | ^^^^^ Dec 18 14:49:40.308 INFO [stderr] ... Dec 18 14:49:40.308 INFO [stderr] 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Dec 18 14:49:40.308 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.308 INFO [stderr] | Dec 18 14:49:40.308 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.308 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.308 INFO [stderr] | Dec 18 14:49:40.308 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.308 INFO [stderr] | Dec 18 14:49:40.308 INFO [stderr] Dec 18 14:49:40.308 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.308 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.308 INFO [stderr] | Dec 18 14:49:40.308 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.308 INFO [stderr] | ^^^^^ Dec 18 14:49:40.308 INFO [stderr] ... Dec 18 14:49:40.308 INFO [stderr] 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Dec 18 14:49:40.308 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.308 INFO [stderr] | Dec 18 14:49:40.308 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.308 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.308 INFO [stderr] | Dec 18 14:49:40.308 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.308 INFO [stderr] | Dec 18 14:49:40.308 INFO [stderr] Dec 18 14:49:40.316 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.316 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.316 INFO [stderr] | Dec 18 14:49:40.316 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.316 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.316 INFO [stderr] ... Dec 18 14:49:40.316 INFO [stderr] 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Dec 18 14:49:40.316 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.316 INFO [stderr] | Dec 18 14:49:40.316 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.316 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.316 INFO [stderr] | Dec 18 14:49:40.316 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.316 INFO [stderr] | Dec 18 14:49:40.316 INFO [stderr] Dec 18 14:49:40.316 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.316 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.316 INFO [stderr] | Dec 18 14:49:40.316 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.316 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.316 INFO [stderr] ... Dec 18 14:49:40.316 INFO [stderr] 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Dec 18 14:49:40.316 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.316 INFO [stderr] | Dec 18 14:49:40.316 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.316 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.316 INFO [stderr] | Dec 18 14:49:40.316 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.317 INFO [stderr] | Dec 18 14:49:40.317 INFO [stderr] Dec 18 14:49:40.317 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.317 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.317 INFO [stderr] | Dec 18 14:49:40.317 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.317 INFO [stderr] | ^^^^^ Dec 18 14:49:40.317 INFO [stderr] ... Dec 18 14:49:40.317 INFO [stderr] 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Dec 18 14:49:40.317 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.317 INFO [stderr] | Dec 18 14:49:40.317 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.317 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.317 INFO [stderr] | Dec 18 14:49:40.317 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.317 INFO [stderr] | Dec 18 14:49:40.317 INFO [stderr] Dec 18 14:49:40.317 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.317 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.317 INFO [stderr] | Dec 18 14:49:40.317 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.317 INFO [stderr] | ^^^^^ Dec 18 14:49:40.317 INFO [stderr] ... Dec 18 14:49:40.317 INFO [stderr] 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Dec 18 14:49:40.317 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.317 INFO [stderr] | Dec 18 14:49:40.317 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.317 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.317 INFO [stderr] | Dec 18 14:49:40.317 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.317 INFO [stderr] | Dec 18 14:49:40.317 INFO [stderr] Dec 18 14:49:40.317 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.317 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.317 INFO [stderr] | Dec 18 14:49:40.317 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.317 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.317 INFO [stderr] ... Dec 18 14:49:40.317 INFO [stderr] 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Dec 18 14:49:40.317 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.317 INFO [stderr] | Dec 18 14:49:40.317 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.317 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.317 INFO [stderr] | Dec 18 14:49:40.317 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.317 INFO [stderr] | Dec 18 14:49:40.317 INFO [stderr] Dec 18 14:49:40.317 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.317 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.317 INFO [stderr] | Dec 18 14:49:40.317 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.317 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.317 INFO [stderr] ... Dec 18 14:49:40.317 INFO [stderr] 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Dec 18 14:49:40.317 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.317 INFO [stderr] | Dec 18 14:49:40.317 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.317 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.317 INFO [stderr] | Dec 18 14:49:40.317 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.317 INFO [stderr] | Dec 18 14:49:40.317 INFO [stderr] Dec 18 14:49:40.320 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.320 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.320 INFO [stderr] | Dec 18 14:49:40.320 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.320 INFO [stderr] | ^^^^^ Dec 18 14:49:40.320 INFO [stderr] ... Dec 18 14:49:40.320 INFO [stderr] 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Dec 18 14:49:40.320 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.320 INFO [stderr] | Dec 18 14:49:40.320 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.320 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.320 INFO [stderr] | Dec 18 14:49:40.320 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.320 INFO [stderr] | Dec 18 14:49:40.320 INFO [stderr] Dec 18 14:49:40.320 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.320 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.320 INFO [stderr] | Dec 18 14:49:40.320 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.320 INFO [stderr] | ^^^^^ Dec 18 14:49:40.320 INFO [stderr] ... Dec 18 14:49:40.320 INFO [stderr] 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Dec 18 14:49:40.320 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.320 INFO [stderr] | Dec 18 14:49:40.320 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.320 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.320 INFO [stderr] | Dec 18 14:49:40.320 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.320 INFO [stderr] | Dec 18 14:49:40.320 INFO [stderr] Dec 18 14:49:40.320 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.320 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.320 INFO [stderr] | Dec 18 14:49:40.320 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.320 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.320 INFO [stderr] ... Dec 18 14:49:40.320 INFO [stderr] 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Dec 18 14:49:40.320 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.320 INFO [stderr] | Dec 18 14:49:40.320 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.320 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.321 INFO [stderr] | Dec 18 14:49:40.321 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.321 INFO [stderr] | Dec 18 14:49:40.321 INFO [stderr] Dec 18 14:49:40.321 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.321 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.321 INFO [stderr] | Dec 18 14:49:40.321 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.321 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.321 INFO [stderr] ... Dec 18 14:49:40.321 INFO [stderr] 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Dec 18 14:49:40.321 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.321 INFO [stderr] | Dec 18 14:49:40.321 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.321 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.321 INFO [stderr] | Dec 18 14:49:40.321 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.321 INFO [stderr] | Dec 18 14:49:40.321 INFO [stderr] Dec 18 14:49:40.321 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.321 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.321 INFO [stderr] | Dec 18 14:49:40.321 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.321 INFO [stderr] | ^^^^^ Dec 18 14:49:40.321 INFO [stderr] ... Dec 18 14:49:40.321 INFO [stderr] 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Dec 18 14:49:40.321 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.321 INFO [stderr] | Dec 18 14:49:40.321 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.321 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.321 INFO [stderr] | Dec 18 14:49:40.321 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.321 INFO [stderr] | Dec 18 14:49:40.321 INFO [stderr] Dec 18 14:49:40.321 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.321 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.321 INFO [stderr] | Dec 18 14:49:40.321 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.321 INFO [stderr] | ^^^^^ Dec 18 14:49:40.321 INFO [stderr] ... Dec 18 14:49:40.321 INFO [stderr] 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Dec 18 14:49:40.321 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.321 INFO [stderr] | Dec 18 14:49:40.321 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.321 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.321 INFO [stderr] | Dec 18 14:49:40.321 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.321 INFO [stderr] | Dec 18 14:49:40.321 INFO [stderr] Dec 18 14:49:40.321 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.321 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.321 INFO [stderr] | Dec 18 14:49:40.321 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.321 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.321 INFO [stderr] ... Dec 18 14:49:40.321 INFO [stderr] 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Dec 18 14:49:40.321 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.321 INFO [stderr] | Dec 18 14:49:40.321 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.321 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.321 INFO [stderr] | Dec 18 14:49:40.321 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.321 INFO [stderr] | Dec 18 14:49:40.321 INFO [stderr] Dec 18 14:49:40.325 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.325 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.325 INFO [stderr] | Dec 18 14:49:40.325 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.325 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.325 INFO [stderr] ... Dec 18 14:49:40.325 INFO [stderr] 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Dec 18 14:49:40.325 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.325 INFO [stderr] | Dec 18 14:49:40.328 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.328 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.328 INFO [stderr] | Dec 18 14:49:40.328 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.328 INFO [stderr] | Dec 18 14:49:40.328 INFO [stderr] Dec 18 14:49:40.328 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.328 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.328 INFO [stderr] | Dec 18 14:49:40.328 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.328 INFO [stderr] | ^^^^^ Dec 18 14:49:40.328 INFO [stderr] ... Dec 18 14:49:40.328 INFO [stderr] 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Dec 18 14:49:40.328 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.328 INFO [stderr] | Dec 18 14:49:40.328 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.328 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.328 INFO [stderr] | Dec 18 14:49:40.328 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.328 INFO [stderr] | Dec 18 14:49:40.328 INFO [stderr] Dec 18 14:49:40.328 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.328 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.328 INFO [stderr] | Dec 18 14:49:40.328 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.328 INFO [stderr] | ^^^^^ Dec 18 14:49:40.328 INFO [stderr] ... Dec 18 14:49:40.328 INFO [stderr] 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Dec 18 14:49:40.328 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.328 INFO [stderr] | Dec 18 14:49:40.328 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.328 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.328 INFO [stderr] | Dec 18 14:49:40.328 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.328 INFO [stderr] | Dec 18 14:49:40.328 INFO [stderr] Dec 18 14:49:40.328 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.328 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.328 INFO [stderr] | Dec 18 14:49:40.328 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.328 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.328 INFO [stderr] ... Dec 18 14:49:40.328 INFO [stderr] 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Dec 18 14:49:40.328 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.329 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] Dec 18 14:49:40.329 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.329 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.329 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.329 INFO [stderr] ... Dec 18 14:49:40.329 INFO [stderr] 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Dec 18 14:49:40.329 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.329 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] Dec 18 14:49:40.329 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.329 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.329 INFO [stderr] | ^^^^^ Dec 18 14:49:40.329 INFO [stderr] ... Dec 18 14:49:40.329 INFO [stderr] 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Dec 18 14:49:40.329 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.329 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] Dec 18 14:49:40.329 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.329 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.329 INFO [stderr] | ^^^^^ Dec 18 14:49:40.329 INFO [stderr] ... Dec 18 14:49:40.329 INFO [stderr] 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Dec 18 14:49:40.329 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.329 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] Dec 18 14:49:40.329 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.329 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.329 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.329 INFO [stderr] ... Dec 18 14:49:40.329 INFO [stderr] 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Dec 18 14:49:40.329 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.329 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] Dec 18 14:49:40.329 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.329 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.329 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.329 INFO [stderr] ... Dec 18 14:49:40.329 INFO [stderr] 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Dec 18 14:49:40.329 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.329 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.329 INFO [stderr] | Dec 18 14:49:40.329 INFO [stderr] Dec 18 14:49:40.338 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.338 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.338 INFO [stderr] | Dec 18 14:49:40.338 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.338 INFO [stderr] | ^^^^^ Dec 18 14:49:40.338 INFO [stderr] ... Dec 18 14:49:40.338 INFO [stderr] 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Dec 18 14:49:40.338 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.338 INFO [stderr] | Dec 18 14:49:40.338 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.338 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.338 INFO [stderr] | Dec 18 14:49:40.338 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.338 INFO [stderr] | Dec 18 14:49:40.338 INFO [stderr] Dec 18 14:49:40.338 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.338 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.338 INFO [stderr] | Dec 18 14:49:40.338 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.338 INFO [stderr] | ^^^^^ Dec 18 14:49:40.338 INFO [stderr] ... Dec 18 14:49:40.338 INFO [stderr] 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Dec 18 14:49:40.338 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.338 INFO [stderr] | Dec 18 14:49:40.338 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.338 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.338 INFO [stderr] | Dec 18 14:49:40.338 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.338 INFO [stderr] | Dec 18 14:49:40.338 INFO [stderr] Dec 18 14:49:40.338 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.338 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.338 INFO [stderr] | Dec 18 14:49:40.338 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.338 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.338 INFO [stderr] ... Dec 18 14:49:40.338 INFO [stderr] 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Dec 18 14:49:40.338 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.338 INFO [stderr] | Dec 18 14:49:40.338 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.338 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.338 INFO [stderr] | Dec 18 14:49:40.338 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.338 INFO [stderr] | Dec 18 14:49:40.338 INFO [stderr] Dec 18 14:49:40.338 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.338 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.338 INFO [stderr] | Dec 18 14:49:40.338 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.338 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.338 INFO [stderr] ... Dec 18 14:49:40.338 INFO [stderr] 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Dec 18 14:49:40.338 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.338 INFO [stderr] | Dec 18 14:49:40.338 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.338 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.338 INFO [stderr] | Dec 18 14:49:40.338 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.338 INFO [stderr] | Dec 18 14:49:40.339 INFO [stderr] Dec 18 14:49:40.343 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.343 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.343 INFO [stderr] | Dec 18 14:49:40.343 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.343 INFO [stderr] | ^^^^^ Dec 18 14:49:40.343 INFO [stderr] ... Dec 18 14:49:40.343 INFO [stderr] 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Dec 18 14:49:40.343 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.343 INFO [stderr] | Dec 18 14:49:40.343 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.343 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.343 INFO [stderr] | Dec 18 14:49:40.343 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.343 INFO [stderr] | Dec 18 14:49:40.343 INFO [stderr] Dec 18 14:49:40.343 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.343 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.343 INFO [stderr] | Dec 18 14:49:40.343 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.343 INFO [stderr] | ^^^^^ Dec 18 14:49:40.343 INFO [stderr] ... Dec 18 14:49:40.343 INFO [stderr] 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Dec 18 14:49:40.343 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.343 INFO [stderr] | Dec 18 14:49:40.344 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.344 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.344 INFO [stderr] | Dec 18 14:49:40.344 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.344 INFO [stderr] | Dec 18 14:49:40.344 INFO [stderr] Dec 18 14:49:40.344 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.344 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.344 INFO [stderr] | Dec 18 14:49:40.344 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.344 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.344 INFO [stderr] ... Dec 18 14:49:40.344 INFO [stderr] 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Dec 18 14:49:40.344 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.344 INFO [stderr] | Dec 18 14:49:40.344 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.344 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.344 INFO [stderr] | Dec 18 14:49:40.344 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.344 INFO [stderr] | Dec 18 14:49:40.344 INFO [stderr] Dec 18 14:49:40.344 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.344 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.344 INFO [stderr] | Dec 18 14:49:40.344 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.344 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.344 INFO [stderr] ... Dec 18 14:49:40.344 INFO [stderr] 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Dec 18 14:49:40.344 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.344 INFO [stderr] | Dec 18 14:49:40.344 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.344 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.344 INFO [stderr] | Dec 18 14:49:40.344 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.344 INFO [stderr] | Dec 18 14:49:40.344 INFO [stderr] Dec 18 14:49:40.345 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.345 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.345 INFO [stderr] | Dec 18 14:49:40.345 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.345 INFO [stderr] | ^^^^^ Dec 18 14:49:40.345 INFO [stderr] ... Dec 18 14:49:40.345 INFO [stderr] 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Dec 18 14:49:40.345 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.345 INFO [stderr] | Dec 18 14:49:40.345 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.345 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.345 INFO [stderr] | Dec 18 14:49:40.345 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.345 INFO [stderr] | Dec 18 14:49:40.345 INFO [stderr] Dec 18 14:49:40.345 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.345 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.345 INFO [stderr] | Dec 18 14:49:40.345 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.345 INFO [stderr] | ^^^^^ Dec 18 14:49:40.345 INFO [stderr] ... Dec 18 14:49:40.345 INFO [stderr] 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Dec 18 14:49:40.345 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.345 INFO [stderr] | Dec 18 14:49:40.345 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.345 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.345 INFO [stderr] | Dec 18 14:49:40.345 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.345 INFO [stderr] | Dec 18 14:49:40.345 INFO [stderr] Dec 18 14:49:40.345 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.345 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.345 INFO [stderr] | Dec 18 14:49:40.345 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.345 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.345 INFO [stderr] ... Dec 18 14:49:40.345 INFO [stderr] 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Dec 18 14:49:40.345 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.345 INFO [stderr] | Dec 18 14:49:40.345 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.345 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.345 INFO [stderr] | Dec 18 14:49:40.345 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.345 INFO [stderr] | Dec 18 14:49:40.345 INFO [stderr] Dec 18 14:49:40.345 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.345 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.345 INFO [stderr] | Dec 18 14:49:40.345 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.345 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.345 INFO [stderr] ... Dec 18 14:49:40.345 INFO [stderr] 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Dec 18 14:49:40.345 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.345 INFO [stderr] | Dec 18 14:49:40.345 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.345 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.345 INFO [stderr] | Dec 18 14:49:40.345 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.345 INFO [stderr] | Dec 18 14:49:40.345 INFO [stderr] Dec 18 14:49:40.348 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.348 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.348 INFO [stderr] | Dec 18 14:49:40.348 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.348 INFO [stderr] | ^^^^^ Dec 18 14:49:40.348 INFO [stderr] ... Dec 18 14:49:40.348 INFO [stderr] 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Dec 18 14:49:40.348 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.348 INFO [stderr] | Dec 18 14:49:40.348 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.348 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.349 INFO [stderr] | Dec 18 14:49:40.349 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.349 INFO [stderr] | Dec 18 14:49:40.349 INFO [stderr] Dec 18 14:49:40.349 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.349 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.349 INFO [stderr] | Dec 18 14:49:40.349 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.349 INFO [stderr] | ^^^^^ Dec 18 14:49:40.349 INFO [stderr] ... Dec 18 14:49:40.349 INFO [stderr] 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Dec 18 14:49:40.349 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.349 INFO [stderr] | Dec 18 14:49:40.349 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.349 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.349 INFO [stderr] | Dec 18 14:49:40.349 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.349 INFO [stderr] | Dec 18 14:49:40.349 INFO [stderr] Dec 18 14:49:40.349 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.349 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.349 INFO [stderr] | Dec 18 14:49:40.349 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.349 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.349 INFO [stderr] ... Dec 18 14:49:40.349 INFO [stderr] 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Dec 18 14:49:40.349 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.349 INFO [stderr] | Dec 18 14:49:40.349 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.349 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.349 INFO [stderr] | Dec 18 14:49:40.349 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.349 INFO [stderr] | Dec 18 14:49:40.349 INFO [stderr] Dec 18 14:49:40.349 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.349 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.349 INFO [stderr] | Dec 18 14:49:40.349 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.349 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.349 INFO [stderr] ... Dec 18 14:49:40.349 INFO [stderr] 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Dec 18 14:49:40.349 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.349 INFO [stderr] | Dec 18 14:49:40.349 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.349 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.349 INFO [stderr] | Dec 18 14:49:40.349 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.349 INFO [stderr] | Dec 18 14:49:40.349 INFO [stderr] Dec 18 14:49:40.353 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.355 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.355 INFO [stderr] | Dec 18 14:49:40.355 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.355 INFO [stderr] | ^^^^^ Dec 18 14:49:40.355 INFO [stderr] ... Dec 18 14:49:40.355 INFO [stderr] 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Dec 18 14:49:40.355 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.355 INFO [stderr] | Dec 18 14:49:40.355 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.355 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.355 INFO [stderr] | Dec 18 14:49:40.355 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.355 INFO [stderr] | Dec 18 14:49:40.355 INFO [stderr] Dec 18 14:49:40.355 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.355 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.355 INFO [stderr] | Dec 18 14:49:40.355 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.355 INFO [stderr] | ^^^^^ Dec 18 14:49:40.355 INFO [stderr] ... Dec 18 14:49:40.355 INFO [stderr] 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Dec 18 14:49:40.355 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.355 INFO [stderr] | Dec 18 14:49:40.355 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.355 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.355 INFO [stderr] | Dec 18 14:49:40.355 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.356 INFO [stderr] | Dec 18 14:49:40.356 INFO [stderr] Dec 18 14:49:40.356 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.356 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.356 INFO [stderr] | Dec 18 14:49:40.356 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.356 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.356 INFO [stderr] ... Dec 18 14:49:40.356 INFO [stderr] 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Dec 18 14:49:40.356 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.356 INFO [stderr] | Dec 18 14:49:40.356 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.356 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.356 INFO [stderr] | Dec 18 14:49:40.356 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.356 INFO [stderr] | Dec 18 14:49:40.356 INFO [stderr] Dec 18 14:49:40.356 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.356 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.356 INFO [stderr] | Dec 18 14:49:40.356 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.356 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.356 INFO [stderr] ... Dec 18 14:49:40.356 INFO [stderr] 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Dec 18 14:49:40.356 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.356 INFO [stderr] | Dec 18 14:49:40.356 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.356 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.356 INFO [stderr] | Dec 18 14:49:40.356 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.356 INFO [stderr] | Dec 18 14:49:40.356 INFO [stderr] Dec 18 14:49:40.357 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.360 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.360 INFO [stderr] | Dec 18 14:49:40.360 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.360 INFO [stderr] | ^^^^^ Dec 18 14:49:40.360 INFO [stderr] ... Dec 18 14:49:40.360 INFO [stderr] 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Dec 18 14:49:40.360 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.360 INFO [stderr] | Dec 18 14:49:40.360 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.360 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.360 INFO [stderr] | Dec 18 14:49:40.360 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.360 INFO [stderr] | Dec 18 14:49:40.360 INFO [stderr] Dec 18 14:49:40.360 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.360 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.360 INFO [stderr] | Dec 18 14:49:40.360 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.360 INFO [stderr] | ^^^^^ Dec 18 14:49:40.360 INFO [stderr] ... Dec 18 14:49:40.360 INFO [stderr] 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Dec 18 14:49:40.360 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.360 INFO [stderr] | Dec 18 14:49:40.360 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.360 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.360 INFO [stderr] | Dec 18 14:49:40.360 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.360 INFO [stderr] | Dec 18 14:49:40.360 INFO [stderr] Dec 18 14:49:40.360 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.360 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.360 INFO [stderr] | Dec 18 14:49:40.360 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.360 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.360 INFO [stderr] ... Dec 18 14:49:40.360 INFO [stderr] 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Dec 18 14:49:40.360 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.360 INFO [stderr] | Dec 18 14:49:40.360 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.360 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.360 INFO [stderr] | Dec 18 14:49:40.360 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.360 INFO [stderr] | Dec 18 14:49:40.360 INFO [stderr] Dec 18 14:49:40.360 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.360 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.360 INFO [stderr] | Dec 18 14:49:40.360 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.360 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.360 INFO [stderr] ... Dec 18 14:49:40.360 INFO [stderr] 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Dec 18 14:49:40.360 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.360 INFO [stderr] | Dec 18 14:49:40.360 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.360 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.360 INFO [stderr] | Dec 18 14:49:40.360 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.360 INFO [stderr] | Dec 18 14:49:40.360 INFO [stderr] Dec 18 14:49:40.365 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.365 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.365 INFO [stderr] | ^^^^^ Dec 18 14:49:40.365 INFO [stderr] ... Dec 18 14:49:40.365 INFO [stderr] 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Dec 18 14:49:40.365 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.365 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] Dec 18 14:49:40.365 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.365 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.365 INFO [stderr] | ^^^^^ Dec 18 14:49:40.365 INFO [stderr] ... Dec 18 14:49:40.365 INFO [stderr] 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Dec 18 14:49:40.365 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.365 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] Dec 18 14:49:40.365 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.365 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.365 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.365 INFO [stderr] ... Dec 18 14:49:40.365 INFO [stderr] 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Dec 18 14:49:40.365 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.365 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] Dec 18 14:49:40.365 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.365 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.365 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.365 INFO [stderr] ... Dec 18 14:49:40.365 INFO [stderr] 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Dec 18 14:49:40.365 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.365 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] Dec 18 14:49:40.365 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.365 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.365 INFO [stderr] | ^^^^^ Dec 18 14:49:40.365 INFO [stderr] ... Dec 18 14:49:40.365 INFO [stderr] 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Dec 18 14:49:40.365 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.365 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.365 INFO [stderr] | Dec 18 14:49:40.365 INFO [stderr] Dec 18 14:49:40.366 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.366 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.366 INFO [stderr] | Dec 18 14:49:40.366 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.366 INFO [stderr] | ^^^^^ Dec 18 14:49:40.366 INFO [stderr] ... Dec 18 14:49:40.366 INFO [stderr] 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Dec 18 14:49:40.366 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.366 INFO [stderr] | Dec 18 14:49:40.366 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.366 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.366 INFO [stderr] | Dec 18 14:49:40.366 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.366 INFO [stderr] | Dec 18 14:49:40.366 INFO [stderr] Dec 18 14:49:40.366 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.366 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.366 INFO [stderr] | Dec 18 14:49:40.366 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.366 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.366 INFO [stderr] ... Dec 18 14:49:40.366 INFO [stderr] 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Dec 18 14:49:40.366 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.366 INFO [stderr] | Dec 18 14:49:40.366 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.366 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.366 INFO [stderr] | Dec 18 14:49:40.366 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.366 INFO [stderr] | Dec 18 14:49:40.366 INFO [stderr] Dec 18 14:49:40.370 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.370 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.370 INFO [stderr] | Dec 18 14:49:40.370 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.370 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.370 INFO [stderr] ... Dec 18 14:49:40.370 INFO [stderr] 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Dec 18 14:49:40.370 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.370 INFO [stderr] | Dec 18 14:49:40.370 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.370 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.370 INFO [stderr] | Dec 18 14:49:40.370 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.370 INFO [stderr] | Dec 18 14:49:40.370 INFO [stderr] Dec 18 14:49:40.370 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.370 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.370 INFO [stderr] | Dec 18 14:49:40.370 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.370 INFO [stderr] | ^^^^^ Dec 18 14:49:40.370 INFO [stderr] ... Dec 18 14:49:40.370 INFO [stderr] 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Dec 18 14:49:40.370 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.370 INFO [stderr] | Dec 18 14:49:40.370 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.370 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.370 INFO [stderr] | Dec 18 14:49:40.370 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.370 INFO [stderr] | Dec 18 14:49:40.370 INFO [stderr] Dec 18 14:49:40.370 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.370 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.370 INFO [stderr] | Dec 18 14:49:40.370 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.370 INFO [stderr] | ^^^^^ Dec 18 14:49:40.370 INFO [stderr] ... Dec 18 14:49:40.370 INFO [stderr] 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Dec 18 14:49:40.370 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.370 INFO [stderr] | Dec 18 14:49:40.370 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.370 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.370 INFO [stderr] | Dec 18 14:49:40.370 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.370 INFO [stderr] | Dec 18 14:49:40.370 INFO [stderr] Dec 18 14:49:40.370 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.370 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.370 INFO [stderr] | Dec 18 14:49:40.370 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.370 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.370 INFO [stderr] ... Dec 18 14:49:40.370 INFO [stderr] 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Dec 18 14:49:40.370 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.370 INFO [stderr] | Dec 18 14:49:40.370 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.370 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.370 INFO [stderr] | Dec 18 14:49:40.370 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.370 INFO [stderr] | Dec 18 14:49:40.370 INFO [stderr] Dec 18 14:49:40.370 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.370 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.370 INFO [stderr] | Dec 18 14:49:40.370 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.370 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.370 INFO [stderr] ... Dec 18 14:49:40.370 INFO [stderr] 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Dec 18 14:49:40.370 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.370 INFO [stderr] | Dec 18 14:49:40.371 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.371 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.371 INFO [stderr] | Dec 18 14:49:40.371 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.371 INFO [stderr] | Dec 18 14:49:40.371 INFO [stderr] Dec 18 14:49:40.371 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.371 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.371 INFO [stderr] | Dec 18 14:49:40.371 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.371 INFO [stderr] | ^^^^^ Dec 18 14:49:40.371 INFO [stderr] ... Dec 18 14:49:40.371 INFO [stderr] 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Dec 18 14:49:40.371 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.371 INFO [stderr] | Dec 18 14:49:40.371 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.371 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.371 INFO [stderr] | Dec 18 14:49:40.371 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.371 INFO [stderr] | Dec 18 14:49:40.371 INFO [stderr] Dec 18 14:49:40.377 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.377 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.377 INFO [stderr] | Dec 18 14:49:40.377 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.377 INFO [stderr] | ^^^^^ Dec 18 14:49:40.377 INFO [stderr] ... Dec 18 14:49:40.377 INFO [stderr] 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Dec 18 14:49:40.377 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.377 INFO [stderr] | Dec 18 14:49:40.377 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.377 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.377 INFO [stderr] | Dec 18 14:49:40.377 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.377 INFO [stderr] | Dec 18 14:49:40.377 INFO [stderr] Dec 18 14:49:40.377 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.377 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.377 INFO [stderr] | Dec 18 14:49:40.377 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.377 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.377 INFO [stderr] ... Dec 18 14:49:40.377 INFO [stderr] 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Dec 18 14:49:40.377 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.377 INFO [stderr] | Dec 18 14:49:40.377 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.377 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.377 INFO [stderr] | Dec 18 14:49:40.377 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.377 INFO [stderr] | Dec 18 14:49:40.377 INFO [stderr] Dec 18 14:49:40.377 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.377 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.377 INFO [stderr] | Dec 18 14:49:40.377 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.377 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.377 INFO [stderr] ... Dec 18 14:49:40.377 INFO [stderr] 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Dec 18 14:49:40.377 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.377 INFO [stderr] | Dec 18 14:49:40.377 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.377 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.377 INFO [stderr] | Dec 18 14:49:40.377 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.377 INFO [stderr] | Dec 18 14:49:40.377 INFO [stderr] Dec 18 14:49:40.377 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.377 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.377 INFO [stderr] | Dec 18 14:49:40.377 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.377 INFO [stderr] | ^^^^^ Dec 18 14:49:40.377 INFO [stderr] ... Dec 18 14:49:40.377 INFO [stderr] 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Dec 18 14:49:40.377 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.377 INFO [stderr] | Dec 18 14:49:40.377 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.377 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.377 INFO [stderr] | Dec 18 14:49:40.377 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.377 INFO [stderr] | Dec 18 14:49:40.377 INFO [stderr] Dec 18 14:49:40.377 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.378 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.378 INFO [stderr] | ^^^^^ Dec 18 14:49:40.378 INFO [stderr] ... Dec 18 14:49:40.378 INFO [stderr] 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Dec 18 14:49:40.378 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.378 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] Dec 18 14:49:40.378 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.378 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.378 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.378 INFO [stderr] ... Dec 18 14:49:40.378 INFO [stderr] 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Dec 18 14:49:40.378 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.378 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] Dec 18 14:49:40.378 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.378 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.378 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.378 INFO [stderr] ... Dec 18 14:49:40.378 INFO [stderr] 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Dec 18 14:49:40.378 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.378 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] Dec 18 14:49:40.378 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.378 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.378 INFO [stderr] | ^^^^^ Dec 18 14:49:40.378 INFO [stderr] ... Dec 18 14:49:40.378 INFO [stderr] 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Dec 18 14:49:40.378 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.378 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] Dec 18 14:49:40.378 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.378 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.378 INFO [stderr] | ^^^^^ Dec 18 14:49:40.378 INFO [stderr] ... Dec 18 14:49:40.378 INFO [stderr] 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Dec 18 14:49:40.378 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.378 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.378 INFO [stderr] | Dec 18 14:49:40.378 INFO [stderr] Dec 18 14:49:40.382 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.382 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.382 INFO [stderr] | Dec 18 14:49:40.382 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.382 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.382 INFO [stderr] ... Dec 18 14:49:40.383 INFO [stderr] 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Dec 18 14:49:40.383 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.383 INFO [stderr] | Dec 18 14:49:40.383 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.383 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.383 INFO [stderr] | Dec 18 14:49:40.383 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.383 INFO [stderr] | Dec 18 14:49:40.383 INFO [stderr] Dec 18 14:49:40.383 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.383 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.383 INFO [stderr] | Dec 18 14:49:40.383 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.383 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.383 INFO [stderr] ... Dec 18 14:49:40.383 INFO [stderr] 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Dec 18 14:49:40.383 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.383 INFO [stderr] | Dec 18 14:49:40.383 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.383 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.383 INFO [stderr] | Dec 18 14:49:40.383 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.383 INFO [stderr] | Dec 18 14:49:40.383 INFO [stderr] Dec 18 14:49:40.383 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.383 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.383 INFO [stderr] | Dec 18 14:49:40.383 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.383 INFO [stderr] | ^^^^^ Dec 18 14:49:40.383 INFO [stderr] ... Dec 18 14:49:40.383 INFO [stderr] 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Dec 18 14:49:40.383 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.383 INFO [stderr] | Dec 18 14:49:40.383 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.383 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.383 INFO [stderr] | Dec 18 14:49:40.383 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.383 INFO [stderr] | Dec 18 14:49:40.383 INFO [stderr] Dec 18 14:49:40.383 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.383 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.383 INFO [stderr] | Dec 18 14:49:40.383 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.383 INFO [stderr] | ^^^^^ Dec 18 14:49:40.383 INFO [stderr] ... Dec 18 14:49:40.383 INFO [stderr] 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Dec 18 14:49:40.383 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.383 INFO [stderr] | Dec 18 14:49:40.383 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.383 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.383 INFO [stderr] | Dec 18 14:49:40.383 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.383 INFO [stderr] | Dec 18 14:49:40.383 INFO [stderr] Dec 18 14:49:40.386 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.386 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.386 INFO [stderr] | Dec 18 14:49:40.386 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.386 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.386 INFO [stderr] ... Dec 18 14:49:40.387 INFO [stderr] 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Dec 18 14:49:40.387 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.387 INFO [stderr] | Dec 18 14:49:40.387 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.387 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.387 INFO [stderr] | Dec 18 14:49:40.387 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.387 INFO [stderr] | Dec 18 14:49:40.387 INFO [stderr] Dec 18 14:49:40.387 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.387 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.387 INFO [stderr] | Dec 18 14:49:40.387 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.387 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.387 INFO [stderr] ... Dec 18 14:49:40.387 INFO [stderr] 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Dec 18 14:49:40.387 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.387 INFO [stderr] | Dec 18 14:49:40.387 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.387 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.387 INFO [stderr] | Dec 18 14:49:40.387 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.387 INFO [stderr] | Dec 18 14:49:40.387 INFO [stderr] Dec 18 14:49:40.387 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.387 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.387 INFO [stderr] | Dec 18 14:49:40.387 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.387 INFO [stderr] | ^^^^^ Dec 18 14:49:40.387 INFO [stderr] ... Dec 18 14:49:40.387 INFO [stderr] 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Dec 18 14:49:40.387 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.387 INFO [stderr] | Dec 18 14:49:40.387 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.387 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.387 INFO [stderr] | Dec 18 14:49:40.387 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.387 INFO [stderr] | Dec 18 14:49:40.387 INFO [stderr] Dec 18 14:49:40.387 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.387 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.387 INFO [stderr] | Dec 18 14:49:40.387 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.387 INFO [stderr] | ^^^^^ Dec 18 14:49:40.387 INFO [stderr] ... Dec 18 14:49:40.387 INFO [stderr] 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Dec 18 14:49:40.387 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.387 INFO [stderr] | Dec 18 14:49:40.387 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.387 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.387 INFO [stderr] | Dec 18 14:49:40.387 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.387 INFO [stderr] | Dec 18 14:49:40.387 INFO [stderr] Dec 18 14:49:40.387 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.387 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.387 INFO [stderr] | Dec 18 14:49:40.387 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.387 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.387 INFO [stderr] ... Dec 18 14:49:40.387 INFO [stderr] 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Dec 18 14:49:40.387 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.387 INFO [stderr] | Dec 18 14:49:40.387 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.393 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.393 INFO [stderr] | Dec 18 14:49:40.393 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.393 INFO [stderr] | Dec 18 14:49:40.393 INFO [stderr] Dec 18 14:49:40.393 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.393 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.393 INFO [stderr] | Dec 18 14:49:40.393 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.393 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.393 INFO [stderr] ... Dec 18 14:49:40.393 INFO [stderr] 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Dec 18 14:49:40.393 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.393 INFO [stderr] | Dec 18 14:49:40.393 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.393 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.394 INFO [stderr] | Dec 18 14:49:40.394 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.394 INFO [stderr] | Dec 18 14:49:40.394 INFO [stderr] Dec 18 14:49:40.394 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.394 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.394 INFO [stderr] | Dec 18 14:49:40.394 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.394 INFO [stderr] | ^^^^^ Dec 18 14:49:40.394 INFO [stderr] ... Dec 18 14:49:40.394 INFO [stderr] 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Dec 18 14:49:40.394 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.394 INFO [stderr] | Dec 18 14:49:40.394 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.394 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.394 INFO [stderr] | Dec 18 14:49:40.394 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.394 INFO [stderr] | Dec 18 14:49:40.394 INFO [stderr] Dec 18 14:49:40.394 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.394 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.394 INFO [stderr] | Dec 18 14:49:40.394 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.394 INFO [stderr] | ^^^^^ Dec 18 14:49:40.394 INFO [stderr] ... Dec 18 14:49:40.394 INFO [stderr] 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Dec 18 14:49:40.394 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.394 INFO [stderr] | Dec 18 14:49:40.394 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.394 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.394 INFO [stderr] | Dec 18 14:49:40.394 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.394 INFO [stderr] | Dec 18 14:49:40.394 INFO [stderr] Dec 18 14:49:40.394 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.394 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.394 INFO [stderr] | Dec 18 14:49:40.394 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.394 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.394 INFO [stderr] ... Dec 18 14:49:40.394 INFO [stderr] 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Dec 18 14:49:40.394 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.394 INFO [stderr] | Dec 18 14:49:40.394 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.394 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.394 INFO [stderr] | Dec 18 14:49:40.394 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.394 INFO [stderr] | Dec 18 14:49:40.394 INFO [stderr] Dec 18 14:49:40.399 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.399 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.399 INFO [stderr] | Dec 18 14:49:40.399 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.399 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.399 INFO [stderr] ... Dec 18 14:49:40.399 INFO [stderr] 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Dec 18 14:49:40.399 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.399 INFO [stderr] | Dec 18 14:49:40.399 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.399 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.399 INFO [stderr] | Dec 18 14:49:40.399 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.399 INFO [stderr] | Dec 18 14:49:40.399 INFO [stderr] Dec 18 14:49:40.399 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.399 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.399 INFO [stderr] | Dec 18 14:49:40.399 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.399 INFO [stderr] | ^^^^^ Dec 18 14:49:40.399 INFO [stderr] ... Dec 18 14:49:40.399 INFO [stderr] 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Dec 18 14:49:40.399 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.399 INFO [stderr] | Dec 18 14:49:40.399 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.399 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.399 INFO [stderr] | Dec 18 14:49:40.399 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.399 INFO [stderr] | Dec 18 14:49:40.399 INFO [stderr] Dec 18 14:49:40.399 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.399 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.399 INFO [stderr] | Dec 18 14:49:40.399 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.399 INFO [stderr] | ^^^^^ Dec 18 14:49:40.399 INFO [stderr] ... Dec 18 14:49:40.399 INFO [stderr] 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Dec 18 14:49:40.399 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.399 INFO [stderr] | Dec 18 14:49:40.399 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.399 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.399 INFO [stderr] | Dec 18 14:49:40.399 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.399 INFO [stderr] | Dec 18 14:49:40.399 INFO [stderr] Dec 18 14:49:40.399 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.399 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.399 INFO [stderr] | Dec 18 14:49:40.399 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.399 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.399 INFO [stderr] ... Dec 18 14:49:40.399 INFO [stderr] 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Dec 18 14:49:40.399 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.399 INFO [stderr] | Dec 18 14:49:40.399 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.399 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.399 INFO [stderr] | Dec 18 14:49:40.399 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.399 INFO [stderr] | Dec 18 14:49:40.399 INFO [stderr] Dec 18 14:49:40.404 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.404 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.404 INFO [stderr] | Dec 18 14:49:40.404 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.404 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.404 INFO [stderr] ... Dec 18 14:49:40.404 INFO [stderr] 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Dec 18 14:49:40.404 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.404 INFO [stderr] | Dec 18 14:49:40.404 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.404 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.404 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] Dec 18 14:49:40.405 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.405 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.405 INFO [stderr] | ^^^^^ Dec 18 14:49:40.405 INFO [stderr] ... Dec 18 14:49:40.405 INFO [stderr] 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Dec 18 14:49:40.405 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.405 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] Dec 18 14:49:40.405 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.405 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.405 INFO [stderr] | ^^^^^ Dec 18 14:49:40.405 INFO [stderr] ... Dec 18 14:49:40.405 INFO [stderr] 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Dec 18 14:49:40.405 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.405 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] Dec 18 14:49:40.405 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.405 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.405 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.405 INFO [stderr] ... Dec 18 14:49:40.405 INFO [stderr] 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Dec 18 14:49:40.405 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.405 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] Dec 18 14:49:40.405 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.405 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.405 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.405 INFO [stderr] ... Dec 18 14:49:40.405 INFO [stderr] 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Dec 18 14:49:40.405 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.405 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] Dec 18 14:49:40.405 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.405 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.405 INFO [stderr] | ^^^^^ Dec 18 14:49:40.405 INFO [stderr] ... Dec 18 14:49:40.405 INFO [stderr] 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Dec 18 14:49:40.405 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.405 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] Dec 18 14:49:40.405 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.405 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.405 INFO [stderr] | ^^^^^ Dec 18 14:49:40.405 INFO [stderr] ... Dec 18 14:49:40.405 INFO [stderr] 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Dec 18 14:49:40.405 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.405 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.405 INFO [stderr] | Dec 18 14:49:40.405 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.406 INFO [stderr] | Dec 18 14:49:40.406 INFO [stderr] Dec 18 14:49:40.406 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.406 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.406 INFO [stderr] | Dec 18 14:49:40.406 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.406 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.406 INFO [stderr] ... Dec 18 14:49:40.406 INFO [stderr] 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Dec 18 14:49:40.406 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.406 INFO [stderr] | Dec 18 14:49:40.406 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.406 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.406 INFO [stderr] | Dec 18 14:49:40.406 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.406 INFO [stderr] | Dec 18 14:49:40.406 INFO [stderr] Dec 18 14:49:40.406 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.406 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.406 INFO [stderr] | Dec 18 14:49:40.406 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.406 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.406 INFO [stderr] ... Dec 18 14:49:40.406 INFO [stderr] 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Dec 18 14:49:40.406 INFO [stderr] | ------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.406 INFO [stderr] | Dec 18 14:49:40.406 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.406 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.406 INFO [stderr] | Dec 18 14:49:40.406 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.406 INFO [stderr] | Dec 18 14:49:40.406 INFO [stderr] Dec 18 14:49:40.410 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.410 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.410 INFO [stderr] | Dec 18 14:49:40.410 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.410 INFO [stderr] | ^^^^^ Dec 18 14:49:40.410 INFO [stderr] ... Dec 18 14:49:40.410 INFO [stderr] 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Dec 18 14:49:40.410 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.410 INFO [stderr] | Dec 18 14:49:40.410 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.410 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.410 INFO [stderr] | Dec 18 14:49:40.410 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.410 INFO [stderr] | Dec 18 14:49:40.410 INFO [stderr] Dec 18 14:49:40.410 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.410 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.410 INFO [stderr] | Dec 18 14:49:40.410 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.410 INFO [stderr] | ^^^^^ Dec 18 14:49:40.410 INFO [stderr] ... Dec 18 14:49:40.410 INFO [stderr] 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Dec 18 14:49:40.410 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.410 INFO [stderr] | Dec 18 14:49:40.410 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.410 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.410 INFO [stderr] | Dec 18 14:49:40.410 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.410 INFO [stderr] | Dec 18 14:49:40.410 INFO [stderr] Dec 18 14:49:40.410 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.410 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.410 INFO [stderr] | Dec 18 14:49:40.410 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.410 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.410 INFO [stderr] ... Dec 18 14:49:40.410 INFO [stderr] 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Dec 18 14:49:40.410 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.410 INFO [stderr] | Dec 18 14:49:40.410 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.410 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.410 INFO [stderr] | Dec 18 14:49:40.410 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.410 INFO [stderr] | Dec 18 14:49:40.410 INFO [stderr] Dec 18 14:49:40.410 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.410 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.410 INFO [stderr] | Dec 18 14:49:40.410 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.410 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.410 INFO [stderr] ... Dec 18 14:49:40.410 INFO [stderr] 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Dec 18 14:49:40.410 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.410 INFO [stderr] | Dec 18 14:49:40.410 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.410 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.410 INFO [stderr] | Dec 18 14:49:40.410 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.410 INFO [stderr] | Dec 18 14:49:40.410 INFO [stderr] Dec 18 14:49:40.417 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.417 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.417 INFO [stderr] | Dec 18 14:49:40.417 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.417 INFO [stderr] | ^^^^^ Dec 18 14:49:40.417 INFO [stderr] ... Dec 18 14:49:40.417 INFO [stderr] 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Dec 18 14:49:40.417 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.417 INFO [stderr] | Dec 18 14:49:40.417 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.417 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.417 INFO [stderr] | Dec 18 14:49:40.417 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.417 INFO [stderr] | Dec 18 14:49:40.417 INFO [stderr] Dec 18 14:49:40.417 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.417 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.417 INFO [stderr] | Dec 18 14:49:40.417 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.417 INFO [stderr] | ^^^^^ Dec 18 14:49:40.417 INFO [stderr] ... Dec 18 14:49:40.417 INFO [stderr] 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Dec 18 14:49:40.417 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.417 INFO [stderr] | Dec 18 14:49:40.417 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.417 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.417 INFO [stderr] | Dec 18 14:49:40.417 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.417 INFO [stderr] | Dec 18 14:49:40.417 INFO [stderr] Dec 18 14:49:40.417 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.417 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.417 INFO [stderr] | Dec 18 14:49:40.417 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.417 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.417 INFO [stderr] ... Dec 18 14:49:40.417 INFO [stderr] 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Dec 18 14:49:40.417 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.417 INFO [stderr] | Dec 18 14:49:40.417 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.417 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.417 INFO [stderr] | Dec 18 14:49:40.417 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.418 INFO [stderr] | Dec 18 14:49:40.418 INFO [stderr] Dec 18 14:49:40.418 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.418 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.418 INFO [stderr] | Dec 18 14:49:40.418 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.418 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.418 INFO [stderr] ... Dec 18 14:49:40.418 INFO [stderr] 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Dec 18 14:49:40.418 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.418 INFO [stderr] | Dec 18 14:49:40.418 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.418 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.418 INFO [stderr] | Dec 18 14:49:40.418 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.418 INFO [stderr] | Dec 18 14:49:40.418 INFO [stderr] Dec 18 14:49:40.418 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.418 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.418 INFO [stderr] | Dec 18 14:49:40.418 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.418 INFO [stderr] | ^^^^^ Dec 18 14:49:40.418 INFO [stderr] ... Dec 18 14:49:40.418 INFO [stderr] 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Dec 18 14:49:40.418 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.418 INFO [stderr] | Dec 18 14:49:40.418 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.418 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.418 INFO [stderr] | Dec 18 14:49:40.418 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.418 INFO [stderr] | Dec 18 14:49:40.418 INFO [stderr] Dec 18 14:49:40.422 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.422 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.422 INFO [stderr] | Dec 18 14:49:40.422 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.422 INFO [stderr] | ^^^^^ Dec 18 14:49:40.422 INFO [stderr] ... Dec 18 14:49:40.422 INFO [stderr] 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Dec 18 14:49:40.422 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.422 INFO [stderr] | Dec 18 14:49:40.422 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.422 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.422 INFO [stderr] | Dec 18 14:49:40.422 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.422 INFO [stderr] | Dec 18 14:49:40.422 INFO [stderr] Dec 18 14:49:40.422 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.422 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.423 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.423 INFO [stderr] ... Dec 18 14:49:40.423 INFO [stderr] 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Dec 18 14:49:40.423 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.423 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] Dec 18 14:49:40.423 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.423 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.423 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.423 INFO [stderr] ... Dec 18 14:49:40.423 INFO [stderr] 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Dec 18 14:49:40.423 INFO [stderr] | --------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.423 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] Dec 18 14:49:40.423 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.423 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.423 INFO [stderr] | ^^^^^ Dec 18 14:49:40.423 INFO [stderr] ... Dec 18 14:49:40.423 INFO [stderr] 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Dec 18 14:49:40.423 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.423 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] Dec 18 14:49:40.423 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.423 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.423 INFO [stderr] | ^^^^^ Dec 18 14:49:40.423 INFO [stderr] ... Dec 18 14:49:40.423 INFO [stderr] 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Dec 18 14:49:40.423 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.423 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] Dec 18 14:49:40.423 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.423 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.423 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.423 INFO [stderr] ... Dec 18 14:49:40.423 INFO [stderr] 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Dec 18 14:49:40.423 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.423 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] Dec 18 14:49:40.423 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.423 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.423 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.423 INFO [stderr] ... Dec 18 14:49:40.423 INFO [stderr] 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Dec 18 14:49:40.423 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.423 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.423 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.423 INFO [stderr] | Dec 18 14:49:40.424 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.424 INFO [stderr] | Dec 18 14:49:40.424 INFO [stderr] Dec 18 14:49:40.431 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.431 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.431 INFO [stderr] | Dec 18 14:49:40.431 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.431 INFO [stderr] | ^^^^^ Dec 18 14:49:40.431 INFO [stderr] ... Dec 18 14:49:40.431 INFO [stderr] 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Dec 18 14:49:40.431 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.431 INFO [stderr] | Dec 18 14:49:40.431 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.431 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.431 INFO [stderr] | Dec 18 14:49:40.431 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.431 INFO [stderr] | Dec 18 14:49:40.431 INFO [stderr] Dec 18 14:49:40.431 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.431 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.431 INFO [stderr] | Dec 18 14:49:40.431 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.431 INFO [stderr] | ^^^^^ Dec 18 14:49:40.431 INFO [stderr] ... Dec 18 14:49:40.431 INFO [stderr] 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Dec 18 14:49:40.431 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.431 INFO [stderr] | Dec 18 14:49:40.431 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.431 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.431 INFO [stderr] | Dec 18 14:49:40.431 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.431 INFO [stderr] | Dec 18 14:49:40.431 INFO [stderr] Dec 18 14:49:40.431 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.431 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.431 INFO [stderr] | Dec 18 14:49:40.431 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.431 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.431 INFO [stderr] ... Dec 18 14:49:40.431 INFO [stderr] 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Dec 18 14:49:40.431 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.431 INFO [stderr] | Dec 18 14:49:40.431 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.431 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.431 INFO [stderr] | Dec 18 14:49:40.431 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.431 INFO [stderr] | Dec 18 14:49:40.431 INFO [stderr] Dec 18 14:49:40.431 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.431 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.431 INFO [stderr] | Dec 18 14:49:40.431 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.431 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.431 INFO [stderr] ... Dec 18 14:49:40.431 INFO [stderr] 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Dec 18 14:49:40.431 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.431 INFO [stderr] | Dec 18 14:49:40.431 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.431 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.431 INFO [stderr] | Dec 18 14:49:40.431 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.431 INFO [stderr] | Dec 18 14:49:40.431 INFO [stderr] Dec 18 14:49:40.431 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.431 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.431 INFO [stderr] | Dec 18 14:49:40.431 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.431 INFO [stderr] | ^^^^^ Dec 18 14:49:40.431 INFO [stderr] ... Dec 18 14:49:40.431 INFO [stderr] 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Dec 18 14:49:40.431 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.431 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.432 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] Dec 18 14:49:40.432 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.432 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.432 INFO [stderr] | ^^^^^ Dec 18 14:49:40.432 INFO [stderr] ... Dec 18 14:49:40.432 INFO [stderr] 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Dec 18 14:49:40.432 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.432 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] Dec 18 14:49:40.432 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.432 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.432 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.432 INFO [stderr] ... Dec 18 14:49:40.432 INFO [stderr] 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Dec 18 14:49:40.432 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.432 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] Dec 18 14:49:40.432 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.432 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.432 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.432 INFO [stderr] ... Dec 18 14:49:40.432 INFO [stderr] 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Dec 18 14:49:40.432 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.432 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] Dec 18 14:49:40.432 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.432 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.432 INFO [stderr] | ^^^^^ Dec 18 14:49:40.432 INFO [stderr] ... Dec 18 14:49:40.432 INFO [stderr] 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Dec 18 14:49:40.432 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.432 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] Dec 18 14:49:40.432 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.432 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.432 INFO [stderr] | ^^^^^ Dec 18 14:49:40.432 INFO [stderr] ... Dec 18 14:49:40.432 INFO [stderr] 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Dec 18 14:49:40.432 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.432 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] Dec 18 14:49:40.432 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.432 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.432 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.432 INFO [stderr] ... Dec 18 14:49:40.432 INFO [stderr] 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Dec 18 14:49:40.432 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.432 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.432 INFO [stderr] | Dec 18 14:49:40.432 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.433 INFO [stderr] | Dec 18 14:49:40.433 INFO [stderr] Dec 18 14:49:40.436 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.436 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.436 INFO [stderr] | Dec 18 14:49:40.436 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.436 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.436 INFO [stderr] ... Dec 18 14:49:40.436 INFO [stderr] 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Dec 18 14:49:40.436 INFO [stderr] | ----------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.436 INFO [stderr] | Dec 18 14:49:40.436 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.436 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.436 INFO [stderr] | Dec 18 14:49:40.436 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.436 INFO [stderr] | Dec 18 14:49:40.436 INFO [stderr] Dec 18 14:49:40.436 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.436 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.436 INFO [stderr] | Dec 18 14:49:40.436 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.436 INFO [stderr] | ^^^^^ Dec 18 14:49:40.436 INFO [stderr] ... Dec 18 14:49:40.436 INFO [stderr] 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Dec 18 14:49:40.436 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.436 INFO [stderr] | Dec 18 14:49:40.436 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.436 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.436 INFO [stderr] | Dec 18 14:49:40.436 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.436 INFO [stderr] | Dec 18 14:49:40.436 INFO [stderr] Dec 18 14:49:40.436 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.436 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.436 INFO [stderr] | Dec 18 14:49:40.436 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.436 INFO [stderr] | ^^^^^ Dec 18 14:49:40.436 INFO [stderr] ... Dec 18 14:49:40.436 INFO [stderr] 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Dec 18 14:49:40.436 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.436 INFO [stderr] | Dec 18 14:49:40.436 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.436 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.436 INFO [stderr] | Dec 18 14:49:40.436 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.436 INFO [stderr] | Dec 18 14:49:40.436 INFO [stderr] Dec 18 14:49:40.436 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.436 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.436 INFO [stderr] | Dec 18 14:49:40.436 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.437 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.437 INFO [stderr] ... Dec 18 14:49:40.437 INFO [stderr] 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Dec 18 14:49:40.437 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.437 INFO [stderr] | Dec 18 14:49:40.437 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.437 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.437 INFO [stderr] | Dec 18 14:49:40.437 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.437 INFO [stderr] | Dec 18 14:49:40.437 INFO [stderr] Dec 18 14:49:40.437 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.437 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.437 INFO [stderr] | Dec 18 14:49:40.437 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.437 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.437 INFO [stderr] ... Dec 18 14:49:40.437 INFO [stderr] 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Dec 18 14:49:40.437 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.437 INFO [stderr] | Dec 18 14:49:40.437 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.437 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.437 INFO [stderr] | Dec 18 14:49:40.437 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.437 INFO [stderr] | Dec 18 14:49:40.437 INFO [stderr] Dec 18 14:49:40.441 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.441 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.441 INFO [stderr] | Dec 18 14:49:40.441 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.441 INFO [stderr] | ^^^^^ Dec 18 14:49:40.441 INFO [stderr] ... Dec 18 14:49:40.441 INFO [stderr] 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Dec 18 14:49:40.441 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.441 INFO [stderr] | Dec 18 14:49:40.441 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.441 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.441 INFO [stderr] | Dec 18 14:49:40.441 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.441 INFO [stderr] | Dec 18 14:49:40.441 INFO [stderr] Dec 18 14:49:40.441 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.441 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.441 INFO [stderr] | Dec 18 14:49:40.441 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.441 INFO [stderr] | ^^^^^ Dec 18 14:49:40.441 INFO [stderr] ... Dec 18 14:49:40.441 INFO [stderr] 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Dec 18 14:49:40.441 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.441 INFO [stderr] | Dec 18 14:49:40.441 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.441 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.441 INFO [stderr] | Dec 18 14:49:40.441 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.441 INFO [stderr] | Dec 18 14:49:40.441 INFO [stderr] Dec 18 14:49:40.441 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.441 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.441 INFO [stderr] | Dec 18 14:49:40.441 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.441 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.441 INFO [stderr] ... Dec 18 14:49:40.441 INFO [stderr] 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Dec 18 14:49:40.441 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.441 INFO [stderr] | Dec 18 14:49:40.441 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.441 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.441 INFO [stderr] | Dec 18 14:49:40.441 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.441 INFO [stderr] | Dec 18 14:49:40.441 INFO [stderr] Dec 18 14:49:40.441 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.441 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.441 INFO [stderr] | Dec 18 14:49:40.441 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.441 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.441 INFO [stderr] ... Dec 18 14:49:40.441 INFO [stderr] 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Dec 18 14:49:40.441 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.441 INFO [stderr] | Dec 18 14:49:40.441 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.441 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.441 INFO [stderr] | Dec 18 14:49:40.441 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.441 INFO [stderr] | Dec 18 14:49:40.441 INFO [stderr] Dec 18 14:49:40.447 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.447 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.447 INFO [stderr] | Dec 18 14:49:40.447 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.447 INFO [stderr] | ^^^^^ Dec 18 14:49:40.447 INFO [stderr] ... Dec 18 14:49:40.447 INFO [stderr] 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Dec 18 14:49:40.447 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.447 INFO [stderr] | Dec 18 14:49:40.447 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.447 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.447 INFO [stderr] | Dec 18 14:49:40.447 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.447 INFO [stderr] | Dec 18 14:49:40.447 INFO [stderr] Dec 18 14:49:40.447 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.447 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.447 INFO [stderr] | Dec 18 14:49:40.447 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.447 INFO [stderr] | ^^^^^ Dec 18 14:49:40.447 INFO [stderr] ... Dec 18 14:49:40.447 INFO [stderr] 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Dec 18 14:49:40.447 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.447 INFO [stderr] | Dec 18 14:49:40.447 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.447 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.447 INFO [stderr] | Dec 18 14:49:40.447 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.447 INFO [stderr] | Dec 18 14:49:40.447 INFO [stderr] Dec 18 14:49:40.447 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.447 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.447 INFO [stderr] | Dec 18 14:49:40.447 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.447 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.447 INFO [stderr] ... Dec 18 14:49:40.447 INFO [stderr] 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Dec 18 14:49:40.447 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.447 INFO [stderr] | Dec 18 14:49:40.447 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.447 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.447 INFO [stderr] | Dec 18 14:49:40.447 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.447 INFO [stderr] | Dec 18 14:49:40.447 INFO [stderr] Dec 18 14:49:40.447 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.447 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.447 INFO [stderr] | Dec 18 14:49:40.447 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.447 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.447 INFO [stderr] ... Dec 18 14:49:40.447 INFO [stderr] 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Dec 18 14:49:40.447 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.447 INFO [stderr] | Dec 18 14:49:40.447 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.448 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.448 INFO [stderr] | Dec 18 14:49:40.448 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.448 INFO [stderr] | Dec 18 14:49:40.448 INFO [stderr] Dec 18 14:49:40.448 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.448 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.448 INFO [stderr] | Dec 18 14:49:40.448 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.448 INFO [stderr] | ^^^^^ Dec 18 14:49:40.448 INFO [stderr] ... Dec 18 14:49:40.448 INFO [stderr] 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Dec 18 14:49:40.448 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.448 INFO [stderr] | Dec 18 14:49:40.448 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.448 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.448 INFO [stderr] | Dec 18 14:49:40.448 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.448 INFO [stderr] | Dec 18 14:49:40.448 INFO [stderr] Dec 18 14:49:40.450 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.450 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.450 INFO [stderr] | Dec 18 14:49:40.450 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.450 INFO [stderr] | ^^^^^ Dec 18 14:49:40.450 INFO [stderr] ... Dec 18 14:49:40.450 INFO [stderr] 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Dec 18 14:49:40.450 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.450 INFO [stderr] | Dec 18 14:49:40.450 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.450 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.450 INFO [stderr] | Dec 18 14:49:40.450 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.450 INFO [stderr] | Dec 18 14:49:40.450 INFO [stderr] Dec 18 14:49:40.450 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.450 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.450 INFO [stderr] | Dec 18 14:49:40.450 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.450 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.450 INFO [stderr] ... Dec 18 14:49:40.450 INFO [stderr] 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Dec 18 14:49:40.450 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.450 INFO [stderr] | Dec 18 14:49:40.450 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.450 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.450 INFO [stderr] | Dec 18 14:49:40.450 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.450 INFO [stderr] | Dec 18 14:49:40.450 INFO [stderr] Dec 18 14:49:40.450 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.450 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.450 INFO [stderr] | Dec 18 14:49:40.450 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.450 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.450 INFO [stderr] ... Dec 18 14:49:40.450 INFO [stderr] 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Dec 18 14:49:40.450 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.450 INFO [stderr] | Dec 18 14:49:40.450 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.450 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.450 INFO [stderr] | Dec 18 14:49:40.450 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.450 INFO [stderr] | Dec 18 14:49:40.451 INFO [stderr] Dec 18 14:49:40.451 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.451 INFO [stderr] --> benches/roundtrip.rs:171:36 Dec 18 14:49:40.451 INFO [stderr] | Dec 18 14:49:40.451 INFO [stderr] 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.451 INFO [stderr] | ^^^^^ Dec 18 14:49:40.451 INFO [stderr] ... Dec 18 14:49:40.451 INFO [stderr] 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Dec 18 14:49:40.451 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.451 INFO [stderr] | Dec 18 14:49:40.451 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.451 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.451 INFO [stderr] | Dec 18 14:49:40.451 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.451 INFO [stderr] | Dec 18 14:49:40.451 INFO [stderr] Dec 18 14:49:40.456 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.456 INFO [stderr] --> benches/roundtrip.rs:177:44 Dec 18 14:49:40.456 INFO [stderr] | Dec 18 14:49:40.456 INFO [stderr] 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Dec 18 14:49:40.456 INFO [stderr] | ^^^^^ Dec 18 14:49:40.456 INFO [stderr] ... Dec 18 14:49:40.456 INFO [stderr] 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Dec 18 14:49:40.456 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.456 INFO [stderr] | Dec 18 14:49:40.456 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.456 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.456 INFO [stderr] | Dec 18 14:49:40.456 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.456 INFO [stderr] | Dec 18 14:49:40.456 INFO [stderr] Dec 18 14:49:40.456 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.456 INFO [stderr] --> benches/roundtrip.rs:180:30 Dec 18 14:49:40.456 INFO [stderr] | Dec 18 14:49:40.456 INFO [stderr] 180 | Jemalloc.dealloc(ptr, layout); Dec 18 14:49:40.456 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.456 INFO [stderr] ... Dec 18 14:49:40.456 INFO [stderr] 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Dec 18 14:49:40.456 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.456 INFO [stderr] | Dec 18 14:49:40.456 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.456 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.456 INFO [stderr] | Dec 18 14:49:40.456 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.456 INFO [stderr] | Dec 18 14:49:40.456 INFO [stderr] Dec 18 14:49:40.456 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.456 INFO [stderr] --> benches/roundtrip.rs:185:26 Dec 18 14:49:40.456 INFO [stderr] | Dec 18 14:49:40.456 INFO [stderr] 185 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.456 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.456 INFO [stderr] ... Dec 18 14:49:40.456 INFO [stderr] 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Dec 18 14:49:40.456 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.456 INFO [stderr] | Dec 18 14:49:40.456 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.456 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.456 INFO [stderr] | Dec 18 14:49:40.456 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.456 INFO [stderr] | Dec 18 14:49:40.456 INFO [stderr] Dec 18 14:49:40.456 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.456 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.456 INFO [stderr] | Dec 18 14:49:40.456 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.456 INFO [stderr] | ^^^^^ Dec 18 14:49:40.456 INFO [stderr] ... Dec 18 14:49:40.457 INFO [stderr] 265 | rt_realloc!(rt_pow2_1bytes_1align_realloc, 1, 1); Dec 18 14:49:40.457 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.457 INFO [stderr] | Dec 18 14:49:40.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.457 INFO [stderr] | Dec 18 14:49:40.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.457 INFO [stderr] | Dec 18 14:49:40.457 INFO [stderr] Dec 18 14:49:40.457 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.457 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.457 INFO [stderr] | Dec 18 14:49:40.457 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.457 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.457 INFO [stderr] ... Dec 18 14:49:40.457 INFO [stderr] 265 | rt_realloc!(rt_pow2_1bytes_1align_realloc, 1, 1); Dec 18 14:49:40.457 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.457 INFO [stderr] | Dec 18 14:49:40.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.457 INFO [stderr] | Dec 18 14:49:40.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.457 INFO [stderr] | Dec 18 14:49:40.457 INFO [stderr] Dec 18 14:49:40.457 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.457 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.457 INFO [stderr] | Dec 18 14:49:40.457 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.457 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.457 INFO [stderr] ... Dec 18 14:49:40.457 INFO [stderr] 265 | rt_realloc!(rt_pow2_1bytes_1align_realloc, 1, 1); Dec 18 14:49:40.457 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.457 INFO [stderr] | Dec 18 14:49:40.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.457 INFO [stderr] | Dec 18 14:49:40.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.457 INFO [stderr] | Dec 18 14:49:40.457 INFO [stderr] Dec 18 14:49:40.457 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.457 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.457 INFO [stderr] | Dec 18 14:49:40.457 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.457 INFO [stderr] | ^^^^^ Dec 18 14:49:40.457 INFO [stderr] ... Dec 18 14:49:40.457 INFO [stderr] 278 | rt_realloc!(rt_pow2_2bytes_1align_realloc, 2, 1); Dec 18 14:49:40.457 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.457 INFO [stderr] | Dec 18 14:49:40.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.457 INFO [stderr] | Dec 18 14:49:40.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.457 INFO [stderr] | Dec 18 14:49:40.457 INFO [stderr] Dec 18 14:49:40.457 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.457 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.457 INFO [stderr] | Dec 18 14:49:40.457 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.457 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.457 INFO [stderr] ... Dec 18 14:49:40.457 INFO [stderr] 278 | rt_realloc!(rt_pow2_2bytes_1align_realloc, 2, 1); Dec 18 14:49:40.457 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.457 INFO [stderr] | Dec 18 14:49:40.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.462 INFO [stderr] | Dec 18 14:49:40.462 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.462 INFO [stderr] | Dec 18 14:49:40.462 INFO [stderr] Dec 18 14:49:40.462 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.462 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.462 INFO [stderr] | Dec 18 14:49:40.462 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.462 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.462 INFO [stderr] ... Dec 18 14:49:40.462 INFO [stderr] 278 | rt_realloc!(rt_pow2_2bytes_1align_realloc, 2, 1); Dec 18 14:49:40.462 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.462 INFO [stderr] | Dec 18 14:49:40.462 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.462 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.462 INFO [stderr] | Dec 18 14:49:40.462 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.462 INFO [stderr] | Dec 18 14:49:40.462 INFO [stderr] Dec 18 14:49:40.462 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.462 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.462 INFO [stderr] | Dec 18 14:49:40.462 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.462 INFO [stderr] | ^^^^^ Dec 18 14:49:40.462 INFO [stderr] ... Dec 18 14:49:40.462 INFO [stderr] 291 | rt_realloc!(rt_pow2_4bytes_1align_realloc, 4, 1); Dec 18 14:49:40.462 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.463 INFO [stderr] | Dec 18 14:49:40.463 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.463 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.463 INFO [stderr] | Dec 18 14:49:40.463 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.463 INFO [stderr] | Dec 18 14:49:40.463 INFO [stderr] Dec 18 14:49:40.463 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.463 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.463 INFO [stderr] | Dec 18 14:49:40.463 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.463 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.463 INFO [stderr] ... Dec 18 14:49:40.463 INFO [stderr] 291 | rt_realloc!(rt_pow2_4bytes_1align_realloc, 4, 1); Dec 18 14:49:40.463 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.463 INFO [stderr] | Dec 18 14:49:40.463 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.463 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.463 INFO [stderr] | Dec 18 14:49:40.463 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.463 INFO [stderr] | Dec 18 14:49:40.463 INFO [stderr] Dec 18 14:49:40.463 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.463 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.463 INFO [stderr] | Dec 18 14:49:40.463 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.463 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.463 INFO [stderr] ... Dec 18 14:49:40.463 INFO [stderr] 291 | rt_realloc!(rt_pow2_4bytes_1align_realloc, 4, 1); Dec 18 14:49:40.463 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.463 INFO [stderr] | Dec 18 14:49:40.463 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.463 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.463 INFO [stderr] | Dec 18 14:49:40.463 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.463 INFO [stderr] | Dec 18 14:49:40.463 INFO [stderr] Dec 18 14:49:40.468 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.468 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.468 INFO [stderr] | Dec 18 14:49:40.468 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.468 INFO [stderr] | ^^^^^ Dec 18 14:49:40.468 INFO [stderr] ... Dec 18 14:49:40.468 INFO [stderr] 304 | rt_realloc!(rt_pow2_8bytes_1align_realloc, 8, 1); Dec 18 14:49:40.468 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.468 INFO [stderr] | Dec 18 14:49:40.468 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.468 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.468 INFO [stderr] | Dec 18 14:49:40.468 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.468 INFO [stderr] | Dec 18 14:49:40.468 INFO [stderr] Dec 18 14:49:40.468 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.468 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.468 INFO [stderr] | Dec 18 14:49:40.468 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.468 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.468 INFO [stderr] ... Dec 18 14:49:40.468 INFO [stderr] 304 | rt_realloc!(rt_pow2_8bytes_1align_realloc, 8, 1); Dec 18 14:49:40.468 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.468 INFO [stderr] | Dec 18 14:49:40.468 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.468 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.468 INFO [stderr] | Dec 18 14:49:40.468 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.468 INFO [stderr] | Dec 18 14:49:40.468 INFO [stderr] Dec 18 14:49:40.468 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.468 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.468 INFO [stderr] | Dec 18 14:49:40.468 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.468 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.468 INFO [stderr] ... Dec 18 14:49:40.468 INFO [stderr] 304 | rt_realloc!(rt_pow2_8bytes_1align_realloc, 8, 1); Dec 18 14:49:40.468 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.468 INFO [stderr] | Dec 18 14:49:40.468 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.468 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.468 INFO [stderr] | Dec 18 14:49:40.468 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.468 INFO [stderr] | Dec 18 14:49:40.468 INFO [stderr] Dec 18 14:49:40.469 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.469 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.469 INFO [stderr] | Dec 18 14:49:40.469 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.469 INFO [stderr] | ^^^^^ Dec 18 14:49:40.469 INFO [stderr] ... Dec 18 14:49:40.469 INFO [stderr] 317 | rt_realloc!(rt_pow2_16bytes_1align_realloc, 16, 1); Dec 18 14:49:40.469 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.469 INFO [stderr] | Dec 18 14:49:40.469 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.469 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.469 INFO [stderr] | Dec 18 14:49:40.469 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.469 INFO [stderr] | Dec 18 14:49:40.469 INFO [stderr] Dec 18 14:49:40.474 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.474 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.474 INFO [stderr] | Dec 18 14:49:40.474 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.474 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.474 INFO [stderr] ... Dec 18 14:49:40.474 INFO [stderr] 317 | rt_realloc!(rt_pow2_16bytes_1align_realloc, 16, 1); Dec 18 14:49:40.474 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.474 INFO [stderr] | Dec 18 14:49:40.474 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.474 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.474 INFO [stderr] | Dec 18 14:49:40.474 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.474 INFO [stderr] | Dec 18 14:49:40.474 INFO [stderr] Dec 18 14:49:40.474 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.474 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.474 INFO [stderr] | Dec 18 14:49:40.474 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.474 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.474 INFO [stderr] ... Dec 18 14:49:40.474 INFO [stderr] 317 | rt_realloc!(rt_pow2_16bytes_1align_realloc, 16, 1); Dec 18 14:49:40.474 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.474 INFO [stderr] | Dec 18 14:49:40.474 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.474 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.474 INFO [stderr] | Dec 18 14:49:40.474 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.474 INFO [stderr] | Dec 18 14:49:40.474 INFO [stderr] Dec 18 14:49:40.474 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.474 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.474 INFO [stderr] | Dec 18 14:49:40.474 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.474 INFO [stderr] | ^^^^^ Dec 18 14:49:40.474 INFO [stderr] ... Dec 18 14:49:40.474 INFO [stderr] 330 | rt_realloc!(rt_pow2_32bytes_1align_realloc, 32, 1); Dec 18 14:49:40.474 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.474 INFO [stderr] | Dec 18 14:49:40.474 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.474 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.474 INFO [stderr] | Dec 18 14:49:40.474 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.474 INFO [stderr] | Dec 18 14:49:40.474 INFO [stderr] Dec 18 14:49:40.474 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.474 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.474 INFO [stderr] | Dec 18 14:49:40.474 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.474 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.474 INFO [stderr] ... Dec 18 14:49:40.474 INFO [stderr] 330 | rt_realloc!(rt_pow2_32bytes_1align_realloc, 32, 1); Dec 18 14:49:40.474 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.474 INFO [stderr] | Dec 18 14:49:40.474 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.474 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.474 INFO [stderr] | Dec 18 14:49:40.474 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.474 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] Dec 18 14:49:40.475 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.475 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.475 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.475 INFO [stderr] ... Dec 18 14:49:40.475 INFO [stderr] 330 | rt_realloc!(rt_pow2_32bytes_1align_realloc, 32, 1); Dec 18 14:49:40.475 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.475 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] Dec 18 14:49:40.475 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.475 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.475 INFO [stderr] | ^^^^^ Dec 18 14:49:40.475 INFO [stderr] ... Dec 18 14:49:40.475 INFO [stderr] 343 | rt_realloc!(rt_pow2_64bytes_1align_realloc, 64, 1); Dec 18 14:49:40.475 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.475 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] Dec 18 14:49:40.475 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.475 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.475 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.475 INFO [stderr] ... Dec 18 14:49:40.475 INFO [stderr] 343 | rt_realloc!(rt_pow2_64bytes_1align_realloc, 64, 1); Dec 18 14:49:40.475 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.475 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] Dec 18 14:49:40.475 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.475 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.475 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.475 INFO [stderr] ... Dec 18 14:49:40.475 INFO [stderr] 343 | rt_realloc!(rt_pow2_64bytes_1align_realloc, 64, 1); Dec 18 14:49:40.475 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.475 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] Dec 18 14:49:40.475 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.475 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.475 INFO [stderr] | ^^^^^ Dec 18 14:49:40.475 INFO [stderr] ... Dec 18 14:49:40.475 INFO [stderr] 356 | rt_realloc!(rt_pow2_128bytes_1align_realloc, 128, 1); Dec 18 14:49:40.475 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.475 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] Dec 18 14:49:40.475 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.475 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.475 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.475 INFO [stderr] ... Dec 18 14:49:40.475 INFO [stderr] 356 | rt_realloc!(rt_pow2_128bytes_1align_realloc, 128, 1); Dec 18 14:49:40.475 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.475 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.475 INFO [stderr] | Dec 18 14:49:40.475 INFO [stderr] Dec 18 14:49:40.475 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.476 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.476 INFO [stderr] | Dec 18 14:49:40.476 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.476 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.476 INFO [stderr] ... Dec 18 14:49:40.476 INFO [stderr] 356 | rt_realloc!(rt_pow2_128bytes_1align_realloc, 128, 1); Dec 18 14:49:40.476 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.476 INFO [stderr] | Dec 18 14:49:40.476 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.476 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.476 INFO [stderr] | Dec 18 14:49:40.476 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.476 INFO [stderr] | Dec 18 14:49:40.476 INFO [stderr] Dec 18 14:49:40.484 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.484 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.484 INFO [stderr] | Dec 18 14:49:40.484 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.484 INFO [stderr] | ^^^^^ Dec 18 14:49:40.484 INFO [stderr] ... Dec 18 14:49:40.484 INFO [stderr] 369 | rt_realloc!(rt_pow2_256bytes_1align_realloc, 256, 1); Dec 18 14:49:40.484 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.484 INFO [stderr] | Dec 18 14:49:40.484 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.484 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.484 INFO [stderr] | Dec 18 14:49:40.484 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.484 INFO [stderr] | Dec 18 14:49:40.484 INFO [stderr] Dec 18 14:49:40.484 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.484 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.484 INFO [stderr] | Dec 18 14:49:40.484 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.484 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.484 INFO [stderr] ... Dec 18 14:49:40.484 INFO [stderr] 369 | rt_realloc!(rt_pow2_256bytes_1align_realloc, 256, 1); Dec 18 14:49:40.484 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.484 INFO [stderr] | Dec 18 14:49:40.484 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.484 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.484 INFO [stderr] | Dec 18 14:49:40.484 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.484 INFO [stderr] | Dec 18 14:49:40.484 INFO [stderr] Dec 18 14:49:40.484 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.484 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.484 INFO [stderr] | Dec 18 14:49:40.484 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.484 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.484 INFO [stderr] ... Dec 18 14:49:40.484 INFO [stderr] 369 | rt_realloc!(rt_pow2_256bytes_1align_realloc, 256, 1); Dec 18 14:49:40.484 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.484 INFO [stderr] | Dec 18 14:49:40.484 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.484 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.484 INFO [stderr] | Dec 18 14:49:40.484 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.484 INFO [stderr] | Dec 18 14:49:40.484 INFO [stderr] Dec 18 14:49:40.484 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.484 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.485 INFO [stderr] | Dec 18 14:49:40.485 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.485 INFO [stderr] | ^^^^^ Dec 18 14:49:40.485 INFO [stderr] ... Dec 18 14:49:40.485 INFO [stderr] 382 | rt_realloc!(rt_pow2_512bytes_1align_realloc, 512, 1); Dec 18 14:49:40.485 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.485 INFO [stderr] | Dec 18 14:49:40.485 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.485 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.485 INFO [stderr] | Dec 18 14:49:40.485 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.485 INFO [stderr] | Dec 18 14:49:40.485 INFO [stderr] Dec 18 14:49:40.485 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.485 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.485 INFO [stderr] | Dec 18 14:49:40.485 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.485 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.485 INFO [stderr] ... Dec 18 14:49:40.485 INFO [stderr] 382 | rt_realloc!(rt_pow2_512bytes_1align_realloc, 512, 1); Dec 18 14:49:40.485 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.485 INFO [stderr] | Dec 18 14:49:40.485 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.485 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.485 INFO [stderr] | Dec 18 14:49:40.485 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.485 INFO [stderr] | Dec 18 14:49:40.485 INFO [stderr] Dec 18 14:49:40.485 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.485 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.485 INFO [stderr] | Dec 18 14:49:40.485 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.485 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.485 INFO [stderr] ... Dec 18 14:49:40.485 INFO [stderr] 382 | rt_realloc!(rt_pow2_512bytes_1align_realloc, 512, 1); Dec 18 14:49:40.485 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.485 INFO [stderr] | Dec 18 14:49:40.485 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.485 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.485 INFO [stderr] | Dec 18 14:49:40.485 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.485 INFO [stderr] | Dec 18 14:49:40.485 INFO [stderr] Dec 18 14:49:40.485 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.485 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.485 INFO [stderr] | Dec 18 14:49:40.485 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.485 INFO [stderr] | ^^^^^ Dec 18 14:49:40.485 INFO [stderr] ... Dec 18 14:49:40.485 INFO [stderr] 395 | rt_realloc!(rt_pow2_1024bytes_1align_realloc, 1024, 1); Dec 18 14:49:40.485 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.485 INFO [stderr] | Dec 18 14:49:40.485 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.485 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.485 INFO [stderr] | Dec 18 14:49:40.485 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.485 INFO [stderr] | Dec 18 14:49:40.485 INFO [stderr] Dec 18 14:49:40.487 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.487 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.487 INFO [stderr] | Dec 18 14:49:40.487 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.487 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.487 INFO [stderr] ... Dec 18 14:49:40.487 INFO [stderr] 395 | rt_realloc!(rt_pow2_1024bytes_1align_realloc, 1024, 1); Dec 18 14:49:40.487 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.487 INFO [stderr] | Dec 18 14:49:40.487 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.487 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.487 INFO [stderr] | Dec 18 14:49:40.487 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.487 INFO [stderr] | Dec 18 14:49:40.487 INFO [stderr] Dec 18 14:49:40.487 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.487 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.487 INFO [stderr] | Dec 18 14:49:40.487 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.487 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.487 INFO [stderr] ... Dec 18 14:49:40.487 INFO [stderr] 395 | rt_realloc!(rt_pow2_1024bytes_1align_realloc, 1024, 1); Dec 18 14:49:40.487 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.487 INFO [stderr] | Dec 18 14:49:40.487 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.487 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.487 INFO [stderr] | Dec 18 14:49:40.487 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.487 INFO [stderr] | Dec 18 14:49:40.487 INFO [stderr] Dec 18 14:49:40.487 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.487 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.487 INFO [stderr] | Dec 18 14:49:40.487 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.487 INFO [stderr] | ^^^^^ Dec 18 14:49:40.487 INFO [stderr] ... Dec 18 14:49:40.487 INFO [stderr] 408 | rt_realloc!(rt_pow2_2048bytes_1align_realloc, 2048, 1); Dec 18 14:49:40.487 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.487 INFO [stderr] | Dec 18 14:49:40.487 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.487 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.487 INFO [stderr] | Dec 18 14:49:40.487 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.487 INFO [stderr] | Dec 18 14:49:40.487 INFO [stderr] Dec 18 14:49:40.487 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.487 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.487 INFO [stderr] | Dec 18 14:49:40.487 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.487 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.487 INFO [stderr] ... Dec 18 14:49:40.488 INFO [stderr] 408 | rt_realloc!(rt_pow2_2048bytes_1align_realloc, 2048, 1); Dec 18 14:49:40.488 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.488 INFO [stderr] | Dec 18 14:49:40.488 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.488 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.488 INFO [stderr] | Dec 18 14:49:40.488 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.488 INFO [stderr] | Dec 18 14:49:40.488 INFO [stderr] Dec 18 14:49:40.488 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.488 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.488 INFO [stderr] | Dec 18 14:49:40.488 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.488 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.488 INFO [stderr] ... Dec 18 14:49:40.488 INFO [stderr] 408 | rt_realloc!(rt_pow2_2048bytes_1align_realloc, 2048, 1); Dec 18 14:49:40.488 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.488 INFO [stderr] | Dec 18 14:49:40.488 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.488 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.488 INFO [stderr] | Dec 18 14:49:40.488 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.488 INFO [stderr] | Dec 18 14:49:40.488 INFO [stderr] Dec 18 14:49:40.492 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.492 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.492 INFO [stderr] | Dec 18 14:49:40.492 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.492 INFO [stderr] | ^^^^^ Dec 18 14:49:40.492 INFO [stderr] ... Dec 18 14:49:40.492 INFO [stderr] 421 | rt_realloc!(rt_pow2_4096bytes_1align_realloc, 4096, 1); Dec 18 14:49:40.492 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.492 INFO [stderr] | Dec 18 14:49:40.492 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.492 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.492 INFO [stderr] | Dec 18 14:49:40.492 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.492 INFO [stderr] | Dec 18 14:49:40.492 INFO [stderr] Dec 18 14:49:40.492 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.492 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.493 INFO [stderr] | Dec 18 14:49:40.493 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.493 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.493 INFO [stderr] ... Dec 18 14:49:40.493 INFO [stderr] 421 | rt_realloc!(rt_pow2_4096bytes_1align_realloc, 4096, 1); Dec 18 14:49:40.493 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.493 INFO [stderr] | Dec 18 14:49:40.493 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.493 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.494 INFO [stderr] | Dec 18 14:49:40.494 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.494 INFO [stderr] | Dec 18 14:49:40.494 INFO [stderr] Dec 18 14:49:40.494 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.494 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.494 INFO [stderr] | Dec 18 14:49:40.494 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.494 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.494 INFO [stderr] ... Dec 18 14:49:40.494 INFO [stderr] 421 | rt_realloc!(rt_pow2_4096bytes_1align_realloc, 4096, 1); Dec 18 14:49:40.494 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.494 INFO [stderr] | Dec 18 14:49:40.494 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.494 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.494 INFO [stderr] | Dec 18 14:49:40.494 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.494 INFO [stderr] | Dec 18 14:49:40.494 INFO [stderr] Dec 18 14:49:40.494 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.494 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.494 INFO [stderr] | Dec 18 14:49:40.494 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.494 INFO [stderr] | ^^^^^ Dec 18 14:49:40.494 INFO [stderr] ... Dec 18 14:49:40.494 INFO [stderr] 434 | rt_realloc!(rt_pow2_8192bytes_1align_realloc, 8192, 1); Dec 18 14:49:40.494 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.494 INFO [stderr] | Dec 18 14:49:40.494 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.494 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.494 INFO [stderr] | Dec 18 14:49:40.494 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.494 INFO [stderr] | Dec 18 14:49:40.494 INFO [stderr] Dec 18 14:49:40.494 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.494 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.494 INFO [stderr] | Dec 18 14:49:40.494 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.494 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.494 INFO [stderr] ... Dec 18 14:49:40.494 INFO [stderr] 434 | rt_realloc!(rt_pow2_8192bytes_1align_realloc, 8192, 1); Dec 18 14:49:40.494 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.494 INFO [stderr] | Dec 18 14:49:40.494 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.494 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.494 INFO [stderr] | Dec 18 14:49:40.494 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.494 INFO [stderr] | Dec 18 14:49:40.494 INFO [stderr] Dec 18 14:49:40.494 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.494 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.494 INFO [stderr] | Dec 18 14:49:40.494 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.494 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.494 INFO [stderr] ... Dec 18 14:49:40.494 INFO [stderr] 434 | rt_realloc!(rt_pow2_8192bytes_1align_realloc, 8192, 1); Dec 18 14:49:40.494 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.494 INFO [stderr] | Dec 18 14:49:40.494 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.494 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.494 INFO [stderr] | Dec 18 14:49:40.494 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.494 INFO [stderr] | Dec 18 14:49:40.494 INFO [stderr] Dec 18 14:49:40.500 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.500 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.500 INFO [stderr] | Dec 18 14:49:40.500 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.500 INFO [stderr] | ^^^^^ Dec 18 14:49:40.500 INFO [stderr] ... Dec 18 14:49:40.500 INFO [stderr] 447 | rt_realloc!(rt_pow2_16384bytes_1align_realloc, 16384, 1); Dec 18 14:49:40.500 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.500 INFO [stderr] | Dec 18 14:49:40.500 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.500 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.500 INFO [stderr] | Dec 18 14:49:40.500 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.500 INFO [stderr] | Dec 18 14:49:40.500 INFO [stderr] Dec 18 14:49:40.507 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.507 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.507 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.507 INFO [stderr] ... Dec 18 14:49:40.507 INFO [stderr] 447 | rt_realloc!(rt_pow2_16384bytes_1align_realloc, 16384, 1); Dec 18 14:49:40.507 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.507 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] Dec 18 14:49:40.507 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.507 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.507 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.507 INFO [stderr] ... Dec 18 14:49:40.507 INFO [stderr] 447 | rt_realloc!(rt_pow2_16384bytes_1align_realloc, 16384, 1); Dec 18 14:49:40.507 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.507 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] Dec 18 14:49:40.507 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.507 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.507 INFO [stderr] | ^^^^^ Dec 18 14:49:40.507 INFO [stderr] ... Dec 18 14:49:40.507 INFO [stderr] 460 | rt_realloc!(rt_pow2_32768bytes_1align_realloc, 32768, 1); Dec 18 14:49:40.507 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.507 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] Dec 18 14:49:40.507 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.507 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.507 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.507 INFO [stderr] ... Dec 18 14:49:40.507 INFO [stderr] 460 | rt_realloc!(rt_pow2_32768bytes_1align_realloc, 32768, 1); Dec 18 14:49:40.507 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.507 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] Dec 18 14:49:40.507 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.507 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.507 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.507 INFO [stderr] ... Dec 18 14:49:40.507 INFO [stderr] 460 | rt_realloc!(rt_pow2_32768bytes_1align_realloc, 32768, 1); Dec 18 14:49:40.507 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.507 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] Dec 18 14:49:40.507 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.507 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.507 INFO [stderr] | Dec 18 14:49:40.507 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.507 INFO [stderr] | ^^^^^ Dec 18 14:49:40.508 INFO [stderr] ... Dec 18 14:49:40.508 INFO [stderr] 473 | rt_realloc!(rt_pow2_65536bytes_1align_realloc, 65536, 1); Dec 18 14:49:40.508 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.508 INFO [stderr] | Dec 18 14:49:40.508 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.508 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.508 INFO [stderr] | Dec 18 14:49:40.508 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.508 INFO [stderr] | Dec 18 14:49:40.508 INFO [stderr] Dec 18 14:49:40.508 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.508 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.508 INFO [stderr] | Dec 18 14:49:40.508 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.508 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.508 INFO [stderr] ... Dec 18 14:49:40.508 INFO [stderr] 473 | rt_realloc!(rt_pow2_65536bytes_1align_realloc, 65536, 1); Dec 18 14:49:40.508 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.508 INFO [stderr] | Dec 18 14:49:40.508 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.508 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.508 INFO [stderr] | Dec 18 14:49:40.508 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.508 INFO [stderr] | Dec 18 14:49:40.508 INFO [stderr] Dec 18 14:49:40.508 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.508 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.508 INFO [stderr] | Dec 18 14:49:40.508 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.508 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.508 INFO [stderr] ... Dec 18 14:49:40.508 INFO [stderr] 473 | rt_realloc!(rt_pow2_65536bytes_1align_realloc, 65536, 1); Dec 18 14:49:40.508 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.508 INFO [stderr] | Dec 18 14:49:40.508 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.508 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.508 INFO [stderr] | Dec 18 14:49:40.508 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.508 INFO [stderr] | Dec 18 14:49:40.508 INFO [stderr] Dec 18 14:49:40.514 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.514 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.514 INFO [stderr] | Dec 18 14:49:40.514 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.514 INFO [stderr] | ^^^^^ Dec 18 14:49:40.514 INFO [stderr] ... Dec 18 14:49:40.514 INFO [stderr] 486 | rt_realloc!(rt_pow2_131072bytes_1align_realloc, 131072, 1); Dec 18 14:49:40.514 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.514 INFO [stderr] | Dec 18 14:49:40.514 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.514 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.514 INFO [stderr] | Dec 18 14:49:40.514 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.514 INFO [stderr] | Dec 18 14:49:40.514 INFO [stderr] Dec 18 14:49:40.514 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.514 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.514 INFO [stderr] | Dec 18 14:49:40.514 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.514 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.514 INFO [stderr] ... Dec 18 14:49:40.514 INFO [stderr] 486 | rt_realloc!(rt_pow2_131072bytes_1align_realloc, 131072, 1); Dec 18 14:49:40.514 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.514 INFO [stderr] | Dec 18 14:49:40.514 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.514 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.514 INFO [stderr] | Dec 18 14:49:40.514 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.514 INFO [stderr] | Dec 18 14:49:40.514 INFO [stderr] Dec 18 14:49:40.514 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.514 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.514 INFO [stderr] | Dec 18 14:49:40.514 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.514 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.514 INFO [stderr] ... Dec 18 14:49:40.514 INFO [stderr] 486 | rt_realloc!(rt_pow2_131072bytes_1align_realloc, 131072, 1); Dec 18 14:49:40.514 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.514 INFO [stderr] | Dec 18 14:49:40.515 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.515 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.515 INFO [stderr] | Dec 18 14:49:40.515 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.515 INFO [stderr] | Dec 18 14:49:40.515 INFO [stderr] Dec 18 14:49:40.517 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.517 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.517 INFO [stderr] | Dec 18 14:49:40.517 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.517 INFO [stderr] | ^^^^^ Dec 18 14:49:40.517 INFO [stderr] ... Dec 18 14:49:40.517 INFO [stderr] 499 | rt_realloc!(rt_pow2_4194304bytes_1align_realloc, 4194304, 1); Dec 18 14:49:40.517 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.517 INFO [stderr] | Dec 18 14:49:40.517 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.517 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.517 INFO [stderr] | Dec 18 14:49:40.517 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.517 INFO [stderr] | Dec 18 14:49:40.517 INFO [stderr] Dec 18 14:49:40.517 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.517 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.517 INFO [stderr] | Dec 18 14:49:40.517 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.517 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.517 INFO [stderr] ... Dec 18 14:49:40.517 INFO [stderr] 499 | rt_realloc!(rt_pow2_4194304bytes_1align_realloc, 4194304, 1); Dec 18 14:49:40.517 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.517 INFO [stderr] | Dec 18 14:49:40.517 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.517 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.517 INFO [stderr] | Dec 18 14:49:40.517 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.517 INFO [stderr] | Dec 18 14:49:40.517 INFO [stderr] Dec 18 14:49:40.517 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.517 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.517 INFO [stderr] | Dec 18 14:49:40.517 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.517 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.517 INFO [stderr] ... Dec 18 14:49:40.517 INFO [stderr] 499 | rt_realloc!(rt_pow2_4194304bytes_1align_realloc, 4194304, 1); Dec 18 14:49:40.517 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.517 INFO [stderr] | Dec 18 14:49:40.517 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.517 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.517 INFO [stderr] | Dec 18 14:49:40.517 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.517 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] Dec 18 14:49:40.518 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.518 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.518 INFO [stderr] | ^^^^^ Dec 18 14:49:40.518 INFO [stderr] ... Dec 18 14:49:40.518 INFO [stderr] 513 | rt_realloc!(rt_even_10bytes_1align_realloc, 10, 1); Dec 18 14:49:40.518 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.518 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] Dec 18 14:49:40.518 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.518 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.518 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.518 INFO [stderr] ... Dec 18 14:49:40.518 INFO [stderr] 513 | rt_realloc!(rt_even_10bytes_1align_realloc, 10, 1); Dec 18 14:49:40.518 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.518 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] Dec 18 14:49:40.518 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.518 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.518 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.518 INFO [stderr] ... Dec 18 14:49:40.518 INFO [stderr] 513 | rt_realloc!(rt_even_10bytes_1align_realloc, 10, 1); Dec 18 14:49:40.518 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.518 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] Dec 18 14:49:40.518 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.518 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.518 INFO [stderr] | ^^^^^ Dec 18 14:49:40.518 INFO [stderr] ... Dec 18 14:49:40.518 INFO [stderr] 526 | rt_realloc!(rt_even_100bytes_1align_realloc, 100, 1); Dec 18 14:49:40.518 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.518 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] Dec 18 14:49:40.518 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.518 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.518 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.518 INFO [stderr] ... Dec 18 14:49:40.518 INFO [stderr] 526 | rt_realloc!(rt_even_100bytes_1align_realloc, 100, 1); Dec 18 14:49:40.518 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.518 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] Dec 18 14:49:40.518 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.518 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.518 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.518 INFO [stderr] ... Dec 18 14:49:40.518 INFO [stderr] 526 | rt_realloc!(rt_even_100bytes_1align_realloc, 100, 1); Dec 18 14:49:40.518 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.518 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.518 INFO [stderr] | Dec 18 14:49:40.518 INFO [stderr] Dec 18 14:49:40.518 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.519 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.519 INFO [stderr] | Dec 18 14:49:40.519 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.519 INFO [stderr] | ^^^^^ Dec 18 14:49:40.519 INFO [stderr] ... Dec 18 14:49:40.519 INFO [stderr] 539 | rt_realloc!(rt_even_1000bytes_1align_realloc, 1000, 1); Dec 18 14:49:40.519 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.529 INFO [stderr] | Dec 18 14:49:40.529 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.529 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.529 INFO [stderr] | Dec 18 14:49:40.529 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.529 INFO [stderr] | Dec 18 14:49:40.529 INFO [stderr] Dec 18 14:49:40.529 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.529 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.529 INFO [stderr] | Dec 18 14:49:40.529 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.529 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.529 INFO [stderr] ... Dec 18 14:49:40.529 INFO [stderr] 539 | rt_realloc!(rt_even_1000bytes_1align_realloc, 1000, 1); Dec 18 14:49:40.529 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.529 INFO [stderr] | Dec 18 14:49:40.529 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.529 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.529 INFO [stderr] | Dec 18 14:49:40.529 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.529 INFO [stderr] | Dec 18 14:49:40.529 INFO [stderr] Dec 18 14:49:40.529 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.529 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.529 INFO [stderr] | Dec 18 14:49:40.529 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.529 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.529 INFO [stderr] ... Dec 18 14:49:40.529 INFO [stderr] 539 | rt_realloc!(rt_even_1000bytes_1align_realloc, 1000, 1); Dec 18 14:49:40.529 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.529 INFO [stderr] | Dec 18 14:49:40.529 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.529 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.529 INFO [stderr] | Dec 18 14:49:40.529 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.529 INFO [stderr] | Dec 18 14:49:40.529 INFO [stderr] Dec 18 14:49:40.529 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.529 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.529 INFO [stderr] | Dec 18 14:49:40.529 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.529 INFO [stderr] | ^^^^^ Dec 18 14:49:40.529 INFO [stderr] ... Dec 18 14:49:40.529 INFO [stderr] 552 | rt_realloc!(rt_even_10000bytes_1align_realloc, 10000, 1); Dec 18 14:49:40.529 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.529 INFO [stderr] | Dec 18 14:49:40.529 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.529 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.529 INFO [stderr] | Dec 18 14:49:40.529 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.529 INFO [stderr] | Dec 18 14:49:40.529 INFO [stderr] Dec 18 14:49:40.529 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.529 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.529 INFO [stderr] | Dec 18 14:49:40.529 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.529 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.529 INFO [stderr] ... Dec 18 14:49:40.529 INFO [stderr] 552 | rt_realloc!(rt_even_10000bytes_1align_realloc, 10000, 1); Dec 18 14:49:40.530 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.530 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] Dec 18 14:49:40.530 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.530 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.530 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.530 INFO [stderr] ... Dec 18 14:49:40.530 INFO [stderr] 552 | rt_realloc!(rt_even_10000bytes_1align_realloc, 10000, 1); Dec 18 14:49:40.530 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.530 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] Dec 18 14:49:40.530 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.530 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.530 INFO [stderr] | ^^^^^ Dec 18 14:49:40.530 INFO [stderr] ... Dec 18 14:49:40.530 INFO [stderr] 565 | rt_realloc!(rt_even_100000bytes_1align_realloc, 100000, 1); Dec 18 14:49:40.530 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.530 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] Dec 18 14:49:40.530 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.530 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.530 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.530 INFO [stderr] ... Dec 18 14:49:40.530 INFO [stderr] 565 | rt_realloc!(rt_even_100000bytes_1align_realloc, 100000, 1); Dec 18 14:49:40.530 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.530 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] Dec 18 14:49:40.530 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.530 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.530 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.530 INFO [stderr] ... Dec 18 14:49:40.530 INFO [stderr] 565 | rt_realloc!(rt_even_100000bytes_1align_realloc, 100000, 1); Dec 18 14:49:40.530 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.530 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] Dec 18 14:49:40.530 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.530 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.530 INFO [stderr] | ^^^^^ Dec 18 14:49:40.530 INFO [stderr] ... Dec 18 14:49:40.530 INFO [stderr] 578 | rt_realloc!(rt_even_1000000bytes_1align_realloc, 1000000, 1); Dec 18 14:49:40.530 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.530 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] Dec 18 14:49:40.530 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.530 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.530 INFO [stderr] | Dec 18 14:49:40.530 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.530 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.531 INFO [stderr] ... Dec 18 14:49:40.531 INFO [stderr] 578 | rt_realloc!(rt_even_1000000bytes_1align_realloc, 1000000, 1); Dec 18 14:49:40.531 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.531 INFO [stderr] | Dec 18 14:49:40.531 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.531 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.531 INFO [stderr] | Dec 18 14:49:40.531 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.531 INFO [stderr] | Dec 18 14:49:40.531 INFO [stderr] Dec 18 14:49:40.531 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.531 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.531 INFO [stderr] | Dec 18 14:49:40.531 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.531 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.531 INFO [stderr] ... Dec 18 14:49:40.531 INFO [stderr] 578 | rt_realloc!(rt_even_1000000bytes_1align_realloc, 1000000, 1); Dec 18 14:49:40.531 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.531 INFO [stderr] | Dec 18 14:49:40.531 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.531 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.531 INFO [stderr] | Dec 18 14:49:40.531 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.531 INFO [stderr] | Dec 18 14:49:40.531 INFO [stderr] Dec 18 14:49:40.538 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.538 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.538 INFO [stderr] | Dec 18 14:49:40.538 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.538 INFO [stderr] | ^^^^^ Dec 18 14:49:40.538 INFO [stderr] ... Dec 18 14:49:40.538 INFO [stderr] 592 | rt_realloc!(rt_odd_10bytes_1align_realloc, 10- 1, 1); Dec 18 14:49:40.538 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.538 INFO [stderr] | Dec 18 14:49:40.538 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.538 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.538 INFO [stderr] | Dec 18 14:49:40.538 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.538 INFO [stderr] | Dec 18 14:49:40.538 INFO [stderr] Dec 18 14:49:40.538 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.538 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.538 INFO [stderr] | Dec 18 14:49:40.538 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.538 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.538 INFO [stderr] ... Dec 18 14:49:40.538 INFO [stderr] 592 | rt_realloc!(rt_odd_10bytes_1align_realloc, 10- 1, 1); Dec 18 14:49:40.538 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.538 INFO [stderr] | Dec 18 14:49:40.538 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.538 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.538 INFO [stderr] | Dec 18 14:49:40.538 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.538 INFO [stderr] | Dec 18 14:49:40.538 INFO [stderr] Dec 18 14:49:40.538 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.538 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.538 INFO [stderr] | Dec 18 14:49:40.538 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.538 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.538 INFO [stderr] ... Dec 18 14:49:40.538 INFO [stderr] 592 | rt_realloc!(rt_odd_10bytes_1align_realloc, 10- 1, 1); Dec 18 14:49:40.538 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.539 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] Dec 18 14:49:40.539 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.539 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.539 INFO [stderr] | ^^^^^ Dec 18 14:49:40.539 INFO [stderr] ... Dec 18 14:49:40.539 INFO [stderr] 605 | rt_realloc!(rt_odd_100bytes_1align_realloc, 100- 1, 1); Dec 18 14:49:40.539 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.539 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] Dec 18 14:49:40.539 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.539 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.539 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.539 INFO [stderr] ... Dec 18 14:49:40.539 INFO [stderr] 605 | rt_realloc!(rt_odd_100bytes_1align_realloc, 100- 1, 1); Dec 18 14:49:40.539 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.539 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] Dec 18 14:49:40.539 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.539 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.539 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.539 INFO [stderr] ... Dec 18 14:49:40.539 INFO [stderr] 605 | rt_realloc!(rt_odd_100bytes_1align_realloc, 100- 1, 1); Dec 18 14:49:40.539 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.539 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] Dec 18 14:49:40.539 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.539 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.539 INFO [stderr] | ^^^^^ Dec 18 14:49:40.539 INFO [stderr] ... Dec 18 14:49:40.539 INFO [stderr] 618 | rt_realloc!(rt_odd_1000bytes_1align_realloc, 1000- 1, 1); Dec 18 14:49:40.539 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.539 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] Dec 18 14:49:40.539 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.539 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.539 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.539 INFO [stderr] ... Dec 18 14:49:40.539 INFO [stderr] 618 | rt_realloc!(rt_odd_1000bytes_1align_realloc, 1000- 1, 1); Dec 18 14:49:40.539 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.539 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] Dec 18 14:49:40.539 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.539 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.539 INFO [stderr] | Dec 18 14:49:40.539 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.539 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.539 INFO [stderr] ... Dec 18 14:49:40.540 INFO [stderr] 618 | rt_realloc!(rt_odd_1000bytes_1align_realloc, 1000- 1, 1); Dec 18 14:49:40.540 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.540 INFO [stderr] | Dec 18 14:49:40.540 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.540 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.540 INFO [stderr] | Dec 18 14:49:40.540 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.540 INFO [stderr] | Dec 18 14:49:40.540 INFO [stderr] Dec 18 14:49:40.542 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.542 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.542 INFO [stderr] | Dec 18 14:49:40.542 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.542 INFO [stderr] | ^^^^^ Dec 18 14:49:40.542 INFO [stderr] ... Dec 18 14:49:40.542 INFO [stderr] 631 | rt_realloc!(rt_odd_10000bytes_1align_realloc, 10000- 1, 1); Dec 18 14:49:40.542 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.542 INFO [stderr] | Dec 18 14:49:40.542 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.542 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.542 INFO [stderr] | Dec 18 14:49:40.542 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.542 INFO [stderr] | Dec 18 14:49:40.542 INFO [stderr] Dec 18 14:49:40.542 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.542 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.542 INFO [stderr] | Dec 18 14:49:40.542 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.542 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.542 INFO [stderr] ... Dec 18 14:49:40.542 INFO [stderr] 631 | rt_realloc!(rt_odd_10000bytes_1align_realloc, 10000- 1, 1); Dec 18 14:49:40.542 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.542 INFO [stderr] | Dec 18 14:49:40.542 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.542 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.542 INFO [stderr] | Dec 18 14:49:40.542 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.542 INFO [stderr] | Dec 18 14:49:40.542 INFO [stderr] Dec 18 14:49:40.542 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.542 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.542 INFO [stderr] | Dec 18 14:49:40.542 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.542 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.542 INFO [stderr] ... Dec 18 14:49:40.542 INFO [stderr] 631 | rt_realloc!(rt_odd_10000bytes_1align_realloc, 10000- 1, 1); Dec 18 14:49:40.542 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.542 INFO [stderr] | Dec 18 14:49:40.542 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.542 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.542 INFO [stderr] | Dec 18 14:49:40.542 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.542 INFO [stderr] | Dec 18 14:49:40.542 INFO [stderr] Dec 18 14:49:40.542 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.542 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.542 INFO [stderr] | Dec 18 14:49:40.542 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.542 INFO [stderr] | ^^^^^ Dec 18 14:49:40.542 INFO [stderr] ... Dec 18 14:49:40.542 INFO [stderr] 644 | rt_realloc!(rt_odd_100000bytes_1align_realloc, 100000- 1, 1); Dec 18 14:49:40.542 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.542 INFO [stderr] | Dec 18 14:49:40.542 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.542 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.542 INFO [stderr] | Dec 18 14:49:40.542 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.542 INFO [stderr] | Dec 18 14:49:40.542 INFO [stderr] Dec 18 14:49:40.548 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.549 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.549 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.549 INFO [stderr] ... Dec 18 14:49:40.549 INFO [stderr] 644 | rt_realloc!(rt_odd_100000bytes_1align_realloc, 100000- 1, 1); Dec 18 14:49:40.549 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.549 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] Dec 18 14:49:40.549 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.549 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.549 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.549 INFO [stderr] ... Dec 18 14:49:40.549 INFO [stderr] 644 | rt_realloc!(rt_odd_100000bytes_1align_realloc, 100000- 1, 1); Dec 18 14:49:40.549 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.549 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] Dec 18 14:49:40.549 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.549 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.549 INFO [stderr] | ^^^^^ Dec 18 14:49:40.549 INFO [stderr] ... Dec 18 14:49:40.549 INFO [stderr] 657 | rt_realloc!(rt_odd_1000000bytes_1align_realloc, 1000000- 1, 1); Dec 18 14:49:40.549 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.549 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] Dec 18 14:49:40.549 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.549 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.549 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.549 INFO [stderr] ... Dec 18 14:49:40.549 INFO [stderr] 657 | rt_realloc!(rt_odd_1000000bytes_1align_realloc, 1000000- 1, 1); Dec 18 14:49:40.549 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.549 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] Dec 18 14:49:40.549 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.549 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.549 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.549 INFO [stderr] ... Dec 18 14:49:40.549 INFO [stderr] 657 | rt_realloc!(rt_odd_1000000bytes_1align_realloc, 1000000- 1, 1); Dec 18 14:49:40.549 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.549 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] Dec 18 14:49:40.549 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.549 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.549 INFO [stderr] | Dec 18 14:49:40.549 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.549 INFO [stderr] | ^^^^^ Dec 18 14:49:40.550 INFO [stderr] ... Dec 18 14:49:40.550 INFO [stderr] 671 | rt_realloc!(rt_primes_3bytes_1align_realloc, 3, 1); Dec 18 14:49:40.550 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.550 INFO [stderr] | Dec 18 14:49:40.550 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.550 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.550 INFO [stderr] | Dec 18 14:49:40.550 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.550 INFO [stderr] | Dec 18 14:49:40.550 INFO [stderr] Dec 18 14:49:40.550 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.550 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.550 INFO [stderr] | Dec 18 14:49:40.550 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.550 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.550 INFO [stderr] ... Dec 18 14:49:40.550 INFO [stderr] 671 | rt_realloc!(rt_primes_3bytes_1align_realloc, 3, 1); Dec 18 14:49:40.550 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.550 INFO [stderr] | Dec 18 14:49:40.550 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.550 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.550 INFO [stderr] | Dec 18 14:49:40.550 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.550 INFO [stderr] | Dec 18 14:49:40.550 INFO [stderr] Dec 18 14:49:40.550 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.550 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.550 INFO [stderr] | Dec 18 14:49:40.550 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.550 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.550 INFO [stderr] ... Dec 18 14:49:40.550 INFO [stderr] 671 | rt_realloc!(rt_primes_3bytes_1align_realloc, 3, 1); Dec 18 14:49:40.550 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.550 INFO [stderr] | Dec 18 14:49:40.550 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.550 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.550 INFO [stderr] | Dec 18 14:49:40.550 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.550 INFO [stderr] | Dec 18 14:49:40.550 INFO [stderr] Dec 18 14:49:40.550 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.550 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.550 INFO [stderr] | Dec 18 14:49:40.550 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.550 INFO [stderr] | ^^^^^ Dec 18 14:49:40.557 INFO [stderr] ... Dec 18 14:49:40.557 INFO [stderr] 684 | rt_realloc!(rt_primes_7bytes_1align_realloc, 7, 1); Dec 18 14:49:40.557 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] Dec 18 14:49:40.557 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.557 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.557 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.557 INFO [stderr] ... Dec 18 14:49:40.557 INFO [stderr] 684 | rt_realloc!(rt_primes_7bytes_1align_realloc, 7, 1); Dec 18 14:49:40.557 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] Dec 18 14:49:40.557 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.557 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.557 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.557 INFO [stderr] ... Dec 18 14:49:40.557 INFO [stderr] 684 | rt_realloc!(rt_primes_7bytes_1align_realloc, 7, 1); Dec 18 14:49:40.557 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] Dec 18 14:49:40.557 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.557 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.557 INFO [stderr] | ^^^^^ Dec 18 14:49:40.557 INFO [stderr] ... Dec 18 14:49:40.557 INFO [stderr] 697 | rt_realloc!(rt_primes_13bytes_1align_realloc, 13, 1); Dec 18 14:49:40.557 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] Dec 18 14:49:40.557 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.557 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.557 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.557 INFO [stderr] ... Dec 18 14:49:40.557 INFO [stderr] 697 | rt_realloc!(rt_primes_13bytes_1align_realloc, 13, 1); Dec 18 14:49:40.557 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] Dec 18 14:49:40.557 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.557 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.557 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.557 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.557 INFO [stderr] ... Dec 18 14:49:40.557 INFO [stderr] 697 | rt_realloc!(rt_primes_13bytes_1align_realloc, 13, 1); Dec 18 14:49:40.557 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.557 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.558 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.558 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.558 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] Dec 18 14:49:40.558 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.558 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.558 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.558 INFO [stderr] | ^^^^^ Dec 18 14:49:40.558 INFO [stderr] ... Dec 18 14:49:40.558 INFO [stderr] 710 | rt_realloc!(rt_primes_17bytes_1align_realloc, 17, 1); Dec 18 14:49:40.558 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.558 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.558 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.558 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.558 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] Dec 18 14:49:40.558 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.558 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.558 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.558 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.558 INFO [stderr] ... Dec 18 14:49:40.558 INFO [stderr] 710 | rt_realloc!(rt_primes_17bytes_1align_realloc, 17, 1); Dec 18 14:49:40.558 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.558 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.558 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.558 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.558 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] Dec 18 14:49:40.558 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.558 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.558 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.558 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.558 INFO [stderr] ... Dec 18 14:49:40.558 INFO [stderr] 710 | rt_realloc!(rt_primes_17bytes_1align_realloc, 17, 1); Dec 18 14:49:40.558 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.558 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.558 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.558 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.558 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] Dec 18 14:49:40.558 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.558 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.558 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.558 INFO [stderr] | ^^^^^ Dec 18 14:49:40.558 INFO [stderr] ... Dec 18 14:49:40.558 INFO [stderr] 723 | rt_realloc!(rt_primes_31bytes_1align_realloc, 31, 1); Dec 18 14:49:40.558 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.558 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.558 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.558 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.558 INFO [stderr] | Dec 18 14:49:40.558 INFO [stderr] Dec 18 14:49:40.564 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.564 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.564 INFO [stderr] | Dec 18 14:49:40.564 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.564 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.564 INFO [stderr] ... Dec 18 14:49:40.564 INFO [stderr] 723 | rt_realloc!(rt_primes_31bytes_1align_realloc, 31, 1); Dec 18 14:49:40.564 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.564 INFO [stderr] | Dec 18 14:49:40.564 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.564 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.564 INFO [stderr] | Dec 18 14:49:40.564 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.564 INFO [stderr] | Dec 18 14:49:40.564 INFO [stderr] Dec 18 14:49:40.564 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.564 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.564 INFO [stderr] | Dec 18 14:49:40.564 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.564 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.564 INFO [stderr] ... Dec 18 14:49:40.564 INFO [stderr] 723 | rt_realloc!(rt_primes_31bytes_1align_realloc, 31, 1); Dec 18 14:49:40.564 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.564 INFO [stderr] | Dec 18 14:49:40.564 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.564 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.564 INFO [stderr] | Dec 18 14:49:40.564 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.564 INFO [stderr] | Dec 18 14:49:40.564 INFO [stderr] Dec 18 14:49:40.564 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.564 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.564 INFO [stderr] | Dec 18 14:49:40.564 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.565 INFO [stderr] | ^^^^^ Dec 18 14:49:40.565 INFO [stderr] ... Dec 18 14:49:40.565 INFO [stderr] 736 | rt_realloc!(rt_primes_61bytes_1align_realloc, 61, 1); Dec 18 14:49:40.565 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.565 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] Dec 18 14:49:40.565 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.565 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.565 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.565 INFO [stderr] ... Dec 18 14:49:40.565 INFO [stderr] 736 | rt_realloc!(rt_primes_61bytes_1align_realloc, 61, 1); Dec 18 14:49:40.565 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.565 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] Dec 18 14:49:40.565 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.565 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.565 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.565 INFO [stderr] ... Dec 18 14:49:40.565 INFO [stderr] 736 | rt_realloc!(rt_primes_61bytes_1align_realloc, 61, 1); Dec 18 14:49:40.565 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.565 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] Dec 18 14:49:40.565 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.565 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.565 INFO [stderr] | ^^^^^ Dec 18 14:49:40.565 INFO [stderr] ... Dec 18 14:49:40.565 INFO [stderr] 749 | rt_realloc!(rt_primes_96bytes_1align_realloc, 96, 1); Dec 18 14:49:40.565 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.565 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] Dec 18 14:49:40.565 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.565 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.565 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.565 INFO [stderr] ... Dec 18 14:49:40.565 INFO [stderr] 749 | rt_realloc!(rt_primes_96bytes_1align_realloc, 96, 1); Dec 18 14:49:40.565 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.565 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] Dec 18 14:49:40.565 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.565 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.565 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.565 INFO [stderr] ... Dec 18 14:49:40.565 INFO [stderr] 749 | rt_realloc!(rt_primes_96bytes_1align_realloc, 96, 1); Dec 18 14:49:40.565 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.565 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] Dec 18 14:49:40.565 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.565 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.565 INFO [stderr] | Dec 18 14:49:40.565 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.566 INFO [stderr] | ^^^^^ Dec 18 14:49:40.566 INFO [stderr] ... Dec 18 14:49:40.566 INFO [stderr] 762 | rt_realloc!(rt_primes_127bytes_1align_realloc, 127, 1); Dec 18 14:49:40.566 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.566 INFO [stderr] | Dec 18 14:49:40.566 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.566 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.566 INFO [stderr] | Dec 18 14:49:40.566 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.566 INFO [stderr] | Dec 18 14:49:40.566 INFO [stderr] Dec 18 14:49:40.570 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.570 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.570 INFO [stderr] | Dec 18 14:49:40.570 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.570 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.570 INFO [stderr] ... Dec 18 14:49:40.570 INFO [stderr] 762 | rt_realloc!(rt_primes_127bytes_1align_realloc, 127, 1); Dec 18 14:49:40.570 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.570 INFO [stderr] | Dec 18 14:49:40.570 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.570 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.570 INFO [stderr] | Dec 18 14:49:40.570 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.570 INFO [stderr] | Dec 18 14:49:40.570 INFO [stderr] Dec 18 14:49:40.570 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.570 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.570 INFO [stderr] | Dec 18 14:49:40.570 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.570 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.570 INFO [stderr] ... Dec 18 14:49:40.570 INFO [stderr] 762 | rt_realloc!(rt_primes_127bytes_1align_realloc, 127, 1); Dec 18 14:49:40.570 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.570 INFO [stderr] | Dec 18 14:49:40.570 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.570 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.570 INFO [stderr] | Dec 18 14:49:40.570 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.570 INFO [stderr] | Dec 18 14:49:40.570 INFO [stderr] Dec 18 14:49:40.570 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.570 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.570 INFO [stderr] | Dec 18 14:49:40.570 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.570 INFO [stderr] | ^^^^^ Dec 18 14:49:40.570 INFO [stderr] ... Dec 18 14:49:40.570 INFO [stderr] 775 | rt_realloc!(rt_primes_257bytes_1align_realloc, 257, 1); Dec 18 14:49:40.570 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.570 INFO [stderr] | Dec 18 14:49:40.570 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.570 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.570 INFO [stderr] | Dec 18 14:49:40.570 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.570 INFO [stderr] | Dec 18 14:49:40.570 INFO [stderr] Dec 18 14:49:40.570 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.570 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.570 INFO [stderr] | Dec 18 14:49:40.570 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.570 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.570 INFO [stderr] ... Dec 18 14:49:40.570 INFO [stderr] 775 | rt_realloc!(rt_primes_257bytes_1align_realloc, 257, 1); Dec 18 14:49:40.570 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.570 INFO [stderr] | Dec 18 14:49:40.570 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.570 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.570 INFO [stderr] | Dec 18 14:49:40.570 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.570 INFO [stderr] | Dec 18 14:49:40.571 INFO [stderr] Dec 18 14:49:40.575 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.575 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.575 INFO [stderr] | Dec 18 14:49:40.575 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.575 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.575 INFO [stderr] ... Dec 18 14:49:40.575 INFO [stderr] 775 | rt_realloc!(rt_primes_257bytes_1align_realloc, 257, 1); Dec 18 14:49:40.575 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.575 INFO [stderr] | Dec 18 14:49:40.575 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.575 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.575 INFO [stderr] | Dec 18 14:49:40.576 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.576 INFO [stderr] | Dec 18 14:49:40.576 INFO [stderr] Dec 18 14:49:40.576 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.576 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.576 INFO [stderr] | Dec 18 14:49:40.576 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.576 INFO [stderr] | ^^^^^ Dec 18 14:49:40.576 INFO [stderr] ... Dec 18 14:49:40.576 INFO [stderr] 788 | rt_realloc!(rt_primes_509bytes_1align_realloc, 509, 1); Dec 18 14:49:40.576 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.576 INFO [stderr] | Dec 18 14:49:40.576 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.576 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.576 INFO [stderr] | Dec 18 14:49:40.576 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.576 INFO [stderr] | Dec 18 14:49:40.576 INFO [stderr] Dec 18 14:49:40.576 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.576 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.576 INFO [stderr] | Dec 18 14:49:40.576 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.576 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.576 INFO [stderr] ... Dec 18 14:49:40.576 INFO [stderr] 788 | rt_realloc!(rt_primes_509bytes_1align_realloc, 509, 1); Dec 18 14:49:40.576 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.576 INFO [stderr] | Dec 18 14:49:40.576 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.576 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.576 INFO [stderr] | Dec 18 14:49:40.576 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.576 INFO [stderr] | Dec 18 14:49:40.576 INFO [stderr] Dec 18 14:49:40.576 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.576 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.576 INFO [stderr] | Dec 18 14:49:40.576 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.576 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.576 INFO [stderr] ... Dec 18 14:49:40.576 INFO [stderr] 788 | rt_realloc!(rt_primes_509bytes_1align_realloc, 509, 1); Dec 18 14:49:40.576 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.576 INFO [stderr] | Dec 18 14:49:40.576 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.576 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.576 INFO [stderr] | Dec 18 14:49:40.576 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.576 INFO [stderr] | Dec 18 14:49:40.576 INFO [stderr] Dec 18 14:49:40.580 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.580 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.580 INFO [stderr] | Dec 18 14:49:40.580 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.580 INFO [stderr] | ^^^^^ Dec 18 14:49:40.580 INFO [stderr] ... Dec 18 14:49:40.580 INFO [stderr] 801 | rt_realloc!(rt_primes_1021bytes_1align_realloc, 1021, 1); Dec 18 14:49:40.580 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.580 INFO [stderr] | Dec 18 14:49:40.580 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.580 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.580 INFO [stderr] | Dec 18 14:49:40.580 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.580 INFO [stderr] | Dec 18 14:49:40.580 INFO [stderr] Dec 18 14:49:40.580 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.580 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.580 INFO [stderr] | Dec 18 14:49:40.580 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.580 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.580 INFO [stderr] ... Dec 18 14:49:40.580 INFO [stderr] 801 | rt_realloc!(rt_primes_1021bytes_1align_realloc, 1021, 1); Dec 18 14:49:40.580 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.580 INFO [stderr] | Dec 18 14:49:40.580 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.580 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.580 INFO [stderr] | Dec 18 14:49:40.580 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.580 INFO [stderr] | Dec 18 14:49:40.580 INFO [stderr] Dec 18 14:49:40.580 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.580 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.580 INFO [stderr] | Dec 18 14:49:40.580 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.580 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.580 INFO [stderr] ... Dec 18 14:49:40.580 INFO [stderr] 801 | rt_realloc!(rt_primes_1021bytes_1align_realloc, 1021, 1); Dec 18 14:49:40.580 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.580 INFO [stderr] | Dec 18 14:49:40.580 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.580 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.580 INFO [stderr] | Dec 18 14:49:40.580 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.580 INFO [stderr] | Dec 18 14:49:40.580 INFO [stderr] Dec 18 14:49:40.580 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.580 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.581 INFO [stderr] | ^^^^^ Dec 18 14:49:40.581 INFO [stderr] ... Dec 18 14:49:40.581 INFO [stderr] 814 | rt_realloc!(rt_primes_2039bytes_1align_realloc, 2039, 1); Dec 18 14:49:40.581 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.581 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] Dec 18 14:49:40.581 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.581 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.581 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.581 INFO [stderr] ... Dec 18 14:49:40.581 INFO [stderr] 814 | rt_realloc!(rt_primes_2039bytes_1align_realloc, 2039, 1); Dec 18 14:49:40.581 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.581 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] Dec 18 14:49:40.581 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.581 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.581 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.581 INFO [stderr] ... Dec 18 14:49:40.581 INFO [stderr] 814 | rt_realloc!(rt_primes_2039bytes_1align_realloc, 2039, 1); Dec 18 14:49:40.581 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.581 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] Dec 18 14:49:40.581 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.581 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.581 INFO [stderr] | ^^^^^ Dec 18 14:49:40.581 INFO [stderr] ... Dec 18 14:49:40.581 INFO [stderr] 827 | rt_realloc!(rt_primes_4093bytes_1align_realloc, 4093, 1); Dec 18 14:49:40.581 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.581 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] Dec 18 14:49:40.581 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.581 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.581 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.581 INFO [stderr] ... Dec 18 14:49:40.581 INFO [stderr] 827 | rt_realloc!(rt_primes_4093bytes_1align_realloc, 4093, 1); Dec 18 14:49:40.581 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.581 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] Dec 18 14:49:40.581 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.581 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.581 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.581 INFO [stderr] ... Dec 18 14:49:40.581 INFO [stderr] 827 | rt_realloc!(rt_primes_4093bytes_1align_realloc, 4093, 1); Dec 18 14:49:40.581 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.581 INFO [stderr] | Dec 18 14:49:40.581 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.581 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.582 INFO [stderr] | Dec 18 14:49:40.582 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.582 INFO [stderr] | Dec 18 14:49:40.585 INFO [stderr] Dec 18 14:49:40.585 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.585 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.585 INFO [stderr] | Dec 18 14:49:40.585 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.585 INFO [stderr] | ^^^^^ Dec 18 14:49:40.585 INFO [stderr] ... Dec 18 14:49:40.585 INFO [stderr] 840 | rt_realloc!(rt_primes_8191bytes_1align_realloc, 8191, 1); Dec 18 14:49:40.585 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.585 INFO [stderr] | Dec 18 14:49:40.585 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.585 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.585 INFO [stderr] | Dec 18 14:49:40.585 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.585 INFO [stderr] | Dec 18 14:49:40.585 INFO [stderr] Dec 18 14:49:40.585 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.585 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.586 INFO [stderr] | Dec 18 14:49:40.586 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.586 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.586 INFO [stderr] ... Dec 18 14:49:40.586 INFO [stderr] 840 | rt_realloc!(rt_primes_8191bytes_1align_realloc, 8191, 1); Dec 18 14:49:40.586 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.586 INFO [stderr] | Dec 18 14:49:40.586 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.586 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.586 INFO [stderr] | Dec 18 14:49:40.586 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.586 INFO [stderr] | Dec 18 14:49:40.586 INFO [stderr] Dec 18 14:49:40.586 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.586 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.586 INFO [stderr] | Dec 18 14:49:40.586 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.586 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.586 INFO [stderr] ... Dec 18 14:49:40.586 INFO [stderr] 840 | rt_realloc!(rt_primes_8191bytes_1align_realloc, 8191, 1); Dec 18 14:49:40.586 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.586 INFO [stderr] | Dec 18 14:49:40.586 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.586 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.586 INFO [stderr] | Dec 18 14:49:40.586 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.586 INFO [stderr] | Dec 18 14:49:40.586 INFO [stderr] Dec 18 14:49:40.588 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.589 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.589 INFO [stderr] | Dec 18 14:49:40.589 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.589 INFO [stderr] | ^^^^^ Dec 18 14:49:40.589 INFO [stderr] ... Dec 18 14:49:40.589 INFO [stderr] 853 | rt_realloc!(rt_primes_16381bytes_1align_realloc, 16381, 1); Dec 18 14:49:40.589 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.589 INFO [stderr] | Dec 18 14:49:40.589 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.589 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.589 INFO [stderr] | Dec 18 14:49:40.589 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.589 INFO [stderr] | Dec 18 14:49:40.589 INFO [stderr] Dec 18 14:49:40.589 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.589 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.589 INFO [stderr] | Dec 18 14:49:40.589 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.589 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.589 INFO [stderr] ... Dec 18 14:49:40.589 INFO [stderr] 853 | rt_realloc!(rt_primes_16381bytes_1align_realloc, 16381, 1); Dec 18 14:49:40.589 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.589 INFO [stderr] | Dec 18 14:49:40.589 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.589 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.589 INFO [stderr] | Dec 18 14:49:40.589 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.589 INFO [stderr] | Dec 18 14:49:40.589 INFO [stderr] Dec 18 14:49:40.589 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.589 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.589 INFO [stderr] | Dec 18 14:49:40.589 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.589 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.589 INFO [stderr] ... Dec 18 14:49:40.589 INFO [stderr] 853 | rt_realloc!(rt_primes_16381bytes_1align_realloc, 16381, 1); Dec 18 14:49:40.589 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.589 INFO [stderr] | Dec 18 14:49:40.589 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.589 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.589 INFO [stderr] | Dec 18 14:49:40.589 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.589 INFO [stderr] | Dec 18 14:49:40.589 INFO [stderr] Dec 18 14:49:40.590 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.590 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.590 INFO [stderr] | Dec 18 14:49:40.590 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.590 INFO [stderr] | ^^^^^ Dec 18 14:49:40.590 INFO [stderr] ... Dec 18 14:49:40.590 INFO [stderr] 866 | rt_realloc!(rt_primes_32749bytes_1align_realloc, 32749, 1); Dec 18 14:49:40.590 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.590 INFO [stderr] | Dec 18 14:49:40.590 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.590 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.590 INFO [stderr] | Dec 18 14:49:40.590 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.590 INFO [stderr] | Dec 18 14:49:40.590 INFO [stderr] Dec 18 14:49:40.590 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.590 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.590 INFO [stderr] | Dec 18 14:49:40.590 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.590 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.590 INFO [stderr] ... Dec 18 14:49:40.590 INFO [stderr] 866 | rt_realloc!(rt_primes_32749bytes_1align_realloc, 32749, 1); Dec 18 14:49:40.590 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.590 INFO [stderr] | Dec 18 14:49:40.590 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.590 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.590 INFO [stderr] | Dec 18 14:49:40.590 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.590 INFO [stderr] | Dec 18 14:49:40.590 INFO [stderr] Dec 18 14:49:40.592 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.592 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.592 INFO [stderr] | Dec 18 14:49:40.592 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.592 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.592 INFO [stderr] ... Dec 18 14:49:40.592 INFO [stderr] 866 | rt_realloc!(rt_primes_32749bytes_1align_realloc, 32749, 1); Dec 18 14:49:40.592 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.592 INFO [stderr] | Dec 18 14:49:40.592 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.592 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.592 INFO [stderr] | Dec 18 14:49:40.592 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.592 INFO [stderr] | Dec 18 14:49:40.592 INFO [stderr] Dec 18 14:49:40.595 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.595 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.595 INFO [stderr] | Dec 18 14:49:40.595 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.595 INFO [stderr] | ^^^^^ Dec 18 14:49:40.595 INFO [stderr] ... Dec 18 14:49:40.595 INFO [stderr] 879 | rt_realloc!(rt_primes_65537bytes_1align_realloc, 65537, 1); Dec 18 14:49:40.595 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.595 INFO [stderr] | Dec 18 14:49:40.595 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.595 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.595 INFO [stderr] | Dec 18 14:49:40.595 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.595 INFO [stderr] | Dec 18 14:49:40.595 INFO [stderr] Dec 18 14:49:40.598 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.598 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.598 INFO [stderr] | Dec 18 14:49:40.598 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.598 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.598 INFO [stderr] ... Dec 18 14:49:40.598 INFO [stderr] 879 | rt_realloc!(rt_primes_65537bytes_1align_realloc, 65537, 1); Dec 18 14:49:40.598 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.598 INFO [stderr] | Dec 18 14:49:40.598 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.598 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.598 INFO [stderr] | Dec 18 14:49:40.598 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.598 INFO [stderr] | Dec 18 14:49:40.598 INFO [stderr] Dec 18 14:49:40.598 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.598 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.598 INFO [stderr] | Dec 18 14:49:40.598 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.598 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.598 INFO [stderr] ... Dec 18 14:49:40.598 INFO [stderr] 879 | rt_realloc!(rt_primes_65537bytes_1align_realloc, 65537, 1); Dec 18 14:49:40.598 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.598 INFO [stderr] | Dec 18 14:49:40.598 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.598 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.598 INFO [stderr] | Dec 18 14:49:40.598 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.598 INFO [stderr] | Dec 18 14:49:40.598 INFO [stderr] Dec 18 14:49:40.598 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.598 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.598 INFO [stderr] | Dec 18 14:49:40.598 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.598 INFO [stderr] | ^^^^^ Dec 18 14:49:40.598 INFO [stderr] ... Dec 18 14:49:40.598 INFO [stderr] 892 | rt_realloc!(rt_primes_131071bytes_1align_realloc, 131071, 1); Dec 18 14:49:40.598 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.598 INFO [stderr] | Dec 18 14:49:40.598 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.598 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.598 INFO [stderr] | Dec 18 14:49:40.598 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.598 INFO [stderr] | Dec 18 14:49:40.598 INFO [stderr] Dec 18 14:49:40.598 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.598 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.598 INFO [stderr] | Dec 18 14:49:40.598 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.598 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.598 INFO [stderr] ... Dec 18 14:49:40.598 INFO [stderr] 892 | rt_realloc!(rt_primes_131071bytes_1align_realloc, 131071, 1); Dec 18 14:49:40.598 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.598 INFO [stderr] | Dec 18 14:49:40.598 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.598 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.598 INFO [stderr] | Dec 18 14:49:40.598 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.599 INFO [stderr] | Dec 18 14:49:40.599 INFO [stderr] Dec 18 14:49:40.604 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.605 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.605 INFO [stderr] | Dec 18 14:49:40.605 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.605 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.605 INFO [stderr] ... Dec 18 14:49:40.605 INFO [stderr] 892 | rt_realloc!(rt_primes_131071bytes_1align_realloc, 131071, 1); Dec 18 14:49:40.606 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.606 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] Dec 18 14:49:40.606 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.606 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.606 INFO [stderr] | ^^^^^ Dec 18 14:49:40.606 INFO [stderr] ... Dec 18 14:49:40.606 INFO [stderr] 905 | rt_realloc!(rt_primes_4194301bytes_1align_realloc, 4194301, 1); Dec 18 14:49:40.606 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.606 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] Dec 18 14:49:40.606 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.606 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.606 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.606 INFO [stderr] ... Dec 18 14:49:40.606 INFO [stderr] 905 | rt_realloc!(rt_primes_4194301bytes_1align_realloc, 4194301, 1); Dec 18 14:49:40.606 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.606 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] Dec 18 14:49:40.606 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.606 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.606 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.606 INFO [stderr] ... Dec 18 14:49:40.606 INFO [stderr] 905 | rt_realloc!(rt_primes_4194301bytes_1align_realloc, 4194301, 1); Dec 18 14:49:40.606 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.606 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] Dec 18 14:49:40.606 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.606 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.606 INFO [stderr] | ^^^^^ Dec 18 14:49:40.606 INFO [stderr] ... Dec 18 14:49:40.606 INFO [stderr] 921 | rt_realloc!(rt_pow2_1bytes_2align_realloc, 1, 2); Dec 18 14:49:40.606 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.606 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] Dec 18 14:49:40.606 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.606 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.606 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.606 INFO [stderr] ... Dec 18 14:49:40.606 INFO [stderr] 921 | rt_realloc!(rt_pow2_1bytes_2align_realloc, 1, 2); Dec 18 14:49:40.606 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.606 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] Dec 18 14:49:40.606 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.606 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.606 INFO [stderr] | Dec 18 14:49:40.606 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.607 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.607 INFO [stderr] ... Dec 18 14:49:40.607 INFO [stderr] 921 | rt_realloc!(rt_pow2_1bytes_2align_realloc, 1, 2); Dec 18 14:49:40.607 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.607 INFO [stderr] | Dec 18 14:49:40.607 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.607 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.607 INFO [stderr] | Dec 18 14:49:40.607 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.607 INFO [stderr] | Dec 18 14:49:40.607 INFO [stderr] Dec 18 14:49:40.607 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.607 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.607 INFO [stderr] | Dec 18 14:49:40.607 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.607 INFO [stderr] | ^^^^^ Dec 18 14:49:40.607 INFO [stderr] ... Dec 18 14:49:40.607 INFO [stderr] 934 | rt_realloc!(rt_pow2_2bytes_2align_realloc, 2, 2); Dec 18 14:49:40.607 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.607 INFO [stderr] | Dec 18 14:49:40.607 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.607 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.607 INFO [stderr] | Dec 18 14:49:40.607 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.607 INFO [stderr] | Dec 18 14:49:40.607 INFO [stderr] Dec 18 14:49:40.607 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.607 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.607 INFO [stderr] | Dec 18 14:49:40.607 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.607 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.607 INFO [stderr] ... Dec 18 14:49:40.607 INFO [stderr] 934 | rt_realloc!(rt_pow2_2bytes_2align_realloc, 2, 2); Dec 18 14:49:40.607 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.607 INFO [stderr] | Dec 18 14:49:40.607 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.607 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.607 INFO [stderr] | Dec 18 14:49:40.607 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.607 INFO [stderr] | Dec 18 14:49:40.607 INFO [stderr] Dec 18 14:49:40.611 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.611 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.611 INFO [stderr] | Dec 18 14:49:40.611 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.611 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.611 INFO [stderr] ... Dec 18 14:49:40.611 INFO [stderr] 934 | rt_realloc!(rt_pow2_2bytes_2align_realloc, 2, 2); Dec 18 14:49:40.611 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.611 INFO [stderr] | Dec 18 14:49:40.611 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.611 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.611 INFO [stderr] | Dec 18 14:49:40.611 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.611 INFO [stderr] | Dec 18 14:49:40.611 INFO [stderr] Dec 18 14:49:40.611 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.611 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.611 INFO [stderr] | Dec 18 14:49:40.611 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.611 INFO [stderr] | ^^^^^ Dec 18 14:49:40.611 INFO [stderr] ... Dec 18 14:49:40.611 INFO [stderr] 947 | rt_realloc!(rt_pow2_4bytes_2align_realloc, 4, 2); Dec 18 14:49:40.611 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.611 INFO [stderr] | Dec 18 14:49:40.611 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.611 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.611 INFO [stderr] | Dec 18 14:49:40.611 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.611 INFO [stderr] | Dec 18 14:49:40.611 INFO [stderr] Dec 18 14:49:40.611 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.611 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.611 INFO [stderr] | Dec 18 14:49:40.611 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.612 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.612 INFO [stderr] ... Dec 18 14:49:40.612 INFO [stderr] 947 | rt_realloc!(rt_pow2_4bytes_2align_realloc, 4, 2); Dec 18 14:49:40.612 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.612 INFO [stderr] | Dec 18 14:49:40.612 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.612 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.612 INFO [stderr] | Dec 18 14:49:40.612 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.612 INFO [stderr] | Dec 18 14:49:40.612 INFO [stderr] Dec 18 14:49:40.612 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.612 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.612 INFO [stderr] | Dec 18 14:49:40.612 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.612 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.612 INFO [stderr] ... Dec 18 14:49:40.612 INFO [stderr] 947 | rt_realloc!(rt_pow2_4bytes_2align_realloc, 4, 2); Dec 18 14:49:40.612 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.612 INFO [stderr] | Dec 18 14:49:40.612 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.612 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.612 INFO [stderr] | Dec 18 14:49:40.612 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.612 INFO [stderr] | Dec 18 14:49:40.612 INFO [stderr] Dec 18 14:49:40.618 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.618 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.618 INFO [stderr] | Dec 18 14:49:40.618 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.618 INFO [stderr] | ^^^^^ Dec 18 14:49:40.618 INFO [stderr] ... Dec 18 14:49:40.618 INFO [stderr] 960 | rt_realloc!(rt_pow2_8bytes_2align_realloc, 8, 2); Dec 18 14:49:40.618 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.618 INFO [stderr] | Dec 18 14:49:40.618 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.618 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.618 INFO [stderr] | Dec 18 14:49:40.618 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.618 INFO [stderr] | Dec 18 14:49:40.618 INFO [stderr] Dec 18 14:49:40.618 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.618 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.618 INFO [stderr] | Dec 18 14:49:40.618 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.618 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.618 INFO [stderr] ... Dec 18 14:49:40.618 INFO [stderr] 960 | rt_realloc!(rt_pow2_8bytes_2align_realloc, 8, 2); Dec 18 14:49:40.618 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.618 INFO [stderr] | Dec 18 14:49:40.618 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.618 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.618 INFO [stderr] | Dec 18 14:49:40.618 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.618 INFO [stderr] | Dec 18 14:49:40.618 INFO [stderr] Dec 18 14:49:40.618 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.618 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.618 INFO [stderr] | Dec 18 14:49:40.618 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.618 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.618 INFO [stderr] ... Dec 18 14:49:40.618 INFO [stderr] 960 | rt_realloc!(rt_pow2_8bytes_2align_realloc, 8, 2); Dec 18 14:49:40.618 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.618 INFO [stderr] | Dec 18 14:49:40.618 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.618 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.618 INFO [stderr] | Dec 18 14:49:40.618 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.618 INFO [stderr] | Dec 18 14:49:40.618 INFO [stderr] Dec 18 14:49:40.618 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.618 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.619 INFO [stderr] | Dec 18 14:49:40.619 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.619 INFO [stderr] | ^^^^^ Dec 18 14:49:40.619 INFO [stderr] ... Dec 18 14:49:40.619 INFO [stderr] 973 | rt_realloc!(rt_pow2_16bytes_2align_realloc, 16, 2); Dec 18 14:49:40.619 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.619 INFO [stderr] | Dec 18 14:49:40.619 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.619 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.619 INFO [stderr] | Dec 18 14:49:40.619 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.619 INFO [stderr] | Dec 18 14:49:40.619 INFO [stderr] Dec 18 14:49:40.619 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.619 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.619 INFO [stderr] | Dec 18 14:49:40.619 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.619 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.619 INFO [stderr] ... Dec 18 14:49:40.619 INFO [stderr] 973 | rt_realloc!(rt_pow2_16bytes_2align_realloc, 16, 2); Dec 18 14:49:40.619 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.619 INFO [stderr] | Dec 18 14:49:40.619 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.619 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.619 INFO [stderr] | Dec 18 14:49:40.619 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.619 INFO [stderr] | Dec 18 14:49:40.619 INFO [stderr] Dec 18 14:49:40.619 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.619 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.619 INFO [stderr] | Dec 18 14:49:40.619 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.619 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.619 INFO [stderr] ... Dec 18 14:49:40.619 INFO [stderr] 973 | rt_realloc!(rt_pow2_16bytes_2align_realloc, 16, 2); Dec 18 14:49:40.619 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.619 INFO [stderr] | Dec 18 14:49:40.619 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.619 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.619 INFO [stderr] | Dec 18 14:49:40.619 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.619 INFO [stderr] | Dec 18 14:49:40.619 INFO [stderr] Dec 18 14:49:40.619 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.619 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.619 INFO [stderr] | Dec 18 14:49:40.619 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.619 INFO [stderr] | ^^^^^ Dec 18 14:49:40.619 INFO [stderr] ... Dec 18 14:49:40.619 INFO [stderr] 986 | rt_realloc!(rt_pow2_32bytes_2align_realloc, 32, 2); Dec 18 14:49:40.619 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.619 INFO [stderr] | Dec 18 14:49:40.619 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.619 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.619 INFO [stderr] | Dec 18 14:49:40.619 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.619 INFO [stderr] | Dec 18 14:49:40.619 INFO [stderr] Dec 18 14:49:40.619 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.619 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.619 INFO [stderr] | Dec 18 14:49:40.619 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.619 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.619 INFO [stderr] ... Dec 18 14:49:40.619 INFO [stderr] 986 | rt_realloc!(rt_pow2_32bytes_2align_realloc, 32, 2); Dec 18 14:49:40.619 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.624 INFO [stderr] | Dec 18 14:49:40.624 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.624 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.624 INFO [stderr] | Dec 18 14:49:40.624 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.624 INFO [stderr] | Dec 18 14:49:40.624 INFO [stderr] Dec 18 14:49:40.624 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.624 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.624 INFO [stderr] | Dec 18 14:49:40.624 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.624 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.624 INFO [stderr] ... Dec 18 14:49:40.624 INFO [stderr] 986 | rt_realloc!(rt_pow2_32bytes_2align_realloc, 32, 2); Dec 18 14:49:40.624 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.624 INFO [stderr] | Dec 18 14:49:40.624 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.624 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.624 INFO [stderr] | Dec 18 14:49:40.624 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.624 INFO [stderr] | Dec 18 14:49:40.624 INFO [stderr] Dec 18 14:49:40.624 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.624 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.624 INFO [stderr] | Dec 18 14:49:40.624 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.624 INFO [stderr] | ^^^^^ Dec 18 14:49:40.624 INFO [stderr] ... Dec 18 14:49:40.624 INFO [stderr] 999 | rt_realloc!(rt_pow2_64bytes_2align_realloc, 64, 2); Dec 18 14:49:40.624 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.624 INFO [stderr] | Dec 18 14:49:40.624 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.624 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.624 INFO [stderr] | Dec 18 14:49:40.624 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.624 INFO [stderr] | Dec 18 14:49:40.624 INFO [stderr] Dec 18 14:49:40.624 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.624 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.624 INFO [stderr] | Dec 18 14:49:40.624 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.624 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.624 INFO [stderr] ... Dec 18 14:49:40.625 INFO [stderr] 999 | rt_realloc!(rt_pow2_64bytes_2align_realloc, 64, 2); Dec 18 14:49:40.625 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.625 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] Dec 18 14:49:40.625 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.625 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.625 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.625 INFO [stderr] ... Dec 18 14:49:40.625 INFO [stderr] 999 | rt_realloc!(rt_pow2_64bytes_2align_realloc, 64, 2); Dec 18 14:49:40.625 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.625 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] Dec 18 14:49:40.625 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.625 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.625 INFO [stderr] | ^^^^^ Dec 18 14:49:40.625 INFO [stderr] ... Dec 18 14:49:40.625 INFO [stderr] 1012 | rt_realloc!(rt_pow2_128bytes_2align_realloc, 128, 2); Dec 18 14:49:40.625 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.625 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] Dec 18 14:49:40.625 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.625 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.625 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.625 INFO [stderr] ... Dec 18 14:49:40.625 INFO [stderr] 1012 | rt_realloc!(rt_pow2_128bytes_2align_realloc, 128, 2); Dec 18 14:49:40.625 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.625 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] Dec 18 14:49:40.625 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.625 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.625 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.625 INFO [stderr] ... Dec 18 14:49:40.625 INFO [stderr] 1012 | rt_realloc!(rt_pow2_128bytes_2align_realloc, 128, 2); Dec 18 14:49:40.625 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.625 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] Dec 18 14:49:40.625 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.625 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.625 INFO [stderr] | ^^^^^ Dec 18 14:49:40.625 INFO [stderr] ... Dec 18 14:49:40.625 INFO [stderr] 1025 | rt_realloc!(rt_pow2_256bytes_2align_realloc, 256, 2); Dec 18 14:49:40.625 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.625 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.625 INFO [stderr] | Dec 18 14:49:40.625 INFO [stderr] Dec 18 14:49:40.632 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.632 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.632 INFO [stderr] | Dec 18 14:49:40.632 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.632 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.632 INFO [stderr] ... Dec 18 14:49:40.632 INFO [stderr] 1025 | rt_realloc!(rt_pow2_256bytes_2align_realloc, 256, 2); Dec 18 14:49:40.632 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.632 INFO [stderr] | Dec 18 14:49:40.632 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.632 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.632 INFO [stderr] | Dec 18 14:49:40.632 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.632 INFO [stderr] | Dec 18 14:49:40.632 INFO [stderr] Dec 18 14:49:40.632 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.632 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.632 INFO [stderr] | Dec 18 14:49:40.632 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.632 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.632 INFO [stderr] ... Dec 18 14:49:40.632 INFO [stderr] 1025 | rt_realloc!(rt_pow2_256bytes_2align_realloc, 256, 2); Dec 18 14:49:40.632 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.632 INFO [stderr] | Dec 18 14:49:40.632 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.632 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.632 INFO [stderr] | Dec 18 14:49:40.632 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.632 INFO [stderr] | Dec 18 14:49:40.632 INFO [stderr] Dec 18 14:49:40.632 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.632 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.632 INFO [stderr] | Dec 18 14:49:40.632 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.632 INFO [stderr] | ^^^^^ Dec 18 14:49:40.632 INFO [stderr] ... Dec 18 14:49:40.632 INFO [stderr] 1038 | rt_realloc!(rt_pow2_512bytes_2align_realloc, 512, 2); Dec 18 14:49:40.632 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.632 INFO [stderr] | Dec 18 14:49:40.632 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.632 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.632 INFO [stderr] | Dec 18 14:49:40.633 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.633 INFO [stderr] | Dec 18 14:49:40.633 INFO [stderr] Dec 18 14:49:40.633 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.633 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.633 INFO [stderr] | Dec 18 14:49:40.633 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.633 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.633 INFO [stderr] ... Dec 18 14:49:40.633 INFO [stderr] 1038 | rt_realloc!(rt_pow2_512bytes_2align_realloc, 512, 2); Dec 18 14:49:40.633 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.633 INFO [stderr] | Dec 18 14:49:40.633 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.633 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.633 INFO [stderr] | Dec 18 14:49:40.633 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.633 INFO [stderr] | Dec 18 14:49:40.633 INFO [stderr] Dec 18 14:49:40.640 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.640 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.640 INFO [stderr] | Dec 18 14:49:40.640 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.640 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.640 INFO [stderr] ... Dec 18 14:49:40.640 INFO [stderr] 1038 | rt_realloc!(rt_pow2_512bytes_2align_realloc, 512, 2); Dec 18 14:49:40.640 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.640 INFO [stderr] | Dec 18 14:49:40.640 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.640 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.640 INFO [stderr] | Dec 18 14:49:40.640 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.640 INFO [stderr] | Dec 18 14:49:40.640 INFO [stderr] Dec 18 14:49:40.640 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.640 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.640 INFO [stderr] | Dec 18 14:49:40.640 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.640 INFO [stderr] | ^^^^^ Dec 18 14:49:40.640 INFO [stderr] ... Dec 18 14:49:40.644 INFO [stderr] 1051 | rt_realloc!(rt_pow2_1024bytes_2align_realloc, 1024, 2); Dec 18 14:49:40.644 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.644 INFO [stderr] | Dec 18 14:49:40.644 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.644 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.644 INFO [stderr] | Dec 18 14:49:40.644 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.644 INFO [stderr] | Dec 18 14:49:40.644 INFO [stderr] Dec 18 14:49:40.644 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.644 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.644 INFO [stderr] | Dec 18 14:49:40.644 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.644 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.644 INFO [stderr] ... Dec 18 14:49:40.644 INFO [stderr] 1051 | rt_realloc!(rt_pow2_1024bytes_2align_realloc, 1024, 2); Dec 18 14:49:40.644 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.644 INFO [stderr] | Dec 18 14:49:40.644 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.644 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.644 INFO [stderr] | Dec 18 14:49:40.644 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.644 INFO [stderr] | Dec 18 14:49:40.644 INFO [stderr] Dec 18 14:49:40.644 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.644 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.644 INFO [stderr] | Dec 18 14:49:40.644 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.644 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.644 INFO [stderr] ... Dec 18 14:49:40.644 INFO [stderr] 1051 | rt_realloc!(rt_pow2_1024bytes_2align_realloc, 1024, 2); Dec 18 14:49:40.644 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.644 INFO [stderr] | Dec 18 14:49:40.644 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.644 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.644 INFO [stderr] | Dec 18 14:49:40.644 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.644 INFO [stderr] | Dec 18 14:49:40.644 INFO [stderr] Dec 18 14:49:40.644 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.644 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.644 INFO [stderr] | Dec 18 14:49:40.644 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.644 INFO [stderr] | ^^^^^ Dec 18 14:49:40.644 INFO [stderr] ... Dec 18 14:49:40.644 INFO [stderr] 1064 | rt_realloc!(rt_pow2_2048bytes_2align_realloc, 2048, 2); Dec 18 14:49:40.644 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.644 INFO [stderr] | Dec 18 14:49:40.644 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.644 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] Dec 18 14:49:40.645 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.645 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.645 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.645 INFO [stderr] ... Dec 18 14:49:40.645 INFO [stderr] 1064 | rt_realloc!(rt_pow2_2048bytes_2align_realloc, 2048, 2); Dec 18 14:49:40.645 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.645 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] Dec 18 14:49:40.645 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.645 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.645 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.645 INFO [stderr] ... Dec 18 14:49:40.645 INFO [stderr] 1064 | rt_realloc!(rt_pow2_2048bytes_2align_realloc, 2048, 2); Dec 18 14:49:40.645 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.645 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] Dec 18 14:49:40.645 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.645 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.645 INFO [stderr] | ^^^^^ Dec 18 14:49:40.645 INFO [stderr] ... Dec 18 14:49:40.645 INFO [stderr] 1077 | rt_realloc!(rt_pow2_4096bytes_2align_realloc, 4096, 2); Dec 18 14:49:40.645 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.645 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] Dec 18 14:49:40.645 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.645 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.645 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.645 INFO [stderr] ... Dec 18 14:49:40.645 INFO [stderr] 1077 | rt_realloc!(rt_pow2_4096bytes_2align_realloc, 4096, 2); Dec 18 14:49:40.645 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.645 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] Dec 18 14:49:40.645 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.645 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.645 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.645 INFO [stderr] ... Dec 18 14:49:40.645 INFO [stderr] 1077 | rt_realloc!(rt_pow2_4096bytes_2align_realloc, 4096, 2); Dec 18 14:49:40.645 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.645 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] Dec 18 14:49:40.645 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.645 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.645 INFO [stderr] | Dec 18 14:49:40.645 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.646 INFO [stderr] | ^^^^^ Dec 18 14:49:40.646 INFO [stderr] ... Dec 18 14:49:40.646 INFO [stderr] 1090 | rt_realloc!(rt_pow2_8192bytes_2align_realloc, 8192, 2); Dec 18 14:49:40.646 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.646 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] Dec 18 14:49:40.646 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.646 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.646 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.646 INFO [stderr] ... Dec 18 14:49:40.646 INFO [stderr] 1090 | rt_realloc!(rt_pow2_8192bytes_2align_realloc, 8192, 2); Dec 18 14:49:40.646 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.646 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] Dec 18 14:49:40.646 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.646 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.646 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.646 INFO [stderr] ... Dec 18 14:49:40.646 INFO [stderr] 1090 | rt_realloc!(rt_pow2_8192bytes_2align_realloc, 8192, 2); Dec 18 14:49:40.646 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.646 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] Dec 18 14:49:40.646 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.646 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.646 INFO [stderr] | ^^^^^ Dec 18 14:49:40.646 INFO [stderr] ... Dec 18 14:49:40.646 INFO [stderr] 1103 | rt_realloc!(rt_pow2_16384bytes_2align_realloc, 16384, 2); Dec 18 14:49:40.646 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.646 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] Dec 18 14:49:40.646 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.646 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.646 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.646 INFO [stderr] ... Dec 18 14:49:40.646 INFO [stderr] 1103 | rt_realloc!(rt_pow2_16384bytes_2align_realloc, 16384, 2); Dec 18 14:49:40.646 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.646 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] Dec 18 14:49:40.646 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.646 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.646 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.646 INFO [stderr] ... Dec 18 14:49:40.646 INFO [stderr] 1103 | rt_realloc!(rt_pow2_16384bytes_2align_realloc, 16384, 2); Dec 18 14:49:40.646 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.646 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.646 INFO [stderr] Dec 18 14:49:40.646 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.646 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.646 INFO [stderr] | Dec 18 14:49:40.647 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.647 INFO [stderr] | ^^^^^ Dec 18 14:49:40.647 INFO [stderr] ... Dec 18 14:49:40.647 INFO [stderr] 1116 | rt_realloc!(rt_pow2_32768bytes_2align_realloc, 32768, 2); Dec 18 14:49:40.647 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.647 INFO [stderr] | Dec 18 14:49:40.647 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.687 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.687 INFO [stderr] | Dec 18 14:49:40.687 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.687 INFO [stderr] | Dec 18 14:49:40.687 INFO [stderr] Dec 18 14:49:40.687 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.687 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.687 INFO [stderr] | Dec 18 14:49:40.687 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.687 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.687 INFO [stderr] ... Dec 18 14:49:40.687 INFO [stderr] 1116 | rt_realloc!(rt_pow2_32768bytes_2align_realloc, 32768, 2); Dec 18 14:49:40.687 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.687 INFO [stderr] | Dec 18 14:49:40.687 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.687 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.687 INFO [stderr] | Dec 18 14:49:40.687 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.687 INFO [stderr] | Dec 18 14:49:40.687 INFO [stderr] Dec 18 14:49:40.687 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.687 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.687 INFO [stderr] | Dec 18 14:49:40.687 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.687 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.687 INFO [stderr] ... Dec 18 14:49:40.687 INFO [stderr] 1116 | rt_realloc!(rt_pow2_32768bytes_2align_realloc, 32768, 2); Dec 18 14:49:40.687 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.687 INFO [stderr] | Dec 18 14:49:40.687 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.687 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.687 INFO [stderr] | Dec 18 14:49:40.687 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.687 INFO [stderr] | Dec 18 14:49:40.687 INFO [stderr] Dec 18 14:49:40.687 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.687 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.687 INFO [stderr] | Dec 18 14:49:40.687 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.687 INFO [stderr] | ^^^^^ Dec 18 14:49:40.687 INFO [stderr] ... Dec 18 14:49:40.687 INFO [stderr] 1129 | rt_realloc!(rt_pow2_65536bytes_2align_realloc, 65536, 2); Dec 18 14:49:40.687 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.687 INFO [stderr] | Dec 18 14:49:40.687 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.687 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.687 INFO [stderr] | Dec 18 14:49:40.687 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.687 INFO [stderr] | Dec 18 14:49:40.687 INFO [stderr] Dec 18 14:49:40.688 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.688 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.688 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.688 INFO [stderr] ... Dec 18 14:49:40.688 INFO [stderr] 1129 | rt_realloc!(rt_pow2_65536bytes_2align_realloc, 65536, 2); Dec 18 14:49:40.688 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.688 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] Dec 18 14:49:40.688 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.688 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.688 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.688 INFO [stderr] ... Dec 18 14:49:40.688 INFO [stderr] 1129 | rt_realloc!(rt_pow2_65536bytes_2align_realloc, 65536, 2); Dec 18 14:49:40.688 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.688 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] Dec 18 14:49:40.688 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.688 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.688 INFO [stderr] | ^^^^^ Dec 18 14:49:40.688 INFO [stderr] ... Dec 18 14:49:40.688 INFO [stderr] 1142 | rt_realloc!(rt_pow2_131072bytes_2align_realloc, 131072, 2); Dec 18 14:49:40.688 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.688 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] Dec 18 14:49:40.688 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.688 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.688 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.688 INFO [stderr] ... Dec 18 14:49:40.688 INFO [stderr] 1142 | rt_realloc!(rt_pow2_131072bytes_2align_realloc, 131072, 2); Dec 18 14:49:40.688 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.688 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] Dec 18 14:49:40.688 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.688 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.688 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.688 INFO [stderr] ... Dec 18 14:49:40.688 INFO [stderr] 1142 | rt_realloc!(rt_pow2_131072bytes_2align_realloc, 131072, 2); Dec 18 14:49:40.688 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.688 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] Dec 18 14:49:40.688 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.688 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.688 INFO [stderr] | Dec 18 14:49:40.688 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.688 INFO [stderr] | ^^^^^ Dec 18 14:49:40.688 INFO [stderr] ... Dec 18 14:49:40.688 INFO [stderr] 1155 | rt_realloc!(rt_pow2_4194304bytes_2align_realloc, 4194304, 2); Dec 18 14:49:40.689 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.689 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] Dec 18 14:49:40.689 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.689 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.689 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.689 INFO [stderr] ... Dec 18 14:49:40.689 INFO [stderr] 1155 | rt_realloc!(rt_pow2_4194304bytes_2align_realloc, 4194304, 2); Dec 18 14:49:40.689 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.689 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] Dec 18 14:49:40.689 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.689 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.689 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.689 INFO [stderr] ... Dec 18 14:49:40.689 INFO [stderr] 1155 | rt_realloc!(rt_pow2_4194304bytes_2align_realloc, 4194304, 2); Dec 18 14:49:40.689 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.689 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] Dec 18 14:49:40.689 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.689 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.689 INFO [stderr] | ^^^^^ Dec 18 14:49:40.689 INFO [stderr] ... Dec 18 14:49:40.689 INFO [stderr] 1169 | rt_realloc!(rt_even_10bytes_2align_realloc, 10, 2); Dec 18 14:49:40.689 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.689 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] Dec 18 14:49:40.689 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.689 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.689 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.689 INFO [stderr] ... Dec 18 14:49:40.689 INFO [stderr] 1169 | rt_realloc!(rt_even_10bytes_2align_realloc, 10, 2); Dec 18 14:49:40.689 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.689 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] Dec 18 14:49:40.689 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.689 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.689 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.689 INFO [stderr] ... Dec 18 14:49:40.689 INFO [stderr] 1169 | rt_realloc!(rt_even_10bytes_2align_realloc, 10, 2); Dec 18 14:49:40.689 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.689 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] Dec 18 14:49:40.689 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.689 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.689 INFO [stderr] | Dec 18 14:49:40.689 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.690 INFO [stderr] | ^^^^^ Dec 18 14:49:40.690 INFO [stderr] ... Dec 18 14:49:40.690 INFO [stderr] 1182 | rt_realloc!(rt_even_100bytes_2align_realloc, 100, 2); Dec 18 14:49:40.690 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.690 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] Dec 18 14:49:40.690 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.690 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.690 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.690 INFO [stderr] ... Dec 18 14:49:40.690 INFO [stderr] 1182 | rt_realloc!(rt_even_100bytes_2align_realloc, 100, 2); Dec 18 14:49:40.690 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.690 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] Dec 18 14:49:40.690 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.690 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.690 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.690 INFO [stderr] ... Dec 18 14:49:40.690 INFO [stderr] 1182 | rt_realloc!(rt_even_100bytes_2align_realloc, 100, 2); Dec 18 14:49:40.690 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.690 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] Dec 18 14:49:40.690 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.690 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.690 INFO [stderr] | ^^^^^ Dec 18 14:49:40.690 INFO [stderr] ... Dec 18 14:49:40.690 INFO [stderr] 1195 | rt_realloc!(rt_even_1000bytes_2align_realloc, 1000, 2); Dec 18 14:49:40.690 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.690 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] Dec 18 14:49:40.690 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.690 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.690 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.690 INFO [stderr] ... Dec 18 14:49:40.690 INFO [stderr] 1195 | rt_realloc!(rt_even_1000bytes_2align_realloc, 1000, 2); Dec 18 14:49:40.690 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.690 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] Dec 18 14:49:40.690 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.690 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.690 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.690 INFO [stderr] ... Dec 18 14:49:40.690 INFO [stderr] 1195 | rt_realloc!(rt_even_1000bytes_2align_realloc, 1000, 2); Dec 18 14:49:40.690 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.690 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.690 INFO [stderr] Dec 18 14:49:40.690 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.690 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.690 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.691 INFO [stderr] | ^^^^^ Dec 18 14:49:40.691 INFO [stderr] ... Dec 18 14:49:40.691 INFO [stderr] 1208 | rt_realloc!(rt_even_10000bytes_2align_realloc, 10000, 2); Dec 18 14:49:40.691 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.691 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] Dec 18 14:49:40.691 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.691 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.691 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.691 INFO [stderr] ... Dec 18 14:49:40.691 INFO [stderr] 1208 | rt_realloc!(rt_even_10000bytes_2align_realloc, 10000, 2); Dec 18 14:49:40.691 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.691 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] Dec 18 14:49:40.691 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.691 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.691 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.691 INFO [stderr] ... Dec 18 14:49:40.691 INFO [stderr] 1208 | rt_realloc!(rt_even_10000bytes_2align_realloc, 10000, 2); Dec 18 14:49:40.691 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.691 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] Dec 18 14:49:40.691 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.691 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.691 INFO [stderr] | ^^^^^ Dec 18 14:49:40.691 INFO [stderr] ... Dec 18 14:49:40.691 INFO [stderr] 1221 | rt_realloc!(rt_even_100000bytes_2align_realloc, 100000, 2); Dec 18 14:49:40.691 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.691 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] Dec 18 14:49:40.691 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.691 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.691 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.691 INFO [stderr] ... Dec 18 14:49:40.691 INFO [stderr] 1221 | rt_realloc!(rt_even_100000bytes_2align_realloc, 100000, 2); Dec 18 14:49:40.691 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.691 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] Dec 18 14:49:40.691 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.691 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.691 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.691 INFO [stderr] ... Dec 18 14:49:40.691 INFO [stderr] 1221 | rt_realloc!(rt_even_100000bytes_2align_realloc, 100000, 2); Dec 18 14:49:40.691 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.691 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.691 INFO [stderr] | Dec 18 14:49:40.691 INFO [stderr] Dec 18 14:49:40.692 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.692 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.692 INFO [stderr] | Dec 18 14:49:40.692 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.692 INFO [stderr] | ^^^^^ Dec 18 14:49:40.692 INFO [stderr] ... Dec 18 14:49:40.692 INFO [stderr] 1234 | rt_realloc!(rt_even_1000000bytes_2align_realloc, 1000000, 2); Dec 18 14:49:40.692 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.692 INFO [stderr] | Dec 18 14:49:40.692 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.692 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.692 INFO [stderr] | Dec 18 14:49:40.692 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.692 INFO [stderr] | Dec 18 14:49:40.692 INFO [stderr] Dec 18 14:49:40.692 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.692 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.692 INFO [stderr] | Dec 18 14:49:40.692 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.692 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.692 INFO [stderr] ... Dec 18 14:49:40.692 INFO [stderr] 1234 | rt_realloc!(rt_even_1000000bytes_2align_realloc, 1000000, 2); Dec 18 14:49:40.692 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.692 INFO [stderr] | Dec 18 14:49:40.692 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.692 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.692 INFO [stderr] | Dec 18 14:49:40.692 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.692 INFO [stderr] | Dec 18 14:49:40.692 INFO [stderr] Dec 18 14:49:40.692 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.700 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.700 INFO [stderr] | Dec 18 14:49:40.700 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.700 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.700 INFO [stderr] ... Dec 18 14:49:40.700 INFO [stderr] 1234 | rt_realloc!(rt_even_1000000bytes_2align_realloc, 1000000, 2); Dec 18 14:49:40.700 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.700 INFO [stderr] | Dec 18 14:49:40.700 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.700 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.700 INFO [stderr] | Dec 18 14:49:40.700 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.700 INFO [stderr] | Dec 18 14:49:40.700 INFO [stderr] Dec 18 14:49:40.700 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.700 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.700 INFO [stderr] | Dec 18 14:49:40.700 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.700 INFO [stderr] | ^^^^^ Dec 18 14:49:40.700 INFO [stderr] ... Dec 18 14:49:40.700 INFO [stderr] 1248 | rt_realloc!(rt_odd_10bytes_2align_realloc, 10- 1, 2); Dec 18 14:49:40.700 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.700 INFO [stderr] | Dec 18 14:49:40.700 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.700 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.700 INFO [stderr] | Dec 18 14:49:40.700 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.700 INFO [stderr] | Dec 18 14:49:40.700 INFO [stderr] Dec 18 14:49:40.700 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.700 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.700 INFO [stderr] | Dec 18 14:49:40.700 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.700 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.700 INFO [stderr] ... Dec 18 14:49:40.700 INFO [stderr] 1248 | rt_realloc!(rt_odd_10bytes_2align_realloc, 10- 1, 2); Dec 18 14:49:40.700 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.700 INFO [stderr] | Dec 18 14:49:40.700 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.700 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.700 INFO [stderr] | Dec 18 14:49:40.700 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.700 INFO [stderr] | Dec 18 14:49:40.700 INFO [stderr] Dec 18 14:49:40.701 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.701 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.701 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.701 INFO [stderr] ... Dec 18 14:49:40.701 INFO [stderr] 1248 | rt_realloc!(rt_odd_10bytes_2align_realloc, 10- 1, 2); Dec 18 14:49:40.701 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.701 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] Dec 18 14:49:40.701 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.701 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.701 INFO [stderr] | ^^^^^ Dec 18 14:49:40.701 INFO [stderr] ... Dec 18 14:49:40.701 INFO [stderr] 1261 | rt_realloc!(rt_odd_100bytes_2align_realloc, 100- 1, 2); Dec 18 14:49:40.701 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.701 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] Dec 18 14:49:40.701 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.701 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.701 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.701 INFO [stderr] ... Dec 18 14:49:40.701 INFO [stderr] 1261 | rt_realloc!(rt_odd_100bytes_2align_realloc, 100- 1, 2); Dec 18 14:49:40.701 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.701 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] Dec 18 14:49:40.701 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.701 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.701 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.701 INFO [stderr] ... Dec 18 14:49:40.701 INFO [stderr] 1261 | rt_realloc!(rt_odd_100bytes_2align_realloc, 100- 1, 2); Dec 18 14:49:40.701 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.701 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] Dec 18 14:49:40.701 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.701 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.701 INFO [stderr] | ^^^^^ Dec 18 14:49:40.701 INFO [stderr] ... Dec 18 14:49:40.701 INFO [stderr] 1274 | rt_realloc!(rt_odd_1000bytes_2align_realloc, 1000- 1, 2); Dec 18 14:49:40.701 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.701 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] Dec 18 14:49:40.701 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.701 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.701 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.701 INFO [stderr] ... Dec 18 14:49:40.701 INFO [stderr] 1274 | rt_realloc!(rt_odd_1000bytes_2align_realloc, 1000- 1, 2); Dec 18 14:49:40.701 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.701 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.701 INFO [stderr] | Dec 18 14:49:40.701 INFO [stderr] Dec 18 14:49:40.702 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.702 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.702 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.702 INFO [stderr] ... Dec 18 14:49:40.702 INFO [stderr] 1274 | rt_realloc!(rt_odd_1000bytes_2align_realloc, 1000- 1, 2); Dec 18 14:49:40.702 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.702 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] Dec 18 14:49:40.702 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.702 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.702 INFO [stderr] | ^^^^^ Dec 18 14:49:40.702 INFO [stderr] ... Dec 18 14:49:40.702 INFO [stderr] 1287 | rt_realloc!(rt_odd_10000bytes_2align_realloc, 10000- 1, 2); Dec 18 14:49:40.702 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.702 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] Dec 18 14:49:40.702 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.702 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.702 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.702 INFO [stderr] ... Dec 18 14:49:40.702 INFO [stderr] 1287 | rt_realloc!(rt_odd_10000bytes_2align_realloc, 10000- 1, 2); Dec 18 14:49:40.702 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.702 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] Dec 18 14:49:40.702 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.702 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.702 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.702 INFO [stderr] ... Dec 18 14:49:40.702 INFO [stderr] 1287 | rt_realloc!(rt_odd_10000bytes_2align_realloc, 10000- 1, 2); Dec 18 14:49:40.702 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.702 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] Dec 18 14:49:40.702 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.702 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.702 INFO [stderr] | ^^^^^ Dec 18 14:49:40.702 INFO [stderr] ... Dec 18 14:49:40.702 INFO [stderr] 1300 | rt_realloc!(rt_odd_100000bytes_2align_realloc, 100000- 1, 2); Dec 18 14:49:40.702 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.702 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] Dec 18 14:49:40.702 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.702 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.702 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.702 INFO [stderr] ... Dec 18 14:49:40.702 INFO [stderr] 1300 | rt_realloc!(rt_odd_100000bytes_2align_realloc, 100000- 1, 2); Dec 18 14:49:40.702 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.702 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.702 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.702 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] Dec 18 14:49:40.703 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.703 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.703 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.703 INFO [stderr] ... Dec 18 14:49:40.703 INFO [stderr] 1300 | rt_realloc!(rt_odd_100000bytes_2align_realloc, 100000- 1, 2); Dec 18 14:49:40.703 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.703 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] Dec 18 14:49:40.703 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.703 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.703 INFO [stderr] | ^^^^^ Dec 18 14:49:40.703 INFO [stderr] ... Dec 18 14:49:40.703 INFO [stderr] 1313 | rt_realloc!(rt_odd_1000000bytes_2align_realloc, 1000000- 1, 2); Dec 18 14:49:40.703 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.703 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] Dec 18 14:49:40.703 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.703 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.703 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.703 INFO [stderr] ... Dec 18 14:49:40.703 INFO [stderr] 1313 | rt_realloc!(rt_odd_1000000bytes_2align_realloc, 1000000- 1, 2); Dec 18 14:49:40.703 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.703 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] Dec 18 14:49:40.703 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.703 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.703 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.703 INFO [stderr] ... Dec 18 14:49:40.703 INFO [stderr] 1313 | rt_realloc!(rt_odd_1000000bytes_2align_realloc, 1000000- 1, 2); Dec 18 14:49:40.703 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.703 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] Dec 18 14:49:40.703 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.703 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.703 INFO [stderr] | ^^^^^ Dec 18 14:49:40.703 INFO [stderr] ... Dec 18 14:49:40.703 INFO [stderr] 1327 | rt_realloc!(rt_primes_3bytes_2align_realloc, 3, 2); Dec 18 14:49:40.703 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.703 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] Dec 18 14:49:40.703 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.703 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.703 INFO [stderr] | Dec 18 14:49:40.703 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.703 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.704 INFO [stderr] ... Dec 18 14:49:40.704 INFO [stderr] 1327 | rt_realloc!(rt_primes_3bytes_2align_realloc, 3, 2); Dec 18 14:49:40.704 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.704 INFO [stderr] | Dec 18 14:49:40.704 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.704 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.704 INFO [stderr] | Dec 18 14:49:40.704 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.704 INFO [stderr] | Dec 18 14:49:40.704 INFO [stderr] Dec 18 14:49:40.704 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.704 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.704 INFO [stderr] | Dec 18 14:49:40.704 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.704 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.704 INFO [stderr] ... Dec 18 14:49:40.704 INFO [stderr] 1327 | rt_realloc!(rt_primes_3bytes_2align_realloc, 3, 2); Dec 18 14:49:40.704 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.704 INFO [stderr] | Dec 18 14:49:40.704 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.704 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.704 INFO [stderr] | Dec 18 14:49:40.704 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.704 INFO [stderr] | Dec 18 14:49:40.704 INFO [stderr] Dec 18 14:49:40.704 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.704 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.704 INFO [stderr] | Dec 18 14:49:40.704 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.704 INFO [stderr] | ^^^^^ Dec 18 14:49:40.704 INFO [stderr] ... Dec 18 14:49:40.728 INFO [stderr] 1340 | rt_realloc!(rt_primes_7bytes_2align_realloc, 7, 2); Dec 18 14:49:40.728 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.728 INFO [stderr] | Dec 18 14:49:40.728 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.728 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.728 INFO [stderr] | Dec 18 14:49:40.728 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.728 INFO [stderr] | Dec 18 14:49:40.728 INFO [stderr] Dec 18 14:49:40.728 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.728 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.728 INFO [stderr] | Dec 18 14:49:40.728 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.728 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.728 INFO [stderr] ... Dec 18 14:49:40.728 INFO [stderr] 1340 | rt_realloc!(rt_primes_7bytes_2align_realloc, 7, 2); Dec 18 14:49:40.728 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.728 INFO [stderr] | Dec 18 14:49:40.728 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.728 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.728 INFO [stderr] | Dec 18 14:49:40.728 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.728 INFO [stderr] | Dec 18 14:49:40.728 INFO [stderr] Dec 18 14:49:40.728 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.728 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.728 INFO [stderr] | Dec 18 14:49:40.728 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.728 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.728 INFO [stderr] ... Dec 18 14:49:40.728 INFO [stderr] 1340 | rt_realloc!(rt_primes_7bytes_2align_realloc, 7, 2); Dec 18 14:49:40.728 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.728 INFO [stderr] | Dec 18 14:49:40.728 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.728 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.728 INFO [stderr] | Dec 18 14:49:40.728 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.728 INFO [stderr] | Dec 18 14:49:40.728 INFO [stderr] Dec 18 14:49:40.728 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.728 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.729 INFO [stderr] | ^^^^^ Dec 18 14:49:40.729 INFO [stderr] ... Dec 18 14:49:40.729 INFO [stderr] 1353 | rt_realloc!(rt_primes_13bytes_2align_realloc, 13, 2); Dec 18 14:49:40.729 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.729 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] Dec 18 14:49:40.729 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.729 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.729 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.729 INFO [stderr] ... Dec 18 14:49:40.729 INFO [stderr] 1353 | rt_realloc!(rt_primes_13bytes_2align_realloc, 13, 2); Dec 18 14:49:40.729 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.729 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] Dec 18 14:49:40.729 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.729 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.729 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.729 INFO [stderr] ... Dec 18 14:49:40.729 INFO [stderr] 1353 | rt_realloc!(rt_primes_13bytes_2align_realloc, 13, 2); Dec 18 14:49:40.729 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.729 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] Dec 18 14:49:40.729 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.729 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.729 INFO [stderr] | ^^^^^ Dec 18 14:49:40.729 INFO [stderr] ... Dec 18 14:49:40.729 INFO [stderr] 1366 | rt_realloc!(rt_primes_17bytes_2align_realloc, 17, 2); Dec 18 14:49:40.729 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.729 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] Dec 18 14:49:40.729 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.729 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.729 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.729 INFO [stderr] ... Dec 18 14:49:40.729 INFO [stderr] 1366 | rt_realloc!(rt_primes_17bytes_2align_realloc, 17, 2); Dec 18 14:49:40.729 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.729 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] Dec 18 14:49:40.729 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.729 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.729 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.729 INFO [stderr] ... Dec 18 14:49:40.729 INFO [stderr] 1366 | rt_realloc!(rt_primes_17bytes_2align_realloc, 17, 2); Dec 18 14:49:40.729 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.729 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.729 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.729 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] Dec 18 14:49:40.730 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.730 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.730 INFO [stderr] | ^^^^^ Dec 18 14:49:40.730 INFO [stderr] ... Dec 18 14:49:40.730 INFO [stderr] 1379 | rt_realloc!(rt_primes_31bytes_2align_realloc, 31, 2); Dec 18 14:49:40.730 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.730 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] Dec 18 14:49:40.730 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.730 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.730 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.730 INFO [stderr] ... Dec 18 14:49:40.730 INFO [stderr] 1379 | rt_realloc!(rt_primes_31bytes_2align_realloc, 31, 2); Dec 18 14:49:40.730 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.730 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] Dec 18 14:49:40.730 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.730 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.730 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.730 INFO [stderr] ... Dec 18 14:49:40.730 INFO [stderr] 1379 | rt_realloc!(rt_primes_31bytes_2align_realloc, 31, 2); Dec 18 14:49:40.730 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.730 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] Dec 18 14:49:40.730 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.730 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.730 INFO [stderr] | ^^^^^ Dec 18 14:49:40.730 INFO [stderr] ... Dec 18 14:49:40.730 INFO [stderr] 1392 | rt_realloc!(rt_primes_61bytes_2align_realloc, 61, 2); Dec 18 14:49:40.730 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.730 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] Dec 18 14:49:40.730 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.730 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.730 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.730 INFO [stderr] ... Dec 18 14:49:40.730 INFO [stderr] 1392 | rt_realloc!(rt_primes_61bytes_2align_realloc, 61, 2); Dec 18 14:49:40.730 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.730 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] Dec 18 14:49:40.730 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.730 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.730 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.730 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.730 INFO [stderr] ... Dec 18 14:49:40.730 INFO [stderr] 1392 | rt_realloc!(rt_primes_61bytes_2align_realloc, 61, 2); Dec 18 14:49:40.730 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.730 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.731 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] Dec 18 14:49:40.731 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.731 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.731 INFO [stderr] | ^^^^^ Dec 18 14:49:40.731 INFO [stderr] ... Dec 18 14:49:40.731 INFO [stderr] 1405 | rt_realloc!(rt_primes_96bytes_2align_realloc, 96, 2); Dec 18 14:49:40.731 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.731 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] Dec 18 14:49:40.731 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.731 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.731 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.731 INFO [stderr] ... Dec 18 14:49:40.731 INFO [stderr] 1405 | rt_realloc!(rt_primes_96bytes_2align_realloc, 96, 2); Dec 18 14:49:40.731 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.731 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] Dec 18 14:49:40.731 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.731 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.731 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.731 INFO [stderr] ... Dec 18 14:49:40.731 INFO [stderr] 1405 | rt_realloc!(rt_primes_96bytes_2align_realloc, 96, 2); Dec 18 14:49:40.731 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.731 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] Dec 18 14:49:40.731 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.731 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.731 INFO [stderr] | ^^^^^ Dec 18 14:49:40.731 INFO [stderr] ... Dec 18 14:49:40.731 INFO [stderr] 1418 | rt_realloc!(rt_primes_127bytes_2align_realloc, 127, 2); Dec 18 14:49:40.731 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.731 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] Dec 18 14:49:40.731 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.731 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.731 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.731 INFO [stderr] ... Dec 18 14:49:40.731 INFO [stderr] 1418 | rt_realloc!(rt_primes_127bytes_2align_realloc, 127, 2); Dec 18 14:49:40.731 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.731 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] Dec 18 14:49:40.731 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.731 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.731 INFO [stderr] | Dec 18 14:49:40.731 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.731 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.731 INFO [stderr] ... Dec 18 14:49:40.732 INFO [stderr] 1418 | rt_realloc!(rt_primes_127bytes_2align_realloc, 127, 2); Dec 18 14:49:40.732 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.732 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] Dec 18 14:49:40.732 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.732 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.732 INFO [stderr] | ^^^^^ Dec 18 14:49:40.732 INFO [stderr] ... Dec 18 14:49:40.732 INFO [stderr] 1431 | rt_realloc!(rt_primes_257bytes_2align_realloc, 257, 2); Dec 18 14:49:40.732 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.732 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] Dec 18 14:49:40.732 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.732 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.732 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.732 INFO [stderr] ... Dec 18 14:49:40.732 INFO [stderr] 1431 | rt_realloc!(rt_primes_257bytes_2align_realloc, 257, 2); Dec 18 14:49:40.732 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.732 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] Dec 18 14:49:40.732 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.732 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.732 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.732 INFO [stderr] ... Dec 18 14:49:40.732 INFO [stderr] 1431 | rt_realloc!(rt_primes_257bytes_2align_realloc, 257, 2); Dec 18 14:49:40.732 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.732 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] Dec 18 14:49:40.732 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.732 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.732 INFO [stderr] | ^^^^^ Dec 18 14:49:40.732 INFO [stderr] ... Dec 18 14:49:40.732 INFO [stderr] 1444 | rt_realloc!(rt_primes_509bytes_2align_realloc, 509, 2); Dec 18 14:49:40.732 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.732 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] Dec 18 14:49:40.732 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.732 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.732 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.732 INFO [stderr] ... Dec 18 14:49:40.732 INFO [stderr] 1444 | rt_realloc!(rt_primes_509bytes_2align_realloc, 509, 2); Dec 18 14:49:40.732 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.732 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.732 INFO [stderr] | Dec 18 14:49:40.732 INFO [stderr] Dec 18 14:49:40.732 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.732 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.733 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.733 INFO [stderr] ... Dec 18 14:49:40.733 INFO [stderr] 1444 | rt_realloc!(rt_primes_509bytes_2align_realloc, 509, 2); Dec 18 14:49:40.733 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.733 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] Dec 18 14:49:40.733 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.733 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.733 INFO [stderr] | ^^^^^ Dec 18 14:49:40.733 INFO [stderr] ... Dec 18 14:49:40.733 INFO [stderr] 1457 | rt_realloc!(rt_primes_1021bytes_2align_realloc, 1021, 2); Dec 18 14:49:40.733 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.733 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] Dec 18 14:49:40.733 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.733 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.733 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.733 INFO [stderr] ... Dec 18 14:49:40.733 INFO [stderr] 1457 | rt_realloc!(rt_primes_1021bytes_2align_realloc, 1021, 2); Dec 18 14:49:40.733 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.733 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] Dec 18 14:49:40.733 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.733 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.733 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.733 INFO [stderr] ... Dec 18 14:49:40.733 INFO [stderr] 1457 | rt_realloc!(rt_primes_1021bytes_2align_realloc, 1021, 2); Dec 18 14:49:40.733 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.733 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] Dec 18 14:49:40.733 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.733 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.733 INFO [stderr] | ^^^^^ Dec 18 14:49:40.733 INFO [stderr] ... Dec 18 14:49:40.733 INFO [stderr] 1470 | rt_realloc!(rt_primes_2039bytes_2align_realloc, 2039, 2); Dec 18 14:49:40.733 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.733 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] Dec 18 14:49:40.733 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.733 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.733 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.733 INFO [stderr] ... Dec 18 14:49:40.733 INFO [stderr] 1470 | rt_realloc!(rt_primes_2039bytes_2align_realloc, 2039, 2); Dec 18 14:49:40.733 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.733 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.733 INFO [stderr] | Dec 18 14:49:40.733 INFO [stderr] Dec 18 14:49:40.734 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.734 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.734 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.734 INFO [stderr] ... Dec 18 14:49:40.734 INFO [stderr] 1470 | rt_realloc!(rt_primes_2039bytes_2align_realloc, 2039, 2); Dec 18 14:49:40.734 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.734 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] Dec 18 14:49:40.734 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.734 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.734 INFO [stderr] | ^^^^^ Dec 18 14:49:40.734 INFO [stderr] ... Dec 18 14:49:40.734 INFO [stderr] 1483 | rt_realloc!(rt_primes_4093bytes_2align_realloc, 4093, 2); Dec 18 14:49:40.734 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.734 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] Dec 18 14:49:40.734 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.734 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.734 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.734 INFO [stderr] ... Dec 18 14:49:40.734 INFO [stderr] 1483 | rt_realloc!(rt_primes_4093bytes_2align_realloc, 4093, 2); Dec 18 14:49:40.734 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.734 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] Dec 18 14:49:40.734 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.734 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.734 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.734 INFO [stderr] ... Dec 18 14:49:40.734 INFO [stderr] 1483 | rt_realloc!(rt_primes_4093bytes_2align_realloc, 4093, 2); Dec 18 14:49:40.734 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.734 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] Dec 18 14:49:40.734 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.734 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.734 INFO [stderr] | ^^^^^ Dec 18 14:49:40.734 INFO [stderr] ... Dec 18 14:49:40.734 INFO [stderr] 1496 | rt_realloc!(rt_primes_8191bytes_2align_realloc, 8191, 2); Dec 18 14:49:40.734 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.734 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] Dec 18 14:49:40.734 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.734 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.734 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.734 INFO [stderr] ... Dec 18 14:49:40.734 INFO [stderr] 1496 | rt_realloc!(rt_primes_8191bytes_2align_realloc, 8191, 2); Dec 18 14:49:40.734 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.734 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.734 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.734 INFO [stderr] | Dec 18 14:49:40.735 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.735 INFO [stderr] | Dec 18 14:49:40.735 INFO [stderr] Dec 18 14:49:40.735 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.735 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.735 INFO [stderr] | Dec 18 14:49:40.735 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.735 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.735 INFO [stderr] ... Dec 18 14:49:40.735 INFO [stderr] 1496 | rt_realloc!(rt_primes_8191bytes_2align_realloc, 8191, 2); Dec 18 14:49:40.735 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.735 INFO [stderr] | Dec 18 14:49:40.735 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.735 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.735 INFO [stderr] | Dec 18 14:49:40.735 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.735 INFO [stderr] | Dec 18 14:49:40.735 INFO [stderr] Dec 18 14:49:40.735 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.735 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.735 INFO [stderr] | Dec 18 14:49:40.735 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.735 INFO [stderr] | ^^^^^ Dec 18 14:49:40.735 INFO [stderr] ... Dec 18 14:49:40.735 INFO [stderr] 1509 | rt_realloc!(rt_primes_16381bytes_2align_realloc, 16381, 2); Dec 18 14:49:40.735 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.735 INFO [stderr] | Dec 18 14:49:40.735 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.735 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.735 INFO [stderr] | Dec 18 14:49:40.735 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.735 INFO [stderr] | Dec 18 14:49:40.735 INFO [stderr] Dec 18 14:49:40.735 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.735 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.735 INFO [stderr] | Dec 18 14:49:40.735 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.735 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.735 INFO [stderr] ... Dec 18 14:49:40.735 INFO [stderr] 1509 | rt_realloc!(rt_primes_16381bytes_2align_realloc, 16381, 2); Dec 18 14:49:40.735 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.735 INFO [stderr] | Dec 18 14:49:40.735 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.735 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.735 INFO [stderr] | Dec 18 14:49:40.735 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.735 INFO [stderr] | Dec 18 14:49:40.735 INFO [stderr] Dec 18 14:49:40.735 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.735 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.735 INFO [stderr] | Dec 18 14:49:40.735 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.735 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.735 INFO [stderr] ... Dec 18 14:49:40.735 INFO [stderr] 1509 | rt_realloc!(rt_primes_16381bytes_2align_realloc, 16381, 2); Dec 18 14:49:40.735 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.735 INFO [stderr] | Dec 18 14:49:40.735 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.735 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.735 INFO [stderr] | Dec 18 14:49:40.735 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.735 INFO [stderr] | Dec 18 14:49:40.735 INFO [stderr] Dec 18 14:49:40.772 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.772 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.772 INFO [stderr] | Dec 18 14:49:40.772 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.772 INFO [stderr] | ^^^^^ Dec 18 14:49:40.772 INFO [stderr] ... Dec 18 14:49:40.772 INFO [stderr] 1522 | rt_realloc!(rt_primes_32749bytes_2align_realloc, 32749, 2); Dec 18 14:49:40.772 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.772 INFO [stderr] | Dec 18 14:49:40.772 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.772 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.772 INFO [stderr] | Dec 18 14:49:40.772 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.772 INFO [stderr] | Dec 18 14:49:40.772 INFO [stderr] Dec 18 14:49:40.772 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.772 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.772 INFO [stderr] | Dec 18 14:49:40.772 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.772 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.772 INFO [stderr] ... Dec 18 14:49:40.772 INFO [stderr] 1522 | rt_realloc!(rt_primes_32749bytes_2align_realloc, 32749, 2); Dec 18 14:49:40.772 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.772 INFO [stderr] | Dec 18 14:49:40.772 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.772 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.772 INFO [stderr] | Dec 18 14:49:40.772 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.772 INFO [stderr] | Dec 18 14:49:40.772 INFO [stderr] Dec 18 14:49:40.772 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.772 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.772 INFO [stderr] | Dec 18 14:49:40.772 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.772 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.772 INFO [stderr] ... Dec 18 14:49:40.772 INFO [stderr] 1522 | rt_realloc!(rt_primes_32749bytes_2align_realloc, 32749, 2); Dec 18 14:49:40.772 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.773 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] Dec 18 14:49:40.773 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.773 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.773 INFO [stderr] | ^^^^^ Dec 18 14:49:40.773 INFO [stderr] ... Dec 18 14:49:40.773 INFO [stderr] 1535 | rt_realloc!(rt_primes_65537bytes_2align_realloc, 65537, 2); Dec 18 14:49:40.773 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.773 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] Dec 18 14:49:40.773 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.773 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.773 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.773 INFO [stderr] ... Dec 18 14:49:40.773 INFO [stderr] 1535 | rt_realloc!(rt_primes_65537bytes_2align_realloc, 65537, 2); Dec 18 14:49:40.773 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.773 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] Dec 18 14:49:40.773 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.773 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.773 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.773 INFO [stderr] ... Dec 18 14:49:40.773 INFO [stderr] 1535 | rt_realloc!(rt_primes_65537bytes_2align_realloc, 65537, 2); Dec 18 14:49:40.773 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.773 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] Dec 18 14:49:40.773 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.773 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.773 INFO [stderr] | ^^^^^ Dec 18 14:49:40.773 INFO [stderr] ... Dec 18 14:49:40.773 INFO [stderr] 1548 | rt_realloc!(rt_primes_131071bytes_2align_realloc, 131071, 2); Dec 18 14:49:40.773 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.773 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] Dec 18 14:49:40.773 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.773 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.773 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.773 INFO [stderr] ... Dec 18 14:49:40.773 INFO [stderr] 1548 | rt_realloc!(rt_primes_131071bytes_2align_realloc, 131071, 2); Dec 18 14:49:40.773 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.773 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] Dec 18 14:49:40.773 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.773 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.773 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.773 INFO [stderr] ... Dec 18 14:49:40.773 INFO [stderr] 1548 | rt_realloc!(rt_primes_131071bytes_2align_realloc, 131071, 2); Dec 18 14:49:40.773 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.773 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.773 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.773 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] Dec 18 14:49:40.774 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.774 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.774 INFO [stderr] | ^^^^^ Dec 18 14:49:40.774 INFO [stderr] ... Dec 18 14:49:40.774 INFO [stderr] 1561 | rt_realloc!(rt_primes_4194301bytes_2align_realloc, 4194301, 2); Dec 18 14:49:40.774 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.774 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] Dec 18 14:49:40.774 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.774 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.774 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.774 INFO [stderr] ... Dec 18 14:49:40.774 INFO [stderr] 1561 | rt_realloc!(rt_primes_4194301bytes_2align_realloc, 4194301, 2); Dec 18 14:49:40.774 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.774 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] Dec 18 14:49:40.774 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.774 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.774 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.774 INFO [stderr] ... Dec 18 14:49:40.774 INFO [stderr] 1561 | rt_realloc!(rt_primes_4194301bytes_2align_realloc, 4194301, 2); Dec 18 14:49:40.774 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.774 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] Dec 18 14:49:40.774 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.774 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.774 INFO [stderr] | ^^^^^ Dec 18 14:49:40.774 INFO [stderr] ... Dec 18 14:49:40.774 INFO [stderr] 1577 | rt_realloc!(rt_pow2_1bytes_4align_realloc, 1, 4); Dec 18 14:49:40.774 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.774 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] Dec 18 14:49:40.774 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.774 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.774 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.774 INFO [stderr] ... Dec 18 14:49:40.774 INFO [stderr] 1577 | rt_realloc!(rt_pow2_1bytes_4align_realloc, 1, 4); Dec 18 14:49:40.774 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.774 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] Dec 18 14:49:40.774 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.774 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.774 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.774 INFO [stderr] ... Dec 18 14:49:40.774 INFO [stderr] 1577 | rt_realloc!(rt_pow2_1bytes_4align_realloc, 1, 4); Dec 18 14:49:40.774 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.774 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.774 INFO [stderr] Dec 18 14:49:40.774 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.774 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.774 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.775 INFO [stderr] | ^^^^^ Dec 18 14:49:40.775 INFO [stderr] ... Dec 18 14:49:40.775 INFO [stderr] 1590 | rt_realloc!(rt_pow2_2bytes_4align_realloc, 2, 4); Dec 18 14:49:40.775 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.775 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] Dec 18 14:49:40.775 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.775 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.775 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.775 INFO [stderr] ... Dec 18 14:49:40.775 INFO [stderr] 1590 | rt_realloc!(rt_pow2_2bytes_4align_realloc, 2, 4); Dec 18 14:49:40.775 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.775 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] Dec 18 14:49:40.775 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.775 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.775 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.775 INFO [stderr] ... Dec 18 14:49:40.775 INFO [stderr] 1590 | rt_realloc!(rt_pow2_2bytes_4align_realloc, 2, 4); Dec 18 14:49:40.775 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.775 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] Dec 18 14:49:40.775 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.775 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.775 INFO [stderr] | ^^^^^ Dec 18 14:49:40.775 INFO [stderr] ... Dec 18 14:49:40.775 INFO [stderr] 1603 | rt_realloc!(rt_pow2_4bytes_4align_realloc, 4, 4); Dec 18 14:49:40.775 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.775 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] Dec 18 14:49:40.775 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.775 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.775 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.775 INFO [stderr] ... Dec 18 14:49:40.775 INFO [stderr] 1603 | rt_realloc!(rt_pow2_4bytes_4align_realloc, 4, 4); Dec 18 14:49:40.775 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.775 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] Dec 18 14:49:40.775 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.775 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.775 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.775 INFO [stderr] ... Dec 18 14:49:40.775 INFO [stderr] 1603 | rt_realloc!(rt_pow2_4bytes_4align_realloc, 4, 4); Dec 18 14:49:40.775 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.775 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] Dec 18 14:49:40.775 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.775 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.775 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.775 INFO [stderr] | ^^^^^ Dec 18 14:49:40.775 INFO [stderr] ... Dec 18 14:49:40.775 INFO [stderr] 1616 | rt_realloc!(rt_pow2_8bytes_4align_realloc, 8, 4); Dec 18 14:49:40.775 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.775 INFO [stderr] | Dec 18 14:49:40.776 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.776 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.776 INFO [stderr] | Dec 18 14:49:40.776 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.776 INFO [stderr] | Dec 18 14:49:40.776 INFO [stderr] Dec 18 14:49:40.776 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.776 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.776 INFO [stderr] | Dec 18 14:49:40.776 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.776 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.776 INFO [stderr] ... Dec 18 14:49:40.776 INFO [stderr] 1616 | rt_realloc!(rt_pow2_8bytes_4align_realloc, 8, 4); Dec 18 14:49:40.776 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.776 INFO [stderr] | Dec 18 14:49:40.776 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.776 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.776 INFO [stderr] | Dec 18 14:49:40.776 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.776 INFO [stderr] | Dec 18 14:49:40.776 INFO [stderr] Dec 18 14:49:40.776 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.776 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.776 INFO [stderr] | Dec 18 14:49:40.776 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.776 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.776 INFO [stderr] ... Dec 18 14:49:40.776 INFO [stderr] 1616 | rt_realloc!(rt_pow2_8bytes_4align_realloc, 8, 4); Dec 18 14:49:40.776 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.776 INFO [stderr] | Dec 18 14:49:40.776 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.776 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.816 INFO [stderr] | Dec 18 14:49:40.816 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.816 INFO [stderr] | Dec 18 14:49:40.816 INFO [stderr] Dec 18 14:49:40.816 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.816 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.816 INFO [stderr] | Dec 18 14:49:40.816 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.816 INFO [stderr] | ^^^^^ Dec 18 14:49:40.816 INFO [stderr] ... Dec 18 14:49:40.816 INFO [stderr] 1629 | rt_realloc!(rt_pow2_16bytes_4align_realloc, 16, 4); Dec 18 14:49:40.816 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.816 INFO [stderr] | Dec 18 14:49:40.816 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.816 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.816 INFO [stderr] | Dec 18 14:49:40.816 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.816 INFO [stderr] | Dec 18 14:49:40.816 INFO [stderr] Dec 18 14:49:40.816 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.816 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.816 INFO [stderr] | Dec 18 14:49:40.816 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.816 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.816 INFO [stderr] ... Dec 18 14:49:40.816 INFO [stderr] 1629 | rt_realloc!(rt_pow2_16bytes_4align_realloc, 16, 4); Dec 18 14:49:40.816 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.816 INFO [stderr] | Dec 18 14:49:40.816 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.816 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.816 INFO [stderr] | Dec 18 14:49:40.816 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.816 INFO [stderr] | Dec 18 14:49:40.816 INFO [stderr] Dec 18 14:49:40.816 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.816 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.816 INFO [stderr] | Dec 18 14:49:40.816 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.816 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.816 INFO [stderr] ... Dec 18 14:49:40.816 INFO [stderr] 1629 | rt_realloc!(rt_pow2_16bytes_4align_realloc, 16, 4); Dec 18 14:49:40.816 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.816 INFO [stderr] | Dec 18 14:49:40.816 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.816 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.816 INFO [stderr] | Dec 18 14:49:40.816 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.816 INFO [stderr] | Dec 18 14:49:40.816 INFO [stderr] Dec 18 14:49:40.816 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.816 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.816 INFO [stderr] | Dec 18 14:49:40.816 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.816 INFO [stderr] | ^^^^^ Dec 18 14:49:40.817 INFO [stderr] ... Dec 18 14:49:40.817 INFO [stderr] 1642 | rt_realloc!(rt_pow2_32bytes_4align_realloc, 32, 4); Dec 18 14:49:40.817 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] Dec 18 14:49:40.817 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.817 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.817 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.817 INFO [stderr] ... Dec 18 14:49:40.817 INFO [stderr] 1642 | rt_realloc!(rt_pow2_32bytes_4align_realloc, 32, 4); Dec 18 14:49:40.817 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] Dec 18 14:49:40.817 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.817 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.817 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.817 INFO [stderr] ... Dec 18 14:49:40.817 INFO [stderr] 1642 | rt_realloc!(rt_pow2_32bytes_4align_realloc, 32, 4); Dec 18 14:49:40.817 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] Dec 18 14:49:40.817 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.817 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.817 INFO [stderr] | ^^^^^ Dec 18 14:49:40.817 INFO [stderr] ... Dec 18 14:49:40.817 INFO [stderr] 1655 | rt_realloc!(rt_pow2_64bytes_4align_realloc, 64, 4); Dec 18 14:49:40.817 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] Dec 18 14:49:40.817 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.817 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.817 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.817 INFO [stderr] ... Dec 18 14:49:40.817 INFO [stderr] 1655 | rt_realloc!(rt_pow2_64bytes_4align_realloc, 64, 4); Dec 18 14:49:40.817 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] Dec 18 14:49:40.817 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.817 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.817 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.817 INFO [stderr] ... Dec 18 14:49:40.817 INFO [stderr] 1655 | rt_realloc!(rt_pow2_64bytes_4align_realloc, 64, 4); Dec 18 14:49:40.817 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.817 INFO [stderr] | Dec 18 14:49:40.817 INFO [stderr] Dec 18 14:49:40.817 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.818 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.818 INFO [stderr] | ^^^^^ Dec 18 14:49:40.818 INFO [stderr] ... Dec 18 14:49:40.818 INFO [stderr] 1668 | rt_realloc!(rt_pow2_128bytes_4align_realloc, 128, 4); Dec 18 14:49:40.818 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.818 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] Dec 18 14:49:40.818 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.818 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.818 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.818 INFO [stderr] ... Dec 18 14:49:40.818 INFO [stderr] 1668 | rt_realloc!(rt_pow2_128bytes_4align_realloc, 128, 4); Dec 18 14:49:40.818 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.818 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] Dec 18 14:49:40.818 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.818 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.818 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.818 INFO [stderr] ... Dec 18 14:49:40.818 INFO [stderr] 1668 | rt_realloc!(rt_pow2_128bytes_4align_realloc, 128, 4); Dec 18 14:49:40.818 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.818 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] Dec 18 14:49:40.818 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.818 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.818 INFO [stderr] | ^^^^^ Dec 18 14:49:40.818 INFO [stderr] ... Dec 18 14:49:40.818 INFO [stderr] 1681 | rt_realloc!(rt_pow2_256bytes_4align_realloc, 256, 4); Dec 18 14:49:40.818 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.818 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] Dec 18 14:49:40.818 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.818 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.818 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.818 INFO [stderr] ... Dec 18 14:49:40.818 INFO [stderr] 1681 | rt_realloc!(rt_pow2_256bytes_4align_realloc, 256, 4); Dec 18 14:49:40.818 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.818 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] Dec 18 14:49:40.818 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.818 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.818 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.818 INFO [stderr] ... Dec 18 14:49:40.818 INFO [stderr] 1681 | rt_realloc!(rt_pow2_256bytes_4align_realloc, 256, 4); Dec 18 14:49:40.818 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.818 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] Dec 18 14:49:40.818 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.818 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.818 INFO [stderr] | Dec 18 14:49:40.818 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.819 INFO [stderr] | ^^^^^ Dec 18 14:49:40.819 INFO [stderr] ... Dec 18 14:49:40.819 INFO [stderr] 1694 | rt_realloc!(rt_pow2_512bytes_4align_realloc, 512, 4); Dec 18 14:49:40.819 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.819 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] Dec 18 14:49:40.819 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.819 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.819 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.819 INFO [stderr] ... Dec 18 14:49:40.819 INFO [stderr] 1694 | rt_realloc!(rt_pow2_512bytes_4align_realloc, 512, 4); Dec 18 14:49:40.819 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.819 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] Dec 18 14:49:40.819 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.819 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.819 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.819 INFO [stderr] ... Dec 18 14:49:40.819 INFO [stderr] 1694 | rt_realloc!(rt_pow2_512bytes_4align_realloc, 512, 4); Dec 18 14:49:40.819 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.819 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] Dec 18 14:49:40.819 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.819 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.819 INFO [stderr] | ^^^^^ Dec 18 14:49:40.819 INFO [stderr] ... Dec 18 14:49:40.819 INFO [stderr] 1707 | rt_realloc!(rt_pow2_1024bytes_4align_realloc, 1024, 4); Dec 18 14:49:40.819 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.819 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] Dec 18 14:49:40.819 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.819 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.819 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.819 INFO [stderr] ... Dec 18 14:49:40.819 INFO [stderr] 1707 | rt_realloc!(rt_pow2_1024bytes_4align_realloc, 1024, 4); Dec 18 14:49:40.819 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.819 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] Dec 18 14:49:40.819 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.819 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.819 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.819 INFO [stderr] ... Dec 18 14:49:40.819 INFO [stderr] 1707 | rt_realloc!(rt_pow2_1024bytes_4align_realloc, 1024, 4); Dec 18 14:49:40.819 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.819 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] Dec 18 14:49:40.819 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.819 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.819 INFO [stderr] | Dec 18 14:49:40.819 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.819 INFO [stderr] | ^^^^^ Dec 18 14:49:40.819 INFO [stderr] ... Dec 18 14:49:40.819 INFO [stderr] 1720 | rt_realloc!(rt_pow2_2048bytes_4align_realloc, 2048, 4); Dec 18 14:49:40.820 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.820 INFO [stderr] | Dec 18 14:49:40.820 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.820 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.820 INFO [stderr] | Dec 18 14:49:40.820 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.820 INFO [stderr] | Dec 18 14:49:40.820 INFO [stderr] Dec 18 14:49:40.820 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.820 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.820 INFO [stderr] | Dec 18 14:49:40.820 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.820 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.820 INFO [stderr] ... Dec 18 14:49:40.820 INFO [stderr] 1720 | rt_realloc!(rt_pow2_2048bytes_4align_realloc, 2048, 4); Dec 18 14:49:40.820 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.820 INFO [stderr] | Dec 18 14:49:40.820 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.820 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.820 INFO [stderr] | Dec 18 14:49:40.820 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.820 INFO [stderr] | Dec 18 14:49:40.820 INFO [stderr] Dec 18 14:49:40.820 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.820 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.820 INFO [stderr] | Dec 18 14:49:40.820 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.820 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.820 INFO [stderr] ... Dec 18 14:49:40.820 INFO [stderr] 1720 | rt_realloc!(rt_pow2_2048bytes_4align_realloc, 2048, 4); Dec 18 14:49:40.820 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.820 INFO [stderr] | Dec 18 14:49:40.852 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.852 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.852 INFO [stderr] | Dec 18 14:49:40.852 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.852 INFO [stderr] | Dec 18 14:49:40.852 INFO [stderr] Dec 18 14:49:40.852 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.852 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.852 INFO [stderr] | Dec 18 14:49:40.852 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.852 INFO [stderr] | ^^^^^ Dec 18 14:49:40.852 INFO [stderr] ... Dec 18 14:49:40.852 INFO [stderr] 1733 | rt_realloc!(rt_pow2_4096bytes_4align_realloc, 4096, 4); Dec 18 14:49:40.852 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.852 INFO [stderr] | Dec 18 14:49:40.852 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.852 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.852 INFO [stderr] | Dec 18 14:49:40.852 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.852 INFO [stderr] | Dec 18 14:49:40.852 INFO [stderr] Dec 18 14:49:40.852 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.852 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.852 INFO [stderr] | Dec 18 14:49:40.852 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.852 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.852 INFO [stderr] ... Dec 18 14:49:40.852 INFO [stderr] 1733 | rt_realloc!(rt_pow2_4096bytes_4align_realloc, 4096, 4); Dec 18 14:49:40.852 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.852 INFO [stderr] | Dec 18 14:49:40.852 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.852 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.852 INFO [stderr] | Dec 18 14:49:40.852 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.852 INFO [stderr] | Dec 18 14:49:40.852 INFO [stderr] Dec 18 14:49:40.852 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.852 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.852 INFO [stderr] | Dec 18 14:49:40.852 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.852 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.853 INFO [stderr] ... Dec 18 14:49:40.853 INFO [stderr] 1733 | rt_realloc!(rt_pow2_4096bytes_4align_realloc, 4096, 4); Dec 18 14:49:40.853 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.853 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] Dec 18 14:49:40.853 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.853 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.853 INFO [stderr] | ^^^^^ Dec 18 14:49:40.853 INFO [stderr] ... Dec 18 14:49:40.853 INFO [stderr] 1746 | rt_realloc!(rt_pow2_8192bytes_4align_realloc, 8192, 4); Dec 18 14:49:40.853 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.853 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] Dec 18 14:49:40.853 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.853 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.853 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.853 INFO [stderr] ... Dec 18 14:49:40.853 INFO [stderr] 1746 | rt_realloc!(rt_pow2_8192bytes_4align_realloc, 8192, 4); Dec 18 14:49:40.853 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.853 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] Dec 18 14:49:40.853 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.853 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.853 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.853 INFO [stderr] ... Dec 18 14:49:40.853 INFO [stderr] 1746 | rt_realloc!(rt_pow2_8192bytes_4align_realloc, 8192, 4); Dec 18 14:49:40.853 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.853 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] Dec 18 14:49:40.853 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.853 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.853 INFO [stderr] | ^^^^^ Dec 18 14:49:40.853 INFO [stderr] ... Dec 18 14:49:40.853 INFO [stderr] 1759 | rt_realloc!(rt_pow2_16384bytes_4align_realloc, 16384, 4); Dec 18 14:49:40.853 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.853 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] Dec 18 14:49:40.853 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.853 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.853 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.853 INFO [stderr] ... Dec 18 14:49:40.853 INFO [stderr] 1759 | rt_realloc!(rt_pow2_16384bytes_4align_realloc, 16384, 4); Dec 18 14:49:40.853 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.853 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] Dec 18 14:49:40.853 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.853 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.853 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.853 INFO [stderr] ... Dec 18 14:49:40.853 INFO [stderr] 1759 | rt_realloc!(rt_pow2_16384bytes_4align_realloc, 16384, 4); Dec 18 14:49:40.853 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.853 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.853 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.853 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] Dec 18 14:49:40.854 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.854 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.854 INFO [stderr] | ^^^^^ Dec 18 14:49:40.854 INFO [stderr] ... Dec 18 14:49:40.854 INFO [stderr] 1772 | rt_realloc!(rt_pow2_32768bytes_4align_realloc, 32768, 4); Dec 18 14:49:40.854 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.854 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] Dec 18 14:49:40.854 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.854 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.854 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.854 INFO [stderr] ... Dec 18 14:49:40.854 INFO [stderr] 1772 | rt_realloc!(rt_pow2_32768bytes_4align_realloc, 32768, 4); Dec 18 14:49:40.854 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.854 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] Dec 18 14:49:40.854 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.854 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.854 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.854 INFO [stderr] ... Dec 18 14:49:40.854 INFO [stderr] 1772 | rt_realloc!(rt_pow2_32768bytes_4align_realloc, 32768, 4); Dec 18 14:49:40.854 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.854 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] Dec 18 14:49:40.854 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.854 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.854 INFO [stderr] | ^^^^^ Dec 18 14:49:40.854 INFO [stderr] ... Dec 18 14:49:40.854 INFO [stderr] 1785 | rt_realloc!(rt_pow2_65536bytes_4align_realloc, 65536, 4); Dec 18 14:49:40.854 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.854 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] Dec 18 14:49:40.854 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.854 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.854 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.854 INFO [stderr] ... Dec 18 14:49:40.854 INFO [stderr] 1785 | rt_realloc!(rt_pow2_65536bytes_4align_realloc, 65536, 4); Dec 18 14:49:40.854 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.854 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] Dec 18 14:49:40.854 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.854 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.854 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.854 INFO [stderr] ... Dec 18 14:49:40.854 INFO [stderr] 1785 | rt_realloc!(rt_pow2_65536bytes_4align_realloc, 65536, 4); Dec 18 14:49:40.854 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.854 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] Dec 18 14:49:40.854 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.854 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.854 INFO [stderr] | Dec 18 14:49:40.854 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.854 INFO [stderr] | ^^^^^ Dec 18 14:49:40.855 INFO [stderr] ... Dec 18 14:49:40.855 INFO [stderr] 1798 | rt_realloc!(rt_pow2_131072bytes_4align_realloc, 131072, 4); Dec 18 14:49:40.855 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.855 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] Dec 18 14:49:40.855 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.855 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.855 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.855 INFO [stderr] ... Dec 18 14:49:40.855 INFO [stderr] 1798 | rt_realloc!(rt_pow2_131072bytes_4align_realloc, 131072, 4); Dec 18 14:49:40.855 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.855 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] Dec 18 14:49:40.855 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.855 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.855 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.855 INFO [stderr] ... Dec 18 14:49:40.855 INFO [stderr] 1798 | rt_realloc!(rt_pow2_131072bytes_4align_realloc, 131072, 4); Dec 18 14:49:40.855 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.855 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] Dec 18 14:49:40.855 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.855 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.855 INFO [stderr] | ^^^^^ Dec 18 14:49:40.855 INFO [stderr] ... Dec 18 14:49:40.855 INFO [stderr] 1811 | rt_realloc!(rt_pow2_4194304bytes_4align_realloc, 4194304, 4); Dec 18 14:49:40.855 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.855 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] Dec 18 14:49:40.855 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.855 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.855 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.855 INFO [stderr] ... Dec 18 14:49:40.855 INFO [stderr] 1811 | rt_realloc!(rt_pow2_4194304bytes_4align_realloc, 4194304, 4); Dec 18 14:49:40.855 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.855 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] Dec 18 14:49:40.855 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.855 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.855 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.855 INFO [stderr] ... Dec 18 14:49:40.855 INFO [stderr] 1811 | rt_realloc!(rt_pow2_4194304bytes_4align_realloc, 4194304, 4); Dec 18 14:49:40.855 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.855 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] Dec 18 14:49:40.855 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.855 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.855 INFO [stderr] | ^^^^^ Dec 18 14:49:40.855 INFO [stderr] ... Dec 18 14:49:40.855 INFO [stderr] 1825 | rt_realloc!(rt_even_10bytes_4align_realloc, 10, 4); Dec 18 14:49:40.855 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.855 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.855 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.855 INFO [stderr] | Dec 18 14:49:40.856 INFO [stderr] Dec 18 14:49:40.856 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.856 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.856 INFO [stderr] | Dec 18 14:49:40.856 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.856 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.856 INFO [stderr] ... Dec 18 14:49:40.856 INFO [stderr] 1825 | rt_realloc!(rt_even_10bytes_4align_realloc, 10, 4); Dec 18 14:49:40.856 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.856 INFO [stderr] | Dec 18 14:49:40.856 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.856 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.856 INFO [stderr] | Dec 18 14:49:40.856 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.856 INFO [stderr] | Dec 18 14:49:40.856 INFO [stderr] Dec 18 14:49:40.856 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.856 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.856 INFO [stderr] | Dec 18 14:49:40.856 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.856 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.856 INFO [stderr] ... Dec 18 14:49:40.856 INFO [stderr] 1825 | rt_realloc!(rt_even_10bytes_4align_realloc, 10, 4); Dec 18 14:49:40.856 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.856 INFO [stderr] | Dec 18 14:49:40.856 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.856 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.856 INFO [stderr] | Dec 18 14:49:40.856 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.856 INFO [stderr] | Dec 18 14:49:40.856 INFO [stderr] Dec 18 14:49:40.856 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.856 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.864 INFO [stderr] | Dec 18 14:49:40.864 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.864 INFO [stderr] | ^^^^^ Dec 18 14:49:40.864 INFO [stderr] ... Dec 18 14:49:40.868 INFO [stderr] 1838 | rt_realloc!(rt_even_100bytes_4align_realloc, 100, 4); Dec 18 14:49:40.868 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.868 INFO [stderr] | Dec 18 14:49:40.876 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.876 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.876 INFO [stderr] | Dec 18 14:49:40.876 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.876 INFO [stderr] | Dec 18 14:49:40.876 INFO [stderr] Dec 18 14:49:40.876 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.876 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.876 INFO [stderr] | Dec 18 14:49:40.876 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.876 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.876 INFO [stderr] ... Dec 18 14:49:40.876 INFO [stderr] 1838 | rt_realloc!(rt_even_100bytes_4align_realloc, 100, 4); Dec 18 14:49:40.876 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.876 INFO [stderr] | Dec 18 14:49:40.876 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.876 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.876 INFO [stderr] | Dec 18 14:49:40.876 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.876 INFO [stderr] | Dec 18 14:49:40.876 INFO [stderr] Dec 18 14:49:40.876 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.876 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.876 INFO [stderr] | Dec 18 14:49:40.876 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.876 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.876 INFO [stderr] ... Dec 18 14:49:40.876 INFO [stderr] 1838 | rt_realloc!(rt_even_100bytes_4align_realloc, 100, 4); Dec 18 14:49:40.876 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.876 INFO [stderr] | Dec 18 14:49:40.876 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.876 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.876 INFO [stderr] | Dec 18 14:49:40.876 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.876 INFO [stderr] | Dec 18 14:49:40.876 INFO [stderr] Dec 18 14:49:40.876 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.876 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.876 INFO [stderr] | Dec 18 14:49:40.876 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.876 INFO [stderr] | ^^^^^ Dec 18 14:49:40.876 INFO [stderr] ... Dec 18 14:49:40.876 INFO [stderr] 1851 | rt_realloc!(rt_even_1000bytes_4align_realloc, 1000, 4); Dec 18 14:49:40.876 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.876 INFO [stderr] | Dec 18 14:49:40.876 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.876 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.876 INFO [stderr] | Dec 18 14:49:40.876 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] Dec 18 14:49:40.877 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.877 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.877 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.877 INFO [stderr] ... Dec 18 14:49:40.877 INFO [stderr] 1851 | rt_realloc!(rt_even_1000bytes_4align_realloc, 1000, 4); Dec 18 14:49:40.877 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.877 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] Dec 18 14:49:40.877 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.877 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.877 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.877 INFO [stderr] ... Dec 18 14:49:40.877 INFO [stderr] 1851 | rt_realloc!(rt_even_1000bytes_4align_realloc, 1000, 4); Dec 18 14:49:40.877 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.877 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] Dec 18 14:49:40.877 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.877 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.877 INFO [stderr] | ^^^^^ Dec 18 14:49:40.877 INFO [stderr] ... Dec 18 14:49:40.877 INFO [stderr] 1864 | rt_realloc!(rt_even_10000bytes_4align_realloc, 10000, 4); Dec 18 14:49:40.877 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.877 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] Dec 18 14:49:40.877 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.877 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.877 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.877 INFO [stderr] ... Dec 18 14:49:40.877 INFO [stderr] 1864 | rt_realloc!(rt_even_10000bytes_4align_realloc, 10000, 4); Dec 18 14:49:40.877 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.877 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] Dec 18 14:49:40.877 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.877 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.877 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.877 INFO [stderr] ... Dec 18 14:49:40.877 INFO [stderr] 1864 | rt_realloc!(rt_even_10000bytes_4align_realloc, 10000, 4); Dec 18 14:49:40.877 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.877 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] Dec 18 14:49:40.877 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.877 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.877 INFO [stderr] | ^^^^^ Dec 18 14:49:40.877 INFO [stderr] ... Dec 18 14:49:40.877 INFO [stderr] 1877 | rt_realloc!(rt_even_100000bytes_4align_realloc, 100000, 4); Dec 18 14:49:40.877 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.877 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.877 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.877 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] Dec 18 14:49:40.878 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.878 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.878 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.878 INFO [stderr] ... Dec 18 14:49:40.878 INFO [stderr] 1877 | rt_realloc!(rt_even_100000bytes_4align_realloc, 100000, 4); Dec 18 14:49:40.878 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.878 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] Dec 18 14:49:40.878 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.878 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.878 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.878 INFO [stderr] ... Dec 18 14:49:40.878 INFO [stderr] 1877 | rt_realloc!(rt_even_100000bytes_4align_realloc, 100000, 4); Dec 18 14:49:40.878 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.878 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] Dec 18 14:49:40.878 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.878 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.878 INFO [stderr] | ^^^^^ Dec 18 14:49:40.878 INFO [stderr] ... Dec 18 14:49:40.878 INFO [stderr] 1890 | rt_realloc!(rt_even_1000000bytes_4align_realloc, 1000000, 4); Dec 18 14:49:40.878 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.878 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] Dec 18 14:49:40.878 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.878 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.878 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.878 INFO [stderr] ... Dec 18 14:49:40.878 INFO [stderr] 1890 | rt_realloc!(rt_even_1000000bytes_4align_realloc, 1000000, 4); Dec 18 14:49:40.878 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.878 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] Dec 18 14:49:40.878 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.878 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.878 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.878 INFO [stderr] ... Dec 18 14:49:40.878 INFO [stderr] 1890 | rt_realloc!(rt_even_1000000bytes_4align_realloc, 1000000, 4); Dec 18 14:49:40.878 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.878 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] Dec 18 14:49:40.878 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.878 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.878 INFO [stderr] | ^^^^^ Dec 18 14:49:40.878 INFO [stderr] ... Dec 18 14:49:40.878 INFO [stderr] 1904 | rt_realloc!(rt_odd_10bytes_4align_realloc, 10- 1, 4); Dec 18 14:49:40.878 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.878 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.878 INFO [stderr] | Dec 18 14:49:40.878 INFO [stderr] Dec 18 14:49:40.878 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.879 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.879 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.879 INFO [stderr] ... Dec 18 14:49:40.879 INFO [stderr] 1904 | rt_realloc!(rt_odd_10bytes_4align_realloc, 10- 1, 4); Dec 18 14:49:40.879 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.879 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] Dec 18 14:49:40.879 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.879 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.879 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.879 INFO [stderr] ... Dec 18 14:49:40.879 INFO [stderr] 1904 | rt_realloc!(rt_odd_10bytes_4align_realloc, 10- 1, 4); Dec 18 14:49:40.879 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.879 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] Dec 18 14:49:40.879 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.879 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.879 INFO [stderr] | ^^^^^ Dec 18 14:49:40.879 INFO [stderr] ... Dec 18 14:49:40.879 INFO [stderr] 1917 | rt_realloc!(rt_odd_100bytes_4align_realloc, 100- 1, 4); Dec 18 14:49:40.879 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.879 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] Dec 18 14:49:40.879 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.879 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.879 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.879 INFO [stderr] ... Dec 18 14:49:40.879 INFO [stderr] 1917 | rt_realloc!(rt_odd_100bytes_4align_realloc, 100- 1, 4); Dec 18 14:49:40.879 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.879 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] Dec 18 14:49:40.879 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.879 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.879 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.879 INFO [stderr] ... Dec 18 14:49:40.879 INFO [stderr] 1917 | rt_realloc!(rt_odd_100bytes_4align_realloc, 100- 1, 4); Dec 18 14:49:40.879 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.879 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] Dec 18 14:49:40.879 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.879 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.879 INFO [stderr] | ^^^^^ Dec 18 14:49:40.879 INFO [stderr] ... Dec 18 14:49:40.879 INFO [stderr] 1930 | rt_realloc!(rt_odd_1000bytes_4align_realloc, 1000- 1, 4); Dec 18 14:49:40.879 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.879 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.879 INFO [stderr] Dec 18 14:49:40.879 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.879 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.879 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.880 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.880 INFO [stderr] ... Dec 18 14:49:40.880 INFO [stderr] 1930 | rt_realloc!(rt_odd_1000bytes_4align_realloc, 1000- 1, 4); Dec 18 14:49:40.880 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.880 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] Dec 18 14:49:40.880 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.880 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.880 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.880 INFO [stderr] ... Dec 18 14:49:40.880 INFO [stderr] 1930 | rt_realloc!(rt_odd_1000bytes_4align_realloc, 1000- 1, 4); Dec 18 14:49:40.880 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.880 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] Dec 18 14:49:40.880 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.880 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.880 INFO [stderr] | ^^^^^ Dec 18 14:49:40.880 INFO [stderr] ... Dec 18 14:49:40.880 INFO [stderr] 1943 | rt_realloc!(rt_odd_10000bytes_4align_realloc, 10000- 1, 4); Dec 18 14:49:40.880 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.880 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] Dec 18 14:49:40.880 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.880 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.880 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.880 INFO [stderr] ... Dec 18 14:49:40.880 INFO [stderr] 1943 | rt_realloc!(rt_odd_10000bytes_4align_realloc, 10000- 1, 4); Dec 18 14:49:40.880 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.880 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] Dec 18 14:49:40.880 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.880 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.880 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.880 INFO [stderr] ... Dec 18 14:49:40.880 INFO [stderr] 1943 | rt_realloc!(rt_odd_10000bytes_4align_realloc, 10000- 1, 4); Dec 18 14:49:40.880 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.880 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] Dec 18 14:49:40.880 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.880 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.880 INFO [stderr] | ^^^^^ Dec 18 14:49:40.880 INFO [stderr] ... Dec 18 14:49:40.880 INFO [stderr] 1956 | rt_realloc!(rt_odd_100000bytes_4align_realloc, 100000- 1, 4); Dec 18 14:49:40.880 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.880 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.880 INFO [stderr] | Dec 18 14:49:40.880 INFO [stderr] Dec 18 14:49:40.881 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.881 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.881 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.881 INFO [stderr] ... Dec 18 14:49:40.881 INFO [stderr] 1956 | rt_realloc!(rt_odd_100000bytes_4align_realloc, 100000- 1, 4); Dec 18 14:49:40.881 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.881 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] Dec 18 14:49:40.881 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.881 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.881 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.881 INFO [stderr] ... Dec 18 14:49:40.881 INFO [stderr] 1956 | rt_realloc!(rt_odd_100000bytes_4align_realloc, 100000- 1, 4); Dec 18 14:49:40.881 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.881 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] Dec 18 14:49:40.881 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.881 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.881 INFO [stderr] | ^^^^^ Dec 18 14:49:40.881 INFO [stderr] ... Dec 18 14:49:40.881 INFO [stderr] 1969 | rt_realloc!(rt_odd_1000000bytes_4align_realloc, 1000000- 1, 4); Dec 18 14:49:40.881 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.881 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] Dec 18 14:49:40.881 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.881 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.881 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.881 INFO [stderr] ... Dec 18 14:49:40.881 INFO [stderr] 1969 | rt_realloc!(rt_odd_1000000bytes_4align_realloc, 1000000- 1, 4); Dec 18 14:49:40.881 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.881 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] Dec 18 14:49:40.881 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.881 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.881 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.881 INFO [stderr] ... Dec 18 14:49:40.881 INFO [stderr] 1969 | rt_realloc!(rt_odd_1000000bytes_4align_realloc, 1000000- 1, 4); Dec 18 14:49:40.881 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.881 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] Dec 18 14:49:40.881 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.881 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.881 INFO [stderr] | ^^^^^ Dec 18 14:49:40.881 INFO [stderr] ... Dec 18 14:49:40.881 INFO [stderr] 1983 | rt_realloc!(rt_primes_3bytes_4align_realloc, 3, 4); Dec 18 14:49:40.881 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.881 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] Dec 18 14:49:40.881 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.881 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.881 INFO [stderr] | Dec 18 14:49:40.881 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.882 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.882 INFO [stderr] ... Dec 18 14:49:40.882 INFO [stderr] 1983 | rt_realloc!(rt_primes_3bytes_4align_realloc, 3, 4); Dec 18 14:49:40.882 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.882 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] Dec 18 14:49:40.882 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.882 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.882 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.882 INFO [stderr] ... Dec 18 14:49:40.882 INFO [stderr] 1983 | rt_realloc!(rt_primes_3bytes_4align_realloc, 3, 4); Dec 18 14:49:40.882 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.882 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] Dec 18 14:49:40.882 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.882 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.882 INFO [stderr] | ^^^^^ Dec 18 14:49:40.882 INFO [stderr] ... Dec 18 14:49:40.882 INFO [stderr] 1996 | rt_realloc!(rt_primes_7bytes_4align_realloc, 7, 4); Dec 18 14:49:40.882 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.882 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] Dec 18 14:49:40.882 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.882 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.882 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.882 INFO [stderr] ... Dec 18 14:49:40.882 INFO [stderr] 1996 | rt_realloc!(rt_primes_7bytes_4align_realloc, 7, 4); Dec 18 14:49:40.882 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.882 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] Dec 18 14:49:40.882 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.882 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.882 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.882 INFO [stderr] ... Dec 18 14:49:40.882 INFO [stderr] 1996 | rt_realloc!(rt_primes_7bytes_4align_realloc, 7, 4); Dec 18 14:49:40.882 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.882 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] Dec 18 14:49:40.882 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.882 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.882 INFO [stderr] | ^^^^^ Dec 18 14:49:40.882 INFO [stderr] ... Dec 18 14:49:40.882 INFO [stderr] 2009 | rt_realloc!(rt_primes_13bytes_4align_realloc, 13, 4); Dec 18 14:49:40.882 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.882 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] Dec 18 14:49:40.882 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.882 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.882 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.882 INFO [stderr] ... Dec 18 14:49:40.882 INFO [stderr] 2009 | rt_realloc!(rt_primes_13bytes_4align_realloc, 13, 4); Dec 18 14:49:40.882 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.882 INFO [stderr] | Dec 18 14:49:40.882 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.882 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] Dec 18 14:49:40.883 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.883 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.883 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.883 INFO [stderr] ... Dec 18 14:49:40.883 INFO [stderr] 2009 | rt_realloc!(rt_primes_13bytes_4align_realloc, 13, 4); Dec 18 14:49:40.883 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.883 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] Dec 18 14:49:40.883 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.883 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.883 INFO [stderr] | ^^^^^ Dec 18 14:49:40.883 INFO [stderr] ... Dec 18 14:49:40.883 INFO [stderr] 2022 | rt_realloc!(rt_primes_17bytes_4align_realloc, 17, 4); Dec 18 14:49:40.883 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.883 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] Dec 18 14:49:40.883 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.883 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.883 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.883 INFO [stderr] ... Dec 18 14:49:40.883 INFO [stderr] 2022 | rt_realloc!(rt_primes_17bytes_4align_realloc, 17, 4); Dec 18 14:49:40.883 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.883 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] Dec 18 14:49:40.883 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.883 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.883 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.883 INFO [stderr] ... Dec 18 14:49:40.883 INFO [stderr] 2022 | rt_realloc!(rt_primes_17bytes_4align_realloc, 17, 4); Dec 18 14:49:40.883 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.883 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] Dec 18 14:49:40.883 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.883 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.883 INFO [stderr] | ^^^^^ Dec 18 14:49:40.883 INFO [stderr] ... Dec 18 14:49:40.883 INFO [stderr] 2035 | rt_realloc!(rt_primes_31bytes_4align_realloc, 31, 4); Dec 18 14:49:40.883 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.883 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] Dec 18 14:49:40.883 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.883 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.883 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.883 INFO [stderr] ... Dec 18 14:49:40.883 INFO [stderr] 2035 | rt_realloc!(rt_primes_31bytes_4align_realloc, 31, 4); Dec 18 14:49:40.883 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.883 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] Dec 18 14:49:40.883 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.883 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.883 INFO [stderr] | Dec 18 14:49:40.883 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.884 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.884 INFO [stderr] ... Dec 18 14:49:40.884 INFO [stderr] 2035 | rt_realloc!(rt_primes_31bytes_4align_realloc, 31, 4); Dec 18 14:49:40.884 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.884 INFO [stderr] | Dec 18 14:49:40.884 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.884 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.884 INFO [stderr] | Dec 18 14:49:40.884 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.884 INFO [stderr] | Dec 18 14:49:40.884 INFO [stderr] Dec 18 14:49:40.884 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.884 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.884 INFO [stderr] | Dec 18 14:49:40.884 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.884 INFO [stderr] | ^^^^^ Dec 18 14:49:40.884 INFO [stderr] ... Dec 18 14:49:40.884 INFO [stderr] 2048 | rt_realloc!(rt_primes_61bytes_4align_realloc, 61, 4); Dec 18 14:49:40.884 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.884 INFO [stderr] | Dec 18 14:49:40.884 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.884 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.884 INFO [stderr] | Dec 18 14:49:40.884 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.884 INFO [stderr] | Dec 18 14:49:40.884 INFO [stderr] Dec 18 14:49:40.884 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.884 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.884 INFO [stderr] | Dec 18 14:49:40.884 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.884 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.884 INFO [stderr] ... Dec 18 14:49:40.884 INFO [stderr] 2048 | rt_realloc!(rt_primes_61bytes_4align_realloc, 61, 4); Dec 18 14:49:40.896 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.896 INFO [stderr] | Dec 18 14:49:40.896 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.896 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.896 INFO [stderr] | Dec 18 14:49:40.896 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.896 INFO [stderr] | Dec 18 14:49:40.896 INFO [stderr] Dec 18 14:49:40.896 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.896 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.896 INFO [stderr] | Dec 18 14:49:40.896 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.896 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.896 INFO [stderr] ... Dec 18 14:49:40.896 INFO [stderr] 2048 | rt_realloc!(rt_primes_61bytes_4align_realloc, 61, 4); Dec 18 14:49:40.896 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.896 INFO [stderr] | Dec 18 14:49:40.896 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.896 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.896 INFO [stderr] | Dec 18 14:49:40.896 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.896 INFO [stderr] | Dec 18 14:49:40.896 INFO [stderr] Dec 18 14:49:40.896 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.896 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.896 INFO [stderr] | Dec 18 14:49:40.896 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.896 INFO [stderr] | ^^^^^ Dec 18 14:49:40.896 INFO [stderr] ... Dec 18 14:49:40.896 INFO [stderr] 2061 | rt_realloc!(rt_primes_96bytes_4align_realloc, 96, 4); Dec 18 14:49:40.896 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.896 INFO [stderr] | Dec 18 14:49:40.896 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.896 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.896 INFO [stderr] | Dec 18 14:49:40.896 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.896 INFO [stderr] | Dec 18 14:49:40.896 INFO [stderr] Dec 18 14:49:40.896 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.896 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.896 INFO [stderr] | Dec 18 14:49:40.896 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.896 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.896 INFO [stderr] ... Dec 18 14:49:40.896 INFO [stderr] 2061 | rt_realloc!(rt_primes_96bytes_4align_realloc, 96, 4); Dec 18 14:49:40.896 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.896 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.897 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] Dec 18 14:49:40.897 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.897 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.897 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.897 INFO [stderr] ... Dec 18 14:49:40.897 INFO [stderr] 2061 | rt_realloc!(rt_primes_96bytes_4align_realloc, 96, 4); Dec 18 14:49:40.897 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.897 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] Dec 18 14:49:40.897 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.897 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.897 INFO [stderr] | ^^^^^ Dec 18 14:49:40.897 INFO [stderr] ... Dec 18 14:49:40.897 INFO [stderr] 2074 | rt_realloc!(rt_primes_127bytes_4align_realloc, 127, 4); Dec 18 14:49:40.897 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.897 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] Dec 18 14:49:40.897 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.897 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.897 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.897 INFO [stderr] ... Dec 18 14:49:40.897 INFO [stderr] 2074 | rt_realloc!(rt_primes_127bytes_4align_realloc, 127, 4); Dec 18 14:49:40.897 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.897 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] Dec 18 14:49:40.897 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.897 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.897 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.897 INFO [stderr] ... Dec 18 14:49:40.897 INFO [stderr] 2074 | rt_realloc!(rt_primes_127bytes_4align_realloc, 127, 4); Dec 18 14:49:40.897 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.897 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] Dec 18 14:49:40.897 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.897 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.897 INFO [stderr] | ^^^^^ Dec 18 14:49:40.897 INFO [stderr] ... Dec 18 14:49:40.897 INFO [stderr] 2087 | rt_realloc!(rt_primes_257bytes_4align_realloc, 257, 4); Dec 18 14:49:40.897 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.897 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] Dec 18 14:49:40.897 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.897 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.897 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.897 INFO [stderr] ... Dec 18 14:49:40.897 INFO [stderr] 2087 | rt_realloc!(rt_primes_257bytes_4align_realloc, 257, 4); Dec 18 14:49:40.897 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.897 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.897 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.897 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] Dec 18 14:49:40.898 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.898 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.898 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.898 INFO [stderr] ... Dec 18 14:49:40.898 INFO [stderr] 2087 | rt_realloc!(rt_primes_257bytes_4align_realloc, 257, 4); Dec 18 14:49:40.898 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.898 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] Dec 18 14:49:40.898 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.898 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.898 INFO [stderr] | ^^^^^ Dec 18 14:49:40.898 INFO [stderr] ... Dec 18 14:49:40.898 INFO [stderr] 2100 | rt_realloc!(rt_primes_509bytes_4align_realloc, 509, 4); Dec 18 14:49:40.898 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.898 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] Dec 18 14:49:40.898 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.898 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.898 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.898 INFO [stderr] ... Dec 18 14:49:40.898 INFO [stderr] 2100 | rt_realloc!(rt_primes_509bytes_4align_realloc, 509, 4); Dec 18 14:49:40.898 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.898 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] Dec 18 14:49:40.898 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.898 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.898 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.898 INFO [stderr] ... Dec 18 14:49:40.898 INFO [stderr] 2100 | rt_realloc!(rt_primes_509bytes_4align_realloc, 509, 4); Dec 18 14:49:40.898 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.898 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] Dec 18 14:49:40.898 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.898 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.898 INFO [stderr] | ^^^^^ Dec 18 14:49:40.898 INFO [stderr] ... Dec 18 14:49:40.898 INFO [stderr] 2113 | rt_realloc!(rt_primes_1021bytes_4align_realloc, 1021, 4); Dec 18 14:49:40.898 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.898 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] Dec 18 14:49:40.898 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.898 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.898 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.898 INFO [stderr] ... Dec 18 14:49:40.898 INFO [stderr] 2113 | rt_realloc!(rt_primes_1021bytes_4align_realloc, 1021, 4); Dec 18 14:49:40.898 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.898 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.898 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.898 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] Dec 18 14:49:40.899 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.899 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.899 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.899 INFO [stderr] ... Dec 18 14:49:40.899 INFO [stderr] 2113 | rt_realloc!(rt_primes_1021bytes_4align_realloc, 1021, 4); Dec 18 14:49:40.899 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.899 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] Dec 18 14:49:40.899 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.899 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.899 INFO [stderr] | ^^^^^ Dec 18 14:49:40.899 INFO [stderr] ... Dec 18 14:49:40.899 INFO [stderr] 2126 | rt_realloc!(rt_primes_2039bytes_4align_realloc, 2039, 4); Dec 18 14:49:40.899 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.899 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] Dec 18 14:49:40.899 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.899 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.899 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.899 INFO [stderr] ... Dec 18 14:49:40.899 INFO [stderr] 2126 | rt_realloc!(rt_primes_2039bytes_4align_realloc, 2039, 4); Dec 18 14:49:40.899 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.899 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] Dec 18 14:49:40.899 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.899 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.899 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.899 INFO [stderr] ... Dec 18 14:49:40.899 INFO [stderr] 2126 | rt_realloc!(rt_primes_2039bytes_4align_realloc, 2039, 4); Dec 18 14:49:40.899 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.899 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] Dec 18 14:49:40.899 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.899 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.899 INFO [stderr] | ^^^^^ Dec 18 14:49:40.899 INFO [stderr] ... Dec 18 14:49:40.899 INFO [stderr] 2139 | rt_realloc!(rt_primes_4093bytes_4align_realloc, 4093, 4); Dec 18 14:49:40.899 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.899 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] Dec 18 14:49:40.899 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.899 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.899 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.899 INFO [stderr] ... Dec 18 14:49:40.899 INFO [stderr] 2139 | rt_realloc!(rt_primes_4093bytes_4align_realloc, 4093, 4); Dec 18 14:49:40.899 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.899 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.899 INFO [stderr] | Dec 18 14:49:40.899 INFO [stderr] Dec 18 14:49:40.899 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.899 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.900 INFO [stderr] | Dec 18 14:49:40.900 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.900 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.900 INFO [stderr] ... Dec 18 14:49:40.900 INFO [stderr] 2139 | rt_realloc!(rt_primes_4093bytes_4align_realloc, 4093, 4); Dec 18 14:49:40.900 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.900 INFO [stderr] | Dec 18 14:49:40.900 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.900 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.900 INFO [stderr] | Dec 18 14:49:40.900 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.900 INFO [stderr] | Dec 18 14:49:40.900 INFO [stderr] Dec 18 14:49:40.900 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.900 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.900 INFO [stderr] | Dec 18 14:49:40.900 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.900 INFO [stderr] | ^^^^^ Dec 18 14:49:40.900 INFO [stderr] ... Dec 18 14:49:40.900 INFO [stderr] 2152 | rt_realloc!(rt_primes_8191bytes_4align_realloc, 8191, 4); Dec 18 14:49:40.900 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.900 INFO [stderr] | Dec 18 14:49:40.900 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.900 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.900 INFO [stderr] | Dec 18 14:49:40.900 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.900 INFO [stderr] | Dec 18 14:49:40.900 INFO [stderr] Dec 18 14:49:40.900 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.912 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.916 INFO [stderr] | Dec 18 14:49:40.916 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.920 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.920 INFO [stderr] ... Dec 18 14:49:40.920 INFO [stderr] 2152 | rt_realloc!(rt_primes_8191bytes_4align_realloc, 8191, 4); Dec 18 14:49:40.920 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.920 INFO [stderr] | Dec 18 14:49:40.920 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.920 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.920 INFO [stderr] | Dec 18 14:49:40.920 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.920 INFO [stderr] | Dec 18 14:49:40.920 INFO [stderr] Dec 18 14:49:40.920 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.920 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.920 INFO [stderr] | Dec 18 14:49:40.920 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.920 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.920 INFO [stderr] ... Dec 18 14:49:40.920 INFO [stderr] 2152 | rt_realloc!(rt_primes_8191bytes_4align_realloc, 8191, 4); Dec 18 14:49:40.920 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.920 INFO [stderr] | Dec 18 14:49:40.920 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.920 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.920 INFO [stderr] | Dec 18 14:49:40.920 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.920 INFO [stderr] | Dec 18 14:49:40.920 INFO [stderr] Dec 18 14:49:40.920 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.920 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.920 INFO [stderr] | Dec 18 14:49:40.920 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.920 INFO [stderr] | ^^^^^ Dec 18 14:49:40.920 INFO [stderr] ... Dec 18 14:49:40.920 INFO [stderr] 2165 | rt_realloc!(rt_primes_16381bytes_4align_realloc, 16381, 4); Dec 18 14:49:40.920 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.920 INFO [stderr] | Dec 18 14:49:40.920 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.920 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.920 INFO [stderr] | Dec 18 14:49:40.920 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.920 INFO [stderr] | Dec 18 14:49:40.924 INFO [stderr] Dec 18 14:49:40.924 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.924 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.924 INFO [stderr] | Dec 18 14:49:40.924 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.924 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.924 INFO [stderr] ... Dec 18 14:49:40.924 INFO [stderr] 2165 | rt_realloc!(rt_primes_16381bytes_4align_realloc, 16381, 4); Dec 18 14:49:40.924 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.924 INFO [stderr] | Dec 18 14:49:40.924 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.924 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.924 INFO [stderr] | Dec 18 14:49:40.924 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.924 INFO [stderr] | Dec 18 14:49:40.924 INFO [stderr] Dec 18 14:49:40.924 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.924 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.924 INFO [stderr] | Dec 18 14:49:40.924 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.924 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.924 INFO [stderr] ... Dec 18 14:49:40.924 INFO [stderr] 2165 | rt_realloc!(rt_primes_16381bytes_4align_realloc, 16381, 4); Dec 18 14:49:40.924 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.924 INFO [stderr] | Dec 18 14:49:40.924 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.924 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.924 INFO [stderr] | Dec 18 14:49:40.924 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.924 INFO [stderr] | Dec 18 14:49:40.924 INFO [stderr] Dec 18 14:49:40.924 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.924 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.924 INFO [stderr] | Dec 18 14:49:40.924 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.924 INFO [stderr] | ^^^^^ Dec 18 14:49:40.924 INFO [stderr] ... Dec 18 14:49:40.924 INFO [stderr] 2178 | rt_realloc!(rt_primes_32749bytes_4align_realloc, 32749, 4); Dec 18 14:49:40.924 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.924 INFO [stderr] | Dec 18 14:49:40.924 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.924 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.924 INFO [stderr] | Dec 18 14:49:40.924 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.924 INFO [stderr] | Dec 18 14:49:40.924 INFO [stderr] Dec 18 14:49:40.924 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.924 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.924 INFO [stderr] | Dec 18 14:49:40.924 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.924 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.925 INFO [stderr] ... Dec 18 14:49:40.925 INFO [stderr] 2178 | rt_realloc!(rt_primes_32749bytes_4align_realloc, 32749, 4); Dec 18 14:49:40.925 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.925 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] Dec 18 14:49:40.925 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.925 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.925 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.925 INFO [stderr] ... Dec 18 14:49:40.925 INFO [stderr] 2178 | rt_realloc!(rt_primes_32749bytes_4align_realloc, 32749, 4); Dec 18 14:49:40.925 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.925 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] Dec 18 14:49:40.925 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.925 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.925 INFO [stderr] | ^^^^^ Dec 18 14:49:40.925 INFO [stderr] ... Dec 18 14:49:40.925 INFO [stderr] 2191 | rt_realloc!(rt_primes_65537bytes_4align_realloc, 65537, 4); Dec 18 14:49:40.925 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.925 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] Dec 18 14:49:40.925 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.925 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.925 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.925 INFO [stderr] ... Dec 18 14:49:40.925 INFO [stderr] 2191 | rt_realloc!(rt_primes_65537bytes_4align_realloc, 65537, 4); Dec 18 14:49:40.925 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.925 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] Dec 18 14:49:40.925 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.925 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.925 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.925 INFO [stderr] ... Dec 18 14:49:40.925 INFO [stderr] 2191 | rt_realloc!(rt_primes_65537bytes_4align_realloc, 65537, 4); Dec 18 14:49:40.925 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.925 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] Dec 18 14:49:40.925 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.925 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.925 INFO [stderr] | ^^^^^ Dec 18 14:49:40.925 INFO [stderr] ... Dec 18 14:49:40.925 INFO [stderr] 2204 | rt_realloc!(rt_primes_131071bytes_4align_realloc, 131071, 4); Dec 18 14:49:40.925 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.925 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] Dec 18 14:49:40.925 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.925 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.925 INFO [stderr] | Dec 18 14:49:40.925 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.926 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.926 INFO [stderr] ... Dec 18 14:49:40.926 INFO [stderr] 2204 | rt_realloc!(rt_primes_131071bytes_4align_realloc, 131071, 4); Dec 18 14:49:40.926 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.926 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] Dec 18 14:49:40.926 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.926 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.926 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.926 INFO [stderr] ... Dec 18 14:49:40.926 INFO [stderr] 2204 | rt_realloc!(rt_primes_131071bytes_4align_realloc, 131071, 4); Dec 18 14:49:40.926 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.926 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] Dec 18 14:49:40.926 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.926 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.926 INFO [stderr] | ^^^^^ Dec 18 14:49:40.926 INFO [stderr] ... Dec 18 14:49:40.926 INFO [stderr] 2217 | rt_realloc!(rt_primes_4194301bytes_4align_realloc, 4194301, 4); Dec 18 14:49:40.926 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.926 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] Dec 18 14:49:40.926 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.926 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.926 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.926 INFO [stderr] ... Dec 18 14:49:40.926 INFO [stderr] 2217 | rt_realloc!(rt_primes_4194301bytes_4align_realloc, 4194301, 4); Dec 18 14:49:40.926 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.926 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] Dec 18 14:49:40.926 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.926 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.926 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.926 INFO [stderr] ... Dec 18 14:49:40.926 INFO [stderr] 2217 | rt_realloc!(rt_primes_4194301bytes_4align_realloc, 4194301, 4); Dec 18 14:49:40.926 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.926 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] Dec 18 14:49:40.926 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.926 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.926 INFO [stderr] | ^^^^^ Dec 18 14:49:40.926 INFO [stderr] ... Dec 18 14:49:40.926 INFO [stderr] 2233 | rt_realloc!(rt_pow2_1bytes_8align_realloc, 1, 8); Dec 18 14:49:40.926 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.926 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.926 INFO [stderr] Dec 18 14:49:40.926 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.926 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.926 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.927 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.927 INFO [stderr] ... Dec 18 14:49:40.927 INFO [stderr] 2233 | rt_realloc!(rt_pow2_1bytes_8align_realloc, 1, 8); Dec 18 14:49:40.927 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.927 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] Dec 18 14:49:40.927 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.927 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.927 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.927 INFO [stderr] ... Dec 18 14:49:40.927 INFO [stderr] 2233 | rt_realloc!(rt_pow2_1bytes_8align_realloc, 1, 8); Dec 18 14:49:40.927 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.927 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] Dec 18 14:49:40.927 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.927 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.927 INFO [stderr] | ^^^^^ Dec 18 14:49:40.927 INFO [stderr] ... Dec 18 14:49:40.927 INFO [stderr] 2246 | rt_realloc!(rt_pow2_2bytes_8align_realloc, 2, 8); Dec 18 14:49:40.927 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.927 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] Dec 18 14:49:40.927 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.927 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.927 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.927 INFO [stderr] ... Dec 18 14:49:40.927 INFO [stderr] 2246 | rt_realloc!(rt_pow2_2bytes_8align_realloc, 2, 8); Dec 18 14:49:40.927 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.927 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] Dec 18 14:49:40.927 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.927 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.927 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.927 INFO [stderr] ... Dec 18 14:49:40.927 INFO [stderr] 2246 | rt_realloc!(rt_pow2_2bytes_8align_realloc, 2, 8); Dec 18 14:49:40.927 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.927 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] Dec 18 14:49:40.927 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.927 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.927 INFO [stderr] | ^^^^^ Dec 18 14:49:40.927 INFO [stderr] ... Dec 18 14:49:40.927 INFO [stderr] 2259 | rt_realloc!(rt_pow2_4bytes_8align_realloc, 4, 8); Dec 18 14:49:40.927 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.927 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.927 INFO [stderr] | Dec 18 14:49:40.927 INFO [stderr] Dec 18 14:49:40.927 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.927 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.928 INFO [stderr] | Dec 18 14:49:40.928 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.928 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.928 INFO [stderr] ... Dec 18 14:49:40.928 INFO [stderr] 2259 | rt_realloc!(rt_pow2_4bytes_8align_realloc, 4, 8); Dec 18 14:49:40.928 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.928 INFO [stderr] | Dec 18 14:49:40.928 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.928 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.928 INFO [stderr] | Dec 18 14:49:40.928 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.928 INFO [stderr] | Dec 18 14:49:40.928 INFO [stderr] Dec 18 14:49:40.928 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.928 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.928 INFO [stderr] | Dec 18 14:49:40.928 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.928 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.928 INFO [stderr] ... Dec 18 14:49:40.928 INFO [stderr] 2259 | rt_realloc!(rt_pow2_4bytes_8align_realloc, 4, 8); Dec 18 14:49:40.928 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.928 INFO [stderr] | Dec 18 14:49:40.928 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.928 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.928 INFO [stderr] | Dec 18 14:49:40.928 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.928 INFO [stderr] | Dec 18 14:49:40.928 INFO [stderr] Dec 18 14:49:40.928 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.928 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.936 INFO [stderr] | Dec 18 14:49:40.936 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.936 INFO [stderr] | ^^^^^ Dec 18 14:49:40.936 INFO [stderr] ... Dec 18 14:49:40.936 INFO [stderr] 2272 | rt_realloc!(rt_pow2_8bytes_8align_realloc, 8, 8); Dec 18 14:49:40.936 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.936 INFO [stderr] | Dec 18 14:49:40.936 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.936 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.936 INFO [stderr] | Dec 18 14:49:40.936 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.936 INFO [stderr] | Dec 18 14:49:40.936 INFO [stderr] Dec 18 14:49:40.936 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.936 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.936 INFO [stderr] | Dec 18 14:49:40.936 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.936 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.936 INFO [stderr] ... Dec 18 14:49:40.936 INFO [stderr] 2272 | rt_realloc!(rt_pow2_8bytes_8align_realloc, 8, 8); Dec 18 14:49:40.936 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.936 INFO [stderr] | Dec 18 14:49:40.936 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.936 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.936 INFO [stderr] | Dec 18 14:49:40.936 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.936 INFO [stderr] | Dec 18 14:49:40.936 INFO [stderr] Dec 18 14:49:40.936 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.936 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.936 INFO [stderr] | Dec 18 14:49:40.936 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.936 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.936 INFO [stderr] ... Dec 18 14:49:40.936 INFO [stderr] 2272 | rt_realloc!(rt_pow2_8bytes_8align_realloc, 8, 8); Dec 18 14:49:40.936 INFO [stderr] | ------------------------------------------------- in this macro invocation Dec 18 14:49:40.936 INFO [stderr] | Dec 18 14:49:40.936 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.936 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.936 INFO [stderr] | Dec 18 14:49:40.936 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.936 INFO [stderr] | Dec 18 14:49:40.936 INFO [stderr] Dec 18 14:49:40.936 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.936 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.936 INFO [stderr] | Dec 18 14:49:40.936 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.936 INFO [stderr] | ^^^^^ Dec 18 14:49:40.936 INFO [stderr] ... Dec 18 14:49:40.937 INFO [stderr] 2285 | rt_realloc!(rt_pow2_16bytes_8align_realloc, 16, 8); Dec 18 14:49:40.937 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.937 INFO [stderr] | Dec 18 14:49:40.937 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.937 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.937 INFO [stderr] | Dec 18 14:49:40.937 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.937 INFO [stderr] | Dec 18 14:49:40.937 INFO [stderr] Dec 18 14:49:40.937 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.937 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.937 INFO [stderr] | Dec 18 14:49:40.937 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.937 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.937 INFO [stderr] ... Dec 18 14:49:40.937 INFO [stderr] 2285 | rt_realloc!(rt_pow2_16bytes_8align_realloc, 16, 8); Dec 18 14:49:40.937 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.968 INFO [stderr] | Dec 18 14:49:40.968 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.968 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.968 INFO [stderr] | Dec 18 14:49:40.968 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.968 INFO [stderr] | Dec 18 14:49:40.968 INFO [stderr] Dec 18 14:49:40.968 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.968 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.968 INFO [stderr] | Dec 18 14:49:40.968 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.968 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.968 INFO [stderr] ... Dec 18 14:49:40.968 INFO [stderr] 2285 | rt_realloc!(rt_pow2_16bytes_8align_realloc, 16, 8); Dec 18 14:49:40.968 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.968 INFO [stderr] | Dec 18 14:49:40.968 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.968 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.968 INFO [stderr] | Dec 18 14:49:40.968 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.968 INFO [stderr] | Dec 18 14:49:40.968 INFO [stderr] Dec 18 14:49:40.968 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.968 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.968 INFO [stderr] | Dec 18 14:49:40.968 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.968 INFO [stderr] | ^^^^^ Dec 18 14:49:40.968 INFO [stderr] ... Dec 18 14:49:40.968 INFO [stderr] 2298 | rt_realloc!(rt_pow2_32bytes_8align_realloc, 32, 8); Dec 18 14:49:40.968 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.968 INFO [stderr] | Dec 18 14:49:40.968 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.968 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.968 INFO [stderr] | Dec 18 14:49:40.968 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.968 INFO [stderr] | Dec 18 14:49:40.968 INFO [stderr] Dec 18 14:49:40.968 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.968 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.968 INFO [stderr] | Dec 18 14:49:40.968 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.969 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.969 INFO [stderr] ... Dec 18 14:49:40.969 INFO [stderr] 2298 | rt_realloc!(rt_pow2_32bytes_8align_realloc, 32, 8); Dec 18 14:49:40.969 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.969 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] Dec 18 14:49:40.969 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.969 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.969 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.969 INFO [stderr] ... Dec 18 14:49:40.969 INFO [stderr] 2298 | rt_realloc!(rt_pow2_32bytes_8align_realloc, 32, 8); Dec 18 14:49:40.969 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.969 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] Dec 18 14:49:40.969 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.969 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.969 INFO [stderr] | ^^^^^ Dec 18 14:49:40.969 INFO [stderr] ... Dec 18 14:49:40.969 INFO [stderr] 2311 | rt_realloc!(rt_pow2_64bytes_8align_realloc, 64, 8); Dec 18 14:49:40.969 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.969 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] Dec 18 14:49:40.969 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.969 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.969 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.969 INFO [stderr] ... Dec 18 14:49:40.969 INFO [stderr] 2311 | rt_realloc!(rt_pow2_64bytes_8align_realloc, 64, 8); Dec 18 14:49:40.969 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.969 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] Dec 18 14:49:40.969 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.969 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.969 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.969 INFO [stderr] ... Dec 18 14:49:40.969 INFO [stderr] 2311 | rt_realloc!(rt_pow2_64bytes_8align_realloc, 64, 8); Dec 18 14:49:40.969 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.969 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] Dec 18 14:49:40.969 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.969 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.969 INFO [stderr] | ^^^^^ Dec 18 14:49:40.969 INFO [stderr] ... Dec 18 14:49:40.969 INFO [stderr] 2324 | rt_realloc!(rt_pow2_128bytes_8align_realloc, 128, 8); Dec 18 14:49:40.969 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.969 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.969 INFO [stderr] Dec 18 14:49:40.969 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.969 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.969 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.970 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.970 INFO [stderr] ... Dec 18 14:49:40.970 INFO [stderr] 2324 | rt_realloc!(rt_pow2_128bytes_8align_realloc, 128, 8); Dec 18 14:49:40.970 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.970 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] Dec 18 14:49:40.970 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.970 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.970 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.970 INFO [stderr] ... Dec 18 14:49:40.970 INFO [stderr] 2324 | rt_realloc!(rt_pow2_128bytes_8align_realloc, 128, 8); Dec 18 14:49:40.970 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.970 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] Dec 18 14:49:40.970 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.970 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.970 INFO [stderr] | ^^^^^ Dec 18 14:49:40.970 INFO [stderr] ... Dec 18 14:49:40.970 INFO [stderr] 2337 | rt_realloc!(rt_pow2_256bytes_8align_realloc, 256, 8); Dec 18 14:49:40.970 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.970 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] Dec 18 14:49:40.970 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.970 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.970 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.970 INFO [stderr] ... Dec 18 14:49:40.970 INFO [stderr] 2337 | rt_realloc!(rt_pow2_256bytes_8align_realloc, 256, 8); Dec 18 14:49:40.970 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.970 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] Dec 18 14:49:40.970 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.970 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.970 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.970 INFO [stderr] ... Dec 18 14:49:40.970 INFO [stderr] 2337 | rt_realloc!(rt_pow2_256bytes_8align_realloc, 256, 8); Dec 18 14:49:40.970 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.970 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] Dec 18 14:49:40.970 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.970 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.970 INFO [stderr] | ^^^^^ Dec 18 14:49:40.970 INFO [stderr] ... Dec 18 14:49:40.970 INFO [stderr] 2350 | rt_realloc!(rt_pow2_512bytes_8align_realloc, 512, 8); Dec 18 14:49:40.970 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.970 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.970 INFO [stderr] | Dec 18 14:49:40.970 INFO [stderr] Dec 18 14:49:40.970 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.971 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.971 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.971 INFO [stderr] ... Dec 18 14:49:40.971 INFO [stderr] 2350 | rt_realloc!(rt_pow2_512bytes_8align_realloc, 512, 8); Dec 18 14:49:40.971 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.971 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] Dec 18 14:49:40.971 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.971 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.971 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.971 INFO [stderr] ... Dec 18 14:49:40.971 INFO [stderr] 2350 | rt_realloc!(rt_pow2_512bytes_8align_realloc, 512, 8); Dec 18 14:49:40.971 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.971 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] Dec 18 14:49:40.971 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.971 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.971 INFO [stderr] | ^^^^^ Dec 18 14:49:40.971 INFO [stderr] ... Dec 18 14:49:40.971 INFO [stderr] 2363 | rt_realloc!(rt_pow2_1024bytes_8align_realloc, 1024, 8); Dec 18 14:49:40.971 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.971 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] Dec 18 14:49:40.971 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.971 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.971 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.971 INFO [stderr] ... Dec 18 14:49:40.971 INFO [stderr] 2363 | rt_realloc!(rt_pow2_1024bytes_8align_realloc, 1024, 8); Dec 18 14:49:40.971 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.971 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] Dec 18 14:49:40.971 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.971 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.971 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.971 INFO [stderr] ... Dec 18 14:49:40.971 INFO [stderr] 2363 | rt_realloc!(rt_pow2_1024bytes_8align_realloc, 1024, 8); Dec 18 14:49:40.971 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.971 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.971 INFO [stderr] | Dec 18 14:49:40.971 INFO [stderr] Dec 18 14:49:40.971 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.972 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.972 INFO [stderr] | Dec 18 14:49:40.972 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.972 INFO [stderr] | ^^^^^ Dec 18 14:49:40.972 INFO [stderr] ... Dec 18 14:49:40.972 INFO [stderr] 2376 | rt_realloc!(rt_pow2_2048bytes_8align_realloc, 2048, 8); Dec 18 14:49:40.972 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.972 INFO [stderr] | Dec 18 14:49:40.972 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.972 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.972 INFO [stderr] | Dec 18 14:49:40.972 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.972 INFO [stderr] | Dec 18 14:49:40.972 INFO [stderr] Dec 18 14:49:40.972 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.972 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.972 INFO [stderr] | Dec 18 14:49:40.972 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.972 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.972 INFO [stderr] ... Dec 18 14:49:40.972 INFO [stderr] 2376 | rt_realloc!(rt_pow2_2048bytes_8align_realloc, 2048, 8); Dec 18 14:49:40.972 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.972 INFO [stderr] | Dec 18 14:49:40.972 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.972 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.972 INFO [stderr] | Dec 18 14:49:40.972 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.972 INFO [stderr] | Dec 18 14:49:40.972 INFO [stderr] Dec 18 14:49:40.972 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.972 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.972 INFO [stderr] | Dec 18 14:49:40.980 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.980 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.980 INFO [stderr] ... Dec 18 14:49:40.980 INFO [stderr] 2376 | rt_realloc!(rt_pow2_2048bytes_8align_realloc, 2048, 8); Dec 18 14:49:40.980 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.980 INFO [stderr] | Dec 18 14:49:40.980 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.980 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.980 INFO [stderr] | Dec 18 14:49:40.980 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.980 INFO [stderr] | Dec 18 14:49:40.980 INFO [stderr] Dec 18 14:49:40.980 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.980 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.980 INFO [stderr] | Dec 18 14:49:40.980 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.980 INFO [stderr] | ^^^^^ Dec 18 14:49:40.980 INFO [stderr] ... Dec 18 14:49:40.980 INFO [stderr] 2389 | rt_realloc!(rt_pow2_4096bytes_8align_realloc, 4096, 8); Dec 18 14:49:40.980 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.980 INFO [stderr] | Dec 18 14:49:40.980 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.980 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.980 INFO [stderr] | Dec 18 14:49:40.980 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.980 INFO [stderr] | Dec 18 14:49:40.980 INFO [stderr] Dec 18 14:49:40.980 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.980 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.980 INFO [stderr] | Dec 18 14:49:40.980 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.980 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.980 INFO [stderr] ... Dec 18 14:49:40.980 INFO [stderr] 2389 | rt_realloc!(rt_pow2_4096bytes_8align_realloc, 4096, 8); Dec 18 14:49:40.980 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.980 INFO [stderr] | Dec 18 14:49:40.980 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.980 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.980 INFO [stderr] | Dec 18 14:49:40.980 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.980 INFO [stderr] | Dec 18 14:49:40.980 INFO [stderr] Dec 18 14:49:40.980 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.980 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.980 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.981 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.981 INFO [stderr] ... Dec 18 14:49:40.981 INFO [stderr] 2389 | rt_realloc!(rt_pow2_4096bytes_8align_realloc, 4096, 8); Dec 18 14:49:40.981 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.981 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] Dec 18 14:49:40.981 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.981 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.981 INFO [stderr] | ^^^^^ Dec 18 14:49:40.981 INFO [stderr] ... Dec 18 14:49:40.981 INFO [stderr] 2402 | rt_realloc!(rt_pow2_8192bytes_8align_realloc, 8192, 8); Dec 18 14:49:40.981 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.981 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] Dec 18 14:49:40.981 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.981 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.981 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.981 INFO [stderr] ... Dec 18 14:49:40.981 INFO [stderr] 2402 | rt_realloc!(rt_pow2_8192bytes_8align_realloc, 8192, 8); Dec 18 14:49:40.981 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.981 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] Dec 18 14:49:40.981 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.981 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.981 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.981 INFO [stderr] ... Dec 18 14:49:40.981 INFO [stderr] 2402 | rt_realloc!(rt_pow2_8192bytes_8align_realloc, 8192, 8); Dec 18 14:49:40.981 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.981 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] Dec 18 14:49:40.981 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.981 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.981 INFO [stderr] | ^^^^^ Dec 18 14:49:40.981 INFO [stderr] ... Dec 18 14:49:40.981 INFO [stderr] 2415 | rt_realloc!(rt_pow2_16384bytes_8align_realloc, 16384, 8); Dec 18 14:49:40.981 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.981 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] Dec 18 14:49:40.981 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.981 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.981 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.981 INFO [stderr] ... Dec 18 14:49:40.981 INFO [stderr] 2415 | rt_realloc!(rt_pow2_16384bytes_8align_realloc, 16384, 8); Dec 18 14:49:40.981 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.981 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.981 INFO [stderr] Dec 18 14:49:40.981 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.981 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.981 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.982 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.982 INFO [stderr] ... Dec 18 14:49:40.982 INFO [stderr] 2415 | rt_realloc!(rt_pow2_16384bytes_8align_realloc, 16384, 8); Dec 18 14:49:40.982 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.982 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] Dec 18 14:49:40.982 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.982 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.982 INFO [stderr] | ^^^^^ Dec 18 14:49:40.982 INFO [stderr] ... Dec 18 14:49:40.982 INFO [stderr] 2428 | rt_realloc!(rt_pow2_32768bytes_8align_realloc, 32768, 8); Dec 18 14:49:40.982 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.982 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] Dec 18 14:49:40.982 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.982 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.982 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.982 INFO [stderr] ... Dec 18 14:49:40.982 INFO [stderr] 2428 | rt_realloc!(rt_pow2_32768bytes_8align_realloc, 32768, 8); Dec 18 14:49:40.982 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.982 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] Dec 18 14:49:40.982 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.982 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.982 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.982 INFO [stderr] ... Dec 18 14:49:40.982 INFO [stderr] 2428 | rt_realloc!(rt_pow2_32768bytes_8align_realloc, 32768, 8); Dec 18 14:49:40.982 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.982 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] Dec 18 14:49:40.982 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.982 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.982 INFO [stderr] | ^^^^^ Dec 18 14:49:40.982 INFO [stderr] ... Dec 18 14:49:40.982 INFO [stderr] 2441 | rt_realloc!(rt_pow2_65536bytes_8align_realloc, 65536, 8); Dec 18 14:49:40.982 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.982 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] Dec 18 14:49:40.982 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.982 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.982 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.982 INFO [stderr] ... Dec 18 14:49:40.982 INFO [stderr] 2441 | rt_realloc!(rt_pow2_65536bytes_8align_realloc, 65536, 8); Dec 18 14:49:40.982 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.982 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] Dec 18 14:49:40.982 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.982 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.982 INFO [stderr] | Dec 18 14:49:40.982 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.982 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.983 INFO [stderr] ... Dec 18 14:49:40.983 INFO [stderr] 2441 | rt_realloc!(rt_pow2_65536bytes_8align_realloc, 65536, 8); Dec 18 14:49:40.983 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.983 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] Dec 18 14:49:40.983 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.983 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.983 INFO [stderr] | ^^^^^ Dec 18 14:49:40.983 INFO [stderr] ... Dec 18 14:49:40.983 INFO [stderr] 2454 | rt_realloc!(rt_pow2_131072bytes_8align_realloc, 131072, 8); Dec 18 14:49:40.983 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.983 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] Dec 18 14:49:40.983 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.983 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.983 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.983 INFO [stderr] ... Dec 18 14:49:40.983 INFO [stderr] 2454 | rt_realloc!(rt_pow2_131072bytes_8align_realloc, 131072, 8); Dec 18 14:49:40.983 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.983 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] Dec 18 14:49:40.983 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.983 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.983 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.983 INFO [stderr] ... Dec 18 14:49:40.983 INFO [stderr] 2454 | rt_realloc!(rt_pow2_131072bytes_8align_realloc, 131072, 8); Dec 18 14:49:40.983 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.983 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] Dec 18 14:49:40.983 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.983 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.983 INFO [stderr] | ^^^^^ Dec 18 14:49:40.983 INFO [stderr] ... Dec 18 14:49:40.983 INFO [stderr] 2467 | rt_realloc!(rt_pow2_4194304bytes_8align_realloc, 4194304, 8); Dec 18 14:49:40.983 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.983 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] Dec 18 14:49:40.983 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.983 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.983 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.983 INFO [stderr] ... Dec 18 14:49:40.983 INFO [stderr] 2467 | rt_realloc!(rt_pow2_4194304bytes_8align_realloc, 4194304, 8); Dec 18 14:49:40.983 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.983 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] Dec 18 14:49:40.983 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.983 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.983 INFO [stderr] | Dec 18 14:49:40.983 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.983 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.983 INFO [stderr] ... Dec 18 14:49:40.984 INFO [stderr] 2467 | rt_realloc!(rt_pow2_4194304bytes_8align_realloc, 4194304, 8); Dec 18 14:49:40.984 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.984 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] Dec 18 14:49:40.984 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.984 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.984 INFO [stderr] | ^^^^^ Dec 18 14:49:40.984 INFO [stderr] ... Dec 18 14:49:40.984 INFO [stderr] 2481 | rt_realloc!(rt_even_10bytes_8align_realloc, 10, 8); Dec 18 14:49:40.984 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.984 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] Dec 18 14:49:40.984 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.984 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.984 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.984 INFO [stderr] ... Dec 18 14:49:40.984 INFO [stderr] 2481 | rt_realloc!(rt_even_10bytes_8align_realloc, 10, 8); Dec 18 14:49:40.984 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.984 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] Dec 18 14:49:40.984 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.984 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.984 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.984 INFO [stderr] ... Dec 18 14:49:40.984 INFO [stderr] 2481 | rt_realloc!(rt_even_10bytes_8align_realloc, 10, 8); Dec 18 14:49:40.984 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.984 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] Dec 18 14:49:40.984 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.984 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.984 INFO [stderr] | ^^^^^ Dec 18 14:49:40.984 INFO [stderr] ... Dec 18 14:49:40.984 INFO [stderr] 2494 | rt_realloc!(rt_even_100bytes_8align_realloc, 100, 8); Dec 18 14:49:40.984 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.984 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] Dec 18 14:49:40.984 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.984 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.984 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.984 INFO [stderr] ... Dec 18 14:49:40.984 INFO [stderr] 2494 | rt_realloc!(rt_even_100bytes_8align_realloc, 100, 8); Dec 18 14:49:40.984 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.984 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.984 INFO [stderr] Dec 18 14:49:40.984 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.984 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.984 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.985 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.985 INFO [stderr] ... Dec 18 14:49:40.985 INFO [stderr] 2494 | rt_realloc!(rt_even_100bytes_8align_realloc, 100, 8); Dec 18 14:49:40.985 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.985 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] Dec 18 14:49:40.985 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.985 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.985 INFO [stderr] | ^^^^^ Dec 18 14:49:40.985 INFO [stderr] ... Dec 18 14:49:40.985 INFO [stderr] 2507 | rt_realloc!(rt_even_1000bytes_8align_realloc, 1000, 8); Dec 18 14:49:40.985 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.985 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] Dec 18 14:49:40.985 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.985 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.985 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.985 INFO [stderr] ... Dec 18 14:49:40.985 INFO [stderr] 2507 | rt_realloc!(rt_even_1000bytes_8align_realloc, 1000, 8); Dec 18 14:49:40.985 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.985 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] Dec 18 14:49:40.985 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.985 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.985 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.985 INFO [stderr] ... Dec 18 14:49:40.985 INFO [stderr] 2507 | rt_realloc!(rt_even_1000bytes_8align_realloc, 1000, 8); Dec 18 14:49:40.985 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.985 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] Dec 18 14:49:40.985 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.985 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.985 INFO [stderr] | ^^^^^ Dec 18 14:49:40.985 INFO [stderr] ... Dec 18 14:49:40.985 INFO [stderr] 2520 | rt_realloc!(rt_even_10000bytes_8align_realloc, 10000, 8); Dec 18 14:49:40.985 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.985 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] Dec 18 14:49:40.985 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.985 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.985 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.985 INFO [stderr] ... Dec 18 14:49:40.985 INFO [stderr] 2520 | rt_realloc!(rt_even_10000bytes_8align_realloc, 10000, 8); Dec 18 14:49:40.985 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.985 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] Dec 18 14:49:40.985 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.985 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.985 INFO [stderr] | Dec 18 14:49:40.985 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.985 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.986 INFO [stderr] ... Dec 18 14:49:40.986 INFO [stderr] 2520 | rt_realloc!(rt_even_10000bytes_8align_realloc, 10000, 8); Dec 18 14:49:40.986 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.986 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] Dec 18 14:49:40.986 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.986 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.986 INFO [stderr] | ^^^^^ Dec 18 14:49:40.986 INFO [stderr] ... Dec 18 14:49:40.986 INFO [stderr] 2533 | rt_realloc!(rt_even_100000bytes_8align_realloc, 100000, 8); Dec 18 14:49:40.986 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.986 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] Dec 18 14:49:40.986 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.986 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.986 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.986 INFO [stderr] ... Dec 18 14:49:40.986 INFO [stderr] 2533 | rt_realloc!(rt_even_100000bytes_8align_realloc, 100000, 8); Dec 18 14:49:40.986 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.986 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] Dec 18 14:49:40.986 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.986 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.986 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.986 INFO [stderr] ... Dec 18 14:49:40.986 INFO [stderr] 2533 | rt_realloc!(rt_even_100000bytes_8align_realloc, 100000, 8); Dec 18 14:49:40.986 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.986 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] Dec 18 14:49:40.986 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.986 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.986 INFO [stderr] | ^^^^^ Dec 18 14:49:40.986 INFO [stderr] ... Dec 18 14:49:40.986 INFO [stderr] 2546 | rt_realloc!(rt_even_1000000bytes_8align_realloc, 1000000, 8); Dec 18 14:49:40.986 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.986 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] Dec 18 14:49:40.986 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.986 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.986 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.986 INFO [stderr] ... Dec 18 14:49:40.986 INFO [stderr] 2546 | rt_realloc!(rt_even_1000000bytes_8align_realloc, 1000000, 8); Dec 18 14:49:40.986 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.986 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] Dec 18 14:49:40.986 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.986 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.986 INFO [stderr] | Dec 18 14:49:40.986 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.986 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.986 INFO [stderr] ... Dec 18 14:49:40.986 INFO [stderr] 2546 | rt_realloc!(rt_even_1000000bytes_8align_realloc, 1000000, 8); Dec 18 14:49:40.987 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.987 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] Dec 18 14:49:40.987 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.987 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.987 INFO [stderr] | ^^^^^ Dec 18 14:49:40.987 INFO [stderr] ... Dec 18 14:49:40.987 INFO [stderr] 2560 | rt_realloc!(rt_odd_10bytes_8align_realloc, 10- 1, 8); Dec 18 14:49:40.987 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.987 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] Dec 18 14:49:40.987 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.987 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.987 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.987 INFO [stderr] ... Dec 18 14:49:40.987 INFO [stderr] 2560 | rt_realloc!(rt_odd_10bytes_8align_realloc, 10- 1, 8); Dec 18 14:49:40.987 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.987 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] Dec 18 14:49:40.987 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.987 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.987 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.987 INFO [stderr] ... Dec 18 14:49:40.987 INFO [stderr] 2560 | rt_realloc!(rt_odd_10bytes_8align_realloc, 10- 1, 8); Dec 18 14:49:40.987 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.987 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] Dec 18 14:49:40.987 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.987 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.987 INFO [stderr] | ^^^^^ Dec 18 14:49:40.987 INFO [stderr] ... Dec 18 14:49:40.987 INFO [stderr] 2573 | rt_realloc!(rt_odd_100bytes_8align_realloc, 100- 1, 8); Dec 18 14:49:40.987 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.987 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] Dec 18 14:49:40.987 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.987 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.987 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.987 INFO [stderr] ... Dec 18 14:49:40.987 INFO [stderr] 2573 | rt_realloc!(rt_odd_100bytes_8align_realloc, 100- 1, 8); Dec 18 14:49:40.987 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.987 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] Dec 18 14:49:40.987 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.987 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:40.987 INFO [stderr] | Dec 18 14:49:40.987 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:40.987 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.987 INFO [stderr] ... Dec 18 14:49:40.987 INFO [stderr] 2573 | rt_realloc!(rt_odd_100bytes_8align_realloc, 100- 1, 8); Dec 18 14:49:40.987 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:40.988 INFO [stderr] | Dec 18 14:49:40.988 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.988 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.988 INFO [stderr] | Dec 18 14:49:40.988 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.988 INFO [stderr] | Dec 18 14:49:40.988 INFO [stderr] Dec 18 14:49:40.988 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.988 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:40.988 INFO [stderr] | Dec 18 14:49:40.988 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:40.988 INFO [stderr] | ^^^^^ Dec 18 14:49:40.988 INFO [stderr] ... Dec 18 14:49:40.988 INFO [stderr] 2586 | rt_realloc!(rt_odd_1000bytes_8align_realloc, 1000- 1, 8); Dec 18 14:49:40.988 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.988 INFO [stderr] | Dec 18 14:49:40.988 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:40.988 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:40.988 INFO [stderr] | Dec 18 14:49:40.988 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:40.988 INFO [stderr] | Dec 18 14:49:40.988 INFO [stderr] Dec 18 14:49:40.988 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:40.988 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:40.988 INFO [stderr] | Dec 18 14:49:40.988 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:40.988 INFO [stderr] | ^^^^^^^ Dec 18 14:49:40.988 INFO [stderr] ... Dec 18 14:49:40.988 INFO [stderr] 2586 | rt_realloc!(rt_odd_1000bytes_8align_realloc, 1000- 1, 8); Dec 18 14:49:40.988 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:40.988 INFO [stderr] | Dec 18 14:49:40.988 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.008 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.012 INFO [stderr] | Dec 18 14:49:41.012 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.012 INFO [stderr] | Dec 18 14:49:41.012 INFO [stderr] Dec 18 14:49:41.012 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.012 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.012 INFO [stderr] | Dec 18 14:49:41.012 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.012 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.012 INFO [stderr] ... Dec 18 14:49:41.012 INFO [stderr] 2586 | rt_realloc!(rt_odd_1000bytes_8align_realloc, 1000- 1, 8); Dec 18 14:49:41.012 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.012 INFO [stderr] | Dec 18 14:49:41.012 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.012 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.012 INFO [stderr] | Dec 18 14:49:41.012 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.012 INFO [stderr] | Dec 18 14:49:41.012 INFO [stderr] Dec 18 14:49:41.012 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.012 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.012 INFO [stderr] | Dec 18 14:49:41.012 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.012 INFO [stderr] | ^^^^^ Dec 18 14:49:41.012 INFO [stderr] ... Dec 18 14:49:41.012 INFO [stderr] 2599 | rt_realloc!(rt_odd_10000bytes_8align_realloc, 10000- 1, 8); Dec 18 14:49:41.012 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.012 INFO [stderr] | Dec 18 14:49:41.012 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.012 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.012 INFO [stderr] | Dec 18 14:49:41.012 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.012 INFO [stderr] | Dec 18 14:49:41.012 INFO [stderr] Dec 18 14:49:41.012 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.012 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.012 INFO [stderr] | Dec 18 14:49:41.012 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.012 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.012 INFO [stderr] ... Dec 18 14:49:41.012 INFO [stderr] 2599 | rt_realloc!(rt_odd_10000bytes_8align_realloc, 10000- 1, 8); Dec 18 14:49:41.012 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.012 INFO [stderr] | Dec 18 14:49:41.012 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.012 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.012 INFO [stderr] | Dec 18 14:49:41.012 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] Dec 18 14:49:41.013 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.013 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.013 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.013 INFO [stderr] ... Dec 18 14:49:41.013 INFO [stderr] 2599 | rt_realloc!(rt_odd_10000bytes_8align_realloc, 10000- 1, 8); Dec 18 14:49:41.013 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.013 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] Dec 18 14:49:41.013 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.013 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.013 INFO [stderr] | ^^^^^ Dec 18 14:49:41.013 INFO [stderr] ... Dec 18 14:49:41.013 INFO [stderr] 2612 | rt_realloc!(rt_odd_100000bytes_8align_realloc, 100000- 1, 8); Dec 18 14:49:41.013 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.013 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] Dec 18 14:49:41.013 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.013 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.013 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.013 INFO [stderr] ... Dec 18 14:49:41.013 INFO [stderr] 2612 | rt_realloc!(rt_odd_100000bytes_8align_realloc, 100000- 1, 8); Dec 18 14:49:41.013 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.013 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] Dec 18 14:49:41.013 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.013 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.013 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.013 INFO [stderr] ... Dec 18 14:49:41.013 INFO [stderr] 2612 | rt_realloc!(rt_odd_100000bytes_8align_realloc, 100000- 1, 8); Dec 18 14:49:41.013 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.013 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] Dec 18 14:49:41.013 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.013 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.013 INFO [stderr] | ^^^^^ Dec 18 14:49:41.013 INFO [stderr] ... Dec 18 14:49:41.013 INFO [stderr] 2625 | rt_realloc!(rt_odd_1000000bytes_8align_realloc, 1000000- 1, 8); Dec 18 14:49:41.013 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.013 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] Dec 18 14:49:41.013 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.013 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.013 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.013 INFO [stderr] ... Dec 18 14:49:41.013 INFO [stderr] 2625 | rt_realloc!(rt_odd_1000000bytes_8align_realloc, 1000000- 1, 8); Dec 18 14:49:41.013 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.013 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.013 INFO [stderr] | Dec 18 14:49:41.013 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] Dec 18 14:49:41.014 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.014 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.014 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.014 INFO [stderr] ... Dec 18 14:49:41.014 INFO [stderr] 2625 | rt_realloc!(rt_odd_1000000bytes_8align_realloc, 1000000- 1, 8); Dec 18 14:49:41.014 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.014 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] Dec 18 14:49:41.014 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.014 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.014 INFO [stderr] | ^^^^^ Dec 18 14:49:41.014 INFO [stderr] ... Dec 18 14:49:41.014 INFO [stderr] 2639 | rt_realloc!(rt_primes_3bytes_8align_realloc, 3, 8); Dec 18 14:49:41.014 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.014 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] Dec 18 14:49:41.014 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.014 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.014 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.014 INFO [stderr] ... Dec 18 14:49:41.014 INFO [stderr] 2639 | rt_realloc!(rt_primes_3bytes_8align_realloc, 3, 8); Dec 18 14:49:41.014 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.014 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] Dec 18 14:49:41.014 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.014 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.014 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.014 INFO [stderr] ... Dec 18 14:49:41.014 INFO [stderr] 2639 | rt_realloc!(rt_primes_3bytes_8align_realloc, 3, 8); Dec 18 14:49:41.014 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.014 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] Dec 18 14:49:41.014 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.014 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.014 INFO [stderr] | ^^^^^ Dec 18 14:49:41.014 INFO [stderr] ... Dec 18 14:49:41.014 INFO [stderr] 2652 | rt_realloc!(rt_primes_7bytes_8align_realloc, 7, 8); Dec 18 14:49:41.014 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.014 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] Dec 18 14:49:41.014 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.014 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.014 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.014 INFO [stderr] ... Dec 18 14:49:41.014 INFO [stderr] 2652 | rt_realloc!(rt_primes_7bytes_8align_realloc, 7, 8); Dec 18 14:49:41.014 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.014 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] Dec 18 14:49:41.014 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.014 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.014 INFO [stderr] | Dec 18 14:49:41.014 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.014 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.014 INFO [stderr] ... Dec 18 14:49:41.014 INFO [stderr] 2652 | rt_realloc!(rt_primes_7bytes_8align_realloc, 7, 8); Dec 18 14:49:41.015 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.015 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] Dec 18 14:49:41.015 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.015 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.015 INFO [stderr] | ^^^^^ Dec 18 14:49:41.015 INFO [stderr] ... Dec 18 14:49:41.015 INFO [stderr] 2665 | rt_realloc!(rt_primes_13bytes_8align_realloc, 13, 8); Dec 18 14:49:41.015 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.015 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] Dec 18 14:49:41.015 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.015 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.015 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.015 INFO [stderr] ... Dec 18 14:49:41.015 INFO [stderr] 2665 | rt_realloc!(rt_primes_13bytes_8align_realloc, 13, 8); Dec 18 14:49:41.015 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.015 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] Dec 18 14:49:41.015 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.015 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.015 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.015 INFO [stderr] ... Dec 18 14:49:41.015 INFO [stderr] 2665 | rt_realloc!(rt_primes_13bytes_8align_realloc, 13, 8); Dec 18 14:49:41.015 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.015 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] Dec 18 14:49:41.015 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.015 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.015 INFO [stderr] | ^^^^^ Dec 18 14:49:41.015 INFO [stderr] ... Dec 18 14:49:41.015 INFO [stderr] 2678 | rt_realloc!(rt_primes_17bytes_8align_realloc, 17, 8); Dec 18 14:49:41.015 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.015 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] Dec 18 14:49:41.015 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.015 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.015 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.015 INFO [stderr] ... Dec 18 14:49:41.015 INFO [stderr] 2678 | rt_realloc!(rt_primes_17bytes_8align_realloc, 17, 8); Dec 18 14:49:41.015 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.015 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] Dec 18 14:49:41.015 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.015 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.015 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.015 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.015 INFO [stderr] ... Dec 18 14:49:41.015 INFO [stderr] 2678 | rt_realloc!(rt_primes_17bytes_8align_realloc, 17, 8); Dec 18 14:49:41.015 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.015 INFO [stderr] | Dec 18 14:49:41.016 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.016 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.016 INFO [stderr] | Dec 18 14:49:41.016 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.016 INFO [stderr] | Dec 18 14:49:41.016 INFO [stderr] Dec 18 14:49:41.016 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.016 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.016 INFO [stderr] | Dec 18 14:49:41.016 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.016 INFO [stderr] | ^^^^^ Dec 18 14:49:41.016 INFO [stderr] ... Dec 18 14:49:41.016 INFO [stderr] 2691 | rt_realloc!(rt_primes_31bytes_8align_realloc, 31, 8); Dec 18 14:49:41.016 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.016 INFO [stderr] | Dec 18 14:49:41.016 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.016 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.016 INFO [stderr] | Dec 18 14:49:41.016 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.016 INFO [stderr] | Dec 18 14:49:41.016 INFO [stderr] Dec 18 14:49:41.016 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.016 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.016 INFO [stderr] | Dec 18 14:49:41.016 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.016 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.016 INFO [stderr] ... Dec 18 14:49:41.016 INFO [stderr] 2691 | rt_realloc!(rt_primes_31bytes_8align_realloc, 31, 8); Dec 18 14:49:41.016 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.016 INFO [stderr] | Dec 18 14:49:41.016 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.028 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.028 INFO [stderr] | Dec 18 14:49:41.028 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.028 INFO [stderr] | Dec 18 14:49:41.028 INFO [stderr] Dec 18 14:49:41.028 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.028 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.028 INFO [stderr] | Dec 18 14:49:41.028 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.028 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.028 INFO [stderr] ... Dec 18 14:49:41.028 INFO [stderr] 2691 | rt_realloc!(rt_primes_31bytes_8align_realloc, 31, 8); Dec 18 14:49:41.028 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.028 INFO [stderr] | Dec 18 14:49:41.028 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.028 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.028 INFO [stderr] | Dec 18 14:49:41.028 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.028 INFO [stderr] | Dec 18 14:49:41.028 INFO [stderr] Dec 18 14:49:41.028 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.028 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.028 INFO [stderr] | Dec 18 14:49:41.028 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.028 INFO [stderr] | ^^^^^ Dec 18 14:49:41.028 INFO [stderr] ... Dec 18 14:49:41.028 INFO [stderr] 2704 | rt_realloc!(rt_primes_61bytes_8align_realloc, 61, 8); Dec 18 14:49:41.028 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.028 INFO [stderr] | Dec 18 14:49:41.028 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.028 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.028 INFO [stderr] | Dec 18 14:49:41.028 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.028 INFO [stderr] | Dec 18 14:49:41.028 INFO [stderr] Dec 18 14:49:41.028 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.028 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.028 INFO [stderr] | Dec 18 14:49:41.028 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.028 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.028 INFO [stderr] ... Dec 18 14:49:41.028 INFO [stderr] 2704 | rt_realloc!(rt_primes_61bytes_8align_realloc, 61, 8); Dec 18 14:49:41.028 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.028 INFO [stderr] | Dec 18 14:49:41.028 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.029 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] Dec 18 14:49:41.029 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.029 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.029 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.029 INFO [stderr] ... Dec 18 14:49:41.029 INFO [stderr] 2704 | rt_realloc!(rt_primes_61bytes_8align_realloc, 61, 8); Dec 18 14:49:41.029 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.029 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] Dec 18 14:49:41.029 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.029 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.029 INFO [stderr] | ^^^^^ Dec 18 14:49:41.029 INFO [stderr] ... Dec 18 14:49:41.029 INFO [stderr] 2717 | rt_realloc!(rt_primes_96bytes_8align_realloc, 96, 8); Dec 18 14:49:41.029 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.029 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] Dec 18 14:49:41.029 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.029 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.029 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.029 INFO [stderr] ... Dec 18 14:49:41.029 INFO [stderr] 2717 | rt_realloc!(rt_primes_96bytes_8align_realloc, 96, 8); Dec 18 14:49:41.029 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.029 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] Dec 18 14:49:41.029 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.029 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.029 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.029 INFO [stderr] ... Dec 18 14:49:41.029 INFO [stderr] 2717 | rt_realloc!(rt_primes_96bytes_8align_realloc, 96, 8); Dec 18 14:49:41.029 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.029 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] Dec 18 14:49:41.029 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.029 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.029 INFO [stderr] | ^^^^^ Dec 18 14:49:41.029 INFO [stderr] ... Dec 18 14:49:41.029 INFO [stderr] 2730 | rt_realloc!(rt_primes_127bytes_8align_realloc, 127, 8); Dec 18 14:49:41.029 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.029 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] Dec 18 14:49:41.029 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.029 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.029 INFO [stderr] | Dec 18 14:49:41.029 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.029 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.029 INFO [stderr] ... Dec 18 14:49:41.029 INFO [stderr] 2730 | rt_realloc!(rt_primes_127bytes_8align_realloc, 127, 8); Dec 18 14:49:41.029 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.030 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] Dec 18 14:49:41.030 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.030 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.030 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.030 INFO [stderr] ... Dec 18 14:49:41.030 INFO [stderr] 2730 | rt_realloc!(rt_primes_127bytes_8align_realloc, 127, 8); Dec 18 14:49:41.030 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.030 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] Dec 18 14:49:41.030 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.030 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.030 INFO [stderr] | ^^^^^ Dec 18 14:49:41.030 INFO [stderr] ... Dec 18 14:49:41.030 INFO [stderr] 2743 | rt_realloc!(rt_primes_257bytes_8align_realloc, 257, 8); Dec 18 14:49:41.030 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.030 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] Dec 18 14:49:41.030 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.030 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.030 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.030 INFO [stderr] ... Dec 18 14:49:41.030 INFO [stderr] 2743 | rt_realloc!(rt_primes_257bytes_8align_realloc, 257, 8); Dec 18 14:49:41.030 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.030 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] Dec 18 14:49:41.030 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.030 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.030 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.030 INFO [stderr] ... Dec 18 14:49:41.030 INFO [stderr] 2743 | rt_realloc!(rt_primes_257bytes_8align_realloc, 257, 8); Dec 18 14:49:41.030 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.030 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] Dec 18 14:49:41.030 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.030 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.030 INFO [stderr] | ^^^^^ Dec 18 14:49:41.030 INFO [stderr] ... Dec 18 14:49:41.030 INFO [stderr] 2756 | rt_realloc!(rt_primes_509bytes_8align_realloc, 509, 8); Dec 18 14:49:41.030 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.030 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] Dec 18 14:49:41.030 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.030 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.030 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.030 INFO [stderr] ... Dec 18 14:49:41.030 INFO [stderr] 2756 | rt_realloc!(rt_primes_509bytes_8align_realloc, 509, 8); Dec 18 14:49:41.030 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.030 INFO [stderr] | Dec 18 14:49:41.030 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.031 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] Dec 18 14:49:41.031 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.031 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.031 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.031 INFO [stderr] ... Dec 18 14:49:41.031 INFO [stderr] 2756 | rt_realloc!(rt_primes_509bytes_8align_realloc, 509, 8); Dec 18 14:49:41.031 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.031 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] Dec 18 14:49:41.031 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.031 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.031 INFO [stderr] | ^^^^^ Dec 18 14:49:41.031 INFO [stderr] ... Dec 18 14:49:41.031 INFO [stderr] 2769 | rt_realloc!(rt_primes_1021bytes_8align_realloc, 1021, 8); Dec 18 14:49:41.031 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.031 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] Dec 18 14:49:41.031 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.031 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.031 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.031 INFO [stderr] ... Dec 18 14:49:41.031 INFO [stderr] 2769 | rt_realloc!(rt_primes_1021bytes_8align_realloc, 1021, 8); Dec 18 14:49:41.031 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.031 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] Dec 18 14:49:41.031 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.031 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.031 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.031 INFO [stderr] ... Dec 18 14:49:41.031 INFO [stderr] 2769 | rt_realloc!(rt_primes_1021bytes_8align_realloc, 1021, 8); Dec 18 14:49:41.031 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.031 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] Dec 18 14:49:41.031 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.031 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.031 INFO [stderr] | ^^^^^ Dec 18 14:49:41.031 INFO [stderr] ... Dec 18 14:49:41.031 INFO [stderr] 2782 | rt_realloc!(rt_primes_2039bytes_8align_realloc, 2039, 8); Dec 18 14:49:41.031 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.031 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] Dec 18 14:49:41.031 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.031 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.031 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.031 INFO [stderr] ... Dec 18 14:49:41.031 INFO [stderr] 2782 | rt_realloc!(rt_primes_2039bytes_8align_realloc, 2039, 8); Dec 18 14:49:41.031 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.031 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.031 INFO [stderr] | Dec 18 14:49:41.031 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.032 INFO [stderr] | Dec 18 14:49:41.032 INFO [stderr] Dec 18 14:49:41.032 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.032 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.032 INFO [stderr] | Dec 18 14:49:41.032 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.032 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.032 INFO [stderr] ... Dec 18 14:49:41.032 INFO [stderr] 2782 | rt_realloc!(rt_primes_2039bytes_8align_realloc, 2039, 8); Dec 18 14:49:41.032 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.032 INFO [stderr] | Dec 18 14:49:41.032 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.032 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.032 INFO [stderr] | Dec 18 14:49:41.032 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.032 INFO [stderr] | Dec 18 14:49:41.032 INFO [stderr] Dec 18 14:49:41.032 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.032 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.032 INFO [stderr] | Dec 18 14:49:41.032 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.032 INFO [stderr] | ^^^^^ Dec 18 14:49:41.032 INFO [stderr] ... Dec 18 14:49:41.032 INFO [stderr] 2795 | rt_realloc!(rt_primes_4093bytes_8align_realloc, 4093, 8); Dec 18 14:49:41.032 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.032 INFO [stderr] | Dec 18 14:49:41.032 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.032 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.032 INFO [stderr] | Dec 18 14:49:41.032 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.052 INFO [stderr] | Dec 18 14:49:41.052 INFO [stderr] Dec 18 14:49:41.056 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.056 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.056 INFO [stderr] | Dec 18 14:49:41.056 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.056 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.056 INFO [stderr] ... Dec 18 14:49:41.056 INFO [stderr] 2795 | rt_realloc!(rt_primes_4093bytes_8align_realloc, 4093, 8); Dec 18 14:49:41.056 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.056 INFO [stderr] | Dec 18 14:49:41.056 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.056 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.056 INFO [stderr] | Dec 18 14:49:41.056 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.056 INFO [stderr] | Dec 18 14:49:41.056 INFO [stderr] Dec 18 14:49:41.056 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.056 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.056 INFO [stderr] | Dec 18 14:49:41.056 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.056 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.056 INFO [stderr] ... Dec 18 14:49:41.056 INFO [stderr] 2795 | rt_realloc!(rt_primes_4093bytes_8align_realloc, 4093, 8); Dec 18 14:49:41.056 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.056 INFO [stderr] | Dec 18 14:49:41.056 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.056 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.056 INFO [stderr] | Dec 18 14:49:41.056 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.056 INFO [stderr] | Dec 18 14:49:41.056 INFO [stderr] Dec 18 14:49:41.056 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.056 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.056 INFO [stderr] | Dec 18 14:49:41.056 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.056 INFO [stderr] | ^^^^^ Dec 18 14:49:41.056 INFO [stderr] ... Dec 18 14:49:41.056 INFO [stderr] 2808 | rt_realloc!(rt_primes_8191bytes_8align_realloc, 8191, 8); Dec 18 14:49:41.056 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.056 INFO [stderr] | Dec 18 14:49:41.056 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.056 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.056 INFO [stderr] | Dec 18 14:49:41.056 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.056 INFO [stderr] | Dec 18 14:49:41.056 INFO [stderr] Dec 18 14:49:41.056 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.056 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.056 INFO [stderr] | Dec 18 14:49:41.056 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.056 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.056 INFO [stderr] ... Dec 18 14:49:41.056 INFO [stderr] 2808 | rt_realloc!(rt_primes_8191bytes_8align_realloc, 8191, 8); Dec 18 14:49:41.056 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.057 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] Dec 18 14:49:41.057 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.057 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.057 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.057 INFO [stderr] ... Dec 18 14:49:41.057 INFO [stderr] 2808 | rt_realloc!(rt_primes_8191bytes_8align_realloc, 8191, 8); Dec 18 14:49:41.057 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.057 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] Dec 18 14:49:41.057 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.057 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.057 INFO [stderr] | ^^^^^ Dec 18 14:49:41.057 INFO [stderr] ... Dec 18 14:49:41.057 INFO [stderr] 2821 | rt_realloc!(rt_primes_16381bytes_8align_realloc, 16381, 8); Dec 18 14:49:41.057 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.057 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] Dec 18 14:49:41.057 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.057 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.057 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.057 INFO [stderr] ... Dec 18 14:49:41.057 INFO [stderr] 2821 | rt_realloc!(rt_primes_16381bytes_8align_realloc, 16381, 8); Dec 18 14:49:41.057 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.057 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] Dec 18 14:49:41.057 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.057 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.057 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.057 INFO [stderr] ... Dec 18 14:49:41.057 INFO [stderr] 2821 | rt_realloc!(rt_primes_16381bytes_8align_realloc, 16381, 8); Dec 18 14:49:41.057 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.057 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] Dec 18 14:49:41.057 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.057 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.057 INFO [stderr] | ^^^^^ Dec 18 14:49:41.057 INFO [stderr] ... Dec 18 14:49:41.057 INFO [stderr] 2834 | rt_realloc!(rt_primes_32749bytes_8align_realloc, 32749, 8); Dec 18 14:49:41.057 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.057 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] Dec 18 14:49:41.057 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.057 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.057 INFO [stderr] | Dec 18 14:49:41.057 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.058 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.058 INFO [stderr] ... Dec 18 14:49:41.058 INFO [stderr] 2834 | rt_realloc!(rt_primes_32749bytes_8align_realloc, 32749, 8); Dec 18 14:49:41.058 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.058 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] Dec 18 14:49:41.058 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.058 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.058 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.058 INFO [stderr] ... Dec 18 14:49:41.058 INFO [stderr] 2834 | rt_realloc!(rt_primes_32749bytes_8align_realloc, 32749, 8); Dec 18 14:49:41.058 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.058 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] Dec 18 14:49:41.058 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.058 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.058 INFO [stderr] | ^^^^^ Dec 18 14:49:41.058 INFO [stderr] ... Dec 18 14:49:41.058 INFO [stderr] 2847 | rt_realloc!(rt_primes_65537bytes_8align_realloc, 65537, 8); Dec 18 14:49:41.058 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.058 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] Dec 18 14:49:41.058 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.058 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.058 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.058 INFO [stderr] ... Dec 18 14:49:41.058 INFO [stderr] 2847 | rt_realloc!(rt_primes_65537bytes_8align_realloc, 65537, 8); Dec 18 14:49:41.058 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.058 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] Dec 18 14:49:41.058 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.058 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.058 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.058 INFO [stderr] ... Dec 18 14:49:41.058 INFO [stderr] 2847 | rt_realloc!(rt_primes_65537bytes_8align_realloc, 65537, 8); Dec 18 14:49:41.058 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.058 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] Dec 18 14:49:41.058 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.058 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.058 INFO [stderr] | ^^^^^ Dec 18 14:49:41.058 INFO [stderr] ... Dec 18 14:49:41.058 INFO [stderr] 2860 | rt_realloc!(rt_primes_131071bytes_8align_realloc, 131071, 8); Dec 18 14:49:41.058 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.058 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.058 INFO [stderr] | Dec 18 14:49:41.058 INFO [stderr] Dec 18 14:49:41.059 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.059 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.059 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.059 INFO [stderr] ... Dec 18 14:49:41.059 INFO [stderr] 2860 | rt_realloc!(rt_primes_131071bytes_8align_realloc, 131071, 8); Dec 18 14:49:41.059 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.059 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] Dec 18 14:49:41.059 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.059 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.059 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.059 INFO [stderr] ... Dec 18 14:49:41.059 INFO [stderr] 2860 | rt_realloc!(rt_primes_131071bytes_8align_realloc, 131071, 8); Dec 18 14:49:41.059 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.059 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] Dec 18 14:49:41.059 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.059 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.059 INFO [stderr] | ^^^^^ Dec 18 14:49:41.059 INFO [stderr] ... Dec 18 14:49:41.059 INFO [stderr] 2873 | rt_realloc!(rt_primes_4194301bytes_8align_realloc, 4194301, 8); Dec 18 14:49:41.059 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.059 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] Dec 18 14:49:41.059 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.059 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.059 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.059 INFO [stderr] ... Dec 18 14:49:41.059 INFO [stderr] 2873 | rt_realloc!(rt_primes_4194301bytes_8align_realloc, 4194301, 8); Dec 18 14:49:41.059 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.059 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] Dec 18 14:49:41.059 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.059 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.059 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.059 INFO [stderr] ... Dec 18 14:49:41.059 INFO [stderr] 2873 | rt_realloc!(rt_primes_4194301bytes_8align_realloc, 4194301, 8); Dec 18 14:49:41.059 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.059 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] Dec 18 14:49:41.059 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.059 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.059 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.059 INFO [stderr] | ^^^^^ Dec 18 14:49:41.059 INFO [stderr] ... Dec 18 14:49:41.059 INFO [stderr] 2889 | rt_realloc!(rt_pow2_1bytes_16align_realloc, 1, 16); Dec 18 14:49:41.059 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.059 INFO [stderr] | Dec 18 14:49:41.060 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.060 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.060 INFO [stderr] | Dec 18 14:49:41.060 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.060 INFO [stderr] | Dec 18 14:49:41.060 INFO [stderr] Dec 18 14:49:41.060 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.060 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.060 INFO [stderr] | Dec 18 14:49:41.060 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.060 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.060 INFO [stderr] ... Dec 18 14:49:41.060 INFO [stderr] 2889 | rt_realloc!(rt_pow2_1bytes_16align_realloc, 1, 16); Dec 18 14:49:41.060 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.060 INFO [stderr] | Dec 18 14:49:41.060 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.060 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.060 INFO [stderr] | Dec 18 14:49:41.060 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.060 INFO [stderr] | Dec 18 14:49:41.060 INFO [stderr] Dec 18 14:49:41.060 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.060 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.060 INFO [stderr] | Dec 18 14:49:41.060 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.060 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.060 INFO [stderr] ... Dec 18 14:49:41.060 INFO [stderr] 2889 | rt_realloc!(rt_pow2_1bytes_16align_realloc, 1, 16); Dec 18 14:49:41.060 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.060 INFO [stderr] | Dec 18 14:49:41.072 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.076 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.106 INFO [stderr] | Dec 18 14:49:41.106 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.106 INFO [stderr] | Dec 18 14:49:41.106 INFO [stderr] Dec 18 14:49:41.106 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.106 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.106 INFO [stderr] | Dec 18 14:49:41.106 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.106 INFO [stderr] | ^^^^^ Dec 18 14:49:41.106 INFO [stderr] ... Dec 18 14:49:41.106 INFO [stderr] 2902 | rt_realloc!(rt_pow2_2bytes_16align_realloc, 2, 16); Dec 18 14:49:41.106 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.106 INFO [stderr] | Dec 18 14:49:41.106 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.106 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.106 INFO [stderr] | Dec 18 14:49:41.106 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.106 INFO [stderr] | Dec 18 14:49:41.106 INFO [stderr] Dec 18 14:49:41.106 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.106 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.106 INFO [stderr] | Dec 18 14:49:41.106 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.106 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.106 INFO [stderr] ... Dec 18 14:49:41.106 INFO [stderr] 2902 | rt_realloc!(rt_pow2_2bytes_16align_realloc, 2, 16); Dec 18 14:49:41.106 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.106 INFO [stderr] | Dec 18 14:49:41.106 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.106 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.106 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] Dec 18 14:49:41.107 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.107 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.107 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.107 INFO [stderr] ... Dec 18 14:49:41.107 INFO [stderr] 2902 | rt_realloc!(rt_pow2_2bytes_16align_realloc, 2, 16); Dec 18 14:49:41.107 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.107 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] Dec 18 14:49:41.107 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.107 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.107 INFO [stderr] | ^^^^^ Dec 18 14:49:41.107 INFO [stderr] ... Dec 18 14:49:41.107 INFO [stderr] 2915 | rt_realloc!(rt_pow2_4bytes_16align_realloc, 4, 16); Dec 18 14:49:41.107 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.107 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] Dec 18 14:49:41.107 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.107 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.107 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.107 INFO [stderr] ... Dec 18 14:49:41.107 INFO [stderr] 2915 | rt_realloc!(rt_pow2_4bytes_16align_realloc, 4, 16); Dec 18 14:49:41.107 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.107 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] Dec 18 14:49:41.107 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.107 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.107 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.107 INFO [stderr] ... Dec 18 14:49:41.107 INFO [stderr] 2915 | rt_realloc!(rt_pow2_4bytes_16align_realloc, 4, 16); Dec 18 14:49:41.107 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.107 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] Dec 18 14:49:41.107 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.107 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.107 INFO [stderr] | ^^^^^ Dec 18 14:49:41.107 INFO [stderr] ... Dec 18 14:49:41.107 INFO [stderr] 2928 | rt_realloc!(rt_pow2_8bytes_16align_realloc, 8, 16); Dec 18 14:49:41.107 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.107 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] Dec 18 14:49:41.107 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.107 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.107 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.107 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.107 INFO [stderr] ... Dec 18 14:49:41.107 INFO [stderr] 2928 | rt_realloc!(rt_pow2_8bytes_16align_realloc, 8, 16); Dec 18 14:49:41.107 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.107 INFO [stderr] | Dec 18 14:49:41.108 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.108 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.108 INFO [stderr] | Dec 18 14:49:41.108 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.108 INFO [stderr] | Dec 18 14:49:41.108 INFO [stderr] Dec 18 14:49:41.108 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.108 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.108 INFO [stderr] | Dec 18 14:49:41.108 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.108 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.108 INFO [stderr] ... Dec 18 14:49:41.108 INFO [stderr] 2928 | rt_realloc!(rt_pow2_8bytes_16align_realloc, 8, 16); Dec 18 14:49:41.108 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.108 INFO [stderr] | Dec 18 14:49:41.108 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.108 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.108 INFO [stderr] | Dec 18 14:49:41.108 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.108 INFO [stderr] | Dec 18 14:49:41.108 INFO [stderr] Dec 18 14:49:41.108 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.108 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.108 INFO [stderr] | Dec 18 14:49:41.108 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.108 INFO [stderr] | ^^^^^ Dec 18 14:49:41.108 INFO [stderr] ... Dec 18 14:49:41.108 INFO [stderr] 2941 | rt_realloc!(rt_pow2_16bytes_16align_realloc, 16, 16); Dec 18 14:49:41.108 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.108 INFO [stderr] | Dec 18 14:49:41.108 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.112 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.112 INFO [stderr] | Dec 18 14:49:41.112 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.124 INFO [stderr] | Dec 18 14:49:41.124 INFO [stderr] Dec 18 14:49:41.124 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.124 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.124 INFO [stderr] | Dec 18 14:49:41.124 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.124 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.124 INFO [stderr] ... Dec 18 14:49:41.124 INFO [stderr] 2941 | rt_realloc!(rt_pow2_16bytes_16align_realloc, 16, 16); Dec 18 14:49:41.124 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.124 INFO [stderr] | Dec 18 14:49:41.124 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.124 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.124 INFO [stderr] | Dec 18 14:49:41.124 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.124 INFO [stderr] | Dec 18 14:49:41.124 INFO [stderr] Dec 18 14:49:41.124 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.124 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.124 INFO [stderr] | Dec 18 14:49:41.124 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.124 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.124 INFO [stderr] ... Dec 18 14:49:41.124 INFO [stderr] 2941 | rt_realloc!(rt_pow2_16bytes_16align_realloc, 16, 16); Dec 18 14:49:41.124 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.124 INFO [stderr] | Dec 18 14:49:41.124 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.124 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.124 INFO [stderr] | Dec 18 14:49:41.124 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.124 INFO [stderr] | Dec 18 14:49:41.124 INFO [stderr] Dec 18 14:49:41.124 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.124 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.124 INFO [stderr] | Dec 18 14:49:41.124 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.125 INFO [stderr] | ^^^^^ Dec 18 14:49:41.125 INFO [stderr] ... Dec 18 14:49:41.125 INFO [stderr] 2954 | rt_realloc!(rt_pow2_32bytes_16align_realloc, 32, 16); Dec 18 14:49:41.125 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.125 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] Dec 18 14:49:41.125 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.125 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.125 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.125 INFO [stderr] ... Dec 18 14:49:41.125 INFO [stderr] 2954 | rt_realloc!(rt_pow2_32bytes_16align_realloc, 32, 16); Dec 18 14:49:41.125 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.125 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] Dec 18 14:49:41.125 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.125 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.125 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.125 INFO [stderr] ... Dec 18 14:49:41.125 INFO [stderr] 2954 | rt_realloc!(rt_pow2_32bytes_16align_realloc, 32, 16); Dec 18 14:49:41.125 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.125 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] Dec 18 14:49:41.125 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.125 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.125 INFO [stderr] | ^^^^^ Dec 18 14:49:41.125 INFO [stderr] ... Dec 18 14:49:41.125 INFO [stderr] 2967 | rt_realloc!(rt_pow2_64bytes_16align_realloc, 64, 16); Dec 18 14:49:41.125 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.125 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] Dec 18 14:49:41.125 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.125 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.125 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.125 INFO [stderr] ... Dec 18 14:49:41.125 INFO [stderr] 2967 | rt_realloc!(rt_pow2_64bytes_16align_realloc, 64, 16); Dec 18 14:49:41.125 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.125 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] Dec 18 14:49:41.125 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.125 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.125 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.125 INFO [stderr] ... Dec 18 14:49:41.125 INFO [stderr] 2967 | rt_realloc!(rt_pow2_64bytes_16align_realloc, 64, 16); Dec 18 14:49:41.125 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.125 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] Dec 18 14:49:41.125 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.125 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.125 INFO [stderr] | Dec 18 14:49:41.125 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.125 INFO [stderr] | ^^^^^ Dec 18 14:49:41.125 INFO [stderr] ... Dec 18 14:49:41.126 INFO [stderr] 2980 | rt_realloc!(rt_pow2_128bytes_16align_realloc, 128, 16); Dec 18 14:49:41.126 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.126 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] Dec 18 14:49:41.126 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.126 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.126 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.126 INFO [stderr] ... Dec 18 14:49:41.126 INFO [stderr] 2980 | rt_realloc!(rt_pow2_128bytes_16align_realloc, 128, 16); Dec 18 14:49:41.126 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.126 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] Dec 18 14:49:41.126 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.126 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.126 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.126 INFO [stderr] ... Dec 18 14:49:41.126 INFO [stderr] 2980 | rt_realloc!(rt_pow2_128bytes_16align_realloc, 128, 16); Dec 18 14:49:41.126 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.126 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] Dec 18 14:49:41.126 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.126 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.126 INFO [stderr] | ^^^^^ Dec 18 14:49:41.126 INFO [stderr] ... Dec 18 14:49:41.126 INFO [stderr] 2993 | rt_realloc!(rt_pow2_256bytes_16align_realloc, 256, 16); Dec 18 14:49:41.126 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.126 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] Dec 18 14:49:41.126 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.126 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.126 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.126 INFO [stderr] ... Dec 18 14:49:41.126 INFO [stderr] 2993 | rt_realloc!(rt_pow2_256bytes_16align_realloc, 256, 16); Dec 18 14:49:41.126 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.126 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] Dec 18 14:49:41.126 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.126 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.126 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.126 INFO [stderr] ... Dec 18 14:49:41.126 INFO [stderr] 2993 | rt_realloc!(rt_pow2_256bytes_16align_realloc, 256, 16); Dec 18 14:49:41.126 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.126 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] Dec 18 14:49:41.126 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.126 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.126 INFO [stderr] | Dec 18 14:49:41.126 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.127 INFO [stderr] | ^^^^^ Dec 18 14:49:41.127 INFO [stderr] ... Dec 18 14:49:41.127 INFO [stderr] 3006 | rt_realloc!(rt_pow2_512bytes_16align_realloc, 512, 16); Dec 18 14:49:41.127 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.127 INFO [stderr] | Dec 18 14:49:41.127 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.127 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.127 INFO [stderr] | Dec 18 14:49:41.127 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.127 INFO [stderr] | Dec 18 14:49:41.127 INFO [stderr] Dec 18 14:49:41.127 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.127 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.127 INFO [stderr] | Dec 18 14:49:41.127 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.127 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.127 INFO [stderr] ... Dec 18 14:49:41.127 INFO [stderr] 3006 | rt_realloc!(rt_pow2_512bytes_16align_realloc, 512, 16); Dec 18 14:49:41.127 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.127 INFO [stderr] | Dec 18 14:49:41.127 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.127 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.127 INFO [stderr] | Dec 18 14:49:41.127 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.127 INFO [stderr] | Dec 18 14:49:41.127 INFO [stderr] Dec 18 14:49:41.127 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.127 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.132 INFO [stderr] | Dec 18 14:49:41.132 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.132 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.132 INFO [stderr] ... Dec 18 14:49:41.132 INFO [stderr] 3006 | rt_realloc!(rt_pow2_512bytes_16align_realloc, 512, 16); Dec 18 14:49:41.132 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.132 INFO [stderr] | Dec 18 14:49:41.132 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.132 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.132 INFO [stderr] | Dec 18 14:49:41.132 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.132 INFO [stderr] | Dec 18 14:49:41.132 INFO [stderr] Dec 18 14:49:41.132 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.132 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.132 INFO [stderr] | Dec 18 14:49:41.132 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.132 INFO [stderr] | ^^^^^ Dec 18 14:49:41.132 INFO [stderr] ... Dec 18 14:49:41.132 INFO [stderr] 3019 | rt_realloc!(rt_pow2_1024bytes_16align_realloc, 1024, 16); Dec 18 14:49:41.132 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.132 INFO [stderr] | Dec 18 14:49:41.132 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.132 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.132 INFO [stderr] | Dec 18 14:49:41.132 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.132 INFO [stderr] | Dec 18 14:49:41.132 INFO [stderr] Dec 18 14:49:41.132 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.132 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.132 INFO [stderr] | Dec 18 14:49:41.132 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.132 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.132 INFO [stderr] ... Dec 18 14:49:41.132 INFO [stderr] 3019 | rt_realloc!(rt_pow2_1024bytes_16align_realloc, 1024, 16); Dec 18 14:49:41.132 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.132 INFO [stderr] | Dec 18 14:49:41.132 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.132 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.132 INFO [stderr] | Dec 18 14:49:41.132 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.132 INFO [stderr] | Dec 18 14:49:41.132 INFO [stderr] Dec 18 14:49:41.132 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.132 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.132 INFO [stderr] | Dec 18 14:49:41.132 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.132 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.132 INFO [stderr] ... Dec 18 14:49:41.132 INFO [stderr] 3019 | rt_realloc!(rt_pow2_1024bytes_16align_realloc, 1024, 16); Dec 18 14:49:41.132 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.133 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] Dec 18 14:49:41.133 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.133 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.133 INFO [stderr] | ^^^^^ Dec 18 14:49:41.133 INFO [stderr] ... Dec 18 14:49:41.133 INFO [stderr] 3032 | rt_realloc!(rt_pow2_2048bytes_16align_realloc, 2048, 16); Dec 18 14:49:41.133 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.133 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] Dec 18 14:49:41.133 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.133 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.133 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.133 INFO [stderr] ... Dec 18 14:49:41.133 INFO [stderr] 3032 | rt_realloc!(rt_pow2_2048bytes_16align_realloc, 2048, 16); Dec 18 14:49:41.133 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.133 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] Dec 18 14:49:41.133 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.133 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.133 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.133 INFO [stderr] ... Dec 18 14:49:41.133 INFO [stderr] 3032 | rt_realloc!(rt_pow2_2048bytes_16align_realloc, 2048, 16); Dec 18 14:49:41.133 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.133 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] Dec 18 14:49:41.133 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.133 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.133 INFO [stderr] | ^^^^^ Dec 18 14:49:41.133 INFO [stderr] ... Dec 18 14:49:41.133 INFO [stderr] 3045 | rt_realloc!(rt_pow2_4096bytes_16align_realloc, 4096, 16); Dec 18 14:49:41.133 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.133 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] Dec 18 14:49:41.133 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.133 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.133 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.133 INFO [stderr] ... Dec 18 14:49:41.133 INFO [stderr] 3045 | rt_realloc!(rt_pow2_4096bytes_16align_realloc, 4096, 16); Dec 18 14:49:41.133 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.133 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] Dec 18 14:49:41.133 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.133 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.133 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.133 INFO [stderr] ... Dec 18 14:49:41.133 INFO [stderr] 3045 | rt_realloc!(rt_pow2_4096bytes_16align_realloc, 4096, 16); Dec 18 14:49:41.133 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.133 INFO [stderr] | Dec 18 14:49:41.133 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.134 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] Dec 18 14:49:41.134 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.134 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.134 INFO [stderr] | ^^^^^ Dec 18 14:49:41.134 INFO [stderr] ... Dec 18 14:49:41.134 INFO [stderr] 3058 | rt_realloc!(rt_pow2_8192bytes_16align_realloc, 8192, 16); Dec 18 14:49:41.134 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.134 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] Dec 18 14:49:41.134 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.134 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.134 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.134 INFO [stderr] ... Dec 18 14:49:41.134 INFO [stderr] 3058 | rt_realloc!(rt_pow2_8192bytes_16align_realloc, 8192, 16); Dec 18 14:49:41.134 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.134 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] Dec 18 14:49:41.134 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.134 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.134 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.134 INFO [stderr] ... Dec 18 14:49:41.134 INFO [stderr] 3058 | rt_realloc!(rt_pow2_8192bytes_16align_realloc, 8192, 16); Dec 18 14:49:41.134 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.134 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] Dec 18 14:49:41.134 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.134 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.134 INFO [stderr] | ^^^^^ Dec 18 14:49:41.134 INFO [stderr] ... Dec 18 14:49:41.134 INFO [stderr] 3071 | rt_realloc!(rt_pow2_16384bytes_16align_realloc, 16384, 16); Dec 18 14:49:41.134 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.134 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] Dec 18 14:49:41.134 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.134 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.134 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.134 INFO [stderr] ... Dec 18 14:49:41.134 INFO [stderr] 3071 | rt_realloc!(rt_pow2_16384bytes_16align_realloc, 16384, 16); Dec 18 14:49:41.134 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.134 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] Dec 18 14:49:41.134 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.134 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.134 INFO [stderr] | Dec 18 14:49:41.134 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.137 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.137 INFO [stderr] ... Dec 18 14:49:41.137 INFO [stderr] 3071 | rt_realloc!(rt_pow2_16384bytes_16align_realloc, 16384, 16); Dec 18 14:49:41.137 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.137 INFO [stderr] | Dec 18 14:49:41.137 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.137 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.137 INFO [stderr] | Dec 18 14:49:41.137 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.137 INFO [stderr] | Dec 18 14:49:41.137 INFO [stderr] Dec 18 14:49:41.138 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.138 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.138 INFO [stderr] | ^^^^^ Dec 18 14:49:41.138 INFO [stderr] ... Dec 18 14:49:41.138 INFO [stderr] 3084 | rt_realloc!(rt_pow2_32768bytes_16align_realloc, 32768, 16); Dec 18 14:49:41.138 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.138 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] Dec 18 14:49:41.138 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.138 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.138 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.138 INFO [stderr] ... Dec 18 14:49:41.138 INFO [stderr] 3084 | rt_realloc!(rt_pow2_32768bytes_16align_realloc, 32768, 16); Dec 18 14:49:41.138 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.138 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] Dec 18 14:49:41.138 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.138 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.138 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.138 INFO [stderr] ... Dec 18 14:49:41.138 INFO [stderr] 3084 | rt_realloc!(rt_pow2_32768bytes_16align_realloc, 32768, 16); Dec 18 14:49:41.138 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.138 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] Dec 18 14:49:41.138 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.138 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.138 INFO [stderr] | ^^^^^ Dec 18 14:49:41.138 INFO [stderr] ... Dec 18 14:49:41.138 INFO [stderr] 3097 | rt_realloc!(rt_pow2_65536bytes_16align_realloc, 65536, 16); Dec 18 14:49:41.138 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.138 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] Dec 18 14:49:41.138 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.138 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.138 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.138 INFO [stderr] ... Dec 18 14:49:41.138 INFO [stderr] 3097 | rt_realloc!(rt_pow2_65536bytes_16align_realloc, 65536, 16); Dec 18 14:49:41.138 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.138 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] Dec 18 14:49:41.138 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.138 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.138 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.138 INFO [stderr] ... Dec 18 14:49:41.138 INFO [stderr] 3097 | rt_realloc!(rt_pow2_65536bytes_16align_realloc, 65536, 16); Dec 18 14:49:41.138 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.138 INFO [stderr] | Dec 18 14:49:41.138 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.138 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] Dec 18 14:49:41.139 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.139 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.139 INFO [stderr] | ^^^^^ Dec 18 14:49:41.139 INFO [stderr] ... Dec 18 14:49:41.139 INFO [stderr] 3110 | rt_realloc!(rt_pow2_131072bytes_16align_realloc, 131072, 16); Dec 18 14:49:41.139 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.139 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] Dec 18 14:49:41.139 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.139 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.139 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.139 INFO [stderr] ... Dec 18 14:49:41.139 INFO [stderr] 3110 | rt_realloc!(rt_pow2_131072bytes_16align_realloc, 131072, 16); Dec 18 14:49:41.139 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.139 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] Dec 18 14:49:41.139 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.139 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.139 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.139 INFO [stderr] ... Dec 18 14:49:41.139 INFO [stderr] 3110 | rt_realloc!(rt_pow2_131072bytes_16align_realloc, 131072, 16); Dec 18 14:49:41.139 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.139 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] Dec 18 14:49:41.139 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.139 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.139 INFO [stderr] | ^^^^^ Dec 18 14:49:41.139 INFO [stderr] ... Dec 18 14:49:41.139 INFO [stderr] 3123 | rt_realloc!(rt_pow2_4194304bytes_16align_realloc, 4194304, 16); Dec 18 14:49:41.139 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.139 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] Dec 18 14:49:41.139 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.139 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.139 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.139 INFO [stderr] ... Dec 18 14:49:41.139 INFO [stderr] 3123 | rt_realloc!(rt_pow2_4194304bytes_16align_realloc, 4194304, 16); Dec 18 14:49:41.139 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.139 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] Dec 18 14:49:41.139 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.139 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.139 INFO [stderr] | Dec 18 14:49:41.139 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.139 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.140 INFO [stderr] ... Dec 18 14:49:41.140 INFO [stderr] 3123 | rt_realloc!(rt_pow2_4194304bytes_16align_realloc, 4194304, 16); Dec 18 14:49:41.140 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.140 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] Dec 18 14:49:41.140 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.140 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.140 INFO [stderr] | ^^^^^ Dec 18 14:49:41.140 INFO [stderr] ... Dec 18 14:49:41.140 INFO [stderr] 3137 | rt_realloc!(rt_even_10bytes_16align_realloc, 10, 16); Dec 18 14:49:41.140 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.140 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] Dec 18 14:49:41.140 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.140 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.140 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.140 INFO [stderr] ... Dec 18 14:49:41.140 INFO [stderr] 3137 | rt_realloc!(rt_even_10bytes_16align_realloc, 10, 16); Dec 18 14:49:41.140 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.140 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] Dec 18 14:49:41.140 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.140 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.140 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.140 INFO [stderr] ... Dec 18 14:49:41.140 INFO [stderr] 3137 | rt_realloc!(rt_even_10bytes_16align_realloc, 10, 16); Dec 18 14:49:41.140 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.140 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] Dec 18 14:49:41.140 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.140 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.140 INFO [stderr] | ^^^^^ Dec 18 14:49:41.140 INFO [stderr] ... Dec 18 14:49:41.140 INFO [stderr] 3150 | rt_realloc!(rt_even_100bytes_16align_realloc, 100, 16); Dec 18 14:49:41.140 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.140 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] Dec 18 14:49:41.140 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.140 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.140 INFO [stderr] | Dec 18 14:49:41.140 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.140 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.140 INFO [stderr] ... Dec 18 14:49:41.141 INFO [stderr] 3150 | rt_realloc!(rt_even_100bytes_16align_realloc, 100, 16); Dec 18 14:49:41.141 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.141 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] Dec 18 14:49:41.141 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.141 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.141 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.141 INFO [stderr] ... Dec 18 14:49:41.141 INFO [stderr] 3150 | rt_realloc!(rt_even_100bytes_16align_realloc, 100, 16); Dec 18 14:49:41.141 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.141 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] Dec 18 14:49:41.141 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.141 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.141 INFO [stderr] | ^^^^^ Dec 18 14:49:41.141 INFO [stderr] ... Dec 18 14:49:41.141 INFO [stderr] 3163 | rt_realloc!(rt_even_1000bytes_16align_realloc, 1000, 16); Dec 18 14:49:41.141 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.141 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] Dec 18 14:49:41.141 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.141 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.141 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.141 INFO [stderr] ... Dec 18 14:49:41.141 INFO [stderr] 3163 | rt_realloc!(rt_even_1000bytes_16align_realloc, 1000, 16); Dec 18 14:49:41.141 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.141 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] Dec 18 14:49:41.141 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.141 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.141 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.141 INFO [stderr] ... Dec 18 14:49:41.141 INFO [stderr] 3163 | rt_realloc!(rt_even_1000bytes_16align_realloc, 1000, 16); Dec 18 14:49:41.141 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.141 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] Dec 18 14:49:41.141 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.141 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.141 INFO [stderr] | ^^^^^ Dec 18 14:49:41.141 INFO [stderr] ... Dec 18 14:49:41.141 INFO [stderr] 3176 | rt_realloc!(rt_even_10000bytes_16align_realloc, 10000, 16); Dec 18 14:49:41.141 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.141 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] Dec 18 14:49:41.141 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.141 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.141 INFO [stderr] | Dec 18 14:49:41.141 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.141 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.142 INFO [stderr] ... Dec 18 14:49:41.142 INFO [stderr] 3176 | rt_realloc!(rt_even_10000bytes_16align_realloc, 10000, 16); Dec 18 14:49:41.142 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.142 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] Dec 18 14:49:41.142 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.142 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.142 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.142 INFO [stderr] ... Dec 18 14:49:41.142 INFO [stderr] 3176 | rt_realloc!(rt_even_10000bytes_16align_realloc, 10000, 16); Dec 18 14:49:41.142 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.142 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] Dec 18 14:49:41.142 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.142 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.142 INFO [stderr] | ^^^^^ Dec 18 14:49:41.142 INFO [stderr] ... Dec 18 14:49:41.142 INFO [stderr] 3189 | rt_realloc!(rt_even_100000bytes_16align_realloc, 100000, 16); Dec 18 14:49:41.142 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.142 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] Dec 18 14:49:41.142 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.142 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.142 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.142 INFO [stderr] ... Dec 18 14:49:41.142 INFO [stderr] 3189 | rt_realloc!(rt_even_100000bytes_16align_realloc, 100000, 16); Dec 18 14:49:41.142 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.142 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] Dec 18 14:49:41.142 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.142 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.142 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.142 INFO [stderr] ... Dec 18 14:49:41.142 INFO [stderr] 3189 | rt_realloc!(rt_even_100000bytes_16align_realloc, 100000, 16); Dec 18 14:49:41.142 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.142 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] Dec 18 14:49:41.142 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.142 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.142 INFO [stderr] | ^^^^^ Dec 18 14:49:41.142 INFO [stderr] ... Dec 18 14:49:41.142 INFO [stderr] 3202 | rt_realloc!(rt_even_1000000bytes_16align_realloc, 1000000, 16); Dec 18 14:49:41.142 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.142 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.142 INFO [stderr] Dec 18 14:49:41.142 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.142 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.142 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.143 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.143 INFO [stderr] ... Dec 18 14:49:41.143 INFO [stderr] 3202 | rt_realloc!(rt_even_1000000bytes_16align_realloc, 1000000, 16); Dec 18 14:49:41.143 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.143 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] Dec 18 14:49:41.143 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.143 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.143 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.143 INFO [stderr] ... Dec 18 14:49:41.143 INFO [stderr] 3202 | rt_realloc!(rt_even_1000000bytes_16align_realloc, 1000000, 16); Dec 18 14:49:41.143 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.143 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] Dec 18 14:49:41.143 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.143 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.143 INFO [stderr] | ^^^^^ Dec 18 14:49:41.143 INFO [stderr] ... Dec 18 14:49:41.143 INFO [stderr] 3216 | rt_realloc!(rt_odd_10bytes_16align_realloc, 10- 1, 16); Dec 18 14:49:41.143 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.143 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] Dec 18 14:49:41.143 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.143 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.143 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.143 INFO [stderr] ... Dec 18 14:49:41.143 INFO [stderr] 3216 | rt_realloc!(rt_odd_10bytes_16align_realloc, 10- 1, 16); Dec 18 14:49:41.143 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.143 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] Dec 18 14:49:41.143 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.143 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.143 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.143 INFO [stderr] ... Dec 18 14:49:41.143 INFO [stderr] 3216 | rt_realloc!(rt_odd_10bytes_16align_realloc, 10- 1, 16); Dec 18 14:49:41.143 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.143 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] Dec 18 14:49:41.143 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.143 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.143 INFO [stderr] | ^^^^^ Dec 18 14:49:41.143 INFO [stderr] ... Dec 18 14:49:41.143 INFO [stderr] 3229 | rt_realloc!(rt_odd_100bytes_16align_realloc, 100- 1, 16); Dec 18 14:49:41.143 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.143 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.143 INFO [stderr] Dec 18 14:49:41.143 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.143 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.143 INFO [stderr] | Dec 18 14:49:41.144 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.144 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.144 INFO [stderr] ... Dec 18 14:49:41.144 INFO [stderr] 3229 | rt_realloc!(rt_odd_100bytes_16align_realloc, 100- 1, 16); Dec 18 14:49:41.144 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.144 INFO [stderr] | Dec 18 14:49:41.144 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.144 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.144 INFO [stderr] | Dec 18 14:49:41.144 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.144 INFO [stderr] | Dec 18 14:49:41.144 INFO [stderr] Dec 18 14:49:41.144 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.144 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.144 INFO [stderr] | Dec 18 14:49:41.144 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.144 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.144 INFO [stderr] ... Dec 18 14:49:41.144 INFO [stderr] 3229 | rt_realloc!(rt_odd_100bytes_16align_realloc, 100- 1, 16); Dec 18 14:49:41.144 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.144 INFO [stderr] | Dec 18 14:49:41.144 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.144 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.144 INFO [stderr] | Dec 18 14:49:41.144 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.144 INFO [stderr] | Dec 18 14:49:41.144 INFO [stderr] Dec 18 14:49:41.144 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.144 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.144 INFO [stderr] | Dec 18 14:49:41.144 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.148 INFO [stderr] | ^^^^^ Dec 18 14:49:41.148 INFO [stderr] ... Dec 18 14:49:41.148 INFO [stderr] 3242 | rt_realloc!(rt_odd_1000bytes_16align_realloc, 1000- 1, 16); Dec 18 14:49:41.148 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.148 INFO [stderr] | Dec 18 14:49:41.148 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.148 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.148 INFO [stderr] | Dec 18 14:49:41.148 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.148 INFO [stderr] | Dec 18 14:49:41.148 INFO [stderr] Dec 18 14:49:41.148 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.148 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.148 INFO [stderr] | Dec 18 14:49:41.148 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.148 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.148 INFO [stderr] ... Dec 18 14:49:41.148 INFO [stderr] 3242 | rt_realloc!(rt_odd_1000bytes_16align_realloc, 1000- 1, 16); Dec 18 14:49:41.148 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.148 INFO [stderr] | Dec 18 14:49:41.148 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.148 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.148 INFO [stderr] | Dec 18 14:49:41.148 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.148 INFO [stderr] | Dec 18 14:49:41.148 INFO [stderr] Dec 18 14:49:41.148 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.148 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.148 INFO [stderr] | Dec 18 14:49:41.148 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.148 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.148 INFO [stderr] ... Dec 18 14:49:41.148 INFO [stderr] 3242 | rt_realloc!(rt_odd_1000bytes_16align_realloc, 1000- 1, 16); Dec 18 14:49:41.148 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.148 INFO [stderr] | Dec 18 14:49:41.148 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.148 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.148 INFO [stderr] | Dec 18 14:49:41.148 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.148 INFO [stderr] | Dec 18 14:49:41.148 INFO [stderr] Dec 18 14:49:41.148 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.148 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.148 INFO [stderr] | Dec 18 14:49:41.148 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.148 INFO [stderr] | ^^^^^ Dec 18 14:49:41.148 INFO [stderr] ... Dec 18 14:49:41.148 INFO [stderr] 3255 | rt_realloc!(rt_odd_10000bytes_16align_realloc, 10000- 1, 16); Dec 18 14:49:41.148 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.148 INFO [stderr] | Dec 18 14:49:41.148 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.148 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] Dec 18 14:49:41.149 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.149 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.149 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.149 INFO [stderr] ... Dec 18 14:49:41.149 INFO [stderr] 3255 | rt_realloc!(rt_odd_10000bytes_16align_realloc, 10000- 1, 16); Dec 18 14:49:41.149 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.149 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] Dec 18 14:49:41.149 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.149 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.149 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.149 INFO [stderr] ... Dec 18 14:49:41.149 INFO [stderr] 3255 | rt_realloc!(rt_odd_10000bytes_16align_realloc, 10000- 1, 16); Dec 18 14:49:41.149 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.149 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] Dec 18 14:49:41.149 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.149 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.149 INFO [stderr] | ^^^^^ Dec 18 14:49:41.149 INFO [stderr] ... Dec 18 14:49:41.149 INFO [stderr] 3268 | rt_realloc!(rt_odd_100000bytes_16align_realloc, 100000- 1, 16); Dec 18 14:49:41.149 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.149 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] Dec 18 14:49:41.149 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.149 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.149 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.149 INFO [stderr] ... Dec 18 14:49:41.149 INFO [stderr] 3268 | rt_realloc!(rt_odd_100000bytes_16align_realloc, 100000- 1, 16); Dec 18 14:49:41.149 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.149 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] Dec 18 14:49:41.149 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.149 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.149 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.149 INFO [stderr] ... Dec 18 14:49:41.149 INFO [stderr] 3268 | rt_realloc!(rt_odd_100000bytes_16align_realloc, 100000- 1, 16); Dec 18 14:49:41.149 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.149 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] Dec 18 14:49:41.149 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.149 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.149 INFO [stderr] | ^^^^^ Dec 18 14:49:41.149 INFO [stderr] ... Dec 18 14:49:41.149 INFO [stderr] 3281 | rt_realloc!(rt_odd_1000000bytes_16align_realloc, 1000000- 1, 16); Dec 18 14:49:41.149 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.149 INFO [stderr] | Dec 18 14:49:41.149 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.149 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] Dec 18 14:49:41.150 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.150 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.150 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.150 INFO [stderr] ... Dec 18 14:49:41.150 INFO [stderr] 3281 | rt_realloc!(rt_odd_1000000bytes_16align_realloc, 1000000- 1, 16); Dec 18 14:49:41.150 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.150 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] Dec 18 14:49:41.150 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.150 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.150 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.150 INFO [stderr] ... Dec 18 14:49:41.150 INFO [stderr] 3281 | rt_realloc!(rt_odd_1000000bytes_16align_realloc, 1000000- 1, 16); Dec 18 14:49:41.150 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.150 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] Dec 18 14:49:41.150 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.150 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.150 INFO [stderr] | ^^^^^ Dec 18 14:49:41.150 INFO [stderr] ... Dec 18 14:49:41.150 INFO [stderr] 3295 | rt_realloc!(rt_primes_3bytes_16align_realloc, 3, 16); Dec 18 14:49:41.150 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.150 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] Dec 18 14:49:41.150 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.150 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.150 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.150 INFO [stderr] ... Dec 18 14:49:41.150 INFO [stderr] 3295 | rt_realloc!(rt_primes_3bytes_16align_realloc, 3, 16); Dec 18 14:49:41.150 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.150 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] Dec 18 14:49:41.150 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.150 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.150 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.150 INFO [stderr] ... Dec 18 14:49:41.150 INFO [stderr] 3295 | rt_realloc!(rt_primes_3bytes_16align_realloc, 3, 16); Dec 18 14:49:41.150 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.150 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] Dec 18 14:49:41.150 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.150 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.150 INFO [stderr] | ^^^^^ Dec 18 14:49:41.150 INFO [stderr] ... Dec 18 14:49:41.150 INFO [stderr] 3308 | rt_realloc!(rt_primes_7bytes_16align_realloc, 7, 16); Dec 18 14:49:41.150 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.150 INFO [stderr] | Dec 18 14:49:41.150 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.151 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] Dec 18 14:49:41.151 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.151 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.151 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.151 INFO [stderr] ... Dec 18 14:49:41.151 INFO [stderr] 3308 | rt_realloc!(rt_primes_7bytes_16align_realloc, 7, 16); Dec 18 14:49:41.151 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.151 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] Dec 18 14:49:41.151 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.151 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.151 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.151 INFO [stderr] ... Dec 18 14:49:41.151 INFO [stderr] 3308 | rt_realloc!(rt_primes_7bytes_16align_realloc, 7, 16); Dec 18 14:49:41.151 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.151 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] Dec 18 14:49:41.151 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.151 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.151 INFO [stderr] | ^^^^^ Dec 18 14:49:41.151 INFO [stderr] ... Dec 18 14:49:41.151 INFO [stderr] 3321 | rt_realloc!(rt_primes_13bytes_16align_realloc, 13, 16); Dec 18 14:49:41.151 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.151 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] Dec 18 14:49:41.151 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.151 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.151 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.151 INFO [stderr] ... Dec 18 14:49:41.151 INFO [stderr] 3321 | rt_realloc!(rt_primes_13bytes_16align_realloc, 13, 16); Dec 18 14:49:41.151 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.151 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] Dec 18 14:49:41.151 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.151 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.151 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.151 INFO [stderr] ... Dec 18 14:49:41.151 INFO [stderr] 3321 | rt_realloc!(rt_primes_13bytes_16align_realloc, 13, 16); Dec 18 14:49:41.151 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.151 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] Dec 18 14:49:41.151 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.151 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.151 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.151 INFO [stderr] | ^^^^^ Dec 18 14:49:41.151 INFO [stderr] ... Dec 18 14:49:41.151 INFO [stderr] 3334 | rt_realloc!(rt_primes_17bytes_16align_realloc, 17, 16); Dec 18 14:49:41.151 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.151 INFO [stderr] | Dec 18 14:49:41.152 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.152 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.152 INFO [stderr] | Dec 18 14:49:41.152 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.152 INFO [stderr] | Dec 18 14:49:41.152 INFO [stderr] Dec 18 14:49:41.152 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.152 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.152 INFO [stderr] | Dec 18 14:49:41.152 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.152 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.152 INFO [stderr] ... Dec 18 14:49:41.152 INFO [stderr] 3334 | rt_realloc!(rt_primes_17bytes_16align_realloc, 17, 16); Dec 18 14:49:41.152 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.152 INFO [stderr] | Dec 18 14:49:41.152 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.152 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.152 INFO [stderr] | Dec 18 14:49:41.152 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.152 INFO [stderr] | Dec 18 14:49:41.152 INFO [stderr] Dec 18 14:49:41.152 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.152 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.152 INFO [stderr] | Dec 18 14:49:41.152 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.152 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.152 INFO [stderr] ... Dec 18 14:49:41.152 INFO [stderr] 3334 | rt_realloc!(rt_primes_17bytes_16align_realloc, 17, 16); Dec 18 14:49:41.152 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.152 INFO [stderr] | Dec 18 14:49:41.152 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.152 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.152 INFO [stderr] | Dec 18 14:49:41.156 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.156 INFO [stderr] | Dec 18 14:49:41.156 INFO [stderr] Dec 18 14:49:41.156 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.156 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.156 INFO [stderr] | Dec 18 14:49:41.156 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.156 INFO [stderr] | ^^^^^ Dec 18 14:49:41.156 INFO [stderr] ... Dec 18 14:49:41.156 INFO [stderr] 3347 | rt_realloc!(rt_primes_31bytes_16align_realloc, 31, 16); Dec 18 14:49:41.156 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.156 INFO [stderr] | Dec 18 14:49:41.156 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.156 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.156 INFO [stderr] | Dec 18 14:49:41.156 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.156 INFO [stderr] | Dec 18 14:49:41.156 INFO [stderr] Dec 18 14:49:41.156 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.156 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.156 INFO [stderr] | Dec 18 14:49:41.156 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.156 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.156 INFO [stderr] ... Dec 18 14:49:41.156 INFO [stderr] 3347 | rt_realloc!(rt_primes_31bytes_16align_realloc, 31, 16); Dec 18 14:49:41.156 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.156 INFO [stderr] | Dec 18 14:49:41.156 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.156 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.156 INFO [stderr] | Dec 18 14:49:41.156 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.156 INFO [stderr] | Dec 18 14:49:41.156 INFO [stderr] Dec 18 14:49:41.156 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.156 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.156 INFO [stderr] | Dec 18 14:49:41.156 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.156 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.156 INFO [stderr] ... Dec 18 14:49:41.156 INFO [stderr] 3347 | rt_realloc!(rt_primes_31bytes_16align_realloc, 31, 16); Dec 18 14:49:41.156 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.156 INFO [stderr] | Dec 18 14:49:41.156 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.156 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.156 INFO [stderr] | Dec 18 14:49:41.156 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.156 INFO [stderr] | Dec 18 14:49:41.156 INFO [stderr] Dec 18 14:49:41.156 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.156 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.156 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.157 INFO [stderr] | ^^^^^ Dec 18 14:49:41.157 INFO [stderr] ... Dec 18 14:49:41.157 INFO [stderr] 3360 | rt_realloc!(rt_primes_61bytes_16align_realloc, 61, 16); Dec 18 14:49:41.157 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.157 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] Dec 18 14:49:41.157 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.157 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.157 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.157 INFO [stderr] ... Dec 18 14:49:41.157 INFO [stderr] 3360 | rt_realloc!(rt_primes_61bytes_16align_realloc, 61, 16); Dec 18 14:49:41.157 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.157 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] Dec 18 14:49:41.157 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.157 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.157 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.157 INFO [stderr] ... Dec 18 14:49:41.157 INFO [stderr] 3360 | rt_realloc!(rt_primes_61bytes_16align_realloc, 61, 16); Dec 18 14:49:41.157 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.157 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] Dec 18 14:49:41.157 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.157 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.157 INFO [stderr] | ^^^^^ Dec 18 14:49:41.157 INFO [stderr] ... Dec 18 14:49:41.157 INFO [stderr] 3373 | rt_realloc!(rt_primes_96bytes_16align_realloc, 96, 16); Dec 18 14:49:41.157 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.157 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] Dec 18 14:49:41.157 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.157 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.157 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.157 INFO [stderr] ... Dec 18 14:49:41.157 INFO [stderr] 3373 | rt_realloc!(rt_primes_96bytes_16align_realloc, 96, 16); Dec 18 14:49:41.157 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.157 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] Dec 18 14:49:41.157 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.157 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.157 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.157 INFO [stderr] ... Dec 18 14:49:41.157 INFO [stderr] 3373 | rt_realloc!(rt_primes_96bytes_16align_realloc, 96, 16); Dec 18 14:49:41.157 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.157 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.157 INFO [stderr] Dec 18 14:49:41.157 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.157 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.157 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.158 INFO [stderr] | ^^^^^ Dec 18 14:49:41.158 INFO [stderr] ... Dec 18 14:49:41.158 INFO [stderr] 3386 | rt_realloc!(rt_primes_127bytes_16align_realloc, 127, 16); Dec 18 14:49:41.158 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.158 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] Dec 18 14:49:41.158 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.158 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.158 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.158 INFO [stderr] ... Dec 18 14:49:41.158 INFO [stderr] 3386 | rt_realloc!(rt_primes_127bytes_16align_realloc, 127, 16); Dec 18 14:49:41.158 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.158 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] Dec 18 14:49:41.158 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.158 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.158 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.158 INFO [stderr] ... Dec 18 14:49:41.158 INFO [stderr] 3386 | rt_realloc!(rt_primes_127bytes_16align_realloc, 127, 16); Dec 18 14:49:41.158 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.158 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] Dec 18 14:49:41.158 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.158 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.158 INFO [stderr] | ^^^^^ Dec 18 14:49:41.158 INFO [stderr] ... Dec 18 14:49:41.158 INFO [stderr] 3399 | rt_realloc!(rt_primes_257bytes_16align_realloc, 257, 16); Dec 18 14:49:41.158 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.158 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] Dec 18 14:49:41.158 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.158 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.158 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.158 INFO [stderr] ... Dec 18 14:49:41.158 INFO [stderr] 3399 | rt_realloc!(rt_primes_257bytes_16align_realloc, 257, 16); Dec 18 14:49:41.158 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.158 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] Dec 18 14:49:41.158 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.158 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.158 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.158 INFO [stderr] ... Dec 18 14:49:41.158 INFO [stderr] 3399 | rt_realloc!(rt_primes_257bytes_16align_realloc, 257, 16); Dec 18 14:49:41.158 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.158 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.158 INFO [stderr] | Dec 18 14:49:41.158 INFO [stderr] Dec 18 14:49:41.158 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.158 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.159 INFO [stderr] | ^^^^^ Dec 18 14:49:41.159 INFO [stderr] ... Dec 18 14:49:41.159 INFO [stderr] 3412 | rt_realloc!(rt_primes_509bytes_16align_realloc, 509, 16); Dec 18 14:49:41.159 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.159 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] Dec 18 14:49:41.159 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.159 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.159 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.159 INFO [stderr] ... Dec 18 14:49:41.159 INFO [stderr] 3412 | rt_realloc!(rt_primes_509bytes_16align_realloc, 509, 16); Dec 18 14:49:41.159 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.159 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] Dec 18 14:49:41.159 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.159 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.159 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.159 INFO [stderr] ... Dec 18 14:49:41.159 INFO [stderr] 3412 | rt_realloc!(rt_primes_509bytes_16align_realloc, 509, 16); Dec 18 14:49:41.159 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.159 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] Dec 18 14:49:41.159 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.159 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.159 INFO [stderr] | ^^^^^ Dec 18 14:49:41.159 INFO [stderr] ... Dec 18 14:49:41.159 INFO [stderr] 3425 | rt_realloc!(rt_primes_1021bytes_16align_realloc, 1021, 16); Dec 18 14:49:41.159 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.159 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] Dec 18 14:49:41.159 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.159 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.159 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.159 INFO [stderr] ... Dec 18 14:49:41.159 INFO [stderr] 3425 | rt_realloc!(rt_primes_1021bytes_16align_realloc, 1021, 16); Dec 18 14:49:41.159 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.159 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] Dec 18 14:49:41.159 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.159 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.159 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.159 INFO [stderr] ... Dec 18 14:49:41.159 INFO [stderr] 3425 | rt_realloc!(rt_primes_1021bytes_16align_realloc, 1021, 16); Dec 18 14:49:41.159 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.159 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.159 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.159 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] Dec 18 14:49:41.160 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.160 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.160 INFO [stderr] | ^^^^^ Dec 18 14:49:41.160 INFO [stderr] ... Dec 18 14:49:41.160 INFO [stderr] 3438 | rt_realloc!(rt_primes_2039bytes_16align_realloc, 2039, 16); Dec 18 14:49:41.160 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.160 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] Dec 18 14:49:41.160 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.160 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.160 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.160 INFO [stderr] ... Dec 18 14:49:41.160 INFO [stderr] 3438 | rt_realloc!(rt_primes_2039bytes_16align_realloc, 2039, 16); Dec 18 14:49:41.160 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.160 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] Dec 18 14:49:41.160 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.160 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.160 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.160 INFO [stderr] ... Dec 18 14:49:41.160 INFO [stderr] 3438 | rt_realloc!(rt_primes_2039bytes_16align_realloc, 2039, 16); Dec 18 14:49:41.160 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.160 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] Dec 18 14:49:41.160 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.160 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.160 INFO [stderr] | ^^^^^ Dec 18 14:49:41.160 INFO [stderr] ... Dec 18 14:49:41.160 INFO [stderr] 3451 | rt_realloc!(rt_primes_4093bytes_16align_realloc, 4093, 16); Dec 18 14:49:41.160 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.160 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] Dec 18 14:49:41.160 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.160 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.160 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.160 INFO [stderr] ... Dec 18 14:49:41.160 INFO [stderr] 3451 | rt_realloc!(rt_primes_4093bytes_16align_realloc, 4093, 16); Dec 18 14:49:41.160 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.160 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] Dec 18 14:49:41.160 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.160 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.160 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.160 INFO [stderr] ... Dec 18 14:49:41.160 INFO [stderr] 3451 | rt_realloc!(rt_primes_4093bytes_16align_realloc, 4093, 16); Dec 18 14:49:41.160 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.160 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.160 INFO [stderr] | Dec 18 14:49:41.160 INFO [stderr] Dec 18 14:49:41.160 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.161 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.161 INFO [stderr] | ^^^^^ Dec 18 14:49:41.161 INFO [stderr] ... Dec 18 14:49:41.161 INFO [stderr] 3464 | rt_realloc!(rt_primes_8191bytes_16align_realloc, 8191, 16); Dec 18 14:49:41.161 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.161 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] Dec 18 14:49:41.161 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.161 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.161 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.161 INFO [stderr] ... Dec 18 14:49:41.161 INFO [stderr] 3464 | rt_realloc!(rt_primes_8191bytes_16align_realloc, 8191, 16); Dec 18 14:49:41.161 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.161 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] Dec 18 14:49:41.161 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.161 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.161 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.161 INFO [stderr] ... Dec 18 14:49:41.161 INFO [stderr] 3464 | rt_realloc!(rt_primes_8191bytes_16align_realloc, 8191, 16); Dec 18 14:49:41.161 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.161 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] Dec 18 14:49:41.161 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.161 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.161 INFO [stderr] | ^^^^^ Dec 18 14:49:41.161 INFO [stderr] ... Dec 18 14:49:41.161 INFO [stderr] 3477 | rt_realloc!(rt_primes_16381bytes_16align_realloc, 16381, 16); Dec 18 14:49:41.161 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.161 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] Dec 18 14:49:41.161 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.161 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.161 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.161 INFO [stderr] ... Dec 18 14:49:41.161 INFO [stderr] 3477 | rt_realloc!(rt_primes_16381bytes_16align_realloc, 16381, 16); Dec 18 14:49:41.161 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.161 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] Dec 18 14:49:41.161 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.161 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.161 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.161 INFO [stderr] ... Dec 18 14:49:41.161 INFO [stderr] 3477 | rt_realloc!(rt_primes_16381bytes_16align_realloc, 16381, 16); Dec 18 14:49:41.161 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.161 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] Dec 18 14:49:41.161 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.161 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.161 INFO [stderr] | Dec 18 14:49:41.161 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.162 INFO [stderr] | ^^^^^ Dec 18 14:49:41.164 INFO [stderr] ... Dec 18 14:49:41.164 INFO [stderr] 3490 | rt_realloc!(rt_primes_32749bytes_16align_realloc, 32749, 16); Dec 18 14:49:41.164 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.164 INFO [stderr] | Dec 18 14:49:41.164 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.164 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.164 INFO [stderr] | Dec 18 14:49:41.164 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.164 INFO [stderr] | Dec 18 14:49:41.164 INFO [stderr] Dec 18 14:49:41.164 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.164 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.164 INFO [stderr] | Dec 18 14:49:41.164 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.164 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.164 INFO [stderr] ... Dec 18 14:49:41.164 INFO [stderr] 3490 | rt_realloc!(rt_primes_32749bytes_16align_realloc, 32749, 16); Dec 18 14:49:41.164 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.164 INFO [stderr] | Dec 18 14:49:41.164 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.164 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.164 INFO [stderr] | Dec 18 14:49:41.164 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.164 INFO [stderr] | Dec 18 14:49:41.164 INFO [stderr] Dec 18 14:49:41.164 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.164 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.164 INFO [stderr] | Dec 18 14:49:41.164 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.164 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.164 INFO [stderr] ... Dec 18 14:49:41.164 INFO [stderr] 3490 | rt_realloc!(rt_primes_32749bytes_16align_realloc, 32749, 16); Dec 18 14:49:41.164 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.164 INFO [stderr] | Dec 18 14:49:41.164 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.164 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.164 INFO [stderr] | Dec 18 14:49:41.164 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.164 INFO [stderr] | Dec 18 14:49:41.164 INFO [stderr] Dec 18 14:49:41.164 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.164 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.164 INFO [stderr] | Dec 18 14:49:41.164 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.164 INFO [stderr] | ^^^^^ Dec 18 14:49:41.164 INFO [stderr] ... Dec 18 14:49:41.164 INFO [stderr] 3503 | rt_realloc!(rt_primes_65537bytes_16align_realloc, 65537, 16); Dec 18 14:49:41.165 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.165 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] Dec 18 14:49:41.165 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.165 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.165 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.165 INFO [stderr] ... Dec 18 14:49:41.165 INFO [stderr] 3503 | rt_realloc!(rt_primes_65537bytes_16align_realloc, 65537, 16); Dec 18 14:49:41.165 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.165 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] Dec 18 14:49:41.165 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.165 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.165 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.165 INFO [stderr] ... Dec 18 14:49:41.165 INFO [stderr] 3503 | rt_realloc!(rt_primes_65537bytes_16align_realloc, 65537, 16); Dec 18 14:49:41.165 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.165 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] Dec 18 14:49:41.165 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.165 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.165 INFO [stderr] | ^^^^^ Dec 18 14:49:41.165 INFO [stderr] ... Dec 18 14:49:41.165 INFO [stderr] 3516 | rt_realloc!(rt_primes_131071bytes_16align_realloc, 131071, 16); Dec 18 14:49:41.165 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.165 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] Dec 18 14:49:41.165 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.165 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.165 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.165 INFO [stderr] ... Dec 18 14:49:41.165 INFO [stderr] 3516 | rt_realloc!(rt_primes_131071bytes_16align_realloc, 131071, 16); Dec 18 14:49:41.165 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.165 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] Dec 18 14:49:41.165 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.165 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.165 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.165 INFO [stderr] ... Dec 18 14:49:41.165 INFO [stderr] 3516 | rt_realloc!(rt_primes_131071bytes_16align_realloc, 131071, 16); Dec 18 14:49:41.165 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.165 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.165 INFO [stderr] Dec 18 14:49:41.165 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.165 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.165 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.166 INFO [stderr] | ^^^^^ Dec 18 14:49:41.166 INFO [stderr] ... Dec 18 14:49:41.166 INFO [stderr] 3529 | rt_realloc!(rt_primes_4194301bytes_16align_realloc, 4194301, 16); Dec 18 14:49:41.166 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.166 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] Dec 18 14:49:41.166 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.166 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.166 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.166 INFO [stderr] ... Dec 18 14:49:41.166 INFO [stderr] 3529 | rt_realloc!(rt_primes_4194301bytes_16align_realloc, 4194301, 16); Dec 18 14:49:41.166 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.166 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] Dec 18 14:49:41.166 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.166 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.166 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.166 INFO [stderr] ... Dec 18 14:49:41.166 INFO [stderr] 3529 | rt_realloc!(rt_primes_4194301bytes_16align_realloc, 4194301, 16); Dec 18 14:49:41.166 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.166 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] Dec 18 14:49:41.166 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.166 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.166 INFO [stderr] | ^^^^^ Dec 18 14:49:41.166 INFO [stderr] ... Dec 18 14:49:41.166 INFO [stderr] 3545 | rt_realloc!(rt_pow2_1bytes_32align_realloc, 1, 32); Dec 18 14:49:41.166 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.166 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] Dec 18 14:49:41.166 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.166 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.166 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.166 INFO [stderr] ... Dec 18 14:49:41.166 INFO [stderr] 3545 | rt_realloc!(rt_pow2_1bytes_32align_realloc, 1, 32); Dec 18 14:49:41.166 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.166 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] Dec 18 14:49:41.166 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.166 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.166 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.166 INFO [stderr] ... Dec 18 14:49:41.166 INFO [stderr] 3545 | rt_realloc!(rt_pow2_1bytes_32align_realloc, 1, 32); Dec 18 14:49:41.166 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.166 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.166 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.166 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] Dec 18 14:49:41.167 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.167 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.167 INFO [stderr] | ^^^^^ Dec 18 14:49:41.167 INFO [stderr] ... Dec 18 14:49:41.167 INFO [stderr] 3558 | rt_realloc!(rt_pow2_2bytes_32align_realloc, 2, 32); Dec 18 14:49:41.167 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.167 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] Dec 18 14:49:41.167 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.167 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.167 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.167 INFO [stderr] ... Dec 18 14:49:41.167 INFO [stderr] 3558 | rt_realloc!(rt_pow2_2bytes_32align_realloc, 2, 32); Dec 18 14:49:41.167 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.167 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] Dec 18 14:49:41.167 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.167 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.167 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.167 INFO [stderr] ... Dec 18 14:49:41.167 INFO [stderr] 3558 | rt_realloc!(rt_pow2_2bytes_32align_realloc, 2, 32); Dec 18 14:49:41.167 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.167 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] Dec 18 14:49:41.167 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.167 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.167 INFO [stderr] | ^^^^^ Dec 18 14:49:41.167 INFO [stderr] ... Dec 18 14:49:41.167 INFO [stderr] 3571 | rt_realloc!(rt_pow2_4bytes_32align_realloc, 4, 32); Dec 18 14:49:41.167 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.167 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] Dec 18 14:49:41.167 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.167 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.167 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.167 INFO [stderr] ... Dec 18 14:49:41.167 INFO [stderr] 3571 | rt_realloc!(rt_pow2_4bytes_32align_realloc, 4, 32); Dec 18 14:49:41.167 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.167 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] Dec 18 14:49:41.167 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.167 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.167 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.167 INFO [stderr] ... Dec 18 14:49:41.167 INFO [stderr] 3571 | rt_realloc!(rt_pow2_4bytes_32align_realloc, 4, 32); Dec 18 14:49:41.167 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.167 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.167 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.167 INFO [stderr] | Dec 18 14:49:41.168 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.168 INFO [stderr] | Dec 18 14:49:41.168 INFO [stderr] Dec 18 14:49:41.168 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.168 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.168 INFO [stderr] | Dec 18 14:49:41.168 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.168 INFO [stderr] | ^^^^^ Dec 18 14:49:41.168 INFO [stderr] ... Dec 18 14:49:41.168 INFO [stderr] 3584 | rt_realloc!(rt_pow2_8bytes_32align_realloc, 8, 32); Dec 18 14:49:41.168 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.168 INFO [stderr] | Dec 18 14:49:41.168 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.168 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.168 INFO [stderr] | Dec 18 14:49:41.168 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.168 INFO [stderr] | Dec 18 14:49:41.168 INFO [stderr] Dec 18 14:49:41.168 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.168 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.168 INFO [stderr] | Dec 18 14:49:41.168 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.168 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.168 INFO [stderr] ... Dec 18 14:49:41.168 INFO [stderr] 3584 | rt_realloc!(rt_pow2_8bytes_32align_realloc, 8, 32); Dec 18 14:49:41.168 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.168 INFO [stderr] | Dec 18 14:49:41.168 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.168 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.168 INFO [stderr] | Dec 18 14:49:41.168 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.172 INFO [stderr] | Dec 18 14:49:41.172 INFO [stderr] Dec 18 14:49:41.172 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.172 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.172 INFO [stderr] | Dec 18 14:49:41.172 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.172 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.172 INFO [stderr] ... Dec 18 14:49:41.172 INFO [stderr] 3584 | rt_realloc!(rt_pow2_8bytes_32align_realloc, 8, 32); Dec 18 14:49:41.172 INFO [stderr] | --------------------------------------------------- in this macro invocation Dec 18 14:49:41.172 INFO [stderr] | Dec 18 14:49:41.172 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.172 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.172 INFO [stderr] | Dec 18 14:49:41.172 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.172 INFO [stderr] | Dec 18 14:49:41.172 INFO [stderr] Dec 18 14:49:41.172 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.172 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.172 INFO [stderr] | Dec 18 14:49:41.172 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.172 INFO [stderr] | ^^^^^ Dec 18 14:49:41.172 INFO [stderr] ... Dec 18 14:49:41.172 INFO [stderr] 3597 | rt_realloc!(rt_pow2_16bytes_32align_realloc, 16, 32); Dec 18 14:49:41.172 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.172 INFO [stderr] | Dec 18 14:49:41.172 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.172 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.172 INFO [stderr] | Dec 18 14:49:41.172 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.172 INFO [stderr] | Dec 18 14:49:41.172 INFO [stderr] Dec 18 14:49:41.172 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.172 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.172 INFO [stderr] | Dec 18 14:49:41.172 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.172 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.172 INFO [stderr] ... Dec 18 14:49:41.172 INFO [stderr] 3597 | rt_realloc!(rt_pow2_16bytes_32align_realloc, 16, 32); Dec 18 14:49:41.172 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.172 INFO [stderr] | Dec 18 14:49:41.172 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.172 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.172 INFO [stderr] | Dec 18 14:49:41.172 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.172 INFO [stderr] | Dec 18 14:49:41.172 INFO [stderr] Dec 18 14:49:41.172 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.172 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.172 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.173 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.173 INFO [stderr] ... Dec 18 14:49:41.173 INFO [stderr] 3597 | rt_realloc!(rt_pow2_16bytes_32align_realloc, 16, 32); Dec 18 14:49:41.173 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.173 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] Dec 18 14:49:41.173 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.173 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.173 INFO [stderr] | ^^^^^ Dec 18 14:49:41.173 INFO [stderr] ... Dec 18 14:49:41.173 INFO [stderr] 3610 | rt_realloc!(rt_pow2_32bytes_32align_realloc, 32, 32); Dec 18 14:49:41.173 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.173 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] Dec 18 14:49:41.173 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.173 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.173 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.173 INFO [stderr] ... Dec 18 14:49:41.173 INFO [stderr] 3610 | rt_realloc!(rt_pow2_32bytes_32align_realloc, 32, 32); Dec 18 14:49:41.173 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.173 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] Dec 18 14:49:41.173 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.173 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.173 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.173 INFO [stderr] ... Dec 18 14:49:41.173 INFO [stderr] 3610 | rt_realloc!(rt_pow2_32bytes_32align_realloc, 32, 32); Dec 18 14:49:41.173 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.173 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] Dec 18 14:49:41.173 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.173 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.173 INFO [stderr] | ^^^^^ Dec 18 14:49:41.173 INFO [stderr] ... Dec 18 14:49:41.173 INFO [stderr] 3623 | rt_realloc!(rt_pow2_64bytes_32align_realloc, 64, 32); Dec 18 14:49:41.173 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.173 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] Dec 18 14:49:41.173 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.173 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.173 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.173 INFO [stderr] ... Dec 18 14:49:41.173 INFO [stderr] 3623 | rt_realloc!(rt_pow2_64bytes_32align_realloc, 64, 32); Dec 18 14:49:41.173 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.173 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.173 INFO [stderr] | Dec 18 14:49:41.173 INFO [stderr] Dec 18 14:49:41.173 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.174 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.174 INFO [stderr] | Dec 18 14:49:41.174 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.174 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.174 INFO [stderr] ... Dec 18 14:49:41.174 INFO [stderr] 3623 | rt_realloc!(rt_pow2_64bytes_32align_realloc, 64, 32); Dec 18 14:49:41.174 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.174 INFO [stderr] | Dec 18 14:49:41.174 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.174 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.174 INFO [stderr] | Dec 18 14:49:41.174 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.174 INFO [stderr] | Dec 18 14:49:41.174 INFO [stderr] Dec 18 14:49:41.174 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.174 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.174 INFO [stderr] | Dec 18 14:49:41.174 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.174 INFO [stderr] | ^^^^^ Dec 18 14:49:41.174 INFO [stderr] ... Dec 18 14:49:41.174 INFO [stderr] 3636 | rt_realloc!(rt_pow2_128bytes_32align_realloc, 128, 32); Dec 18 14:49:41.174 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.174 INFO [stderr] | Dec 18 14:49:41.174 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.174 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.174 INFO [stderr] | Dec 18 14:49:41.174 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.174 INFO [stderr] | Dec 18 14:49:41.174 INFO [stderr] Dec 18 14:49:41.174 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.174 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.174 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.177 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.177 INFO [stderr] ... Dec 18 14:49:41.177 INFO [stderr] 3636 | rt_realloc!(rt_pow2_128bytes_32align_realloc, 128, 32); Dec 18 14:49:41.177 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.177 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] Dec 18 14:49:41.177 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.177 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.177 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.177 INFO [stderr] ... Dec 18 14:49:41.177 INFO [stderr] 3636 | rt_realloc!(rt_pow2_128bytes_32align_realloc, 128, 32); Dec 18 14:49:41.177 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.177 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] Dec 18 14:49:41.177 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.177 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.177 INFO [stderr] | ^^^^^ Dec 18 14:49:41.177 INFO [stderr] ... Dec 18 14:49:41.177 INFO [stderr] 3649 | rt_realloc!(rt_pow2_256bytes_32align_realloc, 256, 32); Dec 18 14:49:41.177 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.177 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] Dec 18 14:49:41.177 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.177 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.177 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.177 INFO [stderr] ... Dec 18 14:49:41.177 INFO [stderr] 3649 | rt_realloc!(rt_pow2_256bytes_32align_realloc, 256, 32); Dec 18 14:49:41.177 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.177 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] Dec 18 14:49:41.177 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.177 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.177 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.177 INFO [stderr] ... Dec 18 14:49:41.177 INFO [stderr] 3649 | rt_realloc!(rt_pow2_256bytes_32align_realloc, 256, 32); Dec 18 14:49:41.177 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.177 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.177 INFO [stderr] | Dec 18 14:49:41.177 INFO [stderr] Dec 18 14:49:41.183 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.183 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.183 INFO [stderr] | Dec 18 14:49:41.183 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.183 INFO [stderr] | ^^^^^ Dec 18 14:49:41.183 INFO [stderr] ... Dec 18 14:49:41.183 INFO [stderr] 3662 | rt_realloc!(rt_pow2_512bytes_32align_realloc, 512, 32); Dec 18 14:49:41.183 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.183 INFO [stderr] | Dec 18 14:49:41.183 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.183 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.183 INFO [stderr] | Dec 18 14:49:41.183 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.183 INFO [stderr] | Dec 18 14:49:41.183 INFO [stderr] Dec 18 14:49:41.183 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.183 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.183 INFO [stderr] | Dec 18 14:49:41.183 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.183 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.183 INFO [stderr] ... Dec 18 14:49:41.183 INFO [stderr] 3662 | rt_realloc!(rt_pow2_512bytes_32align_realloc, 512, 32); Dec 18 14:49:41.184 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.184 INFO [stderr] | Dec 18 14:49:41.184 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.184 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.184 INFO [stderr] | Dec 18 14:49:41.184 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.184 INFO [stderr] | Dec 18 14:49:41.184 INFO [stderr] Dec 18 14:49:41.184 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.184 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.184 INFO [stderr] | Dec 18 14:49:41.184 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.184 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.184 INFO [stderr] ... Dec 18 14:49:41.184 INFO [stderr] 3662 | rt_realloc!(rt_pow2_512bytes_32align_realloc, 512, 32); Dec 18 14:49:41.184 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.184 INFO [stderr] | Dec 18 14:49:41.184 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.184 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.184 INFO [stderr] | Dec 18 14:49:41.184 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.184 INFO [stderr] | Dec 18 14:49:41.184 INFO [stderr] Dec 18 14:49:41.184 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.184 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.184 INFO [stderr] | Dec 18 14:49:41.184 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.184 INFO [stderr] | ^^^^^ Dec 18 14:49:41.184 INFO [stderr] ... Dec 18 14:49:41.184 INFO [stderr] 3675 | rt_realloc!(rt_pow2_1024bytes_32align_realloc, 1024, 32); Dec 18 14:49:41.184 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.184 INFO [stderr] | Dec 18 14:49:41.184 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.184 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.184 INFO [stderr] | Dec 18 14:49:41.184 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.184 INFO [stderr] | Dec 18 14:49:41.184 INFO [stderr] Dec 18 14:49:41.192 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.192 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.192 INFO [stderr] | Dec 18 14:49:41.192 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.192 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.192 INFO [stderr] ... Dec 18 14:49:41.192 INFO [stderr] 3675 | rt_realloc!(rt_pow2_1024bytes_32align_realloc, 1024, 32); Dec 18 14:49:41.192 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.192 INFO [stderr] | Dec 18 14:49:41.192 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.192 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.192 INFO [stderr] | Dec 18 14:49:41.192 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.192 INFO [stderr] | Dec 18 14:49:41.192 INFO [stderr] Dec 18 14:49:41.192 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.192 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.192 INFO [stderr] | Dec 18 14:49:41.192 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.192 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.192 INFO [stderr] ... Dec 18 14:49:41.192 INFO [stderr] 3675 | rt_realloc!(rt_pow2_1024bytes_32align_realloc, 1024, 32); Dec 18 14:49:41.192 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.192 INFO [stderr] | Dec 18 14:49:41.192 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.192 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.192 INFO [stderr] | Dec 18 14:49:41.192 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.192 INFO [stderr] | Dec 18 14:49:41.192 INFO [stderr] Dec 18 14:49:41.192 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.192 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.192 INFO [stderr] | Dec 18 14:49:41.196 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.196 INFO [stderr] | ^^^^^ Dec 18 14:49:41.196 INFO [stderr] ... Dec 18 14:49:41.196 INFO [stderr] 3688 | rt_realloc!(rt_pow2_2048bytes_32align_realloc, 2048, 32); Dec 18 14:49:41.196 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.196 INFO [stderr] | Dec 18 14:49:41.196 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.196 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.196 INFO [stderr] | Dec 18 14:49:41.196 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.196 INFO [stderr] | Dec 18 14:49:41.196 INFO [stderr] Dec 18 14:49:41.196 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.196 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.196 INFO [stderr] | Dec 18 14:49:41.196 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.196 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.196 INFO [stderr] ... Dec 18 14:49:41.196 INFO [stderr] 3688 | rt_realloc!(rt_pow2_2048bytes_32align_realloc, 2048, 32); Dec 18 14:49:41.196 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.196 INFO [stderr] | Dec 18 14:49:41.196 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.196 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.196 INFO [stderr] | Dec 18 14:49:41.196 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.196 INFO [stderr] | Dec 18 14:49:41.196 INFO [stderr] Dec 18 14:49:41.196 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.196 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.196 INFO [stderr] | Dec 18 14:49:41.196 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.196 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.196 INFO [stderr] ... Dec 18 14:49:41.196 INFO [stderr] 3688 | rt_realloc!(rt_pow2_2048bytes_32align_realloc, 2048, 32); Dec 18 14:49:41.196 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.196 INFO [stderr] | Dec 18 14:49:41.196 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.196 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.196 INFO [stderr] | Dec 18 14:49:41.196 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.196 INFO [stderr] | Dec 18 14:49:41.196 INFO [stderr] Dec 18 14:49:41.196 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.196 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.196 INFO [stderr] | Dec 18 14:49:41.196 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.196 INFO [stderr] | ^^^^^ Dec 18 14:49:41.196 INFO [stderr] ... Dec 18 14:49:41.196 INFO [stderr] 3701 | rt_realloc!(rt_pow2_4096bytes_32align_realloc, 4096, 32); Dec 18 14:49:41.196 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.196 INFO [stderr] | Dec 18 14:49:41.196 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.196 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.196 INFO [stderr] | Dec 18 14:49:41.196 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.196 INFO [stderr] | Dec 18 14:49:41.196 INFO [stderr] Dec 18 14:49:41.196 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.196 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.197 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.197 INFO [stderr] ... Dec 18 14:49:41.197 INFO [stderr] 3701 | rt_realloc!(rt_pow2_4096bytes_32align_realloc, 4096, 32); Dec 18 14:49:41.197 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.197 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] Dec 18 14:49:41.197 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.197 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.197 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.197 INFO [stderr] ... Dec 18 14:49:41.197 INFO [stderr] 3701 | rt_realloc!(rt_pow2_4096bytes_32align_realloc, 4096, 32); Dec 18 14:49:41.197 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.197 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] Dec 18 14:49:41.197 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.197 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.197 INFO [stderr] | ^^^^^ Dec 18 14:49:41.197 INFO [stderr] ... Dec 18 14:49:41.197 INFO [stderr] 3714 | rt_realloc!(rt_pow2_8192bytes_32align_realloc, 8192, 32); Dec 18 14:49:41.197 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.197 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] Dec 18 14:49:41.197 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.197 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.197 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.197 INFO [stderr] ... Dec 18 14:49:41.197 INFO [stderr] 3714 | rt_realloc!(rt_pow2_8192bytes_32align_realloc, 8192, 32); Dec 18 14:49:41.197 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.197 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] Dec 18 14:49:41.197 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.197 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.197 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.197 INFO [stderr] ... Dec 18 14:49:41.197 INFO [stderr] 3714 | rt_realloc!(rt_pow2_8192bytes_32align_realloc, 8192, 32); Dec 18 14:49:41.197 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.197 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] Dec 18 14:49:41.197 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.197 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.197 INFO [stderr] | ^^^^^ Dec 18 14:49:41.197 INFO [stderr] ... Dec 18 14:49:41.197 INFO [stderr] 3727 | rt_realloc!(rt_pow2_16384bytes_32align_realloc, 16384, 32); Dec 18 14:49:41.197 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.197 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.197 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.197 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] Dec 18 14:49:41.198 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.198 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.198 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.198 INFO [stderr] ... Dec 18 14:49:41.198 INFO [stderr] 3727 | rt_realloc!(rt_pow2_16384bytes_32align_realloc, 16384, 32); Dec 18 14:49:41.198 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.198 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] Dec 18 14:49:41.198 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.198 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.198 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.198 INFO [stderr] ... Dec 18 14:49:41.198 INFO [stderr] 3727 | rt_realloc!(rt_pow2_16384bytes_32align_realloc, 16384, 32); Dec 18 14:49:41.198 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.198 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] Dec 18 14:49:41.198 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.198 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.198 INFO [stderr] | ^^^^^ Dec 18 14:49:41.198 INFO [stderr] ... Dec 18 14:49:41.198 INFO [stderr] 3740 | rt_realloc!(rt_pow2_32768bytes_32align_realloc, 32768, 32); Dec 18 14:49:41.198 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.198 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] Dec 18 14:49:41.198 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.198 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.198 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.198 INFO [stderr] ... Dec 18 14:49:41.198 INFO [stderr] 3740 | rt_realloc!(rt_pow2_32768bytes_32align_realloc, 32768, 32); Dec 18 14:49:41.198 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.198 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] Dec 18 14:49:41.198 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.198 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.198 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.198 INFO [stderr] ... Dec 18 14:49:41.198 INFO [stderr] 3740 | rt_realloc!(rt_pow2_32768bytes_32align_realloc, 32768, 32); Dec 18 14:49:41.198 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.198 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.198 INFO [stderr] | Dec 18 14:49:41.198 INFO [stderr] Dec 18 14:49:41.204 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.204 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.204 INFO [stderr] | Dec 18 14:49:41.204 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.204 INFO [stderr] | ^^^^^ Dec 18 14:49:41.204 INFO [stderr] ... Dec 18 14:49:41.204 INFO [stderr] 3753 | rt_realloc!(rt_pow2_65536bytes_32align_realloc, 65536, 32); Dec 18 14:49:41.204 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.204 INFO [stderr] | Dec 18 14:49:41.204 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.204 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.204 INFO [stderr] | Dec 18 14:49:41.204 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.204 INFO [stderr] | Dec 18 14:49:41.204 INFO [stderr] Dec 18 14:49:41.204 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.204 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.204 INFO [stderr] | Dec 18 14:49:41.204 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.204 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.204 INFO [stderr] ... Dec 18 14:49:41.204 INFO [stderr] 3753 | rt_realloc!(rt_pow2_65536bytes_32align_realloc, 65536, 32); Dec 18 14:49:41.204 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.204 INFO [stderr] | Dec 18 14:49:41.204 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.204 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.204 INFO [stderr] | Dec 18 14:49:41.204 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.204 INFO [stderr] | Dec 18 14:49:41.204 INFO [stderr] Dec 18 14:49:41.204 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.204 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.204 INFO [stderr] | Dec 18 14:49:41.204 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.204 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.204 INFO [stderr] ... Dec 18 14:49:41.204 INFO [stderr] 3753 | rt_realloc!(rt_pow2_65536bytes_32align_realloc, 65536, 32); Dec 18 14:49:41.204 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.204 INFO [stderr] | Dec 18 14:49:41.204 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.204 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.204 INFO [stderr] | Dec 18 14:49:41.204 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.204 INFO [stderr] | Dec 18 14:49:41.204 INFO [stderr] Dec 18 14:49:41.204 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.204 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.204 INFO [stderr] | Dec 18 14:49:41.204 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.205 INFO [stderr] | ^^^^^ Dec 18 14:49:41.205 INFO [stderr] ... Dec 18 14:49:41.205 INFO [stderr] 3766 | rt_realloc!(rt_pow2_131072bytes_32align_realloc, 131072, 32); Dec 18 14:49:41.205 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.205 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] Dec 18 14:49:41.205 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.205 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.205 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.205 INFO [stderr] ... Dec 18 14:49:41.205 INFO [stderr] 3766 | rt_realloc!(rt_pow2_131072bytes_32align_realloc, 131072, 32); Dec 18 14:49:41.205 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.205 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] Dec 18 14:49:41.205 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.205 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.205 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.205 INFO [stderr] ... Dec 18 14:49:41.205 INFO [stderr] 3766 | rt_realloc!(rt_pow2_131072bytes_32align_realloc, 131072, 32); Dec 18 14:49:41.205 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.205 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] Dec 18 14:49:41.205 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.205 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.205 INFO [stderr] | ^^^^^ Dec 18 14:49:41.205 INFO [stderr] ... Dec 18 14:49:41.205 INFO [stderr] 3779 | rt_realloc!(rt_pow2_4194304bytes_32align_realloc, 4194304, 32); Dec 18 14:49:41.205 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.205 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] Dec 18 14:49:41.205 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.205 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.205 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.205 INFO [stderr] ... Dec 18 14:49:41.205 INFO [stderr] 3779 | rt_realloc!(rt_pow2_4194304bytes_32align_realloc, 4194304, 32); Dec 18 14:49:41.205 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.205 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] Dec 18 14:49:41.205 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.205 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.205 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.205 INFO [stderr] ... Dec 18 14:49:41.205 INFO [stderr] 3779 | rt_realloc!(rt_pow2_4194304bytes_32align_realloc, 4194304, 32); Dec 18 14:49:41.205 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.205 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.205 INFO [stderr] | Dec 18 14:49:41.205 INFO [stderr] Dec 18 14:49:41.207 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.207 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.207 INFO [stderr] | Dec 18 14:49:41.207 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.207 INFO [stderr] | ^^^^^ Dec 18 14:49:41.207 INFO [stderr] ... Dec 18 14:49:41.207 INFO [stderr] 3793 | rt_realloc!(rt_even_10bytes_32align_realloc, 10, 32); Dec 18 14:49:41.207 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.207 INFO [stderr] | Dec 18 14:49:41.207 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.207 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.207 INFO [stderr] | Dec 18 14:49:41.207 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.207 INFO [stderr] | Dec 18 14:49:41.207 INFO [stderr] Dec 18 14:49:41.207 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.207 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.207 INFO [stderr] | Dec 18 14:49:41.207 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.207 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.207 INFO [stderr] ... Dec 18 14:49:41.207 INFO [stderr] 3793 | rt_realloc!(rt_even_10bytes_32align_realloc, 10, 32); Dec 18 14:49:41.207 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.207 INFO [stderr] | Dec 18 14:49:41.207 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.207 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.207 INFO [stderr] | Dec 18 14:49:41.207 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.207 INFO [stderr] | Dec 18 14:49:41.207 INFO [stderr] Dec 18 14:49:41.207 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.207 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.207 INFO [stderr] | Dec 18 14:49:41.207 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.207 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.207 INFO [stderr] ... Dec 18 14:49:41.207 INFO [stderr] 3793 | rt_realloc!(rt_even_10bytes_32align_realloc, 10, 32); Dec 18 14:49:41.207 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.207 INFO [stderr] | Dec 18 14:49:41.207 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.207 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.207 INFO [stderr] | Dec 18 14:49:41.207 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.207 INFO [stderr] | Dec 18 14:49:41.207 INFO [stderr] Dec 18 14:49:41.207 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.207 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.208 INFO [stderr] | Dec 18 14:49:41.208 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.208 INFO [stderr] | ^^^^^ Dec 18 14:49:41.208 INFO [stderr] ... Dec 18 14:49:41.208 INFO [stderr] 3806 | rt_realloc!(rt_even_100bytes_32align_realloc, 100, 32); Dec 18 14:49:41.208 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.208 INFO [stderr] | Dec 18 14:49:41.208 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.208 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.208 INFO [stderr] | Dec 18 14:49:41.208 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.208 INFO [stderr] | Dec 18 14:49:41.208 INFO [stderr] Dec 18 14:49:41.208 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.208 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.208 INFO [stderr] | Dec 18 14:49:41.208 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.208 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.208 INFO [stderr] ... Dec 18 14:49:41.208 INFO [stderr] 3806 | rt_realloc!(rt_even_100bytes_32align_realloc, 100, 32); Dec 18 14:49:41.208 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.208 INFO [stderr] | Dec 18 14:49:41.208 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.208 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.208 INFO [stderr] | Dec 18 14:49:41.208 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.208 INFO [stderr] | Dec 18 14:49:41.208 INFO [stderr] Dec 18 14:49:41.208 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.208 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.208 INFO [stderr] | Dec 18 14:49:41.208 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.208 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.208 INFO [stderr] ... Dec 18 14:49:41.208 INFO [stderr] 3806 | rt_realloc!(rt_even_100bytes_32align_realloc, 100, 32); Dec 18 14:49:41.208 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.208 INFO [stderr] | Dec 18 14:49:41.208 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.208 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.208 INFO [stderr] | Dec 18 14:49:41.208 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.208 INFO [stderr] | Dec 18 14:49:41.208 INFO [stderr] Dec 18 14:49:41.216 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.216 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.216 INFO [stderr] | Dec 18 14:49:41.216 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.216 INFO [stderr] | ^^^^^ Dec 18 14:49:41.216 INFO [stderr] ... Dec 18 14:49:41.216 INFO [stderr] 3819 | rt_realloc!(rt_even_1000bytes_32align_realloc, 1000, 32); Dec 18 14:49:41.216 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.216 INFO [stderr] | Dec 18 14:49:41.216 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.216 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.216 INFO [stderr] | Dec 18 14:49:41.216 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.216 INFO [stderr] | Dec 18 14:49:41.216 INFO [stderr] Dec 18 14:49:41.216 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.216 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.216 INFO [stderr] | Dec 18 14:49:41.216 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.216 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.216 INFO [stderr] ... Dec 18 14:49:41.216 INFO [stderr] 3819 | rt_realloc!(rt_even_1000bytes_32align_realloc, 1000, 32); Dec 18 14:49:41.216 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.216 INFO [stderr] | Dec 18 14:49:41.216 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.216 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.216 INFO [stderr] | Dec 18 14:49:41.216 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.216 INFO [stderr] | Dec 18 14:49:41.216 INFO [stderr] Dec 18 14:49:41.216 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.216 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.216 INFO [stderr] | Dec 18 14:49:41.216 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.216 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.216 INFO [stderr] ... Dec 18 14:49:41.216 INFO [stderr] 3819 | rt_realloc!(rt_even_1000bytes_32align_realloc, 1000, 32); Dec 18 14:49:41.220 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.220 INFO [stderr] | Dec 18 14:49:41.220 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.220 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.220 INFO [stderr] | Dec 18 14:49:41.220 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.220 INFO [stderr] | Dec 18 14:49:41.220 INFO [stderr] Dec 18 14:49:41.220 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.220 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.220 INFO [stderr] | Dec 18 14:49:41.220 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.220 INFO [stderr] | ^^^^^ Dec 18 14:49:41.220 INFO [stderr] ... Dec 18 14:49:41.220 INFO [stderr] 3832 | rt_realloc!(rt_even_10000bytes_32align_realloc, 10000, 32); Dec 18 14:49:41.220 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.220 INFO [stderr] | Dec 18 14:49:41.220 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.220 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.220 INFO [stderr] | Dec 18 14:49:41.220 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.220 INFO [stderr] | Dec 18 14:49:41.220 INFO [stderr] Dec 18 14:49:41.220 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.220 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.220 INFO [stderr] | Dec 18 14:49:41.220 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.220 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.220 INFO [stderr] ... Dec 18 14:49:41.220 INFO [stderr] 3832 | rt_realloc!(rt_even_10000bytes_32align_realloc, 10000, 32); Dec 18 14:49:41.220 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.220 INFO [stderr] | Dec 18 14:49:41.220 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.220 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.220 INFO [stderr] | Dec 18 14:49:41.220 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.220 INFO [stderr] | Dec 18 14:49:41.220 INFO [stderr] Dec 18 14:49:41.220 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.220 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.220 INFO [stderr] | Dec 18 14:49:41.220 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.220 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.220 INFO [stderr] ... Dec 18 14:49:41.220 INFO [stderr] 3832 | rt_realloc!(rt_even_10000bytes_32align_realloc, 10000, 32); Dec 18 14:49:41.220 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.220 INFO [stderr] | Dec 18 14:49:41.220 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.220 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.220 INFO [stderr] | Dec 18 14:49:41.220 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.220 INFO [stderr] | Dec 18 14:49:41.220 INFO [stderr] Dec 18 14:49:41.220 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.220 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.220 INFO [stderr] | Dec 18 14:49:41.220 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.220 INFO [stderr] | ^^^^^ Dec 18 14:49:41.220 INFO [stderr] ... Dec 18 14:49:41.221 INFO [stderr] 3845 | rt_realloc!(rt_even_100000bytes_32align_realloc, 100000, 32); Dec 18 14:49:41.221 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.221 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] Dec 18 14:49:41.221 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.221 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.221 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.221 INFO [stderr] ... Dec 18 14:49:41.221 INFO [stderr] 3845 | rt_realloc!(rt_even_100000bytes_32align_realloc, 100000, 32); Dec 18 14:49:41.221 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.221 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] Dec 18 14:49:41.221 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.221 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.221 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.221 INFO [stderr] ... Dec 18 14:49:41.221 INFO [stderr] 3845 | rt_realloc!(rt_even_100000bytes_32align_realloc, 100000, 32); Dec 18 14:49:41.221 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.221 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] Dec 18 14:49:41.221 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.221 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.221 INFO [stderr] | ^^^^^ Dec 18 14:49:41.221 INFO [stderr] ... Dec 18 14:49:41.221 INFO [stderr] 3858 | rt_realloc!(rt_even_1000000bytes_32align_realloc, 1000000, 32); Dec 18 14:49:41.221 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.221 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] Dec 18 14:49:41.221 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.221 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.221 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.221 INFO [stderr] ... Dec 18 14:49:41.221 INFO [stderr] 3858 | rt_realloc!(rt_even_1000000bytes_32align_realloc, 1000000, 32); Dec 18 14:49:41.221 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.221 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] Dec 18 14:49:41.221 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.221 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.221 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.221 INFO [stderr] ... Dec 18 14:49:41.221 INFO [stderr] 3858 | rt_realloc!(rt_even_1000000bytes_32align_realloc, 1000000, 32); Dec 18 14:49:41.221 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.221 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.221 INFO [stderr] | Dec 18 14:49:41.221 INFO [stderr] Dec 18 14:49:41.228 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.228 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.228 INFO [stderr] | Dec 18 14:49:41.228 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.228 INFO [stderr] | ^^^^^ Dec 18 14:49:41.228 INFO [stderr] ... Dec 18 14:49:41.228 INFO [stderr] 3872 | rt_realloc!(rt_odd_10bytes_32align_realloc, 10- 1, 32); Dec 18 14:49:41.228 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.228 INFO [stderr] | Dec 18 14:49:41.228 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.228 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.228 INFO [stderr] | Dec 18 14:49:41.228 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.228 INFO [stderr] | Dec 18 14:49:41.228 INFO [stderr] Dec 18 14:49:41.228 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.228 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.228 INFO [stderr] | Dec 18 14:49:41.228 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.228 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.228 INFO [stderr] ... Dec 18 14:49:41.228 INFO [stderr] 3872 | rt_realloc!(rt_odd_10bytes_32align_realloc, 10- 1, 32); Dec 18 14:49:41.228 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.228 INFO [stderr] | Dec 18 14:49:41.228 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.228 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.228 INFO [stderr] | Dec 18 14:49:41.228 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.228 INFO [stderr] | Dec 18 14:49:41.228 INFO [stderr] Dec 18 14:49:41.228 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.228 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.228 INFO [stderr] | Dec 18 14:49:41.228 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.228 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.228 INFO [stderr] ... Dec 18 14:49:41.228 INFO [stderr] 3872 | rt_realloc!(rt_odd_10bytes_32align_realloc, 10- 1, 32); Dec 18 14:49:41.228 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.228 INFO [stderr] | Dec 18 14:49:41.228 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.228 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.228 INFO [stderr] | Dec 18 14:49:41.228 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.228 INFO [stderr] | Dec 18 14:49:41.228 INFO [stderr] Dec 18 14:49:41.228 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.228 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.228 INFO [stderr] | Dec 18 14:49:41.228 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.228 INFO [stderr] | ^^^^^ Dec 18 14:49:41.229 INFO [stderr] ... Dec 18 14:49:41.229 INFO [stderr] 3885 | rt_realloc!(rt_odd_100bytes_32align_realloc, 100- 1, 32); Dec 18 14:49:41.229 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.229 INFO [stderr] | Dec 18 14:49:41.229 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.229 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.229 INFO [stderr] | Dec 18 14:49:41.229 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.229 INFO [stderr] | Dec 18 14:49:41.229 INFO [stderr] Dec 18 14:49:41.229 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.229 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.229 INFO [stderr] | Dec 18 14:49:41.229 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.229 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.229 INFO [stderr] ... Dec 18 14:49:41.229 INFO [stderr] 3885 | rt_realloc!(rt_odd_100bytes_32align_realloc, 100- 1, 32); Dec 18 14:49:41.229 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.229 INFO [stderr] | Dec 18 14:49:41.229 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.229 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.229 INFO [stderr] | Dec 18 14:49:41.229 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.229 INFO [stderr] | Dec 18 14:49:41.229 INFO [stderr] Dec 18 14:49:41.229 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.229 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.229 INFO [stderr] | Dec 18 14:49:41.229 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.229 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.229 INFO [stderr] ... Dec 18 14:49:41.229 INFO [stderr] 3885 | rt_realloc!(rt_odd_100bytes_32align_realloc, 100- 1, 32); Dec 18 14:49:41.229 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.229 INFO [stderr] | Dec 18 14:49:41.229 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.229 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.229 INFO [stderr] | Dec 18 14:49:41.229 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.229 INFO [stderr] | Dec 18 14:49:41.229 INFO [stderr] Dec 18 14:49:41.229 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.229 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.229 INFO [stderr] | Dec 18 14:49:41.229 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.229 INFO [stderr] | ^^^^^ Dec 18 14:49:41.229 INFO [stderr] ... Dec 18 14:49:41.229 INFO [stderr] 3898 | rt_realloc!(rt_odd_1000bytes_32align_realloc, 1000- 1, 32); Dec 18 14:49:41.229 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.229 INFO [stderr] | Dec 18 14:49:41.229 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.229 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.229 INFO [stderr] | Dec 18 14:49:41.229 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.229 INFO [stderr] | Dec 18 14:49:41.229 INFO [stderr] Dec 18 14:49:41.229 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.229 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.229 INFO [stderr] | Dec 18 14:49:41.229 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.229 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.229 INFO [stderr] ... Dec 18 14:49:41.229 INFO [stderr] 3898 | rt_realloc!(rt_odd_1000bytes_32align_realloc, 1000- 1, 32); Dec 18 14:49:41.229 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.229 INFO [stderr] | Dec 18 14:49:41.229 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.233 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] Dec 18 14:49:41.234 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.234 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.234 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.234 INFO [stderr] ... Dec 18 14:49:41.234 INFO [stderr] 3898 | rt_realloc!(rt_odd_1000bytes_32align_realloc, 1000- 1, 32); Dec 18 14:49:41.234 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.234 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] Dec 18 14:49:41.234 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.234 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.234 INFO [stderr] | ^^^^^ Dec 18 14:49:41.234 INFO [stderr] ... Dec 18 14:49:41.234 INFO [stderr] 3911 | rt_realloc!(rt_odd_10000bytes_32align_realloc, 10000- 1, 32); Dec 18 14:49:41.234 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.234 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] Dec 18 14:49:41.234 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.234 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.234 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.234 INFO [stderr] ... Dec 18 14:49:41.234 INFO [stderr] 3911 | rt_realloc!(rt_odd_10000bytes_32align_realloc, 10000- 1, 32); Dec 18 14:49:41.234 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.234 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] Dec 18 14:49:41.234 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.234 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.234 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.234 INFO [stderr] ... Dec 18 14:49:41.234 INFO [stderr] 3911 | rt_realloc!(rt_odd_10000bytes_32align_realloc, 10000- 1, 32); Dec 18 14:49:41.234 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.234 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] Dec 18 14:49:41.234 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.234 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.234 INFO [stderr] | ^^^^^ Dec 18 14:49:41.234 INFO [stderr] ... Dec 18 14:49:41.234 INFO [stderr] 3924 | rt_realloc!(rt_odd_100000bytes_32align_realloc, 100000- 1, 32); Dec 18 14:49:41.234 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.234 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] Dec 18 14:49:41.234 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.234 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.234 INFO [stderr] | Dec 18 14:49:41.234 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.235 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.235 INFO [stderr] ... Dec 18 14:49:41.235 INFO [stderr] 3924 | rt_realloc!(rt_odd_100000bytes_32align_realloc, 100000- 1, 32); Dec 18 14:49:41.235 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.235 INFO [stderr] | Dec 18 14:49:41.235 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.235 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.235 INFO [stderr] | Dec 18 14:49:41.235 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.235 INFO [stderr] | Dec 18 14:49:41.235 INFO [stderr] Dec 18 14:49:41.235 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.235 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.235 INFO [stderr] | Dec 18 14:49:41.235 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.235 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.235 INFO [stderr] ... Dec 18 14:49:41.235 INFO [stderr] 3924 | rt_realloc!(rt_odd_100000bytes_32align_realloc, 100000- 1, 32); Dec 18 14:49:41.235 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.235 INFO [stderr] | Dec 18 14:49:41.235 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.235 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.235 INFO [stderr] | Dec 18 14:49:41.235 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.235 INFO [stderr] | Dec 18 14:49:41.235 INFO [stderr] Dec 18 14:49:41.235 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.235 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.235 INFO [stderr] | Dec 18 14:49:41.235 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.235 INFO [stderr] | ^^^^^ Dec 18 14:49:41.235 INFO [stderr] ... Dec 18 14:49:41.235 INFO [stderr] 3937 | rt_realloc!(rt_odd_1000000bytes_32align_realloc, 1000000- 1, 32); Dec 18 14:49:41.235 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.235 INFO [stderr] | Dec 18 14:49:41.235 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.235 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.235 INFO [stderr] | Dec 18 14:49:41.235 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.235 INFO [stderr] | Dec 18 14:49:41.235 INFO [stderr] Dec 18 14:49:41.235 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.235 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.235 INFO [stderr] | Dec 18 14:49:41.235 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.235 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.235 INFO [stderr] ... Dec 18 14:49:41.235 INFO [stderr] 3937 | rt_realloc!(rt_odd_1000000bytes_32align_realloc, 1000000- 1, 32); Dec 18 14:49:41.235 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.235 INFO [stderr] | Dec 18 14:49:41.235 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.235 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.235 INFO [stderr] | Dec 18 14:49:41.235 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.235 INFO [stderr] | Dec 18 14:49:41.235 INFO [stderr] Dec 18 14:49:41.239 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.239 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.239 INFO [stderr] | Dec 18 14:49:41.239 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.239 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.239 INFO [stderr] ... Dec 18 14:49:41.239 INFO [stderr] 3937 | rt_realloc!(rt_odd_1000000bytes_32align_realloc, 1000000- 1, 32); Dec 18 14:49:41.239 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.239 INFO [stderr] | Dec 18 14:49:41.239 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.239 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.239 INFO [stderr] | Dec 18 14:49:41.239 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.239 INFO [stderr] | Dec 18 14:49:41.239 INFO [stderr] Dec 18 14:49:41.239 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.239 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.239 INFO [stderr] | Dec 18 14:49:41.239 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.239 INFO [stderr] | ^^^^^ Dec 18 14:49:41.239 INFO [stderr] ... Dec 18 14:49:41.239 INFO [stderr] 3951 | rt_realloc!(rt_primes_3bytes_32align_realloc, 3, 32); Dec 18 14:49:41.239 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.239 INFO [stderr] | Dec 18 14:49:41.239 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.239 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.239 INFO [stderr] | Dec 18 14:49:41.239 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.239 INFO [stderr] | Dec 18 14:49:41.239 INFO [stderr] Dec 18 14:49:41.239 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.239 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.239 INFO [stderr] | Dec 18 14:49:41.239 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.239 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.239 INFO [stderr] ... Dec 18 14:49:41.239 INFO [stderr] 3951 | rt_realloc!(rt_primes_3bytes_32align_realloc, 3, 32); Dec 18 14:49:41.239 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.239 INFO [stderr] | Dec 18 14:49:41.239 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.239 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.239 INFO [stderr] | Dec 18 14:49:41.239 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.239 INFO [stderr] | Dec 18 14:49:41.239 INFO [stderr] Dec 18 14:49:41.239 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.239 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.239 INFO [stderr] | Dec 18 14:49:41.239 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.239 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.239 INFO [stderr] ... Dec 18 14:49:41.239 INFO [stderr] 3951 | rt_realloc!(rt_primes_3bytes_32align_realloc, 3, 32); Dec 18 14:49:41.239 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.239 INFO [stderr] | Dec 18 14:49:41.239 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.239 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.239 INFO [stderr] | Dec 18 14:49:41.239 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.239 INFO [stderr] | Dec 18 14:49:41.239 INFO [stderr] Dec 18 14:49:41.244 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.244 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.244 INFO [stderr] | Dec 18 14:49:41.244 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.244 INFO [stderr] | ^^^^^ Dec 18 14:49:41.244 INFO [stderr] ... Dec 18 14:49:41.244 INFO [stderr] 3964 | rt_realloc!(rt_primes_7bytes_32align_realloc, 7, 32); Dec 18 14:49:41.244 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.244 INFO [stderr] | Dec 18 14:49:41.244 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.244 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.244 INFO [stderr] | Dec 18 14:49:41.244 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.244 INFO [stderr] | Dec 18 14:49:41.244 INFO [stderr] Dec 18 14:49:41.244 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.244 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.244 INFO [stderr] | Dec 18 14:49:41.244 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.244 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.244 INFO [stderr] ... Dec 18 14:49:41.244 INFO [stderr] 3964 | rt_realloc!(rt_primes_7bytes_32align_realloc, 7, 32); Dec 18 14:49:41.244 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.244 INFO [stderr] | Dec 18 14:49:41.244 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.244 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.244 INFO [stderr] | Dec 18 14:49:41.244 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.244 INFO [stderr] | Dec 18 14:49:41.244 INFO [stderr] Dec 18 14:49:41.244 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.244 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.244 INFO [stderr] | Dec 18 14:49:41.244 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.244 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.244 INFO [stderr] ... Dec 18 14:49:41.244 INFO [stderr] 3964 | rt_realloc!(rt_primes_7bytes_32align_realloc, 7, 32); Dec 18 14:49:41.244 INFO [stderr] | ----------------------------------------------------- in this macro invocation Dec 18 14:49:41.244 INFO [stderr] | Dec 18 14:49:41.244 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.244 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.244 INFO [stderr] | Dec 18 14:49:41.244 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.244 INFO [stderr] | Dec 18 14:49:41.244 INFO [stderr] Dec 18 14:49:41.244 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.244 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.244 INFO [stderr] | Dec 18 14:49:41.244 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.244 INFO [stderr] | ^^^^^ Dec 18 14:49:41.244 INFO [stderr] ... Dec 18 14:49:41.244 INFO [stderr] 3977 | rt_realloc!(rt_primes_13bytes_32align_realloc, 13, 32); Dec 18 14:49:41.244 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.245 INFO [stderr] | Dec 18 14:49:41.245 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.245 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.245 INFO [stderr] | Dec 18 14:49:41.245 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.245 INFO [stderr] | Dec 18 14:49:41.245 INFO [stderr] Dec 18 14:49:41.245 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.245 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.245 INFO [stderr] | Dec 18 14:49:41.245 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.245 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.245 INFO [stderr] ... Dec 18 14:49:41.245 INFO [stderr] 3977 | rt_realloc!(rt_primes_13bytes_32align_realloc, 13, 32); Dec 18 14:49:41.245 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.245 INFO [stderr] | Dec 18 14:49:41.245 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.245 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.245 INFO [stderr] | Dec 18 14:49:41.245 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.245 INFO [stderr] | Dec 18 14:49:41.245 INFO [stderr] Dec 18 14:49:41.245 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.245 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.245 INFO [stderr] | Dec 18 14:49:41.245 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.245 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.245 INFO [stderr] ... Dec 18 14:49:41.245 INFO [stderr] 3977 | rt_realloc!(rt_primes_13bytes_32align_realloc, 13, 32); Dec 18 14:49:41.245 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.245 INFO [stderr] | Dec 18 14:49:41.245 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.245 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.245 INFO [stderr] | Dec 18 14:49:41.245 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.245 INFO [stderr] | Dec 18 14:49:41.245 INFO [stderr] Dec 18 14:49:41.245 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.245 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.245 INFO [stderr] | Dec 18 14:49:41.245 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.245 INFO [stderr] | ^^^^^ Dec 18 14:49:41.245 INFO [stderr] ... Dec 18 14:49:41.245 INFO [stderr] 3990 | rt_realloc!(rt_primes_17bytes_32align_realloc, 17, 32); Dec 18 14:49:41.245 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.245 INFO [stderr] | Dec 18 14:49:41.245 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.245 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.245 INFO [stderr] | Dec 18 14:49:41.245 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.245 INFO [stderr] | Dec 18 14:49:41.245 INFO [stderr] Dec 18 14:49:41.252 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.252 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.252 INFO [stderr] | Dec 18 14:49:41.252 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.252 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.252 INFO [stderr] ... Dec 18 14:49:41.252 INFO [stderr] 3990 | rt_realloc!(rt_primes_17bytes_32align_realloc, 17, 32); Dec 18 14:49:41.252 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.252 INFO [stderr] | Dec 18 14:49:41.252 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.252 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.252 INFO [stderr] | Dec 18 14:49:41.252 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.252 INFO [stderr] | Dec 18 14:49:41.252 INFO [stderr] Dec 18 14:49:41.252 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.252 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.252 INFO [stderr] | Dec 18 14:49:41.252 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.252 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.252 INFO [stderr] ... Dec 18 14:49:41.252 INFO [stderr] 3990 | rt_realloc!(rt_primes_17bytes_32align_realloc, 17, 32); Dec 18 14:49:41.252 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.252 INFO [stderr] | Dec 18 14:49:41.252 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.252 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.252 INFO [stderr] | Dec 18 14:49:41.252 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.252 INFO [stderr] | Dec 18 14:49:41.252 INFO [stderr] Dec 18 14:49:41.252 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.252 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.252 INFO [stderr] | Dec 18 14:49:41.252 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.252 INFO [stderr] | ^^^^^ Dec 18 14:49:41.252 INFO [stderr] ... Dec 18 14:49:41.252 INFO [stderr] 4003 | rt_realloc!(rt_primes_31bytes_32align_realloc, 31, 32); Dec 18 14:49:41.252 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.252 INFO [stderr] | Dec 18 14:49:41.252 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.252 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.252 INFO [stderr] | Dec 18 14:49:41.252 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.252 INFO [stderr] | Dec 18 14:49:41.252 INFO [stderr] Dec 18 14:49:41.256 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.256 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.256 INFO [stderr] | Dec 18 14:49:41.256 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.256 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.256 INFO [stderr] ... Dec 18 14:49:41.256 INFO [stderr] 4003 | rt_realloc!(rt_primes_31bytes_32align_realloc, 31, 32); Dec 18 14:49:41.256 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.256 INFO [stderr] | Dec 18 14:49:41.256 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.256 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.256 INFO [stderr] | Dec 18 14:49:41.256 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.256 INFO [stderr] | Dec 18 14:49:41.256 INFO [stderr] Dec 18 14:49:41.256 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.256 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.256 INFO [stderr] | Dec 18 14:49:41.256 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.256 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.256 INFO [stderr] ... Dec 18 14:49:41.256 INFO [stderr] 4003 | rt_realloc!(rt_primes_31bytes_32align_realloc, 31, 32); Dec 18 14:49:41.256 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.256 INFO [stderr] | Dec 18 14:49:41.256 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.256 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.256 INFO [stderr] | Dec 18 14:49:41.256 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.256 INFO [stderr] | Dec 18 14:49:41.256 INFO [stderr] Dec 18 14:49:41.256 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.256 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.256 INFO [stderr] | Dec 18 14:49:41.256 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.256 INFO [stderr] | ^^^^^ Dec 18 14:49:41.256 INFO [stderr] ... Dec 18 14:49:41.256 INFO [stderr] 4016 | rt_realloc!(rt_primes_61bytes_32align_realloc, 61, 32); Dec 18 14:49:41.256 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.256 INFO [stderr] | Dec 18 14:49:41.256 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.256 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.256 INFO [stderr] | Dec 18 14:49:41.256 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.256 INFO [stderr] | Dec 18 14:49:41.256 INFO [stderr] Dec 18 14:49:41.256 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.256 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.256 INFO [stderr] | Dec 18 14:49:41.256 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.256 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.257 INFO [stderr] ... Dec 18 14:49:41.257 INFO [stderr] 4016 | rt_realloc!(rt_primes_61bytes_32align_realloc, 61, 32); Dec 18 14:49:41.257 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.257 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] Dec 18 14:49:41.257 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.257 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.257 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.257 INFO [stderr] ... Dec 18 14:49:41.257 INFO [stderr] 4016 | rt_realloc!(rt_primes_61bytes_32align_realloc, 61, 32); Dec 18 14:49:41.257 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.257 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] Dec 18 14:49:41.257 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.257 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.257 INFO [stderr] | ^^^^^ Dec 18 14:49:41.257 INFO [stderr] ... Dec 18 14:49:41.257 INFO [stderr] 4029 | rt_realloc!(rt_primes_96bytes_32align_realloc, 96, 32); Dec 18 14:49:41.257 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.257 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] Dec 18 14:49:41.257 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.257 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.257 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.257 INFO [stderr] ... Dec 18 14:49:41.257 INFO [stderr] 4029 | rt_realloc!(rt_primes_96bytes_32align_realloc, 96, 32); Dec 18 14:49:41.257 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.257 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] Dec 18 14:49:41.257 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.257 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.257 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.257 INFO [stderr] ... Dec 18 14:49:41.257 INFO [stderr] 4029 | rt_realloc!(rt_primes_96bytes_32align_realloc, 96, 32); Dec 18 14:49:41.257 INFO [stderr] | ------------------------------------------------------- in this macro invocation Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.257 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] Dec 18 14:49:41.257 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.257 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.257 INFO [stderr] | ^^^^^ Dec 18 14:49:41.257 INFO [stderr] ... Dec 18 14:49:41.257 INFO [stderr] 4042 | rt_realloc!(rt_primes_127bytes_32align_realloc, 127, 32); Dec 18 14:49:41.257 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.257 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] Dec 18 14:49:41.257 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.257 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.257 INFO [stderr] | Dec 18 14:49:41.257 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.257 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.258 INFO [stderr] ... Dec 18 14:49:41.258 INFO [stderr] 4042 | rt_realloc!(rt_primes_127bytes_32align_realloc, 127, 32); Dec 18 14:49:41.258 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.258 INFO [stderr] | Dec 18 14:49:41.258 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.258 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.258 INFO [stderr] | Dec 18 14:49:41.258 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.258 INFO [stderr] | Dec 18 14:49:41.258 INFO [stderr] Dec 18 14:49:41.258 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.258 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.258 INFO [stderr] | Dec 18 14:49:41.258 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.258 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.258 INFO [stderr] ... Dec 18 14:49:41.258 INFO [stderr] 4042 | rt_realloc!(rt_primes_127bytes_32align_realloc, 127, 32); Dec 18 14:49:41.258 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.258 INFO [stderr] | Dec 18 14:49:41.258 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.258 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.258 INFO [stderr] | Dec 18 14:49:41.258 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.258 INFO [stderr] | Dec 18 14:49:41.258 INFO [stderr] Dec 18 14:49:41.264 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.264 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.264 INFO [stderr] | Dec 18 14:49:41.264 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.264 INFO [stderr] | ^^^^^ Dec 18 14:49:41.264 INFO [stderr] ... Dec 18 14:49:41.264 INFO [stderr] 4055 | rt_realloc!(rt_primes_257bytes_32align_realloc, 257, 32); Dec 18 14:49:41.264 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.264 INFO [stderr] | Dec 18 14:49:41.264 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.264 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.264 INFO [stderr] | Dec 18 14:49:41.264 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.264 INFO [stderr] | Dec 18 14:49:41.264 INFO [stderr] Dec 18 14:49:41.264 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.264 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.264 INFO [stderr] | Dec 18 14:49:41.264 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.264 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.264 INFO [stderr] ... Dec 18 14:49:41.264 INFO [stderr] 4055 | rt_realloc!(rt_primes_257bytes_32align_realloc, 257, 32); Dec 18 14:49:41.264 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.264 INFO [stderr] | Dec 18 14:49:41.264 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.264 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.264 INFO [stderr] | Dec 18 14:49:41.264 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.264 INFO [stderr] | Dec 18 14:49:41.264 INFO [stderr] Dec 18 14:49:41.264 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.264 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.264 INFO [stderr] | Dec 18 14:49:41.264 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.264 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.264 INFO [stderr] ... Dec 18 14:49:41.264 INFO [stderr] 4055 | rt_realloc!(rt_primes_257bytes_32align_realloc, 257, 32); Dec 18 14:49:41.264 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.264 INFO [stderr] | Dec 18 14:49:41.264 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.264 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.264 INFO [stderr] | Dec 18 14:49:41.264 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.264 INFO [stderr] | Dec 18 14:49:41.264 INFO [stderr] Dec 18 14:49:41.264 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.264 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.264 INFO [stderr] | Dec 18 14:49:41.264 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.264 INFO [stderr] | ^^^^^ Dec 18 14:49:41.264 INFO [stderr] ... Dec 18 14:49:41.264 INFO [stderr] 4068 | rt_realloc!(rt_primes_509bytes_32align_realloc, 509, 32); Dec 18 14:49:41.264 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.264 INFO [stderr] | Dec 18 14:49:41.265 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.265 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.265 INFO [stderr] | Dec 18 14:49:41.265 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.265 INFO [stderr] | Dec 18 14:49:41.265 INFO [stderr] Dec 18 14:49:41.265 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.265 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.265 INFO [stderr] | Dec 18 14:49:41.265 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.265 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.265 INFO [stderr] ... Dec 18 14:49:41.265 INFO [stderr] 4068 | rt_realloc!(rt_primes_509bytes_32align_realloc, 509, 32); Dec 18 14:49:41.265 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.265 INFO [stderr] | Dec 18 14:49:41.265 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.265 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.265 INFO [stderr] | Dec 18 14:49:41.265 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.265 INFO [stderr] | Dec 18 14:49:41.265 INFO [stderr] Dec 18 14:49:41.276 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.276 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.276 INFO [stderr] | Dec 18 14:49:41.276 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.276 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.276 INFO [stderr] ... Dec 18 14:49:41.276 INFO [stderr] 4068 | rt_realloc!(rt_primes_509bytes_32align_realloc, 509, 32); Dec 18 14:49:41.276 INFO [stderr] | --------------------------------------------------------- in this macro invocation Dec 18 14:49:41.276 INFO [stderr] | Dec 18 14:49:41.276 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.276 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.276 INFO [stderr] | Dec 18 14:49:41.276 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.276 INFO [stderr] | Dec 18 14:49:41.276 INFO [stderr] Dec 18 14:49:41.276 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.276 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.276 INFO [stderr] | Dec 18 14:49:41.276 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.276 INFO [stderr] | ^^^^^ Dec 18 14:49:41.276 INFO [stderr] ... Dec 18 14:49:41.276 INFO [stderr] 4081 | rt_realloc!(rt_primes_1021bytes_32align_realloc, 1021, 32); Dec 18 14:49:41.276 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.276 INFO [stderr] | Dec 18 14:49:41.276 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.276 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.276 INFO [stderr] | Dec 18 14:49:41.276 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.276 INFO [stderr] | Dec 18 14:49:41.276 INFO [stderr] Dec 18 14:49:41.276 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.276 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.276 INFO [stderr] | Dec 18 14:49:41.276 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.276 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.276 INFO [stderr] ... Dec 18 14:49:41.276 INFO [stderr] 4081 | rt_realloc!(rt_primes_1021bytes_32align_realloc, 1021, 32); Dec 18 14:49:41.276 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.276 INFO [stderr] | Dec 18 14:49:41.276 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.276 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.276 INFO [stderr] | Dec 18 14:49:41.276 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.276 INFO [stderr] | Dec 18 14:49:41.276 INFO [stderr] Dec 18 14:49:41.276 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.276 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.276 INFO [stderr] | Dec 18 14:49:41.276 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.276 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.276 INFO [stderr] ... Dec 18 14:49:41.277 INFO [stderr] 4081 | rt_realloc!(rt_primes_1021bytes_32align_realloc, 1021, 32); Dec 18 14:49:41.277 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.277 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] Dec 18 14:49:41.277 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.277 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.277 INFO [stderr] | ^^^^^ Dec 18 14:49:41.277 INFO [stderr] ... Dec 18 14:49:41.277 INFO [stderr] 4094 | rt_realloc!(rt_primes_2039bytes_32align_realloc, 2039, 32); Dec 18 14:49:41.277 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.277 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] Dec 18 14:49:41.277 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.277 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.277 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.277 INFO [stderr] ... Dec 18 14:49:41.277 INFO [stderr] 4094 | rt_realloc!(rt_primes_2039bytes_32align_realloc, 2039, 32); Dec 18 14:49:41.277 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.277 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] Dec 18 14:49:41.277 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.277 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.277 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.277 INFO [stderr] ... Dec 18 14:49:41.277 INFO [stderr] 4094 | rt_realloc!(rt_primes_2039bytes_32align_realloc, 2039, 32); Dec 18 14:49:41.277 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.277 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] Dec 18 14:49:41.277 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.277 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.277 INFO [stderr] | ^^^^^ Dec 18 14:49:41.277 INFO [stderr] ... Dec 18 14:49:41.277 INFO [stderr] 4107 | rt_realloc!(rt_primes_4093bytes_32align_realloc, 4093, 32); Dec 18 14:49:41.277 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.277 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] Dec 18 14:49:41.277 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.277 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.277 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.277 INFO [stderr] ... Dec 18 14:49:41.277 INFO [stderr] 4107 | rt_realloc!(rt_primes_4093bytes_32align_realloc, 4093, 32); Dec 18 14:49:41.277 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.277 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] Dec 18 14:49:41.277 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.277 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.277 INFO [stderr] | Dec 18 14:49:41.277 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.278 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.278 INFO [stderr] ... Dec 18 14:49:41.278 INFO [stderr] 4107 | rt_realloc!(rt_primes_4093bytes_32align_realloc, 4093, 32); Dec 18 14:49:41.278 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.278 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] Dec 18 14:49:41.278 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.278 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.278 INFO [stderr] | ^^^^^ Dec 18 14:49:41.278 INFO [stderr] ... Dec 18 14:49:41.278 INFO [stderr] 4120 | rt_realloc!(rt_primes_8191bytes_32align_realloc, 8191, 32); Dec 18 14:49:41.278 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.278 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] Dec 18 14:49:41.278 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.278 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.278 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.278 INFO [stderr] ... Dec 18 14:49:41.278 INFO [stderr] 4120 | rt_realloc!(rt_primes_8191bytes_32align_realloc, 8191, 32); Dec 18 14:49:41.278 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.278 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] Dec 18 14:49:41.278 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.278 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.278 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.278 INFO [stderr] ... Dec 18 14:49:41.278 INFO [stderr] 4120 | rt_realloc!(rt_primes_8191bytes_32align_realloc, 8191, 32); Dec 18 14:49:41.278 INFO [stderr] | ----------------------------------------------------------- in this macro invocation Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.278 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] Dec 18 14:49:41.278 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.278 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.278 INFO [stderr] | ^^^^^ Dec 18 14:49:41.278 INFO [stderr] ... Dec 18 14:49:41.278 INFO [stderr] 4133 | rt_realloc!(rt_primes_16381bytes_32align_realloc, 16381, 32); Dec 18 14:49:41.278 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.278 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.278 INFO [stderr] | Dec 18 14:49:41.278 INFO [stderr] Dec 18 14:49:41.284 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.284 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.284 INFO [stderr] | Dec 18 14:49:41.284 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.284 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.284 INFO [stderr] ... Dec 18 14:49:41.284 INFO [stderr] 4133 | rt_realloc!(rt_primes_16381bytes_32align_realloc, 16381, 32); Dec 18 14:49:41.284 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.284 INFO [stderr] | Dec 18 14:49:41.284 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.284 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.284 INFO [stderr] | Dec 18 14:49:41.284 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.284 INFO [stderr] | Dec 18 14:49:41.284 INFO [stderr] Dec 18 14:49:41.284 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.284 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.284 INFO [stderr] | Dec 18 14:49:41.284 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.284 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.284 INFO [stderr] ... Dec 18 14:49:41.284 INFO [stderr] 4133 | rt_realloc!(rt_primes_16381bytes_32align_realloc, 16381, 32); Dec 18 14:49:41.284 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.284 INFO [stderr] | Dec 18 14:49:41.284 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.284 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.284 INFO [stderr] | Dec 18 14:49:41.284 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.284 INFO [stderr] | Dec 18 14:49:41.284 INFO [stderr] Dec 18 14:49:41.284 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.284 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.284 INFO [stderr] | Dec 18 14:49:41.284 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.284 INFO [stderr] | ^^^^^ Dec 18 14:49:41.284 INFO [stderr] ... Dec 18 14:49:41.284 INFO [stderr] 4146 | rt_realloc!(rt_primes_32749bytes_32align_realloc, 32749, 32); Dec 18 14:49:41.284 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.284 INFO [stderr] | Dec 18 14:49:41.284 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.284 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.284 INFO [stderr] | Dec 18 14:49:41.284 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.284 INFO [stderr] | Dec 18 14:49:41.284 INFO [stderr] Dec 18 14:49:41.284 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.284 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.284 INFO [stderr] | Dec 18 14:49:41.284 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.284 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.284 INFO [stderr] ... Dec 18 14:49:41.284 INFO [stderr] 4146 | rt_realloc!(rt_primes_32749bytes_32align_realloc, 32749, 32); Dec 18 14:49:41.284 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.284 INFO [stderr] | Dec 18 14:49:41.285 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.285 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.285 INFO [stderr] | Dec 18 14:49:41.285 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.285 INFO [stderr] | Dec 18 14:49:41.285 INFO [stderr] Dec 18 14:49:41.285 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.285 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.285 INFO [stderr] | Dec 18 14:49:41.285 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.285 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.285 INFO [stderr] ... Dec 18 14:49:41.285 INFO [stderr] 4146 | rt_realloc!(rt_primes_32749bytes_32align_realloc, 32749, 32); Dec 18 14:49:41.285 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.285 INFO [stderr] | Dec 18 14:49:41.285 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.285 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.285 INFO [stderr] | Dec 18 14:49:41.285 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.285 INFO [stderr] | Dec 18 14:49:41.285 INFO [stderr] Dec 18 14:49:41.285 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.285 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.285 INFO [stderr] | Dec 18 14:49:41.285 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.285 INFO [stderr] | ^^^^^ Dec 18 14:49:41.285 INFO [stderr] ... Dec 18 14:49:41.285 INFO [stderr] 4159 | rt_realloc!(rt_primes_65537bytes_32align_realloc, 65537, 32); Dec 18 14:49:41.285 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.285 INFO [stderr] | Dec 18 14:49:41.285 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.285 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.285 INFO [stderr] | Dec 18 14:49:41.285 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.285 INFO [stderr] | Dec 18 14:49:41.285 INFO [stderr] Dec 18 14:49:41.285 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.285 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.285 INFO [stderr] | Dec 18 14:49:41.285 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.286 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.286 INFO [stderr] ... Dec 18 14:49:41.286 INFO [stderr] 4159 | rt_realloc!(rt_primes_65537bytes_32align_realloc, 65537, 32); Dec 18 14:49:41.286 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.286 INFO [stderr] | Dec 18 14:49:41.286 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.286 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.286 INFO [stderr] | Dec 18 14:49:41.286 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.286 INFO [stderr] | Dec 18 14:49:41.286 INFO [stderr] Dec 18 14:49:41.286 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.286 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.286 INFO [stderr] | Dec 18 14:49:41.286 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.286 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.286 INFO [stderr] ... Dec 18 14:49:41.286 INFO [stderr] 4159 | rt_realloc!(rt_primes_65537bytes_32align_realloc, 65537, 32); Dec 18 14:49:41.286 INFO [stderr] | ------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.286 INFO [stderr] | Dec 18 14:49:41.286 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.286 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.286 INFO [stderr] | Dec 18 14:49:41.286 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.286 INFO [stderr] | Dec 18 14:49:41.286 INFO [stderr] Dec 18 14:49:41.292 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.292 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.292 INFO [stderr] | Dec 18 14:49:41.292 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.292 INFO [stderr] | ^^^^^ Dec 18 14:49:41.292 INFO [stderr] ... Dec 18 14:49:41.292 INFO [stderr] 4172 | rt_realloc!(rt_primes_131071bytes_32align_realloc, 131071, 32); Dec 18 14:49:41.292 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.292 INFO [stderr] | Dec 18 14:49:41.292 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.292 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.292 INFO [stderr] | Dec 18 14:49:41.292 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.292 INFO [stderr] | Dec 18 14:49:41.292 INFO [stderr] Dec 18 14:49:41.292 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.292 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.292 INFO [stderr] | Dec 18 14:49:41.292 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.292 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.292 INFO [stderr] ... Dec 18 14:49:41.292 INFO [stderr] 4172 | rt_realloc!(rt_primes_131071bytes_32align_realloc, 131071, 32); Dec 18 14:49:41.292 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.292 INFO [stderr] | Dec 18 14:49:41.292 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.292 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.292 INFO [stderr] | Dec 18 14:49:41.292 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.292 INFO [stderr] | Dec 18 14:49:41.292 INFO [stderr] Dec 18 14:49:41.292 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.292 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.292 INFO [stderr] | Dec 18 14:49:41.292 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.292 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.292 INFO [stderr] ... Dec 18 14:49:41.292 INFO [stderr] 4172 | rt_realloc!(rt_primes_131071bytes_32align_realloc, 131071, 32); Dec 18 14:49:41.292 INFO [stderr] | --------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.292 INFO [stderr] | Dec 18 14:49:41.292 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.292 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.292 INFO [stderr] | Dec 18 14:49:41.292 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.292 INFO [stderr] | Dec 18 14:49:41.292 INFO [stderr] Dec 18 14:49:41.292 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.292 INFO [stderr] --> benches/roundtrip.rs:197:36 Dec 18 14:49:41.292 INFO [stderr] | Dec 18 14:49:41.292 INFO [stderr] 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.292 INFO [stderr] | ^^^^^ Dec 18 14:49:41.292 INFO [stderr] ... Dec 18 14:49:41.292 INFO [stderr] 4185 | rt_realloc!(rt_primes_4194301bytes_32align_realloc, 4194301, 32); Dec 18 14:49:41.292 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.293 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] Dec 18 14:49:41.293 INFO [stderr] error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.293 INFO [stderr] --> benches/roundtrip.rs:201:36 Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Dec 18 14:49:41.293 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.293 INFO [stderr] ... Dec 18 14:49:41.293 INFO [stderr] 4185 | rt_realloc!(rt_primes_4194301bytes_32align_realloc, 4194301, 32); Dec 18 14:49:41.293 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.293 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] Dec 18 14:49:41.293 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.293 INFO [stderr] --> benches/roundtrip.rs:204:26 Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] 204 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.293 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.293 INFO [stderr] ... Dec 18 14:49:41.293 INFO [stderr] 4185 | rt_realloc!(rt_primes_4194301bytes_32align_realloc, 4194301, 32); Dec 18 14:49:41.293 INFO [stderr] | ----------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.293 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] Dec 18 14:49:41.293 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.293 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.293 INFO [stderr] | ^^^^^ Dec 18 14:49:41.293 INFO [stderr] ... Dec 18 14:49:41.293 INFO [stderr] 266 | rt_realloc_excess_unused!(rt_pow2_1bytes_1align_realloc_excess_unused, 1, 1); Dec 18 14:49:41.293 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.293 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] Dec 18 14:49:41.293 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.293 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.293 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.293 INFO [stderr] ... Dec 18 14:49:41.293 INFO [stderr] 266 | rt_realloc_excess_unused!(rt_pow2_1bytes_1align_realloc_excess_unused, 1, 1); Dec 18 14:49:41.293 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.293 INFO [stderr] Dec 18 14:49:41.293 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.293 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.293 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.293 INFO [stderr] ... Dec 18 14:49:41.293 INFO [stderr] 266 | rt_realloc_excess_unused!(rt_pow2_1bytes_1align_realloc_excess_unused, 1, 1); Dec 18 14:49:41.293 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.293 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.293 INFO [stderr] | Dec 18 14:49:41.293 INFO [stderr] Dec 18 14:49:41.300 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.300 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.300 INFO [stderr] | Dec 18 14:49:41.300 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.300 INFO [stderr] | ^^^^^ Dec 18 14:49:41.300 INFO [stderr] ... Dec 18 14:49:41.300 INFO [stderr] 279 | rt_realloc_excess_unused!(rt_pow2_2bytes_1align_realloc_excess_unused, 2, 1); Dec 18 14:49:41.300 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.300 INFO [stderr] | Dec 18 14:49:41.300 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.300 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.300 INFO [stderr] | Dec 18 14:49:41.300 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.300 INFO [stderr] | Dec 18 14:49:41.300 INFO [stderr] Dec 18 14:49:41.300 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.300 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.300 INFO [stderr] | Dec 18 14:49:41.300 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.300 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.300 INFO [stderr] ... Dec 18 14:49:41.300 INFO [stderr] 279 | rt_realloc_excess_unused!(rt_pow2_2bytes_1align_realloc_excess_unused, 2, 1); Dec 18 14:49:41.300 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.300 INFO [stderr] Dec 18 14:49:41.300 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.300 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.300 INFO [stderr] | Dec 18 14:49:41.300 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.300 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.300 INFO [stderr] ... Dec 18 14:49:41.300 INFO [stderr] 279 | rt_realloc_excess_unused!(rt_pow2_2bytes_1align_realloc_excess_unused, 2, 1); Dec 18 14:49:41.300 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.300 INFO [stderr] | Dec 18 14:49:41.300 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.300 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.300 INFO [stderr] | Dec 18 14:49:41.300 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.300 INFO [stderr] | Dec 18 14:49:41.300 INFO [stderr] Dec 18 14:49:41.300 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.300 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.300 INFO [stderr] | Dec 18 14:49:41.300 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.300 INFO [stderr] | ^^^^^ Dec 18 14:49:41.300 INFO [stderr] ... Dec 18 14:49:41.300 INFO [stderr] 292 | rt_realloc_excess_unused!(rt_pow2_4bytes_1align_realloc_excess_unused, 4, 1); Dec 18 14:49:41.300 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.300 INFO [stderr] | Dec 18 14:49:41.300 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.300 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.300 INFO [stderr] | Dec 18 14:49:41.300 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.300 INFO [stderr] | Dec 18 14:49:41.300 INFO [stderr] Dec 18 14:49:41.301 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.301 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.301 INFO [stderr] | Dec 18 14:49:41.301 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.301 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.301 INFO [stderr] ... Dec 18 14:49:41.301 INFO [stderr] 292 | rt_realloc_excess_unused!(rt_pow2_4bytes_1align_realloc_excess_unused, 4, 1); Dec 18 14:49:41.301 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.301 INFO [stderr] Dec 18 14:49:41.301 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.301 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.301 INFO [stderr] | Dec 18 14:49:41.301 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.301 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.301 INFO [stderr] ... Dec 18 14:49:41.301 INFO [stderr] 292 | rt_realloc_excess_unused!(rt_pow2_4bytes_1align_realloc_excess_unused, 4, 1); Dec 18 14:49:41.301 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.301 INFO [stderr] | Dec 18 14:49:41.301 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.301 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.301 INFO [stderr] | Dec 18 14:49:41.301 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.301 INFO [stderr] | Dec 18 14:49:41.301 INFO [stderr] Dec 18 14:49:41.301 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.301 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.301 INFO [stderr] | Dec 18 14:49:41.301 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.301 INFO [stderr] | ^^^^^ Dec 18 14:49:41.301 INFO [stderr] ... Dec 18 14:49:41.301 INFO [stderr] 305 | rt_realloc_excess_unused!(rt_pow2_8bytes_1align_realloc_excess_unused, 8, 1); Dec 18 14:49:41.301 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.301 INFO [stderr] | Dec 18 14:49:41.301 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.301 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.301 INFO [stderr] | Dec 18 14:49:41.301 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.301 INFO [stderr] | Dec 18 14:49:41.301 INFO [stderr] Dec 18 14:49:41.301 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.301 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.301 INFO [stderr] | Dec 18 14:49:41.301 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.301 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.301 INFO [stderr] ... Dec 18 14:49:41.301 INFO [stderr] 305 | rt_realloc_excess_unused!(rt_pow2_8bytes_1align_realloc_excess_unused, 8, 1); Dec 18 14:49:41.301 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.301 INFO [stderr] Dec 18 14:49:41.301 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.301 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.301 INFO [stderr] | Dec 18 14:49:41.301 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.301 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.301 INFO [stderr] ... Dec 18 14:49:41.301 INFO [stderr] 305 | rt_realloc_excess_unused!(rt_pow2_8bytes_1align_realloc_excess_unused, 8, 1); Dec 18 14:49:41.301 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.301 INFO [stderr] | Dec 18 14:49:41.301 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.301 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.301 INFO [stderr] | Dec 18 14:49:41.301 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.301 INFO [stderr] | Dec 18 14:49:41.301 INFO [stderr] Dec 18 14:49:41.304 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.304 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.304 INFO [stderr] | Dec 18 14:49:41.304 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.304 INFO [stderr] | ^^^^^ Dec 18 14:49:41.304 INFO [stderr] ... Dec 18 14:49:41.304 INFO [stderr] 318 | rt_realloc_excess_unused!(rt_pow2_16bytes_1align_realloc_excess_unused, 16, 1); Dec 18 14:49:41.304 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.304 INFO [stderr] | Dec 18 14:49:41.304 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.304 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.304 INFO [stderr] | Dec 18 14:49:41.304 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.304 INFO [stderr] | Dec 18 14:49:41.304 INFO [stderr] Dec 18 14:49:41.304 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.304 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.304 INFO [stderr] | Dec 18 14:49:41.304 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.304 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.304 INFO [stderr] ... Dec 18 14:49:41.304 INFO [stderr] 318 | rt_realloc_excess_unused!(rt_pow2_16bytes_1align_realloc_excess_unused, 16, 1); Dec 18 14:49:41.304 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.304 INFO [stderr] Dec 18 14:49:41.304 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.304 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.304 INFO [stderr] | Dec 18 14:49:41.304 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.304 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.304 INFO [stderr] ... Dec 18 14:49:41.304 INFO [stderr] 318 | rt_realloc_excess_unused!(rt_pow2_16bytes_1align_realloc_excess_unused, 16, 1); Dec 18 14:49:41.304 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.304 INFO [stderr] | Dec 18 14:49:41.304 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.304 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.304 INFO [stderr] | Dec 18 14:49:41.304 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.304 INFO [stderr] | Dec 18 14:49:41.304 INFO [stderr] Dec 18 14:49:41.304 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.304 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.304 INFO [stderr] | Dec 18 14:49:41.304 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.304 INFO [stderr] | ^^^^^ Dec 18 14:49:41.304 INFO [stderr] ... Dec 18 14:49:41.304 INFO [stderr] 331 | rt_realloc_excess_unused!(rt_pow2_32bytes_1align_realloc_excess_unused, 32, 1); Dec 18 14:49:41.304 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.304 INFO [stderr] | Dec 18 14:49:41.304 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.304 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.304 INFO [stderr] | Dec 18 14:49:41.304 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.304 INFO [stderr] | Dec 18 14:49:41.305 INFO [stderr] Dec 18 14:49:41.336 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.336 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.336 INFO [stderr] | Dec 18 14:49:41.336 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.336 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.336 INFO [stderr] ... Dec 18 14:49:41.336 INFO [stderr] 331 | rt_realloc_excess_unused!(rt_pow2_32bytes_1align_realloc_excess_unused, 32, 1); Dec 18 14:49:41.336 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.336 INFO [stderr] Dec 18 14:49:41.336 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.336 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.336 INFO [stderr] | Dec 18 14:49:41.336 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.336 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.336 INFO [stderr] ... Dec 18 14:49:41.336 INFO [stderr] 331 | rt_realloc_excess_unused!(rt_pow2_32bytes_1align_realloc_excess_unused, 32, 1); Dec 18 14:49:41.336 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.336 INFO [stderr] | Dec 18 14:49:41.336 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.336 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.336 INFO [stderr] | Dec 18 14:49:41.336 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.336 INFO [stderr] | Dec 18 14:49:41.336 INFO [stderr] Dec 18 14:49:41.336 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.336 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.336 INFO [stderr] | Dec 18 14:49:41.336 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.336 INFO [stderr] | ^^^^^ Dec 18 14:49:41.336 INFO [stderr] ... Dec 18 14:49:41.336 INFO [stderr] 344 | rt_realloc_excess_unused!(rt_pow2_64bytes_1align_realloc_excess_unused, 64, 1); Dec 18 14:49:41.336 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.336 INFO [stderr] | Dec 18 14:49:41.336 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.336 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.336 INFO [stderr] | Dec 18 14:49:41.336 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.336 INFO [stderr] | Dec 18 14:49:41.336 INFO [stderr] Dec 18 14:49:41.336 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.336 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.336 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.337 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.337 INFO [stderr] ... Dec 18 14:49:41.337 INFO [stderr] 344 | rt_realloc_excess_unused!(rt_pow2_64bytes_1align_realloc_excess_unused, 64, 1); Dec 18 14:49:41.337 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.337 INFO [stderr] Dec 18 14:49:41.337 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.337 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.337 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.337 INFO [stderr] ... Dec 18 14:49:41.337 INFO [stderr] 344 | rt_realloc_excess_unused!(rt_pow2_64bytes_1align_realloc_excess_unused, 64, 1); Dec 18 14:49:41.337 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.337 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] Dec 18 14:49:41.337 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.337 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.337 INFO [stderr] | ^^^^^ Dec 18 14:49:41.337 INFO [stderr] ... Dec 18 14:49:41.337 INFO [stderr] 357 | rt_realloc_excess_unused!(rt_pow2_128bytes_1align_realloc_excess_unused, 128, 1); Dec 18 14:49:41.337 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.337 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] Dec 18 14:49:41.337 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.337 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.337 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.337 INFO [stderr] ... Dec 18 14:49:41.337 INFO [stderr] 357 | rt_realloc_excess_unused!(rt_pow2_128bytes_1align_realloc_excess_unused, 128, 1); Dec 18 14:49:41.337 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.337 INFO [stderr] Dec 18 14:49:41.337 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.337 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.337 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.337 INFO [stderr] ... Dec 18 14:49:41.337 INFO [stderr] 357 | rt_realloc_excess_unused!(rt_pow2_128bytes_1align_realloc_excess_unused, 128, 1); Dec 18 14:49:41.337 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.337 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] Dec 18 14:49:41.337 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.337 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.337 INFO [stderr] | ^^^^^ Dec 18 14:49:41.337 INFO [stderr] ... Dec 18 14:49:41.337 INFO [stderr] 370 | rt_realloc_excess_unused!(rt_pow2_256bytes_1align_realloc_excess_unused, 256, 1); Dec 18 14:49:41.337 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.337 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] Dec 18 14:49:41.337 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.337 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.337 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.337 INFO [stderr] ... Dec 18 14:49:41.337 INFO [stderr] 370 | rt_realloc_excess_unused!(rt_pow2_256bytes_1align_realloc_excess_unused, 256, 1); Dec 18 14:49:41.337 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.337 INFO [stderr] Dec 18 14:49:41.337 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.337 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.337 INFO [stderr] | Dec 18 14:49:41.337 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.337 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.337 INFO [stderr] ... Dec 18 14:49:41.337 INFO [stderr] 370 | rt_realloc_excess_unused!(rt_pow2_256bytes_1align_realloc_excess_unused, 256, 1); Dec 18 14:49:41.338 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.338 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] Dec 18 14:49:41.338 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.338 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.338 INFO [stderr] | ^^^^^ Dec 18 14:49:41.338 INFO [stderr] ... Dec 18 14:49:41.338 INFO [stderr] 383 | rt_realloc_excess_unused!(rt_pow2_512bytes_1align_realloc_excess_unused, 512, 1); Dec 18 14:49:41.338 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.338 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] Dec 18 14:49:41.338 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.338 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.338 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.338 INFO [stderr] ... Dec 18 14:49:41.338 INFO [stderr] 383 | rt_realloc_excess_unused!(rt_pow2_512bytes_1align_realloc_excess_unused, 512, 1); Dec 18 14:49:41.338 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.338 INFO [stderr] Dec 18 14:49:41.338 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.338 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.338 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.338 INFO [stderr] ... Dec 18 14:49:41.338 INFO [stderr] 383 | rt_realloc_excess_unused!(rt_pow2_512bytes_1align_realloc_excess_unused, 512, 1); Dec 18 14:49:41.338 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.338 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] Dec 18 14:49:41.338 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.338 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.338 INFO [stderr] | ^^^^^ Dec 18 14:49:41.338 INFO [stderr] ... Dec 18 14:49:41.338 INFO [stderr] 396 | rt_realloc_excess_unused!(rt_pow2_1024bytes_1align_realloc_excess_unused, 1024, 1); Dec 18 14:49:41.338 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.338 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] Dec 18 14:49:41.338 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.338 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.338 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.338 INFO [stderr] ... Dec 18 14:49:41.338 INFO [stderr] 396 | rt_realloc_excess_unused!(rt_pow2_1024bytes_1align_realloc_excess_unused, 1024, 1); Dec 18 14:49:41.338 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.338 INFO [stderr] Dec 18 14:49:41.338 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.338 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.338 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.338 INFO [stderr] ... Dec 18 14:49:41.338 INFO [stderr] 396 | rt_realloc_excess_unused!(rt_pow2_1024bytes_1align_realloc_excess_unused, 1024, 1); Dec 18 14:49:41.338 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.338 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.338 INFO [stderr] Dec 18 14:49:41.338 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.338 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.338 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.339 INFO [stderr] | ^^^^^ Dec 18 14:49:41.339 INFO [stderr] ... Dec 18 14:49:41.339 INFO [stderr] 409 | rt_realloc_excess_unused!(rt_pow2_2048bytes_1align_realloc_excess_unused, 2048, 1); Dec 18 14:49:41.339 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.339 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] Dec 18 14:49:41.339 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.339 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.339 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.339 INFO [stderr] ... Dec 18 14:49:41.339 INFO [stderr] 409 | rt_realloc_excess_unused!(rt_pow2_2048bytes_1align_realloc_excess_unused, 2048, 1); Dec 18 14:49:41.339 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.339 INFO [stderr] Dec 18 14:49:41.339 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.339 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.339 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.339 INFO [stderr] ... Dec 18 14:49:41.339 INFO [stderr] 409 | rt_realloc_excess_unused!(rt_pow2_2048bytes_1align_realloc_excess_unused, 2048, 1); Dec 18 14:49:41.339 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.339 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] Dec 18 14:49:41.339 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.339 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.339 INFO [stderr] | ^^^^^ Dec 18 14:49:41.339 INFO [stderr] ... Dec 18 14:49:41.339 INFO [stderr] 422 | rt_realloc_excess_unused!(rt_pow2_4096bytes_1align_realloc_excess_unused, 4096, 1); Dec 18 14:49:41.339 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.339 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] Dec 18 14:49:41.339 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.339 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.339 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.339 INFO [stderr] ... Dec 18 14:49:41.339 INFO [stderr] 422 | rt_realloc_excess_unused!(rt_pow2_4096bytes_1align_realloc_excess_unused, 4096, 1); Dec 18 14:49:41.339 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.339 INFO [stderr] Dec 18 14:49:41.339 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.339 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.339 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.339 INFO [stderr] ... Dec 18 14:49:41.339 INFO [stderr] 422 | rt_realloc_excess_unused!(rt_pow2_4096bytes_1align_realloc_excess_unused, 4096, 1); Dec 18 14:49:41.339 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.339 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] Dec 18 14:49:41.339 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.339 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.339 INFO [stderr] | ^^^^^ Dec 18 14:49:41.339 INFO [stderr] ... Dec 18 14:49:41.339 INFO [stderr] 435 | rt_realloc_excess_unused!(rt_pow2_8192bytes_1align_realloc_excess_unused, 8192, 1); Dec 18 14:49:41.339 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.339 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.339 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.339 INFO [stderr] | Dec 18 14:49:41.340 INFO [stderr] Dec 18 14:49:41.340 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.340 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.340 INFO [stderr] | Dec 18 14:49:41.340 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.340 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.340 INFO [stderr] ... Dec 18 14:49:41.340 INFO [stderr] 435 | rt_realloc_excess_unused!(rt_pow2_8192bytes_1align_realloc_excess_unused, 8192, 1); Dec 18 14:49:41.340 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.340 INFO [stderr] Dec 18 14:49:41.340 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.340 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.340 INFO [stderr] | Dec 18 14:49:41.340 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.340 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.340 INFO [stderr] ... Dec 18 14:49:41.340 INFO [stderr] 435 | rt_realloc_excess_unused!(rt_pow2_8192bytes_1align_realloc_excess_unused, 8192, 1); Dec 18 14:49:41.340 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.340 INFO [stderr] | Dec 18 14:49:41.340 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.340 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.340 INFO [stderr] | Dec 18 14:49:41.340 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.340 INFO [stderr] | Dec 18 14:49:41.340 INFO [stderr] Dec 18 14:49:41.340 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.340 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.340 INFO [stderr] | Dec 18 14:49:41.340 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.340 INFO [stderr] | ^^^^^ Dec 18 14:49:41.340 INFO [stderr] ... Dec 18 14:49:41.340 INFO [stderr] 448 | rt_realloc_excess_unused!(rt_pow2_16384bytes_1align_realloc_excess_unused, 16384, 1); Dec 18 14:49:41.344 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.344 INFO [stderr] | Dec 18 14:49:41.344 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.344 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.344 INFO [stderr] | Dec 18 14:49:41.344 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.344 INFO [stderr] | Dec 18 14:49:41.344 INFO [stderr] Dec 18 14:49:41.344 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.344 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.344 INFO [stderr] | Dec 18 14:49:41.344 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.344 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.344 INFO [stderr] ... Dec 18 14:49:41.344 INFO [stderr] 448 | rt_realloc_excess_unused!(rt_pow2_16384bytes_1align_realloc_excess_unused, 16384, 1); Dec 18 14:49:41.344 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.344 INFO [stderr] Dec 18 14:49:41.344 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.344 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.344 INFO [stderr] | Dec 18 14:49:41.344 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.344 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.344 INFO [stderr] ... Dec 18 14:49:41.344 INFO [stderr] 448 | rt_realloc_excess_unused!(rt_pow2_16384bytes_1align_realloc_excess_unused, 16384, 1); Dec 18 14:49:41.344 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.344 INFO [stderr] | Dec 18 14:49:41.344 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.344 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.344 INFO [stderr] | Dec 18 14:49:41.344 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.344 INFO [stderr] | Dec 18 14:49:41.344 INFO [stderr] Dec 18 14:49:41.344 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.344 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.344 INFO [stderr] | Dec 18 14:49:41.344 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.344 INFO [stderr] | ^^^^^ Dec 18 14:49:41.344 INFO [stderr] ... Dec 18 14:49:41.344 INFO [stderr] 461 | rt_realloc_excess_unused!(rt_pow2_32768bytes_1align_realloc_excess_unused, 32768, 1); Dec 18 14:49:41.344 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.344 INFO [stderr] | Dec 18 14:49:41.344 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.344 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.344 INFO [stderr] | Dec 18 14:49:41.344 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.344 INFO [stderr] | Dec 18 14:49:41.344 INFO [stderr] Dec 18 14:49:41.344 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.344 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.344 INFO [stderr] | Dec 18 14:49:41.344 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.344 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.345 INFO [stderr] ... Dec 18 14:49:41.345 INFO [stderr] 461 | rt_realloc_excess_unused!(rt_pow2_32768bytes_1align_realloc_excess_unused, 32768, 1); Dec 18 14:49:41.345 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.345 INFO [stderr] Dec 18 14:49:41.345 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.345 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.345 INFO [stderr] | Dec 18 14:49:41.345 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.345 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.345 INFO [stderr] ... Dec 18 14:49:41.345 INFO [stderr] 461 | rt_realloc_excess_unused!(rt_pow2_32768bytes_1align_realloc_excess_unused, 32768, 1); Dec 18 14:49:41.345 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.345 INFO [stderr] | Dec 18 14:49:41.345 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.345 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.345 INFO [stderr] | Dec 18 14:49:41.345 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.345 INFO [stderr] | Dec 18 14:49:41.345 INFO [stderr] Dec 18 14:49:41.345 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.345 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.345 INFO [stderr] | Dec 18 14:49:41.345 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.345 INFO [stderr] | ^^^^^ Dec 18 14:49:41.345 INFO [stderr] ... Dec 18 14:49:41.345 INFO [stderr] 474 | rt_realloc_excess_unused!(rt_pow2_65536bytes_1align_realloc_excess_unused, 65536, 1); Dec 18 14:49:41.345 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.345 INFO [stderr] | Dec 18 14:49:41.345 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.345 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.345 INFO [stderr] | Dec 18 14:49:41.345 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.345 INFO [stderr] | Dec 18 14:49:41.345 INFO [stderr] Dec 18 14:49:41.345 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.345 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.345 INFO [stderr] | Dec 18 14:49:41.345 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.345 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.345 INFO [stderr] ... Dec 18 14:49:41.345 INFO [stderr] 474 | rt_realloc_excess_unused!(rt_pow2_65536bytes_1align_realloc_excess_unused, 65536, 1); Dec 18 14:49:41.345 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.345 INFO [stderr] Dec 18 14:49:41.345 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.345 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.345 INFO [stderr] | Dec 18 14:49:41.345 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.345 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.345 INFO [stderr] ... Dec 18 14:49:41.345 INFO [stderr] 474 | rt_realloc_excess_unused!(rt_pow2_65536bytes_1align_realloc_excess_unused, 65536, 1); Dec 18 14:49:41.345 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.345 INFO [stderr] | Dec 18 14:49:41.345 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.345 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.345 INFO [stderr] | Dec 18 14:49:41.345 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.345 INFO [stderr] | Dec 18 14:49:41.345 INFO [stderr] Dec 18 14:49:41.346 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.346 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.346 INFO [stderr] | Dec 18 14:49:41.346 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.346 INFO [stderr] | ^^^^^ Dec 18 14:49:41.346 INFO [stderr] ... Dec 18 14:49:41.346 INFO [stderr] 487 | rt_realloc_excess_unused!(rt_pow2_131072bytes_1align_realloc_excess_unused, 131072, 1); Dec 18 14:49:41.346 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.346 INFO [stderr] | Dec 18 14:49:41.346 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.346 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.346 INFO [stderr] | Dec 18 14:49:41.346 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.346 INFO [stderr] | Dec 18 14:49:41.346 INFO [stderr] Dec 18 14:49:41.348 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.348 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.348 INFO [stderr] | Dec 18 14:49:41.348 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.348 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.348 INFO [stderr] ... Dec 18 14:49:41.348 INFO [stderr] 487 | rt_realloc_excess_unused!(rt_pow2_131072bytes_1align_realloc_excess_unused, 131072, 1); Dec 18 14:49:41.348 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.348 INFO [stderr] Dec 18 14:49:41.348 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.348 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.348 INFO [stderr] | Dec 18 14:49:41.348 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.348 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.348 INFO [stderr] ... Dec 18 14:49:41.348 INFO [stderr] 487 | rt_realloc_excess_unused!(rt_pow2_131072bytes_1align_realloc_excess_unused, 131072, 1); Dec 18 14:49:41.348 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.348 INFO [stderr] | Dec 18 14:49:41.348 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.348 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.348 INFO [stderr] | Dec 18 14:49:41.348 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.348 INFO [stderr] | Dec 18 14:49:41.348 INFO [stderr] Dec 18 14:49:41.348 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.348 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.348 INFO [stderr] | Dec 18 14:49:41.348 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.348 INFO [stderr] | ^^^^^ Dec 18 14:49:41.348 INFO [stderr] ... Dec 18 14:49:41.348 INFO [stderr] 500 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_1align_realloc_excess_unused, 4194304, 1); Dec 18 14:49:41.348 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.348 INFO [stderr] | Dec 18 14:49:41.348 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.348 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.348 INFO [stderr] | Dec 18 14:49:41.348 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.348 INFO [stderr] | Dec 18 14:49:41.348 INFO [stderr] Dec 18 14:49:41.348 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.348 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.348 INFO [stderr] | Dec 18 14:49:41.348 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.348 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.348 INFO [stderr] ... Dec 18 14:49:41.348 INFO [stderr] 500 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_1align_realloc_excess_unused, 4194304, 1); Dec 18 14:49:41.348 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.348 INFO [stderr] Dec 18 14:49:41.348 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.348 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.348 INFO [stderr] | Dec 18 14:49:41.348 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.348 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.348 INFO [stderr] ... Dec 18 14:49:41.348 INFO [stderr] 500 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_1align_realloc_excess_unused, 4194304, 1); Dec 18 14:49:41.349 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.349 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] Dec 18 14:49:41.349 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.349 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.349 INFO [stderr] | ^^^^^ Dec 18 14:49:41.349 INFO [stderr] ... Dec 18 14:49:41.349 INFO [stderr] 514 | rt_realloc_excess_unused!(rt_even_10bytes_1align_realloc_excess_unused, 10, 1); Dec 18 14:49:41.349 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.349 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] Dec 18 14:49:41.349 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.349 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.349 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.349 INFO [stderr] ... Dec 18 14:49:41.349 INFO [stderr] 514 | rt_realloc_excess_unused!(rt_even_10bytes_1align_realloc_excess_unused, 10, 1); Dec 18 14:49:41.349 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.349 INFO [stderr] Dec 18 14:49:41.349 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.349 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.349 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.349 INFO [stderr] ... Dec 18 14:49:41.349 INFO [stderr] 514 | rt_realloc_excess_unused!(rt_even_10bytes_1align_realloc_excess_unused, 10, 1); Dec 18 14:49:41.349 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.349 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] Dec 18 14:49:41.349 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.349 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.349 INFO [stderr] | ^^^^^ Dec 18 14:49:41.349 INFO [stderr] ... Dec 18 14:49:41.349 INFO [stderr] 527 | rt_realloc_excess_unused!(rt_even_100bytes_1align_realloc_excess_unused, 100, 1); Dec 18 14:49:41.349 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.349 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] Dec 18 14:49:41.349 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.349 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.349 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.349 INFO [stderr] ... Dec 18 14:49:41.349 INFO [stderr] 527 | rt_realloc_excess_unused!(rt_even_100bytes_1align_realloc_excess_unused, 100, 1); Dec 18 14:49:41.349 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.349 INFO [stderr] Dec 18 14:49:41.349 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.349 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.349 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.349 INFO [stderr] ... Dec 18 14:49:41.349 INFO [stderr] 527 | rt_realloc_excess_unused!(rt_even_100bytes_1align_realloc_excess_unused, 100, 1); Dec 18 14:49:41.349 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.349 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] Dec 18 14:49:41.349 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.349 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.349 INFO [stderr] | ^^^^^ Dec 18 14:49:41.349 INFO [stderr] ... Dec 18 14:49:41.349 INFO [stderr] 540 | rt_realloc_excess_unused!(rt_even_1000bytes_1align_realloc_excess_unused, 1000, 1); Dec 18 14:49:41.349 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.349 INFO [stderr] | Dec 18 14:49:41.349 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.349 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.350 INFO [stderr] | Dec 18 14:49:41.350 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.350 INFO [stderr] | Dec 18 14:49:41.350 INFO [stderr] Dec 18 14:49:41.350 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.350 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.350 INFO [stderr] | Dec 18 14:49:41.350 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.350 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.350 INFO [stderr] ... Dec 18 14:49:41.350 INFO [stderr] 540 | rt_realloc_excess_unused!(rt_even_1000bytes_1align_realloc_excess_unused, 1000, 1); Dec 18 14:49:41.350 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.350 INFO [stderr] Dec 18 14:49:41.350 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.350 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.350 INFO [stderr] | Dec 18 14:49:41.350 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.350 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.350 INFO [stderr] ... Dec 18 14:49:41.350 INFO [stderr] 540 | rt_realloc_excess_unused!(rt_even_1000bytes_1align_realloc_excess_unused, 1000, 1); Dec 18 14:49:41.350 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.350 INFO [stderr] | Dec 18 14:49:41.350 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.350 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.350 INFO [stderr] | Dec 18 14:49:41.350 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.350 INFO [stderr] | Dec 18 14:49:41.350 INFO [stderr] Dec 18 14:49:41.350 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.350 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.350 INFO [stderr] | Dec 18 14:49:41.350 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.350 INFO [stderr] | ^^^^^ Dec 18 14:49:41.350 INFO [stderr] ... Dec 18 14:49:41.350 INFO [stderr] 553 | rt_realloc_excess_unused!(rt_even_10000bytes_1align_realloc_excess_unused, 10000, 1); Dec 18 14:49:41.350 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.350 INFO [stderr] | Dec 18 14:49:41.350 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.350 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.350 INFO [stderr] | Dec 18 14:49:41.350 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.350 INFO [stderr] | Dec 18 14:49:41.350 INFO [stderr] Dec 18 14:49:41.350 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.350 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.350 INFO [stderr] | Dec 18 14:49:41.350 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.350 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.350 INFO [stderr] ... Dec 18 14:49:41.350 INFO [stderr] 553 | rt_realloc_excess_unused!(rt_even_10000bytes_1align_realloc_excess_unused, 10000, 1); Dec 18 14:49:41.350 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.350 INFO [stderr] Dec 18 14:49:41.350 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.350 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.350 INFO [stderr] | Dec 18 14:49:41.350 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.350 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.350 INFO [stderr] ... Dec 18 14:49:41.350 INFO [stderr] 553 | rt_realloc_excess_unused!(rt_even_10000bytes_1align_realloc_excess_unused, 10000, 1); Dec 18 14:49:41.350 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.350 INFO [stderr] | Dec 18 14:49:41.350 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.350 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.350 INFO [stderr] | Dec 18 14:49:41.350 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.350 INFO [stderr] | Dec 18 14:49:41.350 INFO [stderr] Dec 18 14:49:41.356 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.356 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.356 INFO [stderr] | Dec 18 14:49:41.356 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.356 INFO [stderr] | ^^^^^ Dec 18 14:49:41.356 INFO [stderr] ... Dec 18 14:49:41.356 INFO [stderr] 566 | rt_realloc_excess_unused!(rt_even_100000bytes_1align_realloc_excess_unused, 100000, 1); Dec 18 14:49:41.356 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.356 INFO [stderr] | Dec 18 14:49:41.356 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.356 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.356 INFO [stderr] | Dec 18 14:49:41.356 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.356 INFO [stderr] | Dec 18 14:49:41.356 INFO [stderr] Dec 18 14:49:41.356 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.356 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.356 INFO [stderr] | Dec 18 14:49:41.356 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.356 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.356 INFO [stderr] ... Dec 18 14:49:41.356 INFO [stderr] 566 | rt_realloc_excess_unused!(rt_even_100000bytes_1align_realloc_excess_unused, 100000, 1); Dec 18 14:49:41.356 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.356 INFO [stderr] Dec 18 14:49:41.356 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.356 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.356 INFO [stderr] | Dec 18 14:49:41.356 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.356 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.356 INFO [stderr] ... Dec 18 14:49:41.356 INFO [stderr] 566 | rt_realloc_excess_unused!(rt_even_100000bytes_1align_realloc_excess_unused, 100000, 1); Dec 18 14:49:41.356 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.356 INFO [stderr] | Dec 18 14:49:41.356 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.356 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.356 INFO [stderr] | Dec 18 14:49:41.356 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.356 INFO [stderr] | Dec 18 14:49:41.356 INFO [stderr] Dec 18 14:49:41.356 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.356 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.356 INFO [stderr] | Dec 18 14:49:41.356 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.356 INFO [stderr] | ^^^^^ Dec 18 14:49:41.356 INFO [stderr] ... Dec 18 14:49:41.356 INFO [stderr] 579 | rt_realloc_excess_unused!(rt_even_1000000bytes_1align_realloc_excess_unused, 1000000, 1); Dec 18 14:49:41.356 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.356 INFO [stderr] | Dec 18 14:49:41.356 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.356 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.356 INFO [stderr] | Dec 18 14:49:41.357 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.357 INFO [stderr] | Dec 18 14:49:41.357 INFO [stderr] Dec 18 14:49:41.357 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.357 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.357 INFO [stderr] | Dec 18 14:49:41.357 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.357 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.357 INFO [stderr] ... Dec 18 14:49:41.357 INFO [stderr] 579 | rt_realloc_excess_unused!(rt_even_1000000bytes_1align_realloc_excess_unused, 1000000, 1); Dec 18 14:49:41.357 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.357 INFO [stderr] Dec 18 14:49:41.357 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.357 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.357 INFO [stderr] | Dec 18 14:49:41.357 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.357 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.357 INFO [stderr] ... Dec 18 14:49:41.357 INFO [stderr] 579 | rt_realloc_excess_unused!(rt_even_1000000bytes_1align_realloc_excess_unused, 1000000, 1); Dec 18 14:49:41.357 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.357 INFO [stderr] | Dec 18 14:49:41.357 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.357 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.357 INFO [stderr] | Dec 18 14:49:41.357 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.357 INFO [stderr] | Dec 18 14:49:41.357 INFO [stderr] Dec 18 14:49:41.357 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.357 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.357 INFO [stderr] | Dec 18 14:49:41.357 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.357 INFO [stderr] | ^^^^^ Dec 18 14:49:41.357 INFO [stderr] ... Dec 18 14:49:41.357 INFO [stderr] 593 | rt_realloc_excess_unused!(rt_odd_10bytes_1align_realloc_excess_unused, 10- 1, 1); Dec 18 14:49:41.357 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.357 INFO [stderr] | Dec 18 14:49:41.357 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.357 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.357 INFO [stderr] | Dec 18 14:49:41.357 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.357 INFO [stderr] | Dec 18 14:49:41.357 INFO [stderr] Dec 18 14:49:41.359 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.359 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.359 INFO [stderr] | Dec 18 14:49:41.359 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.359 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.359 INFO [stderr] ... Dec 18 14:49:41.359 INFO [stderr] 593 | rt_realloc_excess_unused!(rt_odd_10bytes_1align_realloc_excess_unused, 10- 1, 1); Dec 18 14:49:41.360 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.360 INFO [stderr] Dec 18 14:49:41.360 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.360 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.360 INFO [stderr] | Dec 18 14:49:41.360 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.360 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.360 INFO [stderr] ... Dec 18 14:49:41.360 INFO [stderr] 593 | rt_realloc_excess_unused!(rt_odd_10bytes_1align_realloc_excess_unused, 10- 1, 1); Dec 18 14:49:41.360 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.360 INFO [stderr] | Dec 18 14:49:41.360 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.360 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.360 INFO [stderr] | Dec 18 14:49:41.360 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.360 INFO [stderr] | Dec 18 14:49:41.360 INFO [stderr] Dec 18 14:49:41.360 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.360 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.360 INFO [stderr] | Dec 18 14:49:41.360 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.360 INFO [stderr] | ^^^^^ Dec 18 14:49:41.360 INFO [stderr] ... Dec 18 14:49:41.360 INFO [stderr] 606 | rt_realloc_excess_unused!(rt_odd_100bytes_1align_realloc_excess_unused, 100- 1, 1); Dec 18 14:49:41.360 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.360 INFO [stderr] | Dec 18 14:49:41.360 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.360 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.360 INFO [stderr] | Dec 18 14:49:41.360 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.360 INFO [stderr] | Dec 18 14:49:41.360 INFO [stderr] Dec 18 14:49:41.360 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.360 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.360 INFO [stderr] | Dec 18 14:49:41.360 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.360 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.360 INFO [stderr] ... Dec 18 14:49:41.360 INFO [stderr] 606 | rt_realloc_excess_unused!(rt_odd_100bytes_1align_realloc_excess_unused, 100- 1, 1); Dec 18 14:49:41.360 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.360 INFO [stderr] Dec 18 14:49:41.360 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.360 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.360 INFO [stderr] | Dec 18 14:49:41.360 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.360 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.360 INFO [stderr] ... Dec 18 14:49:41.360 INFO [stderr] 606 | rt_realloc_excess_unused!(rt_odd_100bytes_1align_realloc_excess_unused, 100- 1, 1); Dec 18 14:49:41.360 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.360 INFO [stderr] | Dec 18 14:49:41.360 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.360 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.360 INFO [stderr] | Dec 18 14:49:41.360 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.360 INFO [stderr] | Dec 18 14:49:41.360 INFO [stderr] Dec 18 14:49:41.360 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.360 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.360 INFO [stderr] | Dec 18 14:49:41.360 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.360 INFO [stderr] | ^^^^^ Dec 18 14:49:41.360 INFO [stderr] ... Dec 18 14:49:41.360 INFO [stderr] 619 | rt_realloc_excess_unused!(rt_odd_1000bytes_1align_realloc_excess_unused, 1000- 1, 1); Dec 18 14:49:41.360 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.360 INFO [stderr] | Dec 18 14:49:41.360 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.360 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.360 INFO [stderr] | Dec 18 14:49:41.360 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.360 INFO [stderr] | Dec 18 14:49:41.360 INFO [stderr] Dec 18 14:49:41.360 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.360 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.360 INFO [stderr] | Dec 18 14:49:41.360 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.360 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.360 INFO [stderr] ... Dec 18 14:49:41.360 INFO [stderr] 619 | rt_realloc_excess_unused!(rt_odd_1000bytes_1align_realloc_excess_unused, 1000- 1, 1); Dec 18 14:49:41.360 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.361 INFO [stderr] Dec 18 14:49:41.361 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.361 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.361 INFO [stderr] | Dec 18 14:49:41.361 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.361 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.361 INFO [stderr] ... Dec 18 14:49:41.361 INFO [stderr] 619 | rt_realloc_excess_unused!(rt_odd_1000bytes_1align_realloc_excess_unused, 1000- 1, 1); Dec 18 14:49:41.361 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.361 INFO [stderr] | Dec 18 14:49:41.361 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.361 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.361 INFO [stderr] | Dec 18 14:49:41.361 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.361 INFO [stderr] | Dec 18 14:49:41.361 INFO [stderr] Dec 18 14:49:41.361 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.361 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.361 INFO [stderr] | Dec 18 14:49:41.361 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.361 INFO [stderr] | ^^^^^ Dec 18 14:49:41.361 INFO [stderr] ... Dec 18 14:49:41.361 INFO [stderr] 632 | rt_realloc_excess_unused!(rt_odd_10000bytes_1align_realloc_excess_unused, 10000- 1, 1); Dec 18 14:49:41.361 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.361 INFO [stderr] | Dec 18 14:49:41.361 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.361 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.361 INFO [stderr] | Dec 18 14:49:41.361 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.361 INFO [stderr] | Dec 18 14:49:41.361 INFO [stderr] Dec 18 14:49:41.361 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.361 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.361 INFO [stderr] | Dec 18 14:49:41.361 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.361 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.361 INFO [stderr] ... Dec 18 14:49:41.361 INFO [stderr] 632 | rt_realloc_excess_unused!(rt_odd_10000bytes_1align_realloc_excess_unused, 10000- 1, 1); Dec 18 14:49:41.361 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.361 INFO [stderr] Dec 18 14:49:41.368 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.368 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.368 INFO [stderr] | Dec 18 14:49:41.368 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.368 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.368 INFO [stderr] ... Dec 18 14:49:41.368 INFO [stderr] 632 | rt_realloc_excess_unused!(rt_odd_10000bytes_1align_realloc_excess_unused, 10000- 1, 1); Dec 18 14:49:41.368 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.368 INFO [stderr] | Dec 18 14:49:41.368 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.368 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.368 INFO [stderr] | Dec 18 14:49:41.368 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.368 INFO [stderr] | Dec 18 14:49:41.368 INFO [stderr] Dec 18 14:49:41.368 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.368 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.368 INFO [stderr] | Dec 18 14:49:41.368 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.368 INFO [stderr] | ^^^^^ Dec 18 14:49:41.368 INFO [stderr] ... Dec 18 14:49:41.368 INFO [stderr] 645 | rt_realloc_excess_unused!(rt_odd_100000bytes_1align_realloc_excess_unused, 100000- 1, 1); Dec 18 14:49:41.368 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.368 INFO [stderr] | Dec 18 14:49:41.368 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.368 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.368 INFO [stderr] | Dec 18 14:49:41.368 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.368 INFO [stderr] | Dec 18 14:49:41.368 INFO [stderr] Dec 18 14:49:41.368 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.368 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.368 INFO [stderr] | Dec 18 14:49:41.368 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.368 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.368 INFO [stderr] ... Dec 18 14:49:41.368 INFO [stderr] 645 | rt_realloc_excess_unused!(rt_odd_100000bytes_1align_realloc_excess_unused, 100000- 1, 1); Dec 18 14:49:41.368 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.368 INFO [stderr] Dec 18 14:49:41.368 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.368 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.368 INFO [stderr] | Dec 18 14:49:41.368 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.368 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.368 INFO [stderr] ... Dec 18 14:49:41.368 INFO [stderr] 645 | rt_realloc_excess_unused!(rt_odd_100000bytes_1align_realloc_excess_unused, 100000- 1, 1); Dec 18 14:49:41.368 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.368 INFO [stderr] | Dec 18 14:49:41.368 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.369 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.369 INFO [stderr] | Dec 18 14:49:41.369 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.369 INFO [stderr] | Dec 18 14:49:41.369 INFO [stderr] Dec 18 14:49:41.372 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.372 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.372 INFO [stderr] | Dec 18 14:49:41.372 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.372 INFO [stderr] | ^^^^^ Dec 18 14:49:41.372 INFO [stderr] ... Dec 18 14:49:41.372 INFO [stderr] 658 | rt_realloc_excess_unused!(rt_odd_1000000bytes_1align_realloc_excess_unused, 1000000- 1, 1); Dec 18 14:49:41.372 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.372 INFO [stderr] | Dec 18 14:49:41.372 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.372 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.372 INFO [stderr] | Dec 18 14:49:41.372 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.372 INFO [stderr] | Dec 18 14:49:41.372 INFO [stderr] Dec 18 14:49:41.372 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.372 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.372 INFO [stderr] | Dec 18 14:49:41.372 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.372 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.372 INFO [stderr] ... Dec 18 14:49:41.372 INFO [stderr] 658 | rt_realloc_excess_unused!(rt_odd_1000000bytes_1align_realloc_excess_unused, 1000000- 1, 1); Dec 18 14:49:41.372 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.372 INFO [stderr] Dec 18 14:49:41.372 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.372 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.372 INFO [stderr] | Dec 18 14:49:41.372 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.372 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.416 INFO [stderr] ... Dec 18 14:49:41.416 INFO [stderr] 658 | rt_realloc_excess_unused!(rt_odd_1000000bytes_1align_realloc_excess_unused, 1000000- 1, 1); Dec 18 14:49:41.416 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.424 INFO [stderr] | Dec 18 14:49:41.424 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.424 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.424 INFO [stderr] | Dec 18 14:49:41.424 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.424 INFO [stderr] | Dec 18 14:49:41.424 INFO [stderr] Dec 18 14:49:41.424 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.424 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.424 INFO [stderr] | Dec 18 14:49:41.424 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.424 INFO [stderr] | ^^^^^ Dec 18 14:49:41.424 INFO [stderr] ... Dec 18 14:49:41.424 INFO [stderr] 672 | rt_realloc_excess_unused!(rt_primes_3bytes_1align_realloc_excess_unused, 3, 1); Dec 18 14:49:41.424 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.424 INFO [stderr] | Dec 18 14:49:41.424 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.424 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.424 INFO [stderr] | Dec 18 14:49:41.424 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.424 INFO [stderr] | Dec 18 14:49:41.424 INFO [stderr] Dec 18 14:49:41.424 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.424 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.424 INFO [stderr] | Dec 18 14:49:41.424 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.424 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.424 INFO [stderr] ... Dec 18 14:49:41.424 INFO [stderr] 672 | rt_realloc_excess_unused!(rt_primes_3bytes_1align_realloc_excess_unused, 3, 1); Dec 18 14:49:41.424 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.424 INFO [stderr] Dec 18 14:49:41.424 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.424 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.424 INFO [stderr] | Dec 18 14:49:41.424 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.424 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.424 INFO [stderr] ... Dec 18 14:49:41.424 INFO [stderr] 672 | rt_realloc_excess_unused!(rt_primes_3bytes_1align_realloc_excess_unused, 3, 1); Dec 18 14:49:41.424 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.424 INFO [stderr] | Dec 18 14:49:41.424 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.424 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.424 INFO [stderr] | Dec 18 14:49:41.424 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.424 INFO [stderr] | Dec 18 14:49:41.424 INFO [stderr] Dec 18 14:49:41.424 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.424 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.424 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.425 INFO [stderr] | ^^^^^ Dec 18 14:49:41.425 INFO [stderr] ... Dec 18 14:49:41.425 INFO [stderr] 685 | rt_realloc_excess_unused!(rt_primes_7bytes_1align_realloc_excess_unused, 7, 1); Dec 18 14:49:41.425 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.425 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] Dec 18 14:49:41.425 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.425 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.425 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.425 INFO [stderr] ... Dec 18 14:49:41.425 INFO [stderr] 685 | rt_realloc_excess_unused!(rt_primes_7bytes_1align_realloc_excess_unused, 7, 1); Dec 18 14:49:41.425 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.425 INFO [stderr] Dec 18 14:49:41.425 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.425 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.425 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.425 INFO [stderr] ... Dec 18 14:49:41.425 INFO [stderr] 685 | rt_realloc_excess_unused!(rt_primes_7bytes_1align_realloc_excess_unused, 7, 1); Dec 18 14:49:41.425 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.425 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] Dec 18 14:49:41.425 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.425 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.425 INFO [stderr] | ^^^^^ Dec 18 14:49:41.425 INFO [stderr] ... Dec 18 14:49:41.425 INFO [stderr] 698 | rt_realloc_excess_unused!(rt_primes_13bytes_1align_realloc_excess_unused, 13, 1); Dec 18 14:49:41.425 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.425 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] Dec 18 14:49:41.425 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.425 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.425 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.425 INFO [stderr] ... Dec 18 14:49:41.425 INFO [stderr] 698 | rt_realloc_excess_unused!(rt_primes_13bytes_1align_realloc_excess_unused, 13, 1); Dec 18 14:49:41.425 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.425 INFO [stderr] Dec 18 14:49:41.425 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.425 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.425 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.425 INFO [stderr] ... Dec 18 14:49:41.425 INFO [stderr] 698 | rt_realloc_excess_unused!(rt_primes_13bytes_1align_realloc_excess_unused, 13, 1); Dec 18 14:49:41.425 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.425 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] Dec 18 14:49:41.425 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.425 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.425 INFO [stderr] | ^^^^^ Dec 18 14:49:41.425 INFO [stderr] ... Dec 18 14:49:41.425 INFO [stderr] 711 | rt_realloc_excess_unused!(rt_primes_17bytes_1align_realloc_excess_unused, 17, 1); Dec 18 14:49:41.425 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.425 INFO [stderr] | Dec 18 14:49:41.425 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.426 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] Dec 18 14:49:41.426 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.426 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.426 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.426 INFO [stderr] ... Dec 18 14:49:41.426 INFO [stderr] 711 | rt_realloc_excess_unused!(rt_primes_17bytes_1align_realloc_excess_unused, 17, 1); Dec 18 14:49:41.426 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.426 INFO [stderr] Dec 18 14:49:41.426 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.426 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.426 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.426 INFO [stderr] ... Dec 18 14:49:41.426 INFO [stderr] 711 | rt_realloc_excess_unused!(rt_primes_17bytes_1align_realloc_excess_unused, 17, 1); Dec 18 14:49:41.426 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.426 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] Dec 18 14:49:41.426 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.426 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.426 INFO [stderr] | ^^^^^ Dec 18 14:49:41.426 INFO [stderr] ... Dec 18 14:49:41.426 INFO [stderr] 724 | rt_realloc_excess_unused!(rt_primes_31bytes_1align_realloc_excess_unused, 31, 1); Dec 18 14:49:41.426 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.426 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] Dec 18 14:49:41.426 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.426 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.426 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.426 INFO [stderr] ... Dec 18 14:49:41.426 INFO [stderr] 724 | rt_realloc_excess_unused!(rt_primes_31bytes_1align_realloc_excess_unused, 31, 1); Dec 18 14:49:41.426 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.426 INFO [stderr] Dec 18 14:49:41.426 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.426 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.426 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.426 INFO [stderr] ... Dec 18 14:49:41.426 INFO [stderr] 724 | rt_realloc_excess_unused!(rt_primes_31bytes_1align_realloc_excess_unused, 31, 1); Dec 18 14:49:41.426 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.426 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] Dec 18 14:49:41.426 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.426 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.426 INFO [stderr] | ^^^^^ Dec 18 14:49:41.426 INFO [stderr] ... Dec 18 14:49:41.426 INFO [stderr] 737 | rt_realloc_excess_unused!(rt_primes_61bytes_1align_realloc_excess_unused, 61, 1); Dec 18 14:49:41.426 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.426 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] Dec 18 14:49:41.426 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.426 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.426 INFO [stderr] | Dec 18 14:49:41.426 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.426 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.427 INFO [stderr] ... Dec 18 14:49:41.427 INFO [stderr] 737 | rt_realloc_excess_unused!(rt_primes_61bytes_1align_realloc_excess_unused, 61, 1); Dec 18 14:49:41.427 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.427 INFO [stderr] Dec 18 14:49:41.427 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.427 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.427 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.427 INFO [stderr] ... Dec 18 14:49:41.427 INFO [stderr] 737 | rt_realloc_excess_unused!(rt_primes_61bytes_1align_realloc_excess_unused, 61, 1); Dec 18 14:49:41.427 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.427 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] Dec 18 14:49:41.427 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.427 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.427 INFO [stderr] | ^^^^^ Dec 18 14:49:41.427 INFO [stderr] ... Dec 18 14:49:41.427 INFO [stderr] 750 | rt_realloc_excess_unused!(rt_primes_96bytes_1align_realloc_excess_unused, 96, 1); Dec 18 14:49:41.427 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.427 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] Dec 18 14:49:41.427 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.427 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.427 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.427 INFO [stderr] ... Dec 18 14:49:41.427 INFO [stderr] 750 | rt_realloc_excess_unused!(rt_primes_96bytes_1align_realloc_excess_unused, 96, 1); Dec 18 14:49:41.427 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.427 INFO [stderr] Dec 18 14:49:41.427 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.427 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.427 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.427 INFO [stderr] ... Dec 18 14:49:41.427 INFO [stderr] 750 | rt_realloc_excess_unused!(rt_primes_96bytes_1align_realloc_excess_unused, 96, 1); Dec 18 14:49:41.427 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.427 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] Dec 18 14:49:41.427 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.427 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.427 INFO [stderr] | ^^^^^ Dec 18 14:49:41.427 INFO [stderr] ... Dec 18 14:49:41.427 INFO [stderr] 763 | rt_realloc_excess_unused!(rt_primes_127bytes_1align_realloc_excess_unused, 127, 1); Dec 18 14:49:41.427 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.427 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] Dec 18 14:49:41.427 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.427 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.427 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.427 INFO [stderr] ... Dec 18 14:49:41.427 INFO [stderr] 763 | rt_realloc_excess_unused!(rt_primes_127bytes_1align_realloc_excess_unused, 127, 1); Dec 18 14:49:41.427 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.427 INFO [stderr] Dec 18 14:49:41.427 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.427 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.427 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.427 INFO [stderr] ... Dec 18 14:49:41.427 INFO [stderr] 763 | rt_realloc_excess_unused!(rt_primes_127bytes_1align_realloc_excess_unused, 127, 1); Dec 18 14:49:41.427 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.427 INFO [stderr] | Dec 18 14:49:41.427 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.427 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.428 INFO [stderr] | Dec 18 14:49:41.428 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.428 INFO [stderr] | Dec 18 14:49:41.428 INFO [stderr] Dec 18 14:49:41.428 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.428 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.428 INFO [stderr] | Dec 18 14:49:41.428 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.428 INFO [stderr] | ^^^^^ Dec 18 14:49:41.428 INFO [stderr] ... Dec 18 14:49:41.428 INFO [stderr] 776 | rt_realloc_excess_unused!(rt_primes_257bytes_1align_realloc_excess_unused, 257, 1); Dec 18 14:49:41.428 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.428 INFO [stderr] | Dec 18 14:49:41.428 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.428 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.428 INFO [stderr] | Dec 18 14:49:41.428 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.428 INFO [stderr] | Dec 18 14:49:41.428 INFO [stderr] Dec 18 14:49:41.428 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.428 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.428 INFO [stderr] | Dec 18 14:49:41.428 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.428 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.428 INFO [stderr] ... Dec 18 14:49:41.428 INFO [stderr] 776 | rt_realloc_excess_unused!(rt_primes_257bytes_1align_realloc_excess_unused, 257, 1); Dec 18 14:49:41.428 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.428 INFO [stderr] Dec 18 14:49:41.428 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.428 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.428 INFO [stderr] | Dec 18 14:49:41.428 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.428 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.432 INFO [stderr] ... Dec 18 14:49:41.432 INFO [stderr] 776 | rt_realloc_excess_unused!(rt_primes_257bytes_1align_realloc_excess_unused, 257, 1); Dec 18 14:49:41.432 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.432 INFO [stderr] | Dec 18 14:49:41.432 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.432 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.432 INFO [stderr] | Dec 18 14:49:41.432 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.432 INFO [stderr] | Dec 18 14:49:41.432 INFO [stderr] Dec 18 14:49:41.432 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.432 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.432 INFO [stderr] | Dec 18 14:49:41.432 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.432 INFO [stderr] | ^^^^^ Dec 18 14:49:41.432 INFO [stderr] ... Dec 18 14:49:41.432 INFO [stderr] 789 | rt_realloc_excess_unused!(rt_primes_509bytes_1align_realloc_excess_unused, 509, 1); Dec 18 14:49:41.432 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.432 INFO [stderr] | Dec 18 14:49:41.432 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.432 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.432 INFO [stderr] | Dec 18 14:49:41.432 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.432 INFO [stderr] | Dec 18 14:49:41.432 INFO [stderr] Dec 18 14:49:41.432 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.432 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.432 INFO [stderr] | Dec 18 14:49:41.432 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.432 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.432 INFO [stderr] ... Dec 18 14:49:41.432 INFO [stderr] 789 | rt_realloc_excess_unused!(rt_primes_509bytes_1align_realloc_excess_unused, 509, 1); Dec 18 14:49:41.432 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.432 INFO [stderr] Dec 18 14:49:41.432 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.432 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.432 INFO [stderr] | Dec 18 14:49:41.432 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.432 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.432 INFO [stderr] ... Dec 18 14:49:41.432 INFO [stderr] 789 | rt_realloc_excess_unused!(rt_primes_509bytes_1align_realloc_excess_unused, 509, 1); Dec 18 14:49:41.432 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.432 INFO [stderr] | Dec 18 14:49:41.432 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.432 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.432 INFO [stderr] | Dec 18 14:49:41.432 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.432 INFO [stderr] | Dec 18 14:49:41.432 INFO [stderr] Dec 18 14:49:41.432 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.432 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.432 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.433 INFO [stderr] | ^^^^^ Dec 18 14:49:41.433 INFO [stderr] ... Dec 18 14:49:41.433 INFO [stderr] 802 | rt_realloc_excess_unused!(rt_primes_1021bytes_1align_realloc_excess_unused, 1021, 1); Dec 18 14:49:41.433 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.433 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] Dec 18 14:49:41.433 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.433 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.433 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.433 INFO [stderr] ... Dec 18 14:49:41.433 INFO [stderr] 802 | rt_realloc_excess_unused!(rt_primes_1021bytes_1align_realloc_excess_unused, 1021, 1); Dec 18 14:49:41.433 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.433 INFO [stderr] Dec 18 14:49:41.433 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.433 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.433 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.433 INFO [stderr] ... Dec 18 14:49:41.433 INFO [stderr] 802 | rt_realloc_excess_unused!(rt_primes_1021bytes_1align_realloc_excess_unused, 1021, 1); Dec 18 14:49:41.433 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.433 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] Dec 18 14:49:41.433 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.433 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.433 INFO [stderr] | ^^^^^ Dec 18 14:49:41.433 INFO [stderr] ... Dec 18 14:49:41.433 INFO [stderr] 815 | rt_realloc_excess_unused!(rt_primes_2039bytes_1align_realloc_excess_unused, 2039, 1); Dec 18 14:49:41.433 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.433 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] Dec 18 14:49:41.433 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.433 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.433 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.433 INFO [stderr] ... Dec 18 14:49:41.433 INFO [stderr] 815 | rt_realloc_excess_unused!(rt_primes_2039bytes_1align_realloc_excess_unused, 2039, 1); Dec 18 14:49:41.433 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.433 INFO [stderr] Dec 18 14:49:41.433 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.433 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.433 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.433 INFO [stderr] ... Dec 18 14:49:41.433 INFO [stderr] 815 | rt_realloc_excess_unused!(rt_primes_2039bytes_1align_realloc_excess_unused, 2039, 1); Dec 18 14:49:41.433 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.433 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] Dec 18 14:49:41.433 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.433 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.433 INFO [stderr] | ^^^^^ Dec 18 14:49:41.433 INFO [stderr] ... Dec 18 14:49:41.433 INFO [stderr] 828 | rt_realloc_excess_unused!(rt_primes_4093bytes_1align_realloc_excess_unused, 4093, 1); Dec 18 14:49:41.433 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.433 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] Dec 18 14:49:41.433 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.433 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.433 INFO [stderr] | Dec 18 14:49:41.433 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.434 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.434 INFO [stderr] ... Dec 18 14:49:41.434 INFO [stderr] 828 | rt_realloc_excess_unused!(rt_primes_4093bytes_1align_realloc_excess_unused, 4093, 1); Dec 18 14:49:41.434 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.434 INFO [stderr] Dec 18 14:49:41.434 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.434 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.434 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.434 INFO [stderr] ... Dec 18 14:49:41.434 INFO [stderr] 828 | rt_realloc_excess_unused!(rt_primes_4093bytes_1align_realloc_excess_unused, 4093, 1); Dec 18 14:49:41.434 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.434 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] Dec 18 14:49:41.434 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.434 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.434 INFO [stderr] | ^^^^^ Dec 18 14:49:41.434 INFO [stderr] ... Dec 18 14:49:41.434 INFO [stderr] 841 | rt_realloc_excess_unused!(rt_primes_8191bytes_1align_realloc_excess_unused, 8191, 1); Dec 18 14:49:41.434 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.434 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] Dec 18 14:49:41.434 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.434 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.434 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.434 INFO [stderr] ... Dec 18 14:49:41.434 INFO [stderr] 841 | rt_realloc_excess_unused!(rt_primes_8191bytes_1align_realloc_excess_unused, 8191, 1); Dec 18 14:49:41.434 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.434 INFO [stderr] Dec 18 14:49:41.434 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.434 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.434 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.434 INFO [stderr] ... Dec 18 14:49:41.434 INFO [stderr] 841 | rt_realloc_excess_unused!(rt_primes_8191bytes_1align_realloc_excess_unused, 8191, 1); Dec 18 14:49:41.434 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.434 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] Dec 18 14:49:41.434 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.434 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.434 INFO [stderr] | ^^^^^ Dec 18 14:49:41.434 INFO [stderr] ... Dec 18 14:49:41.434 INFO [stderr] 854 | rt_realloc_excess_unused!(rt_primes_16381bytes_1align_realloc_excess_unused, 16381, 1); Dec 18 14:49:41.434 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.434 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] Dec 18 14:49:41.434 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.434 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.434 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.434 INFO [stderr] ... Dec 18 14:49:41.434 INFO [stderr] 854 | rt_realloc_excess_unused!(rt_primes_16381bytes_1align_realloc_excess_unused, 16381, 1); Dec 18 14:49:41.434 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.434 INFO [stderr] Dec 18 14:49:41.434 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.434 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.434 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.434 INFO [stderr] ... Dec 18 14:49:41.434 INFO [stderr] 854 | rt_realloc_excess_unused!(rt_primes_16381bytes_1align_realloc_excess_unused, 16381, 1); Dec 18 14:49:41.434 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.434 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] Dec 18 14:49:41.434 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.434 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.434 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.434 INFO [stderr] | ^^^^^ Dec 18 14:49:41.434 INFO [stderr] ... Dec 18 14:49:41.434 INFO [stderr] 867 | rt_realloc_excess_unused!(rt_primes_32749bytes_1align_realloc_excess_unused, 32749, 1); Dec 18 14:49:41.434 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.434 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.435 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] Dec 18 14:49:41.435 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.435 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.435 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.435 INFO [stderr] ... Dec 18 14:49:41.435 INFO [stderr] 867 | rt_realloc_excess_unused!(rt_primes_32749bytes_1align_realloc_excess_unused, 32749, 1); Dec 18 14:49:41.435 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.435 INFO [stderr] Dec 18 14:49:41.435 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.435 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.435 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.435 INFO [stderr] ... Dec 18 14:49:41.435 INFO [stderr] 867 | rt_realloc_excess_unused!(rt_primes_32749bytes_1align_realloc_excess_unused, 32749, 1); Dec 18 14:49:41.435 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.435 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] Dec 18 14:49:41.435 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.435 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.435 INFO [stderr] | ^^^^^ Dec 18 14:49:41.435 INFO [stderr] ... Dec 18 14:49:41.435 INFO [stderr] 880 | rt_realloc_excess_unused!(rt_primes_65537bytes_1align_realloc_excess_unused, 65537, 1); Dec 18 14:49:41.435 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.435 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] Dec 18 14:49:41.435 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.435 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.435 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.435 INFO [stderr] ... Dec 18 14:49:41.435 INFO [stderr] 880 | rt_realloc_excess_unused!(rt_primes_65537bytes_1align_realloc_excess_unused, 65537, 1); Dec 18 14:49:41.435 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.435 INFO [stderr] Dec 18 14:49:41.435 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.435 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.435 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.435 INFO [stderr] ... Dec 18 14:49:41.435 INFO [stderr] 880 | rt_realloc_excess_unused!(rt_primes_65537bytes_1align_realloc_excess_unused, 65537, 1); Dec 18 14:49:41.435 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.435 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] Dec 18 14:49:41.435 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.435 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.435 INFO [stderr] | ^^^^^ Dec 18 14:49:41.435 INFO [stderr] ... Dec 18 14:49:41.435 INFO [stderr] 893 | rt_realloc_excess_unused!(rt_primes_131071bytes_1align_realloc_excess_unused, 131071, 1); Dec 18 14:49:41.435 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.435 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] Dec 18 14:49:41.435 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.435 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.435 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.435 INFO [stderr] ... Dec 18 14:49:41.435 INFO [stderr] 893 | rt_realloc_excess_unused!(rt_primes_131071bytes_1align_realloc_excess_unused, 131071, 1); Dec 18 14:49:41.435 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.435 INFO [stderr] Dec 18 14:49:41.435 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.435 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.435 INFO [stderr] | Dec 18 14:49:41.435 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.435 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.436 INFO [stderr] ... Dec 18 14:49:41.436 INFO [stderr] 893 | rt_realloc_excess_unused!(rt_primes_131071bytes_1align_realloc_excess_unused, 131071, 1); Dec 18 14:49:41.436 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.436 INFO [stderr] | Dec 18 14:49:41.436 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.436 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.436 INFO [stderr] | Dec 18 14:49:41.436 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.436 INFO [stderr] | Dec 18 14:49:41.436 INFO [stderr] Dec 18 14:49:41.436 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.436 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.436 INFO [stderr] | Dec 18 14:49:41.436 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.436 INFO [stderr] | ^^^^^ Dec 18 14:49:41.436 INFO [stderr] ... Dec 18 14:49:41.436 INFO [stderr] 906 | rt_realloc_excess_unused!(rt_primes_4194301bytes_1align_realloc_excess_unused, 4194301, 1); Dec 18 14:49:41.436 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.436 INFO [stderr] | Dec 18 14:49:41.436 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.436 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.436 INFO [stderr] | Dec 18 14:49:41.436 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.436 INFO [stderr] | Dec 18 14:49:41.436 INFO [stderr] Dec 18 14:49:41.436 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.436 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.436 INFO [stderr] | Dec 18 14:49:41.436 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.436 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.436 INFO [stderr] ... Dec 18 14:49:41.436 INFO [stderr] 906 | rt_realloc_excess_unused!(rt_primes_4194301bytes_1align_realloc_excess_unused, 4194301, 1); Dec 18 14:49:41.436 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.436 INFO [stderr] Dec 18 14:49:41.444 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.444 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.444 INFO [stderr] | Dec 18 14:49:41.444 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.444 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.444 INFO [stderr] ... Dec 18 14:49:41.444 INFO [stderr] 906 | rt_realloc_excess_unused!(rt_primes_4194301bytes_1align_realloc_excess_unused, 4194301, 1); Dec 18 14:49:41.444 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.444 INFO [stderr] | Dec 18 14:49:41.444 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.444 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.444 INFO [stderr] | Dec 18 14:49:41.444 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.444 INFO [stderr] | Dec 18 14:49:41.444 INFO [stderr] Dec 18 14:49:41.444 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.444 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.444 INFO [stderr] | Dec 18 14:49:41.444 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.444 INFO [stderr] | ^^^^^ Dec 18 14:49:41.444 INFO [stderr] ... Dec 18 14:49:41.444 INFO [stderr] 922 | rt_realloc_excess_unused!(rt_pow2_1bytes_2align_realloc_excess_unused, 1, 2); Dec 18 14:49:41.444 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.444 INFO [stderr] | Dec 18 14:49:41.444 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.444 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.444 INFO [stderr] | Dec 18 14:49:41.444 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.444 INFO [stderr] | Dec 18 14:49:41.444 INFO [stderr] Dec 18 14:49:41.444 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.444 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.444 INFO [stderr] | Dec 18 14:49:41.444 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.444 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.444 INFO [stderr] ... Dec 18 14:49:41.444 INFO [stderr] 922 | rt_realloc_excess_unused!(rt_pow2_1bytes_2align_realloc_excess_unused, 1, 2); Dec 18 14:49:41.444 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.444 INFO [stderr] Dec 18 14:49:41.444 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.444 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.444 INFO [stderr] | Dec 18 14:49:41.444 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.444 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.444 INFO [stderr] ... Dec 18 14:49:41.444 INFO [stderr] 922 | rt_realloc_excess_unused!(rt_pow2_1bytes_2align_realloc_excess_unused, 1, 2); Dec 18 14:49:41.444 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.444 INFO [stderr] | Dec 18 14:49:41.444 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.445 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.445 INFO [stderr] | Dec 18 14:49:41.445 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.445 INFO [stderr] | Dec 18 14:49:41.445 INFO [stderr] Dec 18 14:49:41.445 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.445 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.445 INFO [stderr] | Dec 18 14:49:41.445 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.445 INFO [stderr] | ^^^^^ Dec 18 14:49:41.445 INFO [stderr] ... Dec 18 14:49:41.445 INFO [stderr] 935 | rt_realloc_excess_unused!(rt_pow2_2bytes_2align_realloc_excess_unused, 2, 2); Dec 18 14:49:41.445 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.445 INFO [stderr] | Dec 18 14:49:41.445 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.445 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.445 INFO [stderr] | Dec 18 14:49:41.445 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.445 INFO [stderr] | Dec 18 14:49:41.445 INFO [stderr] Dec 18 14:49:41.445 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.445 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.445 INFO [stderr] | Dec 18 14:49:41.445 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.445 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.445 INFO [stderr] ... Dec 18 14:49:41.445 INFO [stderr] 935 | rt_realloc_excess_unused!(rt_pow2_2bytes_2align_realloc_excess_unused, 2, 2); Dec 18 14:49:41.445 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.445 INFO [stderr] Dec 18 14:49:41.445 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.445 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.445 INFO [stderr] | Dec 18 14:49:41.445 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.445 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.445 INFO [stderr] ... Dec 18 14:49:41.445 INFO [stderr] 935 | rt_realloc_excess_unused!(rt_pow2_2bytes_2align_realloc_excess_unused, 2, 2); Dec 18 14:49:41.445 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.445 INFO [stderr] | Dec 18 14:49:41.445 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.445 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.445 INFO [stderr] | Dec 18 14:49:41.445 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.445 INFO [stderr] | Dec 18 14:49:41.445 INFO [stderr] Dec 18 14:49:41.445 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.445 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.445 INFO [stderr] | Dec 18 14:49:41.448 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.448 INFO [stderr] | ^^^^^ Dec 18 14:49:41.448 INFO [stderr] ... Dec 18 14:49:41.449 INFO [stderr] 948 | rt_realloc_excess_unused!(rt_pow2_4bytes_2align_realloc_excess_unused, 4, 2); Dec 18 14:49:41.449 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.449 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] Dec 18 14:49:41.449 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.449 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.449 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.449 INFO [stderr] ... Dec 18 14:49:41.449 INFO [stderr] 948 | rt_realloc_excess_unused!(rt_pow2_4bytes_2align_realloc_excess_unused, 4, 2); Dec 18 14:49:41.449 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.449 INFO [stderr] Dec 18 14:49:41.449 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.449 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.449 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.449 INFO [stderr] ... Dec 18 14:49:41.449 INFO [stderr] 948 | rt_realloc_excess_unused!(rt_pow2_4bytes_2align_realloc_excess_unused, 4, 2); Dec 18 14:49:41.449 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.449 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] Dec 18 14:49:41.449 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.449 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.449 INFO [stderr] | ^^^^^ Dec 18 14:49:41.449 INFO [stderr] ... Dec 18 14:49:41.449 INFO [stderr] 961 | rt_realloc_excess_unused!(rt_pow2_8bytes_2align_realloc_excess_unused, 8, 2); Dec 18 14:49:41.449 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.449 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] Dec 18 14:49:41.449 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.449 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.449 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.449 INFO [stderr] ... Dec 18 14:49:41.449 INFO [stderr] 961 | rt_realloc_excess_unused!(rt_pow2_8bytes_2align_realloc_excess_unused, 8, 2); Dec 18 14:49:41.449 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.449 INFO [stderr] Dec 18 14:49:41.449 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.449 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.449 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.449 INFO [stderr] ... Dec 18 14:49:41.449 INFO [stderr] 961 | rt_realloc_excess_unused!(rt_pow2_8bytes_2align_realloc_excess_unused, 8, 2); Dec 18 14:49:41.449 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.449 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] Dec 18 14:49:41.449 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.449 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.449 INFO [stderr] | ^^^^^ Dec 18 14:49:41.449 INFO [stderr] ... Dec 18 14:49:41.449 INFO [stderr] 974 | rt_realloc_excess_unused!(rt_pow2_16bytes_2align_realloc_excess_unused, 16, 2); Dec 18 14:49:41.449 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.449 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.449 INFO [stderr] Dec 18 14:49:41.449 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.449 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.449 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.450 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.450 INFO [stderr] ... Dec 18 14:49:41.450 INFO [stderr] 974 | rt_realloc_excess_unused!(rt_pow2_16bytes_2align_realloc_excess_unused, 16, 2); Dec 18 14:49:41.450 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.450 INFO [stderr] Dec 18 14:49:41.450 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.450 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.450 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.450 INFO [stderr] ... Dec 18 14:49:41.450 INFO [stderr] 974 | rt_realloc_excess_unused!(rt_pow2_16bytes_2align_realloc_excess_unused, 16, 2); Dec 18 14:49:41.450 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.450 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] Dec 18 14:49:41.450 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.450 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.450 INFO [stderr] | ^^^^^ Dec 18 14:49:41.450 INFO [stderr] ... Dec 18 14:49:41.450 INFO [stderr] 987 | rt_realloc_excess_unused!(rt_pow2_32bytes_2align_realloc_excess_unused, 32, 2); Dec 18 14:49:41.450 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.450 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] Dec 18 14:49:41.450 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.450 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.450 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.450 INFO [stderr] ... Dec 18 14:49:41.450 INFO [stderr] 987 | rt_realloc_excess_unused!(rt_pow2_32bytes_2align_realloc_excess_unused, 32, 2); Dec 18 14:49:41.450 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.450 INFO [stderr] Dec 18 14:49:41.450 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.450 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.450 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.450 INFO [stderr] ... Dec 18 14:49:41.450 INFO [stderr] 987 | rt_realloc_excess_unused!(rt_pow2_32bytes_2align_realloc_excess_unused, 32, 2); Dec 18 14:49:41.450 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.450 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] Dec 18 14:49:41.450 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.450 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.450 INFO [stderr] | ^^^^^ Dec 18 14:49:41.450 INFO [stderr] ... Dec 18 14:49:41.450 INFO [stderr] 1000 | rt_realloc_excess_unused!(rt_pow2_64bytes_2align_realloc_excess_unused, 64, 2); Dec 18 14:49:41.450 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.450 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] Dec 18 14:49:41.450 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.450 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.450 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.450 INFO [stderr] ... Dec 18 14:49:41.450 INFO [stderr] 1000 | rt_realloc_excess_unused!(rt_pow2_64bytes_2align_realloc_excess_unused, 64, 2); Dec 18 14:49:41.450 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.450 INFO [stderr] Dec 18 14:49:41.450 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.450 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.450 INFO [stderr] | Dec 18 14:49:41.450 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.450 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.450 INFO [stderr] ... Dec 18 14:49:41.450 INFO [stderr] 1000 | rt_realloc_excess_unused!(rt_pow2_64bytes_2align_realloc_excess_unused, 64, 2); Dec 18 14:49:41.450 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.451 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] Dec 18 14:49:41.451 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.451 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.451 INFO [stderr] | ^^^^^ Dec 18 14:49:41.451 INFO [stderr] ... Dec 18 14:49:41.451 INFO [stderr] 1013 | rt_realloc_excess_unused!(rt_pow2_128bytes_2align_realloc_excess_unused, 128, 2); Dec 18 14:49:41.451 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.451 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] Dec 18 14:49:41.451 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.451 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.451 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.451 INFO [stderr] ... Dec 18 14:49:41.451 INFO [stderr] 1013 | rt_realloc_excess_unused!(rt_pow2_128bytes_2align_realloc_excess_unused, 128, 2); Dec 18 14:49:41.451 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.451 INFO [stderr] Dec 18 14:49:41.451 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.451 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.451 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.451 INFO [stderr] ... Dec 18 14:49:41.451 INFO [stderr] 1013 | rt_realloc_excess_unused!(rt_pow2_128bytes_2align_realloc_excess_unused, 128, 2); Dec 18 14:49:41.451 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.451 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] Dec 18 14:49:41.451 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.451 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.451 INFO [stderr] | ^^^^^ Dec 18 14:49:41.451 INFO [stderr] ... Dec 18 14:49:41.451 INFO [stderr] 1026 | rt_realloc_excess_unused!(rt_pow2_256bytes_2align_realloc_excess_unused, 256, 2); Dec 18 14:49:41.451 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.451 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] Dec 18 14:49:41.451 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.451 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.451 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.451 INFO [stderr] ... Dec 18 14:49:41.451 INFO [stderr] 1026 | rt_realloc_excess_unused!(rt_pow2_256bytes_2align_realloc_excess_unused, 256, 2); Dec 18 14:49:41.451 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.451 INFO [stderr] Dec 18 14:49:41.451 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.451 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.451 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.451 INFO [stderr] ... Dec 18 14:49:41.451 INFO [stderr] 1026 | rt_realloc_excess_unused!(rt_pow2_256bytes_2align_realloc_excess_unused, 256, 2); Dec 18 14:49:41.451 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.451 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.451 INFO [stderr] | Dec 18 14:49:41.451 INFO [stderr] Dec 18 14:49:41.456 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.456 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.456 INFO [stderr] | Dec 18 14:49:41.456 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.456 INFO [stderr] | ^^^^^ Dec 18 14:49:41.456 INFO [stderr] ... Dec 18 14:49:41.456 INFO [stderr] 1039 | rt_realloc_excess_unused!(rt_pow2_512bytes_2align_realloc_excess_unused, 512, 2); Dec 18 14:49:41.456 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.456 INFO [stderr] | Dec 18 14:49:41.456 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.456 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.456 INFO [stderr] | Dec 18 14:49:41.456 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.456 INFO [stderr] | Dec 18 14:49:41.456 INFO [stderr] Dec 18 14:49:41.456 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.456 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.456 INFO [stderr] | Dec 18 14:49:41.456 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.456 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.456 INFO [stderr] ... Dec 18 14:49:41.456 INFO [stderr] 1039 | rt_realloc_excess_unused!(rt_pow2_512bytes_2align_realloc_excess_unused, 512, 2); Dec 18 14:49:41.456 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.456 INFO [stderr] Dec 18 14:49:41.456 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.456 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.456 INFO [stderr] | Dec 18 14:49:41.456 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.456 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.456 INFO [stderr] ... Dec 18 14:49:41.456 INFO [stderr] 1039 | rt_realloc_excess_unused!(rt_pow2_512bytes_2align_realloc_excess_unused, 512, 2); Dec 18 14:49:41.456 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.456 INFO [stderr] | Dec 18 14:49:41.456 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.456 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.456 INFO [stderr] | Dec 18 14:49:41.456 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.456 INFO [stderr] | Dec 18 14:49:41.456 INFO [stderr] Dec 18 14:49:41.456 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.456 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.456 INFO [stderr] | Dec 18 14:49:41.456 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.456 INFO [stderr] | ^^^^^ Dec 18 14:49:41.456 INFO [stderr] ... Dec 18 14:49:41.456 INFO [stderr] 1052 | rt_realloc_excess_unused!(rt_pow2_1024bytes_2align_realloc_excess_unused, 1024, 2); Dec 18 14:49:41.456 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.456 INFO [stderr] | Dec 18 14:49:41.456 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.456 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.456 INFO [stderr] | Dec 18 14:49:41.456 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.456 INFO [stderr] | Dec 18 14:49:41.456 INFO [stderr] Dec 18 14:49:41.456 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.456 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.457 INFO [stderr] | Dec 18 14:49:41.457 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.457 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.457 INFO [stderr] ... Dec 18 14:49:41.457 INFO [stderr] 1052 | rt_realloc_excess_unused!(rt_pow2_1024bytes_2align_realloc_excess_unused, 1024, 2); Dec 18 14:49:41.457 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.457 INFO [stderr] Dec 18 14:49:41.457 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.457 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.457 INFO [stderr] | Dec 18 14:49:41.457 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.457 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.457 INFO [stderr] ... Dec 18 14:49:41.457 INFO [stderr] 1052 | rt_realloc_excess_unused!(rt_pow2_1024bytes_2align_realloc_excess_unused, 1024, 2); Dec 18 14:49:41.457 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.457 INFO [stderr] | Dec 18 14:49:41.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.457 INFO [stderr] | Dec 18 14:49:41.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.457 INFO [stderr] | Dec 18 14:49:41.457 INFO [stderr] Dec 18 14:49:41.457 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.457 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.457 INFO [stderr] | Dec 18 14:49:41.457 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.457 INFO [stderr] | ^^^^^ Dec 18 14:49:41.457 INFO [stderr] ... Dec 18 14:49:41.457 INFO [stderr] 1065 | rt_realloc_excess_unused!(rt_pow2_2048bytes_2align_realloc_excess_unused, 2048, 2); Dec 18 14:49:41.457 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.457 INFO [stderr] | Dec 18 14:49:41.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.457 INFO [stderr] | Dec 18 14:49:41.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.457 INFO [stderr] | Dec 18 14:49:41.457 INFO [stderr] Dec 18 14:49:41.457 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.457 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.457 INFO [stderr] | Dec 18 14:49:41.457 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.457 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.457 INFO [stderr] ... Dec 18 14:49:41.457 INFO [stderr] 1065 | rt_realloc_excess_unused!(rt_pow2_2048bytes_2align_realloc_excess_unused, 2048, 2); Dec 18 14:49:41.457 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.457 INFO [stderr] Dec 18 14:49:41.457 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.457 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.457 INFO [stderr] | Dec 18 14:49:41.457 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.457 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.457 INFO [stderr] ... Dec 18 14:49:41.457 INFO [stderr] 1065 | rt_realloc_excess_unused!(rt_pow2_2048bytes_2align_realloc_excess_unused, 2048, 2); Dec 18 14:49:41.457 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.457 INFO [stderr] | Dec 18 14:49:41.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.457 INFO [stderr] | Dec 18 14:49:41.457 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.457 INFO [stderr] | Dec 18 14:49:41.457 INFO [stderr] Dec 18 14:49:41.490 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.490 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.512 INFO [stderr] | Dec 18 14:49:41.512 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.512 INFO [stderr] | ^^^^^ Dec 18 14:49:41.512 INFO [stderr] ... Dec 18 14:49:41.512 INFO [stderr] 1078 | rt_realloc_excess_unused!(rt_pow2_4096bytes_2align_realloc_excess_unused, 4096, 2); Dec 18 14:49:41.512 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.512 INFO [stderr] | Dec 18 14:49:41.512 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.512 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.512 INFO [stderr] | Dec 18 14:49:41.512 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.512 INFO [stderr] | Dec 18 14:49:41.512 INFO [stderr] Dec 18 14:49:41.512 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.512 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.512 INFO [stderr] | Dec 18 14:49:41.512 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.512 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.512 INFO [stderr] ... Dec 18 14:49:41.512 INFO [stderr] 1078 | rt_realloc_excess_unused!(rt_pow2_4096bytes_2align_realloc_excess_unused, 4096, 2); Dec 18 14:49:41.512 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.512 INFO [stderr] Dec 18 14:49:41.512 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.512 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.512 INFO [stderr] | Dec 18 14:49:41.512 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.512 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.512 INFO [stderr] ... Dec 18 14:49:41.512 INFO [stderr] 1078 | rt_realloc_excess_unused!(rt_pow2_4096bytes_2align_realloc_excess_unused, 4096, 2); Dec 18 14:49:41.513 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.513 INFO [stderr] | Dec 18 14:49:41.513 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.513 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.513 INFO [stderr] | Dec 18 14:49:41.513 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.513 INFO [stderr] | Dec 18 14:49:41.513 INFO [stderr] Dec 18 14:49:41.513 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.513 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.513 INFO [stderr] | Dec 18 14:49:41.513 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.513 INFO [stderr] | ^^^^^ Dec 18 14:49:41.513 INFO [stderr] ... Dec 18 14:49:41.513 INFO [stderr] 1091 | rt_realloc_excess_unused!(rt_pow2_8192bytes_2align_realloc_excess_unused, 8192, 2); Dec 18 14:49:41.513 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.513 INFO [stderr] | Dec 18 14:49:41.513 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.513 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.513 INFO [stderr] | Dec 18 14:49:41.513 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.513 INFO [stderr] | Dec 18 14:49:41.513 INFO [stderr] Dec 18 14:49:41.513 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.513 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.513 INFO [stderr] | Dec 18 14:49:41.513 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.513 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.513 INFO [stderr] ... Dec 18 14:49:41.513 INFO [stderr] 1091 | rt_realloc_excess_unused!(rt_pow2_8192bytes_2align_realloc_excess_unused, 8192, 2); Dec 18 14:49:41.513 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.513 INFO [stderr] Dec 18 14:49:41.513 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.513 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.513 INFO [stderr] | Dec 18 14:49:41.513 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.513 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.513 INFO [stderr] ... Dec 18 14:49:41.513 INFO [stderr] 1091 | rt_realloc_excess_unused!(rt_pow2_8192bytes_2align_realloc_excess_unused, 8192, 2); Dec 18 14:49:41.513 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.513 INFO [stderr] | Dec 18 14:49:41.513 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.513 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.513 INFO [stderr] | Dec 18 14:49:41.513 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.513 INFO [stderr] | Dec 18 14:49:41.513 INFO [stderr] Dec 18 14:49:41.513 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.513 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.513 INFO [stderr] | Dec 18 14:49:41.513 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.513 INFO [stderr] | ^^^^^ Dec 18 14:49:41.513 INFO [stderr] ... Dec 18 14:49:41.513 INFO [stderr] 1104 | rt_realloc_excess_unused!(rt_pow2_16384bytes_2align_realloc_excess_unused, 16384, 2); Dec 18 14:49:41.513 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.514 INFO [stderr] | Dec 18 14:49:41.514 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.514 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.514 INFO [stderr] | Dec 18 14:49:41.514 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.514 INFO [stderr] | Dec 18 14:49:41.514 INFO [stderr] Dec 18 14:49:41.514 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.514 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.514 INFO [stderr] | Dec 18 14:49:41.514 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.514 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.514 INFO [stderr] ... Dec 18 14:49:41.514 INFO [stderr] 1104 | rt_realloc_excess_unused!(rt_pow2_16384bytes_2align_realloc_excess_unused, 16384, 2); Dec 18 14:49:41.514 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.514 INFO [stderr] Dec 18 14:49:41.514 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.514 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.514 INFO [stderr] | Dec 18 14:49:41.514 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.514 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.514 INFO [stderr] ... Dec 18 14:49:41.514 INFO [stderr] 1104 | rt_realloc_excess_unused!(rt_pow2_16384bytes_2align_realloc_excess_unused, 16384, 2); Dec 18 14:49:41.514 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.514 INFO [stderr] | Dec 18 14:49:41.514 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.514 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.514 INFO [stderr] | Dec 18 14:49:41.514 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.514 INFO [stderr] | Dec 18 14:49:41.514 INFO [stderr] Dec 18 14:49:41.514 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.514 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.514 INFO [stderr] | Dec 18 14:49:41.514 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.514 INFO [stderr] | ^^^^^ Dec 18 14:49:41.514 INFO [stderr] ... Dec 18 14:49:41.514 INFO [stderr] 1117 | rt_realloc_excess_unused!(rt_pow2_32768bytes_2align_realloc_excess_unused, 32768, 2); Dec 18 14:49:41.514 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.514 INFO [stderr] | Dec 18 14:49:41.514 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.514 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.514 INFO [stderr] | Dec 18 14:49:41.514 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.514 INFO [stderr] | Dec 18 14:49:41.514 INFO [stderr] Dec 18 14:49:41.514 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.514 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.514 INFO [stderr] | Dec 18 14:49:41.514 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.514 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.515 INFO [stderr] ... Dec 18 14:49:41.515 INFO [stderr] 1117 | rt_realloc_excess_unused!(rt_pow2_32768bytes_2align_realloc_excess_unused, 32768, 2); Dec 18 14:49:41.515 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.515 INFO [stderr] Dec 18 14:49:41.515 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.515 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.515 INFO [stderr] | Dec 18 14:49:41.515 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.515 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.515 INFO [stderr] ... Dec 18 14:49:41.515 INFO [stderr] 1117 | rt_realloc_excess_unused!(rt_pow2_32768bytes_2align_realloc_excess_unused, 32768, 2); Dec 18 14:49:41.515 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.515 INFO [stderr] | Dec 18 14:49:41.515 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.515 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.515 INFO [stderr] | Dec 18 14:49:41.515 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.515 INFO [stderr] | Dec 18 14:49:41.515 INFO [stderr] Dec 18 14:49:41.515 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.515 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.515 INFO [stderr] | Dec 18 14:49:41.515 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.515 INFO [stderr] | ^^^^^ Dec 18 14:49:41.515 INFO [stderr] ... Dec 18 14:49:41.515 INFO [stderr] 1130 | rt_realloc_excess_unused!(rt_pow2_65536bytes_2align_realloc_excess_unused, 65536, 2); Dec 18 14:49:41.515 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.515 INFO [stderr] | Dec 18 14:49:41.515 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.515 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.515 INFO [stderr] | Dec 18 14:49:41.515 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.515 INFO [stderr] | Dec 18 14:49:41.515 INFO [stderr] Dec 18 14:49:41.515 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.515 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.515 INFO [stderr] | Dec 18 14:49:41.515 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.515 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.515 INFO [stderr] ... Dec 18 14:49:41.515 INFO [stderr] 1130 | rt_realloc_excess_unused!(rt_pow2_65536bytes_2align_realloc_excess_unused, 65536, 2); Dec 18 14:49:41.515 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.515 INFO [stderr] Dec 18 14:49:41.515 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.515 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.515 INFO [stderr] | Dec 18 14:49:41.515 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.515 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.515 INFO [stderr] ... Dec 18 14:49:41.515 INFO [stderr] 1130 | rt_realloc_excess_unused!(rt_pow2_65536bytes_2align_realloc_excess_unused, 65536, 2); Dec 18 14:49:41.516 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.516 INFO [stderr] | Dec 18 14:49:41.516 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.516 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.516 INFO [stderr] | Dec 18 14:49:41.516 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.516 INFO [stderr] | Dec 18 14:49:41.516 INFO [stderr] Dec 18 14:49:41.516 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.516 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.516 INFO [stderr] | Dec 18 14:49:41.516 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.516 INFO [stderr] | ^^^^^ Dec 18 14:49:41.516 INFO [stderr] ... Dec 18 14:49:41.516 INFO [stderr] 1143 | rt_realloc_excess_unused!(rt_pow2_131072bytes_2align_realloc_excess_unused, 131072, 2); Dec 18 14:49:41.516 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.516 INFO [stderr] | Dec 18 14:49:41.520 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.520 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.520 INFO [stderr] | Dec 18 14:49:41.520 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.520 INFO [stderr] | Dec 18 14:49:41.520 INFO [stderr] Dec 18 14:49:41.520 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.520 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.520 INFO [stderr] | Dec 18 14:49:41.520 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.520 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.520 INFO [stderr] ... Dec 18 14:49:41.520 INFO [stderr] 1143 | rt_realloc_excess_unused!(rt_pow2_131072bytes_2align_realloc_excess_unused, 131072, 2); Dec 18 14:49:41.520 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.520 INFO [stderr] Dec 18 14:49:41.520 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.520 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.520 INFO [stderr] | Dec 18 14:49:41.520 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.520 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.520 INFO [stderr] ... Dec 18 14:49:41.520 INFO [stderr] 1143 | rt_realloc_excess_unused!(rt_pow2_131072bytes_2align_realloc_excess_unused, 131072, 2); Dec 18 14:49:41.520 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.520 INFO [stderr] | Dec 18 14:49:41.520 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.520 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.520 INFO [stderr] | Dec 18 14:49:41.520 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.520 INFO [stderr] | Dec 18 14:49:41.521 INFO [stderr] Dec 18 14:49:41.521 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.521 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.521 INFO [stderr] | Dec 18 14:49:41.521 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.521 INFO [stderr] | ^^^^^ Dec 18 14:49:41.521 INFO [stderr] ... Dec 18 14:49:41.521 INFO [stderr] 1156 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_2align_realloc_excess_unused, 4194304, 2); Dec 18 14:49:41.521 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.521 INFO [stderr] | Dec 18 14:49:41.521 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.521 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.521 INFO [stderr] | Dec 18 14:49:41.521 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.521 INFO [stderr] | Dec 18 14:49:41.521 INFO [stderr] Dec 18 14:49:41.521 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.521 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.521 INFO [stderr] | Dec 18 14:49:41.521 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.521 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.521 INFO [stderr] ... Dec 18 14:49:41.521 INFO [stderr] 1156 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_2align_realloc_excess_unused, 4194304, 2); Dec 18 14:49:41.521 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.521 INFO [stderr] Dec 18 14:49:41.521 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.521 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.521 INFO [stderr] | Dec 18 14:49:41.521 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.521 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.521 INFO [stderr] ... Dec 18 14:49:41.521 INFO [stderr] 1156 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_2align_realloc_excess_unused, 4194304, 2); Dec 18 14:49:41.521 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.521 INFO [stderr] | Dec 18 14:49:41.521 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.521 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.521 INFO [stderr] | Dec 18 14:49:41.521 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.521 INFO [stderr] | Dec 18 14:49:41.521 INFO [stderr] Dec 18 14:49:41.521 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.521 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.521 INFO [stderr] | Dec 18 14:49:41.521 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.521 INFO [stderr] | ^^^^^ Dec 18 14:49:41.521 INFO [stderr] ... Dec 18 14:49:41.521 INFO [stderr] 1170 | rt_realloc_excess_unused!(rt_even_10bytes_2align_realloc_excess_unused, 10, 2); Dec 18 14:49:41.521 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.521 INFO [stderr] | Dec 18 14:49:41.521 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.522 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.522 INFO [stderr] | Dec 18 14:49:41.522 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.522 INFO [stderr] | Dec 18 14:49:41.522 INFO [stderr] Dec 18 14:49:41.522 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.522 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.522 INFO [stderr] | Dec 18 14:49:41.522 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.522 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.522 INFO [stderr] ... Dec 18 14:49:41.522 INFO [stderr] 1170 | rt_realloc_excess_unused!(rt_even_10bytes_2align_realloc_excess_unused, 10, 2); Dec 18 14:49:41.522 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.522 INFO [stderr] Dec 18 14:49:41.522 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.522 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.522 INFO [stderr] | Dec 18 14:49:41.522 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.522 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.522 INFO [stderr] ... Dec 18 14:49:41.522 INFO [stderr] 1170 | rt_realloc_excess_unused!(rt_even_10bytes_2align_realloc_excess_unused, 10, 2); Dec 18 14:49:41.522 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.522 INFO [stderr] | Dec 18 14:49:41.522 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.522 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.522 INFO [stderr] | Dec 18 14:49:41.522 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.522 INFO [stderr] | Dec 18 14:49:41.522 INFO [stderr] Dec 18 14:49:41.522 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.522 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.522 INFO [stderr] | Dec 18 14:49:41.522 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.522 INFO [stderr] | ^^^^^ Dec 18 14:49:41.522 INFO [stderr] ... Dec 18 14:49:41.522 INFO [stderr] 1183 | rt_realloc_excess_unused!(rt_even_100bytes_2align_realloc_excess_unused, 100, 2); Dec 18 14:49:41.522 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.522 INFO [stderr] | Dec 18 14:49:41.522 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.522 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.522 INFO [stderr] | Dec 18 14:49:41.522 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.522 INFO [stderr] | Dec 18 14:49:41.522 INFO [stderr] Dec 18 14:49:41.522 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.522 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.522 INFO [stderr] | Dec 18 14:49:41.522 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.522 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.522 INFO [stderr] ... Dec 18 14:49:41.523 INFO [stderr] 1183 | rt_realloc_excess_unused!(rt_even_100bytes_2align_realloc_excess_unused, 100, 2); Dec 18 14:49:41.523 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.523 INFO [stderr] Dec 18 14:49:41.523 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.523 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.523 INFO [stderr] | Dec 18 14:49:41.523 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.523 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.523 INFO [stderr] ... Dec 18 14:49:41.523 INFO [stderr] 1183 | rt_realloc_excess_unused!(rt_even_100bytes_2align_realloc_excess_unused, 100, 2); Dec 18 14:49:41.523 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.523 INFO [stderr] | Dec 18 14:49:41.523 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.523 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.523 INFO [stderr] | Dec 18 14:49:41.523 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.523 INFO [stderr] | Dec 18 14:49:41.523 INFO [stderr] Dec 18 14:49:41.523 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.523 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.523 INFO [stderr] | Dec 18 14:49:41.523 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.523 INFO [stderr] | ^^^^^ Dec 18 14:49:41.523 INFO [stderr] ... Dec 18 14:49:41.523 INFO [stderr] 1196 | rt_realloc_excess_unused!(rt_even_1000bytes_2align_realloc_excess_unused, 1000, 2); Dec 18 14:49:41.523 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.523 INFO [stderr] | Dec 18 14:49:41.523 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.523 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.523 INFO [stderr] | Dec 18 14:49:41.523 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.523 INFO [stderr] | Dec 18 14:49:41.523 INFO [stderr] Dec 18 14:49:41.523 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.523 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.523 INFO [stderr] | Dec 18 14:49:41.523 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.523 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.523 INFO [stderr] ... Dec 18 14:49:41.523 INFO [stderr] 1196 | rt_realloc_excess_unused!(rt_even_1000bytes_2align_realloc_excess_unused, 1000, 2); Dec 18 14:49:41.523 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.523 INFO [stderr] Dec 18 14:49:41.523 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.523 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.523 INFO [stderr] | Dec 18 14:49:41.523 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.523 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.523 INFO [stderr] ... Dec 18 14:49:41.523 INFO [stderr] 1196 | rt_realloc_excess_unused!(rt_even_1000bytes_2align_realloc_excess_unused, 1000, 2); Dec 18 14:49:41.523 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.524 INFO [stderr] | Dec 18 14:49:41.524 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.524 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.524 INFO [stderr] | Dec 18 14:49:41.524 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.524 INFO [stderr] | Dec 18 14:49:41.524 INFO [stderr] Dec 18 14:49:41.524 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.524 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.524 INFO [stderr] | Dec 18 14:49:41.524 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.524 INFO [stderr] | ^^^^^ Dec 18 14:49:41.524 INFO [stderr] ... Dec 18 14:49:41.524 INFO [stderr] 1209 | rt_realloc_excess_unused!(rt_even_10000bytes_2align_realloc_excess_unused, 10000, 2); Dec 18 14:49:41.524 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.524 INFO [stderr] | Dec 18 14:49:41.524 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.528 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.528 INFO [stderr] | Dec 18 14:49:41.528 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.528 INFO [stderr] | Dec 18 14:49:41.528 INFO [stderr] Dec 18 14:49:41.528 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.528 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.528 INFO [stderr] | Dec 18 14:49:41.528 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.528 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.528 INFO [stderr] ... Dec 18 14:49:41.528 INFO [stderr] 1209 | rt_realloc_excess_unused!(rt_even_10000bytes_2align_realloc_excess_unused, 10000, 2); Dec 18 14:49:41.528 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.528 INFO [stderr] Dec 18 14:49:41.528 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.528 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.528 INFO [stderr] | Dec 18 14:49:41.528 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.528 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.528 INFO [stderr] ... Dec 18 14:49:41.528 INFO [stderr] 1209 | rt_realloc_excess_unused!(rt_even_10000bytes_2align_realloc_excess_unused, 10000, 2); Dec 18 14:49:41.528 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.528 INFO [stderr] | Dec 18 14:49:41.528 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.529 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.529 INFO [stderr] | Dec 18 14:49:41.529 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.529 INFO [stderr] | Dec 18 14:49:41.529 INFO [stderr] Dec 18 14:49:41.529 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.529 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.529 INFO [stderr] | Dec 18 14:49:41.529 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.529 INFO [stderr] | ^^^^^ Dec 18 14:49:41.529 INFO [stderr] ... Dec 18 14:49:41.529 INFO [stderr] 1222 | rt_realloc_excess_unused!(rt_even_100000bytes_2align_realloc_excess_unused, 100000, 2); Dec 18 14:49:41.529 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.529 INFO [stderr] | Dec 18 14:49:41.529 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.529 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.529 INFO [stderr] | Dec 18 14:49:41.529 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.529 INFO [stderr] | Dec 18 14:49:41.529 INFO [stderr] Dec 18 14:49:41.529 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.529 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.529 INFO [stderr] | Dec 18 14:49:41.529 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.529 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.529 INFO [stderr] ... Dec 18 14:49:41.529 INFO [stderr] 1222 | rt_realloc_excess_unused!(rt_even_100000bytes_2align_realloc_excess_unused, 100000, 2); Dec 18 14:49:41.529 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.529 INFO [stderr] Dec 18 14:49:41.529 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.529 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.529 INFO [stderr] | Dec 18 14:49:41.529 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.529 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.529 INFO [stderr] ... Dec 18 14:49:41.529 INFO [stderr] 1222 | rt_realloc_excess_unused!(rt_even_100000bytes_2align_realloc_excess_unused, 100000, 2); Dec 18 14:49:41.529 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.529 INFO [stderr] | Dec 18 14:49:41.529 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.529 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.529 INFO [stderr] | Dec 18 14:49:41.529 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.529 INFO [stderr] | Dec 18 14:49:41.529 INFO [stderr] Dec 18 14:49:41.529 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.529 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.529 INFO [stderr] | Dec 18 14:49:41.529 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.529 INFO [stderr] | ^^^^^ Dec 18 14:49:41.529 INFO [stderr] ... Dec 18 14:49:41.530 INFO [stderr] 1235 | rt_realloc_excess_unused!(rt_even_1000000bytes_2align_realloc_excess_unused, 1000000, 2); Dec 18 14:49:41.530 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.530 INFO [stderr] | Dec 18 14:49:41.530 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.530 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.530 INFO [stderr] | Dec 18 14:49:41.530 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.540 INFO [stderr] | Dec 18 14:49:41.540 INFO [stderr] Dec 18 14:49:41.540 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.540 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.540 INFO [stderr] | Dec 18 14:49:41.540 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.540 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.540 INFO [stderr] ... Dec 18 14:49:41.540 INFO [stderr] 1235 | rt_realloc_excess_unused!(rt_even_1000000bytes_2align_realloc_excess_unused, 1000000, 2); Dec 18 14:49:41.540 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.540 INFO [stderr] Dec 18 14:49:41.540 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.540 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.540 INFO [stderr] | Dec 18 14:49:41.540 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.540 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.540 INFO [stderr] ... Dec 18 14:49:41.540 INFO [stderr] 1235 | rt_realloc_excess_unused!(rt_even_1000000bytes_2align_realloc_excess_unused, 1000000, 2); Dec 18 14:49:41.540 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.540 INFO [stderr] | Dec 18 14:49:41.540 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.540 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.540 INFO [stderr] | Dec 18 14:49:41.540 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.540 INFO [stderr] | Dec 18 14:49:41.540 INFO [stderr] Dec 18 14:49:41.540 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.540 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.540 INFO [stderr] | Dec 18 14:49:41.540 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.540 INFO [stderr] | ^^^^^ Dec 18 14:49:41.540 INFO [stderr] ... Dec 18 14:49:41.540 INFO [stderr] 1249 | rt_realloc_excess_unused!(rt_odd_10bytes_2align_realloc_excess_unused, 10- 1, 2); Dec 18 14:49:41.540 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.540 INFO [stderr] | Dec 18 14:49:41.540 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.540 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.540 INFO [stderr] | Dec 18 14:49:41.540 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.540 INFO [stderr] | Dec 18 14:49:41.540 INFO [stderr] Dec 18 14:49:41.540 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.540 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.540 INFO [stderr] | Dec 18 14:49:41.540 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.541 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.541 INFO [stderr] ... Dec 18 14:49:41.541 INFO [stderr] 1249 | rt_realloc_excess_unused!(rt_odd_10bytes_2align_realloc_excess_unused, 10- 1, 2); Dec 18 14:49:41.541 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.541 INFO [stderr] Dec 18 14:49:41.541 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.541 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.541 INFO [stderr] | Dec 18 14:49:41.541 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.541 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.541 INFO [stderr] ... Dec 18 14:49:41.541 INFO [stderr] 1249 | rt_realloc_excess_unused!(rt_odd_10bytes_2align_realloc_excess_unused, 10- 1, 2); Dec 18 14:49:41.541 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.541 INFO [stderr] | Dec 18 14:49:41.541 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.541 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.541 INFO [stderr] | Dec 18 14:49:41.541 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.541 INFO [stderr] | Dec 18 14:49:41.541 INFO [stderr] Dec 18 14:49:41.541 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.541 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.541 INFO [stderr] | Dec 18 14:49:41.541 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.541 INFO [stderr] | ^^^^^ Dec 18 14:49:41.541 INFO [stderr] ... Dec 18 14:49:41.541 INFO [stderr] 1262 | rt_realloc_excess_unused!(rt_odd_100bytes_2align_realloc_excess_unused, 100- 1, 2); Dec 18 14:49:41.541 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.541 INFO [stderr] | Dec 18 14:49:41.541 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.541 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.541 INFO [stderr] | Dec 18 14:49:41.541 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.541 INFO [stderr] | Dec 18 14:49:41.541 INFO [stderr] Dec 18 14:49:41.541 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.541 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.541 INFO [stderr] | Dec 18 14:49:41.541 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.541 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.541 INFO [stderr] ... Dec 18 14:49:41.541 INFO [stderr] 1262 | rt_realloc_excess_unused!(rt_odd_100bytes_2align_realloc_excess_unused, 100- 1, 2); Dec 18 14:49:41.541 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.541 INFO [stderr] Dec 18 14:49:41.541 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.541 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.541 INFO [stderr] | Dec 18 14:49:41.541 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.541 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.541 INFO [stderr] ... Dec 18 14:49:41.541 INFO [stderr] 1262 | rt_realloc_excess_unused!(rt_odd_100bytes_2align_realloc_excess_unused, 100- 1, 2); Dec 18 14:49:41.541 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.541 INFO [stderr] | Dec 18 14:49:41.541 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.541 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.541 INFO [stderr] | Dec 18 14:49:41.541 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.541 INFO [stderr] | Dec 18 14:49:41.541 INFO [stderr] Dec 18 14:49:41.541 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.541 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.541 INFO [stderr] | Dec 18 14:49:41.542 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.542 INFO [stderr] | ^^^^^ Dec 18 14:49:41.542 INFO [stderr] ... Dec 18 14:49:41.542 INFO [stderr] 1275 | rt_realloc_excess_unused!(rt_odd_1000bytes_2align_realloc_excess_unused, 1000- 1, 2); Dec 18 14:49:41.542 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.542 INFO [stderr] | Dec 18 14:49:41.542 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.542 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.542 INFO [stderr] | Dec 18 14:49:41.542 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.542 INFO [stderr] | Dec 18 14:49:41.542 INFO [stderr] Dec 18 14:49:41.542 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.542 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.542 INFO [stderr] | Dec 18 14:49:41.542 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.542 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.542 INFO [stderr] ... Dec 18 14:49:41.542 INFO [stderr] 1275 | rt_realloc_excess_unused!(rt_odd_1000bytes_2align_realloc_excess_unused, 1000- 1, 2); Dec 18 14:49:41.542 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.542 INFO [stderr] Dec 18 14:49:41.542 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.542 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.542 INFO [stderr] | Dec 18 14:49:41.542 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.542 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.542 INFO [stderr] ... Dec 18 14:49:41.542 INFO [stderr] 1275 | rt_realloc_excess_unused!(rt_odd_1000bytes_2align_realloc_excess_unused, 1000- 1, 2); Dec 18 14:49:41.542 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.542 INFO [stderr] | Dec 18 14:49:41.542 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.542 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.542 INFO [stderr] | Dec 18 14:49:41.542 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.542 INFO [stderr] | Dec 18 14:49:41.542 INFO [stderr] Dec 18 14:49:41.542 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.542 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.542 INFO [stderr] | Dec 18 14:49:41.542 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.542 INFO [stderr] | ^^^^^ Dec 18 14:49:41.542 INFO [stderr] ... Dec 18 14:49:41.542 INFO [stderr] 1288 | rt_realloc_excess_unused!(rt_odd_10000bytes_2align_realloc_excess_unused, 10000- 1, 2); Dec 18 14:49:41.542 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.542 INFO [stderr] | Dec 18 14:49:41.542 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.542 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.542 INFO [stderr] | Dec 18 14:49:41.542 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.542 INFO [stderr] | Dec 18 14:49:41.542 INFO [stderr] Dec 18 14:49:41.543 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.543 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.543 INFO [stderr] | Dec 18 14:49:41.543 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.543 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.543 INFO [stderr] ... Dec 18 14:49:41.543 INFO [stderr] 1288 | rt_realloc_excess_unused!(rt_odd_10000bytes_2align_realloc_excess_unused, 10000- 1, 2); Dec 18 14:49:41.543 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.543 INFO [stderr] Dec 18 14:49:41.543 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.543 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.543 INFO [stderr] | Dec 18 14:49:41.543 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.543 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.543 INFO [stderr] ... Dec 18 14:49:41.543 INFO [stderr] 1288 | rt_realloc_excess_unused!(rt_odd_10000bytes_2align_realloc_excess_unused, 10000- 1, 2); Dec 18 14:49:41.543 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.543 INFO [stderr] | Dec 18 14:49:41.543 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.543 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.543 INFO [stderr] | Dec 18 14:49:41.543 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.543 INFO [stderr] | Dec 18 14:49:41.543 INFO [stderr] Dec 18 14:49:41.543 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.543 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.543 INFO [stderr] | Dec 18 14:49:41.543 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.543 INFO [stderr] | ^^^^^ Dec 18 14:49:41.543 INFO [stderr] ... Dec 18 14:49:41.543 INFO [stderr] 1301 | rt_realloc_excess_unused!(rt_odd_100000bytes_2align_realloc_excess_unused, 100000- 1, 2); Dec 18 14:49:41.543 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.543 INFO [stderr] | Dec 18 14:49:41.543 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.543 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.543 INFO [stderr] | Dec 18 14:49:41.543 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.543 INFO [stderr] | Dec 18 14:49:41.543 INFO [stderr] Dec 18 14:49:41.543 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.543 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.543 INFO [stderr] | Dec 18 14:49:41.543 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.543 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.543 INFO [stderr] ... Dec 18 14:49:41.543 INFO [stderr] 1301 | rt_realloc_excess_unused!(rt_odd_100000bytes_2align_realloc_excess_unused, 100000- 1, 2); Dec 18 14:49:41.543 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.543 INFO [stderr] Dec 18 14:49:41.543 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.543 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.543 INFO [stderr] | Dec 18 14:49:41.543 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.543 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.543 INFO [stderr] ... Dec 18 14:49:41.543 INFO [stderr] 1301 | rt_realloc_excess_unused!(rt_odd_100000bytes_2align_realloc_excess_unused, 100000- 1, 2); Dec 18 14:49:41.543 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.543 INFO [stderr] | Dec 18 14:49:41.543 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.543 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.543 INFO [stderr] | Dec 18 14:49:41.543 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.543 INFO [stderr] | Dec 18 14:49:41.543 INFO [stderr] Dec 18 14:49:41.544 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.544 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.544 INFO [stderr] | ^^^^^ Dec 18 14:49:41.544 INFO [stderr] ... Dec 18 14:49:41.544 INFO [stderr] 1314 | rt_realloc_excess_unused!(rt_odd_1000000bytes_2align_realloc_excess_unused, 1000000- 1, 2); Dec 18 14:49:41.544 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.544 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] Dec 18 14:49:41.544 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.544 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.544 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.544 INFO [stderr] ... Dec 18 14:49:41.544 INFO [stderr] 1314 | rt_realloc_excess_unused!(rt_odd_1000000bytes_2align_realloc_excess_unused, 1000000- 1, 2); Dec 18 14:49:41.544 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.544 INFO [stderr] Dec 18 14:49:41.544 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.544 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.544 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.544 INFO [stderr] ... Dec 18 14:49:41.544 INFO [stderr] 1314 | rt_realloc_excess_unused!(rt_odd_1000000bytes_2align_realloc_excess_unused, 1000000- 1, 2); Dec 18 14:49:41.544 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.544 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] Dec 18 14:49:41.544 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.544 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.544 INFO [stderr] | ^^^^^ Dec 18 14:49:41.544 INFO [stderr] ... Dec 18 14:49:41.544 INFO [stderr] 1328 | rt_realloc_excess_unused!(rt_primes_3bytes_2align_realloc_excess_unused, 3, 2); Dec 18 14:49:41.544 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.544 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] Dec 18 14:49:41.544 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.544 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.544 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.544 INFO [stderr] ... Dec 18 14:49:41.544 INFO [stderr] 1328 | rt_realloc_excess_unused!(rt_primes_3bytes_2align_realloc_excess_unused, 3, 2); Dec 18 14:49:41.544 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.544 INFO [stderr] Dec 18 14:49:41.544 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.544 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.544 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.544 INFO [stderr] ... Dec 18 14:49:41.544 INFO [stderr] 1328 | rt_realloc_excess_unused!(rt_primes_3bytes_2align_realloc_excess_unused, 3, 2); Dec 18 14:49:41.544 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.544 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] Dec 18 14:49:41.544 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.544 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.544 INFO [stderr] | ^^^^^ Dec 18 14:49:41.544 INFO [stderr] ... Dec 18 14:49:41.544 INFO [stderr] 1341 | rt_realloc_excess_unused!(rt_primes_7bytes_2align_realloc_excess_unused, 7, 2); Dec 18 14:49:41.544 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.544 INFO [stderr] | Dec 18 14:49:41.544 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.544 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] Dec 18 14:49:41.545 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.545 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.545 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.545 INFO [stderr] ... Dec 18 14:49:41.545 INFO [stderr] 1341 | rt_realloc_excess_unused!(rt_primes_7bytes_2align_realloc_excess_unused, 7, 2); Dec 18 14:49:41.545 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.545 INFO [stderr] Dec 18 14:49:41.545 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.545 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.545 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.545 INFO [stderr] ... Dec 18 14:49:41.545 INFO [stderr] 1341 | rt_realloc_excess_unused!(rt_primes_7bytes_2align_realloc_excess_unused, 7, 2); Dec 18 14:49:41.545 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.545 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] Dec 18 14:49:41.545 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.545 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.545 INFO [stderr] | ^^^^^ Dec 18 14:49:41.545 INFO [stderr] ... Dec 18 14:49:41.545 INFO [stderr] 1354 | rt_realloc_excess_unused!(rt_primes_13bytes_2align_realloc_excess_unused, 13, 2); Dec 18 14:49:41.545 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.545 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] Dec 18 14:49:41.545 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.545 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.545 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.545 INFO [stderr] ... Dec 18 14:49:41.545 INFO [stderr] 1354 | rt_realloc_excess_unused!(rt_primes_13bytes_2align_realloc_excess_unused, 13, 2); Dec 18 14:49:41.545 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.545 INFO [stderr] Dec 18 14:49:41.545 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.545 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.545 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.545 INFO [stderr] ... Dec 18 14:49:41.545 INFO [stderr] 1354 | rt_realloc_excess_unused!(rt_primes_13bytes_2align_realloc_excess_unused, 13, 2); Dec 18 14:49:41.545 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.545 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] Dec 18 14:49:41.545 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.545 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.545 INFO [stderr] | ^^^^^ Dec 18 14:49:41.545 INFO [stderr] ... Dec 18 14:49:41.545 INFO [stderr] 1367 | rt_realloc_excess_unused!(rt_primes_17bytes_2align_realloc_excess_unused, 17, 2); Dec 18 14:49:41.545 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.545 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] Dec 18 14:49:41.545 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.545 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.545 INFO [stderr] | Dec 18 14:49:41.545 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.545 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.545 INFO [stderr] ... Dec 18 14:49:41.546 INFO [stderr] 1367 | rt_realloc_excess_unused!(rt_primes_17bytes_2align_realloc_excess_unused, 17, 2); Dec 18 14:49:41.546 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.546 INFO [stderr] Dec 18 14:49:41.546 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.546 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.546 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.546 INFO [stderr] ... Dec 18 14:49:41.546 INFO [stderr] 1367 | rt_realloc_excess_unused!(rt_primes_17bytes_2align_realloc_excess_unused, 17, 2); Dec 18 14:49:41.546 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.546 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] Dec 18 14:49:41.546 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.546 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.546 INFO [stderr] | ^^^^^ Dec 18 14:49:41.546 INFO [stderr] ... Dec 18 14:49:41.546 INFO [stderr] 1380 | rt_realloc_excess_unused!(rt_primes_31bytes_2align_realloc_excess_unused, 31, 2); Dec 18 14:49:41.546 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.546 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] Dec 18 14:49:41.546 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.546 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.546 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.546 INFO [stderr] ... Dec 18 14:49:41.546 INFO [stderr] 1380 | rt_realloc_excess_unused!(rt_primes_31bytes_2align_realloc_excess_unused, 31, 2); Dec 18 14:49:41.546 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.546 INFO [stderr] Dec 18 14:49:41.546 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.546 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.546 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.546 INFO [stderr] ... Dec 18 14:49:41.546 INFO [stderr] 1380 | rt_realloc_excess_unused!(rt_primes_31bytes_2align_realloc_excess_unused, 31, 2); Dec 18 14:49:41.546 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.546 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] Dec 18 14:49:41.546 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.546 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.546 INFO [stderr] | ^^^^^ Dec 18 14:49:41.546 INFO [stderr] ... Dec 18 14:49:41.546 INFO [stderr] 1393 | rt_realloc_excess_unused!(rt_primes_61bytes_2align_realloc_excess_unused, 61, 2); Dec 18 14:49:41.546 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.546 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] Dec 18 14:49:41.546 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.546 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.546 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.546 INFO [stderr] ... Dec 18 14:49:41.546 INFO [stderr] 1393 | rt_realloc_excess_unused!(rt_primes_61bytes_2align_realloc_excess_unused, 61, 2); Dec 18 14:49:41.546 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.546 INFO [stderr] Dec 18 14:49:41.546 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.546 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.546 INFO [stderr] | Dec 18 14:49:41.546 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.546 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.546 INFO [stderr] ... Dec 18 14:49:41.546 INFO [stderr] 1393 | rt_realloc_excess_unused!(rt_primes_61bytes_2align_realloc_excess_unused, 61, 2); Dec 18 14:49:41.546 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.547 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] Dec 18 14:49:41.547 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.547 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.547 INFO [stderr] | ^^^^^ Dec 18 14:49:41.547 INFO [stderr] ... Dec 18 14:49:41.547 INFO [stderr] 1406 | rt_realloc_excess_unused!(rt_primes_96bytes_2align_realloc_excess_unused, 96, 2); Dec 18 14:49:41.547 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.547 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] Dec 18 14:49:41.547 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.547 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.547 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.547 INFO [stderr] ... Dec 18 14:49:41.547 INFO [stderr] 1406 | rt_realloc_excess_unused!(rt_primes_96bytes_2align_realloc_excess_unused, 96, 2); Dec 18 14:49:41.547 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.547 INFO [stderr] Dec 18 14:49:41.547 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.547 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.547 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.547 INFO [stderr] ... Dec 18 14:49:41.547 INFO [stderr] 1406 | rt_realloc_excess_unused!(rt_primes_96bytes_2align_realloc_excess_unused, 96, 2); Dec 18 14:49:41.547 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.547 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] Dec 18 14:49:41.547 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.547 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.547 INFO [stderr] | ^^^^^ Dec 18 14:49:41.547 INFO [stderr] ... Dec 18 14:49:41.547 INFO [stderr] 1419 | rt_realloc_excess_unused!(rt_primes_127bytes_2align_realloc_excess_unused, 127, 2); Dec 18 14:49:41.547 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.547 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] Dec 18 14:49:41.547 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.547 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.547 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.547 INFO [stderr] ... Dec 18 14:49:41.547 INFO [stderr] 1419 | rt_realloc_excess_unused!(rt_primes_127bytes_2align_realloc_excess_unused, 127, 2); Dec 18 14:49:41.547 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.547 INFO [stderr] Dec 18 14:49:41.547 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.547 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.547 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.547 INFO [stderr] ... Dec 18 14:49:41.547 INFO [stderr] 1419 | rt_realloc_excess_unused!(rt_primes_127bytes_2align_realloc_excess_unused, 127, 2); Dec 18 14:49:41.547 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.547 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.547 INFO [stderr] | Dec 18 14:49:41.547 INFO [stderr] Dec 18 14:49:41.547 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.548 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.548 INFO [stderr] | Dec 18 14:49:41.548 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.548 INFO [stderr] | ^^^^^ Dec 18 14:49:41.548 INFO [stderr] ... Dec 18 14:49:41.548 INFO [stderr] 1432 | rt_realloc_excess_unused!(rt_primes_257bytes_2align_realloc_excess_unused, 257, 2); Dec 18 14:49:41.548 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.548 INFO [stderr] | Dec 18 14:49:41.548 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.548 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.548 INFO [stderr] | Dec 18 14:49:41.548 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.548 INFO [stderr] | Dec 18 14:49:41.548 INFO [stderr] Dec 18 14:49:41.548 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.548 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.548 INFO [stderr] | Dec 18 14:49:41.548 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.548 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.548 INFO [stderr] ... Dec 18 14:49:41.548 INFO [stderr] 1432 | rt_realloc_excess_unused!(rt_primes_257bytes_2align_realloc_excess_unused, 257, 2); Dec 18 14:49:41.548 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.548 INFO [stderr] Dec 18 14:49:41.548 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.548 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.548 INFO [stderr] | Dec 18 14:49:41.548 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.548 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.548 INFO [stderr] ... Dec 18 14:49:41.548 INFO [stderr] 1432 | rt_realloc_excess_unused!(rt_primes_257bytes_2align_realloc_excess_unused, 257, 2); Dec 18 14:49:41.552 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.552 INFO [stderr] | Dec 18 14:49:41.580 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.580 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.580 INFO [stderr] | Dec 18 14:49:41.580 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.580 INFO [stderr] | Dec 18 14:49:41.580 INFO [stderr] Dec 18 14:49:41.580 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.580 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.580 INFO [stderr] | Dec 18 14:49:41.580 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.580 INFO [stderr] | ^^^^^ Dec 18 14:49:41.580 INFO [stderr] ... Dec 18 14:49:41.580 INFO [stderr] 1445 | rt_realloc_excess_unused!(rt_primes_509bytes_2align_realloc_excess_unused, 509, 2); Dec 18 14:49:41.580 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.580 INFO [stderr] | Dec 18 14:49:41.580 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.580 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.580 INFO [stderr] | Dec 18 14:49:41.580 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.580 INFO [stderr] | Dec 18 14:49:41.580 INFO [stderr] Dec 18 14:49:41.580 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.580 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.580 INFO [stderr] | Dec 18 14:49:41.580 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.580 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.580 INFO [stderr] ... Dec 18 14:49:41.580 INFO [stderr] 1445 | rt_realloc_excess_unused!(rt_primes_509bytes_2align_realloc_excess_unused, 509, 2); Dec 18 14:49:41.580 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.580 INFO [stderr] Dec 18 14:49:41.580 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.580 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.580 INFO [stderr] | Dec 18 14:49:41.580 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.580 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.580 INFO [stderr] ... Dec 18 14:49:41.580 INFO [stderr] 1445 | rt_realloc_excess_unused!(rt_primes_509bytes_2align_realloc_excess_unused, 509, 2); Dec 18 14:49:41.580 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.580 INFO [stderr] | Dec 18 14:49:41.580 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.581 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] Dec 18 14:49:41.581 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.581 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.581 INFO [stderr] | ^^^^^ Dec 18 14:49:41.581 INFO [stderr] ... Dec 18 14:49:41.581 INFO [stderr] 1458 | rt_realloc_excess_unused!(rt_primes_1021bytes_2align_realloc_excess_unused, 1021, 2); Dec 18 14:49:41.581 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.581 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] Dec 18 14:49:41.581 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.581 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.581 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.581 INFO [stderr] ... Dec 18 14:49:41.581 INFO [stderr] 1458 | rt_realloc_excess_unused!(rt_primes_1021bytes_2align_realloc_excess_unused, 1021, 2); Dec 18 14:49:41.581 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.581 INFO [stderr] Dec 18 14:49:41.581 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.581 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.581 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.581 INFO [stderr] ... Dec 18 14:49:41.581 INFO [stderr] 1458 | rt_realloc_excess_unused!(rt_primes_1021bytes_2align_realloc_excess_unused, 1021, 2); Dec 18 14:49:41.581 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.581 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] Dec 18 14:49:41.581 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.581 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.581 INFO [stderr] | ^^^^^ Dec 18 14:49:41.581 INFO [stderr] ... Dec 18 14:49:41.581 INFO [stderr] 1471 | rt_realloc_excess_unused!(rt_primes_2039bytes_2align_realloc_excess_unused, 2039, 2); Dec 18 14:49:41.581 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.581 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] Dec 18 14:49:41.581 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.581 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.581 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.581 INFO [stderr] ... Dec 18 14:49:41.581 INFO [stderr] 1471 | rt_realloc_excess_unused!(rt_primes_2039bytes_2align_realloc_excess_unused, 2039, 2); Dec 18 14:49:41.581 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.581 INFO [stderr] Dec 18 14:49:41.581 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.581 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.581 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.581 INFO [stderr] ... Dec 18 14:49:41.581 INFO [stderr] 1471 | rt_realloc_excess_unused!(rt_primes_2039bytes_2align_realloc_excess_unused, 2039, 2); Dec 18 14:49:41.581 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.581 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.581 INFO [stderr] Dec 18 14:49:41.581 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.581 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.581 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.582 INFO [stderr] | ^^^^^ Dec 18 14:49:41.582 INFO [stderr] ... Dec 18 14:49:41.582 INFO [stderr] 1484 | rt_realloc_excess_unused!(rt_primes_4093bytes_2align_realloc_excess_unused, 4093, 2); Dec 18 14:49:41.582 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.582 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] Dec 18 14:49:41.582 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.582 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.582 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.582 INFO [stderr] ... Dec 18 14:49:41.582 INFO [stderr] 1484 | rt_realloc_excess_unused!(rt_primes_4093bytes_2align_realloc_excess_unused, 4093, 2); Dec 18 14:49:41.582 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.582 INFO [stderr] Dec 18 14:49:41.582 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.582 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.582 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.582 INFO [stderr] ... Dec 18 14:49:41.582 INFO [stderr] 1484 | rt_realloc_excess_unused!(rt_primes_4093bytes_2align_realloc_excess_unused, 4093, 2); Dec 18 14:49:41.582 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.582 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] Dec 18 14:49:41.582 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.582 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.582 INFO [stderr] | ^^^^^ Dec 18 14:49:41.582 INFO [stderr] ... Dec 18 14:49:41.582 INFO [stderr] 1497 | rt_realloc_excess_unused!(rt_primes_8191bytes_2align_realloc_excess_unused, 8191, 2); Dec 18 14:49:41.582 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.582 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] Dec 18 14:49:41.582 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.582 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.582 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.582 INFO [stderr] ... Dec 18 14:49:41.582 INFO [stderr] 1497 | rt_realloc_excess_unused!(rt_primes_8191bytes_2align_realloc_excess_unused, 8191, 2); Dec 18 14:49:41.582 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.582 INFO [stderr] Dec 18 14:49:41.582 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.582 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.582 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.582 INFO [stderr] ... Dec 18 14:49:41.582 INFO [stderr] 1497 | rt_realloc_excess_unused!(rt_primes_8191bytes_2align_realloc_excess_unused, 8191, 2); Dec 18 14:49:41.582 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.582 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] Dec 18 14:49:41.582 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.582 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.582 INFO [stderr] | ^^^^^ Dec 18 14:49:41.582 INFO [stderr] ... Dec 18 14:49:41.582 INFO [stderr] 1510 | rt_realloc_excess_unused!(rt_primes_16381bytes_2align_realloc_excess_unused, 16381, 2); Dec 18 14:49:41.582 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.582 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.582 INFO [stderr] | Dec 18 14:49:41.582 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] Dec 18 14:49:41.583 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.583 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.583 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.583 INFO [stderr] ... Dec 18 14:49:41.583 INFO [stderr] 1510 | rt_realloc_excess_unused!(rt_primes_16381bytes_2align_realloc_excess_unused, 16381, 2); Dec 18 14:49:41.583 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.583 INFO [stderr] Dec 18 14:49:41.583 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.583 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.583 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.583 INFO [stderr] ... Dec 18 14:49:41.583 INFO [stderr] 1510 | rt_realloc_excess_unused!(rt_primes_16381bytes_2align_realloc_excess_unused, 16381, 2); Dec 18 14:49:41.583 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.583 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] Dec 18 14:49:41.583 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.583 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.583 INFO [stderr] | ^^^^^ Dec 18 14:49:41.583 INFO [stderr] ... Dec 18 14:49:41.583 INFO [stderr] 1523 | rt_realloc_excess_unused!(rt_primes_32749bytes_2align_realloc_excess_unused, 32749, 2); Dec 18 14:49:41.583 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.583 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] Dec 18 14:49:41.583 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.583 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.583 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.583 INFO [stderr] ... Dec 18 14:49:41.583 INFO [stderr] 1523 | rt_realloc_excess_unused!(rt_primes_32749bytes_2align_realloc_excess_unused, 32749, 2); Dec 18 14:49:41.583 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.583 INFO [stderr] Dec 18 14:49:41.583 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.583 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.583 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.583 INFO [stderr] ... Dec 18 14:49:41.583 INFO [stderr] 1523 | rt_realloc_excess_unused!(rt_primes_32749bytes_2align_realloc_excess_unused, 32749, 2); Dec 18 14:49:41.583 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.583 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] Dec 18 14:49:41.583 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.583 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.583 INFO [stderr] | ^^^^^ Dec 18 14:49:41.583 INFO [stderr] ... Dec 18 14:49:41.583 INFO [stderr] 1536 | rt_realloc_excess_unused!(rt_primes_65537bytes_2align_realloc_excess_unused, 65537, 2); Dec 18 14:49:41.583 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.583 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] Dec 18 14:49:41.583 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.583 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.583 INFO [stderr] | Dec 18 14:49:41.583 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.583 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.583 INFO [stderr] ... Dec 18 14:49:41.583 INFO [stderr] 1536 | rt_realloc_excess_unused!(rt_primes_65537bytes_2align_realloc_excess_unused, 65537, 2); Dec 18 14:49:41.583 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.584 INFO [stderr] Dec 18 14:49:41.584 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.584 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.584 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.584 INFO [stderr] ... Dec 18 14:49:41.584 INFO [stderr] 1536 | rt_realloc_excess_unused!(rt_primes_65537bytes_2align_realloc_excess_unused, 65537, 2); Dec 18 14:49:41.584 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.584 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] Dec 18 14:49:41.584 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.584 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.584 INFO [stderr] | ^^^^^ Dec 18 14:49:41.584 INFO [stderr] ... Dec 18 14:49:41.584 INFO [stderr] 1549 | rt_realloc_excess_unused!(rt_primes_131071bytes_2align_realloc_excess_unused, 131071, 2); Dec 18 14:49:41.584 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.584 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] Dec 18 14:49:41.584 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.584 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.584 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.584 INFO [stderr] ... Dec 18 14:49:41.584 INFO [stderr] 1549 | rt_realloc_excess_unused!(rt_primes_131071bytes_2align_realloc_excess_unused, 131071, 2); Dec 18 14:49:41.584 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.584 INFO [stderr] Dec 18 14:49:41.584 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.584 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.584 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.584 INFO [stderr] ... Dec 18 14:49:41.584 INFO [stderr] 1549 | rt_realloc_excess_unused!(rt_primes_131071bytes_2align_realloc_excess_unused, 131071, 2); Dec 18 14:49:41.584 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.584 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] Dec 18 14:49:41.584 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.584 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.584 INFO [stderr] | ^^^^^ Dec 18 14:49:41.584 INFO [stderr] ... Dec 18 14:49:41.584 INFO [stderr] 1562 | rt_realloc_excess_unused!(rt_primes_4194301bytes_2align_realloc_excess_unused, 4194301, 2); Dec 18 14:49:41.584 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.584 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] Dec 18 14:49:41.584 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.584 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.584 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.584 INFO [stderr] ... Dec 18 14:49:41.584 INFO [stderr] 1562 | rt_realloc_excess_unused!(rt_primes_4194301bytes_2align_realloc_excess_unused, 4194301, 2); Dec 18 14:49:41.584 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.584 INFO [stderr] Dec 18 14:49:41.584 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.584 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.584 INFO [stderr] | Dec 18 14:49:41.584 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.584 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.585 INFO [stderr] ... Dec 18 14:49:41.585 INFO [stderr] 1562 | rt_realloc_excess_unused!(rt_primes_4194301bytes_2align_realloc_excess_unused, 4194301, 2); Dec 18 14:49:41.585 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.585 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] Dec 18 14:49:41.585 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.585 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.585 INFO [stderr] | ^^^^^ Dec 18 14:49:41.585 INFO [stderr] ... Dec 18 14:49:41.585 INFO [stderr] 1578 | rt_realloc_excess_unused!(rt_pow2_1bytes_4align_realloc_excess_unused, 1, 4); Dec 18 14:49:41.585 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.585 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] Dec 18 14:49:41.585 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.585 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.585 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.585 INFO [stderr] ... Dec 18 14:49:41.585 INFO [stderr] 1578 | rt_realloc_excess_unused!(rt_pow2_1bytes_4align_realloc_excess_unused, 1, 4); Dec 18 14:49:41.585 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.585 INFO [stderr] Dec 18 14:49:41.585 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.585 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.585 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.585 INFO [stderr] ... Dec 18 14:49:41.585 INFO [stderr] 1578 | rt_realloc_excess_unused!(rt_pow2_1bytes_4align_realloc_excess_unused, 1, 4); Dec 18 14:49:41.585 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.585 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] Dec 18 14:49:41.585 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.585 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.585 INFO [stderr] | ^^^^^ Dec 18 14:49:41.585 INFO [stderr] ... Dec 18 14:49:41.585 INFO [stderr] 1591 | rt_realloc_excess_unused!(rt_pow2_2bytes_4align_realloc_excess_unused, 2, 4); Dec 18 14:49:41.585 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.585 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] Dec 18 14:49:41.585 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.585 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.585 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.585 INFO [stderr] ... Dec 18 14:49:41.585 INFO [stderr] 1591 | rt_realloc_excess_unused!(rt_pow2_2bytes_4align_realloc_excess_unused, 2, 4); Dec 18 14:49:41.585 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.585 INFO [stderr] Dec 18 14:49:41.585 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.585 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.585 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.585 INFO [stderr] ... Dec 18 14:49:41.585 INFO [stderr] 1591 | rt_realloc_excess_unused!(rt_pow2_2bytes_4align_realloc_excess_unused, 2, 4); Dec 18 14:49:41.585 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.585 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.585 INFO [stderr] | Dec 18 14:49:41.585 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] Dec 18 14:49:41.586 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.586 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.586 INFO [stderr] | ^^^^^ Dec 18 14:49:41.586 INFO [stderr] ... Dec 18 14:49:41.586 INFO [stderr] 1604 | rt_realloc_excess_unused!(rt_pow2_4bytes_4align_realloc_excess_unused, 4, 4); Dec 18 14:49:41.586 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.586 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] Dec 18 14:49:41.586 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.586 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.586 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.586 INFO [stderr] ... Dec 18 14:49:41.586 INFO [stderr] 1604 | rt_realloc_excess_unused!(rt_pow2_4bytes_4align_realloc_excess_unused, 4, 4); Dec 18 14:49:41.586 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.586 INFO [stderr] Dec 18 14:49:41.586 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.586 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.586 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.586 INFO [stderr] ... Dec 18 14:49:41.586 INFO [stderr] 1604 | rt_realloc_excess_unused!(rt_pow2_4bytes_4align_realloc_excess_unused, 4, 4); Dec 18 14:49:41.586 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.586 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] Dec 18 14:49:41.586 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.586 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.586 INFO [stderr] | ^^^^^ Dec 18 14:49:41.586 INFO [stderr] ... Dec 18 14:49:41.586 INFO [stderr] 1617 | rt_realloc_excess_unused!(rt_pow2_8bytes_4align_realloc_excess_unused, 8, 4); Dec 18 14:49:41.586 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.586 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] Dec 18 14:49:41.586 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.586 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.586 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.586 INFO [stderr] ... Dec 18 14:49:41.586 INFO [stderr] 1617 | rt_realloc_excess_unused!(rt_pow2_8bytes_4align_realloc_excess_unused, 8, 4); Dec 18 14:49:41.586 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.586 INFO [stderr] Dec 18 14:49:41.586 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.586 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.586 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.586 INFO [stderr] ... Dec 18 14:49:41.586 INFO [stderr] 1617 | rt_realloc_excess_unused!(rt_pow2_8bytes_4align_realloc_excess_unused, 8, 4); Dec 18 14:49:41.586 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.586 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] Dec 18 14:49:41.586 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.586 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.586 INFO [stderr] | Dec 18 14:49:41.586 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.586 INFO [stderr] | ^^^^^ Dec 18 14:49:41.586 INFO [stderr] ... Dec 18 14:49:41.587 INFO [stderr] 1630 | rt_realloc_excess_unused!(rt_pow2_16bytes_4align_realloc_excess_unused, 16, 4); Dec 18 14:49:41.587 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.587 INFO [stderr] | Dec 18 14:49:41.587 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.587 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.587 INFO [stderr] | Dec 18 14:49:41.587 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.587 INFO [stderr] | Dec 18 14:49:41.587 INFO [stderr] Dec 18 14:49:41.587 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.587 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.587 INFO [stderr] | Dec 18 14:49:41.587 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.587 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.587 INFO [stderr] ... Dec 18 14:49:41.587 INFO [stderr] 1630 | rt_realloc_excess_unused!(rt_pow2_16bytes_4align_realloc_excess_unused, 16, 4); Dec 18 14:49:41.587 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.587 INFO [stderr] Dec 18 14:49:41.592 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.592 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.592 INFO [stderr] | Dec 18 14:49:41.592 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.592 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.592 INFO [stderr] ... Dec 18 14:49:41.592 INFO [stderr] 1630 | rt_realloc_excess_unused!(rt_pow2_16bytes_4align_realloc_excess_unused, 16, 4); Dec 18 14:49:41.592 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.592 INFO [stderr] | Dec 18 14:49:41.592 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.592 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.592 INFO [stderr] | Dec 18 14:49:41.592 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.592 INFO [stderr] | Dec 18 14:49:41.592 INFO [stderr] Dec 18 14:49:41.592 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.592 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.592 INFO [stderr] | Dec 18 14:49:41.592 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.592 INFO [stderr] | ^^^^^ Dec 18 14:49:41.592 INFO [stderr] ... Dec 18 14:49:41.592 INFO [stderr] 1643 | rt_realloc_excess_unused!(rt_pow2_32bytes_4align_realloc_excess_unused, 32, 4); Dec 18 14:49:41.592 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.592 INFO [stderr] | Dec 18 14:49:41.592 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.592 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.592 INFO [stderr] | Dec 18 14:49:41.592 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.592 INFO [stderr] | Dec 18 14:49:41.592 INFO [stderr] Dec 18 14:49:41.593 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.593 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.593 INFO [stderr] | Dec 18 14:49:41.593 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.593 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.593 INFO [stderr] ... Dec 18 14:49:41.593 INFO [stderr] 1643 | rt_realloc_excess_unused!(rt_pow2_32bytes_4align_realloc_excess_unused, 32, 4); Dec 18 14:49:41.593 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.593 INFO [stderr] Dec 18 14:49:41.593 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.593 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.593 INFO [stderr] | Dec 18 14:49:41.593 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.593 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.593 INFO [stderr] ... Dec 18 14:49:41.593 INFO [stderr] 1643 | rt_realloc_excess_unused!(rt_pow2_32bytes_4align_realloc_excess_unused, 32, 4); Dec 18 14:49:41.593 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.593 INFO [stderr] | Dec 18 14:49:41.593 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.593 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.593 INFO [stderr] | Dec 18 14:49:41.593 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.593 INFO [stderr] | Dec 18 14:49:41.593 INFO [stderr] Dec 18 14:49:41.593 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.593 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.593 INFO [stderr] | Dec 18 14:49:41.593 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.593 INFO [stderr] | ^^^^^ Dec 18 14:49:41.593 INFO [stderr] ... Dec 18 14:49:41.593 INFO [stderr] 1656 | rt_realloc_excess_unused!(rt_pow2_64bytes_4align_realloc_excess_unused, 64, 4); Dec 18 14:49:41.593 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.593 INFO [stderr] | Dec 18 14:49:41.593 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.593 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.593 INFO [stderr] | Dec 18 14:49:41.593 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.593 INFO [stderr] | Dec 18 14:49:41.593 INFO [stderr] Dec 18 14:49:41.593 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.593 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.593 INFO [stderr] | Dec 18 14:49:41.593 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.593 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.593 INFO [stderr] ... Dec 18 14:49:41.593 INFO [stderr] 1656 | rt_realloc_excess_unused!(rt_pow2_64bytes_4align_realloc_excess_unused, 64, 4); Dec 18 14:49:41.593 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.593 INFO [stderr] Dec 18 14:49:41.593 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.593 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.593 INFO [stderr] | Dec 18 14:49:41.593 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.593 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.593 INFO [stderr] ... Dec 18 14:49:41.593 INFO [stderr] 1656 | rt_realloc_excess_unused!(rt_pow2_64bytes_4align_realloc_excess_unused, 64, 4); Dec 18 14:49:41.593 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.593 INFO [stderr] | Dec 18 14:49:41.593 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.593 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.594 INFO [stderr] | Dec 18 14:49:41.594 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.594 INFO [stderr] | Dec 18 14:49:41.594 INFO [stderr] Dec 18 14:49:41.594 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.594 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.594 INFO [stderr] | Dec 18 14:49:41.594 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.594 INFO [stderr] | ^^^^^ Dec 18 14:49:41.594 INFO [stderr] ... Dec 18 14:49:41.594 INFO [stderr] 1669 | rt_realloc_excess_unused!(rt_pow2_128bytes_4align_realloc_excess_unused, 128, 4); Dec 18 14:49:41.594 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.594 INFO [stderr] | Dec 18 14:49:41.594 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.594 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.594 INFO [stderr] | Dec 18 14:49:41.594 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.594 INFO [stderr] | Dec 18 14:49:41.594 INFO [stderr] Dec 18 14:49:41.594 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.594 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.594 INFO [stderr] | Dec 18 14:49:41.594 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.594 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.594 INFO [stderr] ... Dec 18 14:49:41.594 INFO [stderr] 1669 | rt_realloc_excess_unused!(rt_pow2_128bytes_4align_realloc_excess_unused, 128, 4); Dec 18 14:49:41.594 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.594 INFO [stderr] Dec 18 14:49:41.600 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.600 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.600 INFO [stderr] | Dec 18 14:49:41.600 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.600 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.600 INFO [stderr] ... Dec 18 14:49:41.600 INFO [stderr] 1669 | rt_realloc_excess_unused!(rt_pow2_128bytes_4align_realloc_excess_unused, 128, 4); Dec 18 14:49:41.600 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.600 INFO [stderr] | Dec 18 14:49:41.600 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.600 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.600 INFO [stderr] | Dec 18 14:49:41.600 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.600 INFO [stderr] | Dec 18 14:49:41.600 INFO [stderr] Dec 18 14:49:41.600 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.600 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.600 INFO [stderr] | Dec 18 14:49:41.600 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.600 INFO [stderr] | ^^^^^ Dec 18 14:49:41.600 INFO [stderr] ... Dec 18 14:49:41.600 INFO [stderr] 1682 | rt_realloc_excess_unused!(rt_pow2_256bytes_4align_realloc_excess_unused, 256, 4); Dec 18 14:49:41.600 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.600 INFO [stderr] | Dec 18 14:49:41.600 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.600 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.600 INFO [stderr] | Dec 18 14:49:41.600 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.600 INFO [stderr] | Dec 18 14:49:41.600 INFO [stderr] Dec 18 14:49:41.600 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.600 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.600 INFO [stderr] | Dec 18 14:49:41.600 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.600 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.600 INFO [stderr] ... Dec 18 14:49:41.600 INFO [stderr] 1682 | rt_realloc_excess_unused!(rt_pow2_256bytes_4align_realloc_excess_unused, 256, 4); Dec 18 14:49:41.600 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.601 INFO [stderr] Dec 18 14:49:41.601 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.601 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.601 INFO [stderr] | Dec 18 14:49:41.601 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.601 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.601 INFO [stderr] ... Dec 18 14:49:41.601 INFO [stderr] 1682 | rt_realloc_excess_unused!(rt_pow2_256bytes_4align_realloc_excess_unused, 256, 4); Dec 18 14:49:41.601 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.601 INFO [stderr] | Dec 18 14:49:41.601 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.601 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.601 INFO [stderr] | Dec 18 14:49:41.601 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.601 INFO [stderr] | Dec 18 14:49:41.601 INFO [stderr] Dec 18 14:49:41.601 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.601 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.601 INFO [stderr] | Dec 18 14:49:41.601 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.601 INFO [stderr] | ^^^^^ Dec 18 14:49:41.601 INFO [stderr] ... Dec 18 14:49:41.601 INFO [stderr] 1695 | rt_realloc_excess_unused!(rt_pow2_512bytes_4align_realloc_excess_unused, 512, 4); Dec 18 14:49:41.601 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.601 INFO [stderr] | Dec 18 14:49:41.601 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.601 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.601 INFO [stderr] | Dec 18 14:49:41.601 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.601 INFO [stderr] | Dec 18 14:49:41.601 INFO [stderr] Dec 18 14:49:41.601 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.601 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.601 INFO [stderr] | Dec 18 14:49:41.601 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.601 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.601 INFO [stderr] ... Dec 18 14:49:41.601 INFO [stderr] 1695 | rt_realloc_excess_unused!(rt_pow2_512bytes_4align_realloc_excess_unused, 512, 4); Dec 18 14:49:41.601 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.601 INFO [stderr] Dec 18 14:49:41.601 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.601 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.601 INFO [stderr] | Dec 18 14:49:41.601 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.601 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.601 INFO [stderr] ... Dec 18 14:49:41.601 INFO [stderr] 1695 | rt_realloc_excess_unused!(rt_pow2_512bytes_4align_realloc_excess_unused, 512, 4); Dec 18 14:49:41.601 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.601 INFO [stderr] | Dec 18 14:49:41.601 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.601 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.601 INFO [stderr] | Dec 18 14:49:41.601 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.601 INFO [stderr] | Dec 18 14:49:41.601 INFO [stderr] Dec 18 14:49:41.601 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.601 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.601 INFO [stderr] | Dec 18 14:49:41.601 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.601 INFO [stderr] | ^^^^^ Dec 18 14:49:41.601 INFO [stderr] ... Dec 18 14:49:41.601 INFO [stderr] 1708 | rt_realloc_excess_unused!(rt_pow2_1024bytes_4align_realloc_excess_unused, 1024, 4); Dec 18 14:49:41.601 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.601 INFO [stderr] | Dec 18 14:49:41.601 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.601 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.601 INFO [stderr] | Dec 18 14:49:41.601 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.601 INFO [stderr] | Dec 18 14:49:41.601 INFO [stderr] Dec 18 14:49:41.612 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.612 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.612 INFO [stderr] | Dec 18 14:49:41.612 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.612 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.612 INFO [stderr] ... Dec 18 14:49:41.612 INFO [stderr] 1708 | rt_realloc_excess_unused!(rt_pow2_1024bytes_4align_realloc_excess_unused, 1024, 4); Dec 18 14:49:41.612 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.612 INFO [stderr] Dec 18 14:49:41.612 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.612 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.612 INFO [stderr] | Dec 18 14:49:41.612 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.612 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.612 INFO [stderr] ... Dec 18 14:49:41.612 INFO [stderr] 1708 | rt_realloc_excess_unused!(rt_pow2_1024bytes_4align_realloc_excess_unused, 1024, 4); Dec 18 14:49:41.612 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.612 INFO [stderr] | Dec 18 14:49:41.612 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.612 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.612 INFO [stderr] | Dec 18 14:49:41.612 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.612 INFO [stderr] | Dec 18 14:49:41.612 INFO [stderr] Dec 18 14:49:41.612 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.612 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.612 INFO [stderr] | Dec 18 14:49:41.612 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.612 INFO [stderr] | ^^^^^ Dec 18 14:49:41.612 INFO [stderr] ... Dec 18 14:49:41.612 INFO [stderr] 1721 | rt_realloc_excess_unused!(rt_pow2_2048bytes_4align_realloc_excess_unused, 2048, 4); Dec 18 14:49:41.612 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.612 INFO [stderr] | Dec 18 14:49:41.612 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.612 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.612 INFO [stderr] | Dec 18 14:49:41.612 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.612 INFO [stderr] | Dec 18 14:49:41.612 INFO [stderr] Dec 18 14:49:41.612 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.612 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.612 INFO [stderr] | Dec 18 14:49:41.612 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.612 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.612 INFO [stderr] ... Dec 18 14:49:41.612 INFO [stderr] 1721 | rt_realloc_excess_unused!(rt_pow2_2048bytes_4align_realloc_excess_unused, 2048, 4); Dec 18 14:49:41.612 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.612 INFO [stderr] Dec 18 14:49:41.612 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.613 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.613 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.613 INFO [stderr] ... Dec 18 14:49:41.613 INFO [stderr] 1721 | rt_realloc_excess_unused!(rt_pow2_2048bytes_4align_realloc_excess_unused, 2048, 4); Dec 18 14:49:41.613 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.613 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] Dec 18 14:49:41.613 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.613 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.613 INFO [stderr] | ^^^^^ Dec 18 14:49:41.613 INFO [stderr] ... Dec 18 14:49:41.613 INFO [stderr] 1734 | rt_realloc_excess_unused!(rt_pow2_4096bytes_4align_realloc_excess_unused, 4096, 4); Dec 18 14:49:41.613 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.613 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] Dec 18 14:49:41.613 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.613 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.613 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.613 INFO [stderr] ... Dec 18 14:49:41.613 INFO [stderr] 1734 | rt_realloc_excess_unused!(rt_pow2_4096bytes_4align_realloc_excess_unused, 4096, 4); Dec 18 14:49:41.613 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.613 INFO [stderr] Dec 18 14:49:41.613 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.613 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.613 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.613 INFO [stderr] ... Dec 18 14:49:41.613 INFO [stderr] 1734 | rt_realloc_excess_unused!(rt_pow2_4096bytes_4align_realloc_excess_unused, 4096, 4); Dec 18 14:49:41.613 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.613 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] Dec 18 14:49:41.613 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.613 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.613 INFO [stderr] | ^^^^^ Dec 18 14:49:41.613 INFO [stderr] ... Dec 18 14:49:41.613 INFO [stderr] 1747 | rt_realloc_excess_unused!(rt_pow2_8192bytes_4align_realloc_excess_unused, 8192, 4); Dec 18 14:49:41.613 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.613 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] Dec 18 14:49:41.613 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.613 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.613 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.613 INFO [stderr] ... Dec 18 14:49:41.613 INFO [stderr] 1747 | rt_realloc_excess_unused!(rt_pow2_8192bytes_4align_realloc_excess_unused, 8192, 4); Dec 18 14:49:41.613 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.613 INFO [stderr] Dec 18 14:49:41.613 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.613 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.613 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.613 INFO [stderr] ... Dec 18 14:49:41.613 INFO [stderr] 1747 | rt_realloc_excess_unused!(rt_pow2_8192bytes_4align_realloc_excess_unused, 8192, 4); Dec 18 14:49:41.613 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.613 INFO [stderr] | Dec 18 14:49:41.613 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.613 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.614 INFO [stderr] | Dec 18 14:49:41.614 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.614 INFO [stderr] | Dec 18 14:49:41.614 INFO [stderr] Dec 18 14:49:41.614 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.614 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.614 INFO [stderr] | Dec 18 14:49:41.614 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.614 INFO [stderr] | ^^^^^ Dec 18 14:49:41.614 INFO [stderr] ... Dec 18 14:49:41.614 INFO [stderr] 1760 | rt_realloc_excess_unused!(rt_pow2_16384bytes_4align_realloc_excess_unused, 16384, 4); Dec 18 14:49:41.614 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.614 INFO [stderr] | Dec 18 14:49:41.614 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.614 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.614 INFO [stderr] | Dec 18 14:49:41.614 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.614 INFO [stderr] | Dec 18 14:49:41.614 INFO [stderr] Dec 18 14:49:41.614 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.614 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.614 INFO [stderr] | Dec 18 14:49:41.614 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.614 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.614 INFO [stderr] ... Dec 18 14:49:41.614 INFO [stderr] 1760 | rt_realloc_excess_unused!(rt_pow2_16384bytes_4align_realloc_excess_unused, 16384, 4); Dec 18 14:49:41.614 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.614 INFO [stderr] Dec 18 14:49:41.614 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.614 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.614 INFO [stderr] | Dec 18 14:49:41.614 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.614 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.614 INFO [stderr] ... Dec 18 14:49:41.614 INFO [stderr] 1760 | rt_realloc_excess_unused!(rt_pow2_16384bytes_4align_realloc_excess_unused, 16384, 4); Dec 18 14:49:41.614 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.614 INFO [stderr] | Dec 18 14:49:41.614 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.614 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.614 INFO [stderr] | Dec 18 14:49:41.614 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.614 INFO [stderr] | Dec 18 14:49:41.614 INFO [stderr] Dec 18 14:49:41.614 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.614 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.614 INFO [stderr] | Dec 18 14:49:41.614 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.614 INFO [stderr] | ^^^^^ Dec 18 14:49:41.614 INFO [stderr] ... Dec 18 14:49:41.614 INFO [stderr] 1773 | rt_realloc_excess_unused!(rt_pow2_32768bytes_4align_realloc_excess_unused, 32768, 4); Dec 18 14:49:41.614 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.614 INFO [stderr] | Dec 18 14:49:41.614 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.614 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.614 INFO [stderr] | Dec 18 14:49:41.614 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.614 INFO [stderr] | Dec 18 14:49:41.614 INFO [stderr] Dec 18 14:49:41.621 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.621 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.621 INFO [stderr] | Dec 18 14:49:41.621 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.621 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.621 INFO [stderr] ... Dec 18 14:49:41.621 INFO [stderr] 1773 | rt_realloc_excess_unused!(rt_pow2_32768bytes_4align_realloc_excess_unused, 32768, 4); Dec 18 14:49:41.621 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.621 INFO [stderr] Dec 18 14:49:41.621 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.621 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.621 INFO [stderr] | Dec 18 14:49:41.621 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.621 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.621 INFO [stderr] ... Dec 18 14:49:41.621 INFO [stderr] 1773 | rt_realloc_excess_unused!(rt_pow2_32768bytes_4align_realloc_excess_unused, 32768, 4); Dec 18 14:49:41.621 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.621 INFO [stderr] | Dec 18 14:49:41.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.621 INFO [stderr] | Dec 18 14:49:41.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.621 INFO [stderr] | Dec 18 14:49:41.621 INFO [stderr] Dec 18 14:49:41.621 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.621 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.621 INFO [stderr] | Dec 18 14:49:41.621 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.621 INFO [stderr] | ^^^^^ Dec 18 14:49:41.621 INFO [stderr] ... Dec 18 14:49:41.621 INFO [stderr] 1786 | rt_realloc_excess_unused!(rt_pow2_65536bytes_4align_realloc_excess_unused, 65536, 4); Dec 18 14:49:41.621 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.621 INFO [stderr] | Dec 18 14:49:41.621 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.621 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.621 INFO [stderr] | Dec 18 14:49:41.621 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.621 INFO [stderr] | Dec 18 14:49:41.621 INFO [stderr] Dec 18 14:49:41.632 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.632 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.632 INFO [stderr] | Dec 18 14:49:41.632 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.632 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.632 INFO [stderr] ... Dec 18 14:49:41.632 INFO [stderr] 1786 | rt_realloc_excess_unused!(rt_pow2_65536bytes_4align_realloc_excess_unused, 65536, 4); Dec 18 14:49:41.632 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.632 INFO [stderr] Dec 18 14:49:41.632 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.632 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.632 INFO [stderr] | Dec 18 14:49:41.632 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.632 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.632 INFO [stderr] ... Dec 18 14:49:41.632 INFO [stderr] 1786 | rt_realloc_excess_unused!(rt_pow2_65536bytes_4align_realloc_excess_unused, 65536, 4); Dec 18 14:49:41.632 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.632 INFO [stderr] | Dec 18 14:49:41.632 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.632 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.632 INFO [stderr] | Dec 18 14:49:41.632 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.632 INFO [stderr] | Dec 18 14:49:41.632 INFO [stderr] Dec 18 14:49:41.632 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.632 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.632 INFO [stderr] | Dec 18 14:49:41.632 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.632 INFO [stderr] | ^^^^^ Dec 18 14:49:41.632 INFO [stderr] ... Dec 18 14:49:41.632 INFO [stderr] 1799 | rt_realloc_excess_unused!(rt_pow2_131072bytes_4align_realloc_excess_unused, 131072, 4); Dec 18 14:49:41.632 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.632 INFO [stderr] | Dec 18 14:49:41.632 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.632 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.632 INFO [stderr] | Dec 18 14:49:41.632 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.632 INFO [stderr] | Dec 18 14:49:41.632 INFO [stderr] Dec 18 14:49:41.632 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.632 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.632 INFO [stderr] | Dec 18 14:49:41.632 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.632 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.633 INFO [stderr] ... Dec 18 14:49:41.633 INFO [stderr] 1799 | rt_realloc_excess_unused!(rt_pow2_131072bytes_4align_realloc_excess_unused, 131072, 4); Dec 18 14:49:41.633 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.633 INFO [stderr] Dec 18 14:49:41.633 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.633 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.633 INFO [stderr] | Dec 18 14:49:41.633 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.633 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.633 INFO [stderr] ... Dec 18 14:49:41.633 INFO [stderr] 1799 | rt_realloc_excess_unused!(rt_pow2_131072bytes_4align_realloc_excess_unused, 131072, 4); Dec 18 14:49:41.633 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.633 INFO [stderr] | Dec 18 14:49:41.633 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.633 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.633 INFO [stderr] | Dec 18 14:49:41.633 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.633 INFO [stderr] | Dec 18 14:49:41.633 INFO [stderr] Dec 18 14:49:41.633 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.633 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.633 INFO [stderr] | Dec 18 14:49:41.633 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.633 INFO [stderr] | ^^^^^ Dec 18 14:49:41.633 INFO [stderr] ... Dec 18 14:49:41.633 INFO [stderr] 1812 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_4align_realloc_excess_unused, 4194304, 4); Dec 18 14:49:41.634 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.634 INFO [stderr] | Dec 18 14:49:41.634 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.634 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.634 INFO [stderr] | Dec 18 14:49:41.634 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.634 INFO [stderr] | Dec 18 14:49:41.634 INFO [stderr] Dec 18 14:49:41.634 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.634 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.634 INFO [stderr] | Dec 18 14:49:41.634 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.634 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.634 INFO [stderr] ... Dec 18 14:49:41.634 INFO [stderr] 1812 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_4align_realloc_excess_unused, 4194304, 4); Dec 18 14:49:41.634 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.634 INFO [stderr] Dec 18 14:49:41.634 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.634 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.634 INFO [stderr] | Dec 18 14:49:41.634 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.634 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.634 INFO [stderr] ... Dec 18 14:49:41.634 INFO [stderr] 1812 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_4align_realloc_excess_unused, 4194304, 4); Dec 18 14:49:41.634 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.634 INFO [stderr] | Dec 18 14:49:41.634 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.634 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.634 INFO [stderr] | Dec 18 14:49:41.634 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.634 INFO [stderr] | Dec 18 14:49:41.634 INFO [stderr] Dec 18 14:49:41.636 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.636 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.636 INFO [stderr] | Dec 18 14:49:41.636 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.636 INFO [stderr] | ^^^^^ Dec 18 14:49:41.636 INFO [stderr] ... Dec 18 14:49:41.636 INFO [stderr] 1826 | rt_realloc_excess_unused!(rt_even_10bytes_4align_realloc_excess_unused, 10, 4); Dec 18 14:49:41.636 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.636 INFO [stderr] | Dec 18 14:49:41.636 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.636 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.636 INFO [stderr] | Dec 18 14:49:41.636 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.636 INFO [stderr] | Dec 18 14:49:41.636 INFO [stderr] Dec 18 14:49:41.636 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.636 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.636 INFO [stderr] | Dec 18 14:49:41.636 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.636 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.636 INFO [stderr] ... Dec 18 14:49:41.636 INFO [stderr] 1826 | rt_realloc_excess_unused!(rt_even_10bytes_4align_realloc_excess_unused, 10, 4); Dec 18 14:49:41.636 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.636 INFO [stderr] Dec 18 14:49:41.636 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.636 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.636 INFO [stderr] | Dec 18 14:49:41.636 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.636 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.636 INFO [stderr] ... Dec 18 14:49:41.636 INFO [stderr] 1826 | rt_realloc_excess_unused!(rt_even_10bytes_4align_realloc_excess_unused, 10, 4); Dec 18 14:49:41.636 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.636 INFO [stderr] | Dec 18 14:49:41.636 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.636 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.636 INFO [stderr] | Dec 18 14:49:41.636 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.636 INFO [stderr] | Dec 18 14:49:41.636 INFO [stderr] Dec 18 14:49:41.636 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.636 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.636 INFO [stderr] | Dec 18 14:49:41.636 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.636 INFO [stderr] | ^^^^^ Dec 18 14:49:41.636 INFO [stderr] ... Dec 18 14:49:41.636 INFO [stderr] 1839 | rt_realloc_excess_unused!(rt_even_100bytes_4align_realloc_excess_unused, 100, 4); Dec 18 14:49:41.636 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.636 INFO [stderr] | Dec 18 14:49:41.636 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.636 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.637 INFO [stderr] | Dec 18 14:49:41.637 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.637 INFO [stderr] | Dec 18 14:49:41.637 INFO [stderr] Dec 18 14:49:41.637 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.637 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.637 INFO [stderr] | Dec 18 14:49:41.637 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.637 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.637 INFO [stderr] ... Dec 18 14:49:41.637 INFO [stderr] 1839 | rt_realloc_excess_unused!(rt_even_100bytes_4align_realloc_excess_unused, 100, 4); Dec 18 14:49:41.637 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.637 INFO [stderr] Dec 18 14:49:41.637 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.637 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.637 INFO [stderr] | Dec 18 14:49:41.637 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.637 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.637 INFO [stderr] ... Dec 18 14:49:41.637 INFO [stderr] 1839 | rt_realloc_excess_unused!(rt_even_100bytes_4align_realloc_excess_unused, 100, 4); Dec 18 14:49:41.637 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.637 INFO [stderr] | Dec 18 14:49:41.637 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.637 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.637 INFO [stderr] | Dec 18 14:49:41.637 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.637 INFO [stderr] | Dec 18 14:49:41.637 INFO [stderr] Dec 18 14:49:41.637 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.637 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.637 INFO [stderr] | Dec 18 14:49:41.637 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.637 INFO [stderr] | ^^^^^ Dec 18 14:49:41.637 INFO [stderr] ... Dec 18 14:49:41.637 INFO [stderr] 1852 | rt_realloc_excess_unused!(rt_even_1000bytes_4align_realloc_excess_unused, 1000, 4); Dec 18 14:49:41.637 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.637 INFO [stderr] | Dec 18 14:49:41.637 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.637 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.637 INFO [stderr] | Dec 18 14:49:41.637 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.637 INFO [stderr] | Dec 18 14:49:41.637 INFO [stderr] Dec 18 14:49:41.637 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.637 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.637 INFO [stderr] | Dec 18 14:49:41.637 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.637 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.637 INFO [stderr] ... Dec 18 14:49:41.637 INFO [stderr] 1852 | rt_realloc_excess_unused!(rt_even_1000bytes_4align_realloc_excess_unused, 1000, 4); Dec 18 14:49:41.637 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.637 INFO [stderr] Dec 18 14:49:41.637 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.637 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.637 INFO [stderr] | Dec 18 14:49:41.637 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.637 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.637 INFO [stderr] ... Dec 18 14:49:41.637 INFO [stderr] 1852 | rt_realloc_excess_unused!(rt_even_1000bytes_4align_realloc_excess_unused, 1000, 4); Dec 18 14:49:41.637 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.637 INFO [stderr] | Dec 18 14:49:41.637 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.637 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.637 INFO [stderr] | Dec 18 14:49:41.637 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.637 INFO [stderr] | Dec 18 14:49:41.637 INFO [stderr] Dec 18 14:49:41.637 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.637 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.637 INFO [stderr] | Dec 18 14:49:41.637 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.637 INFO [stderr] | ^^^^^ Dec 18 14:49:41.637 INFO [stderr] ... Dec 18 14:49:41.637 INFO [stderr] 1865 | rt_realloc_excess_unused!(rt_even_10000bytes_4align_realloc_excess_unused, 10000, 4); Dec 18 14:49:41.637 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.637 INFO [stderr] | Dec 18 14:49:41.644 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.644 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.644 INFO [stderr] | Dec 18 14:49:41.644 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.644 INFO [stderr] | Dec 18 14:49:41.644 INFO [stderr] Dec 18 14:49:41.644 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.644 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.644 INFO [stderr] | Dec 18 14:49:41.644 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.644 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.644 INFO [stderr] ... Dec 18 14:49:41.644 INFO [stderr] 1865 | rt_realloc_excess_unused!(rt_even_10000bytes_4align_realloc_excess_unused, 10000, 4); Dec 18 14:49:41.644 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.644 INFO [stderr] Dec 18 14:49:41.644 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.644 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.644 INFO [stderr] | Dec 18 14:49:41.644 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.644 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.644 INFO [stderr] ... Dec 18 14:49:41.644 INFO [stderr] 1865 | rt_realloc_excess_unused!(rt_even_10000bytes_4align_realloc_excess_unused, 10000, 4); Dec 18 14:49:41.644 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.644 INFO [stderr] | Dec 18 14:49:41.644 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.644 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.644 INFO [stderr] | Dec 18 14:49:41.644 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.644 INFO [stderr] | Dec 18 14:49:41.644 INFO [stderr] Dec 18 14:49:41.644 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.644 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.644 INFO [stderr] | Dec 18 14:49:41.644 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.644 INFO [stderr] | ^^^^^ Dec 18 14:49:41.644 INFO [stderr] ... Dec 18 14:49:41.644 INFO [stderr] 1878 | rt_realloc_excess_unused!(rt_even_100000bytes_4align_realloc_excess_unused, 100000, 4); Dec 18 14:49:41.644 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.644 INFO [stderr] | Dec 18 14:49:41.644 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.644 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.644 INFO [stderr] | Dec 18 14:49:41.644 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.644 INFO [stderr] | Dec 18 14:49:41.644 INFO [stderr] Dec 18 14:49:41.645 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.645 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.645 INFO [stderr] | Dec 18 14:49:41.645 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.645 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.645 INFO [stderr] ... Dec 18 14:49:41.645 INFO [stderr] 1878 | rt_realloc_excess_unused!(rt_even_100000bytes_4align_realloc_excess_unused, 100000, 4); Dec 18 14:49:41.645 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.645 INFO [stderr] Dec 18 14:49:41.648 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.648 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.648 INFO [stderr] | Dec 18 14:49:41.648 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.648 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.648 INFO [stderr] ... Dec 18 14:49:41.648 INFO [stderr] 1878 | rt_realloc_excess_unused!(rt_even_100000bytes_4align_realloc_excess_unused, 100000, 4); Dec 18 14:49:41.648 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.648 INFO [stderr] | Dec 18 14:49:41.648 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.648 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.648 INFO [stderr] | Dec 18 14:49:41.648 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.648 INFO [stderr] | Dec 18 14:49:41.648 INFO [stderr] Dec 18 14:49:41.648 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.648 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.648 INFO [stderr] | Dec 18 14:49:41.648 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.648 INFO [stderr] | ^^^^^ Dec 18 14:49:41.648 INFO [stderr] ... Dec 18 14:49:41.648 INFO [stderr] 1891 | rt_realloc_excess_unused!(rt_even_1000000bytes_4align_realloc_excess_unused, 1000000, 4); Dec 18 14:49:41.648 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.648 INFO [stderr] | Dec 18 14:49:41.648 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.648 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.648 INFO [stderr] | Dec 18 14:49:41.648 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.648 INFO [stderr] | Dec 18 14:49:41.648 INFO [stderr] Dec 18 14:49:41.648 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.648 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.648 INFO [stderr] | Dec 18 14:49:41.648 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.648 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.648 INFO [stderr] ... Dec 18 14:49:41.648 INFO [stderr] 1891 | rt_realloc_excess_unused!(rt_even_1000000bytes_4align_realloc_excess_unused, 1000000, 4); Dec 18 14:49:41.648 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.648 INFO [stderr] Dec 18 14:49:41.648 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.648 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.648 INFO [stderr] | Dec 18 14:49:41.648 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.648 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.648 INFO [stderr] ... Dec 18 14:49:41.649 INFO [stderr] 1891 | rt_realloc_excess_unused!(rt_even_1000000bytes_4align_realloc_excess_unused, 1000000, 4); Dec 18 14:49:41.649 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.649 INFO [stderr] | Dec 18 14:49:41.649 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.649 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.649 INFO [stderr] | Dec 18 14:49:41.649 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.649 INFO [stderr] | Dec 18 14:49:41.649 INFO [stderr] Dec 18 14:49:41.649 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.649 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.649 INFO [stderr] | Dec 18 14:49:41.649 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.649 INFO [stderr] | ^^^^^ Dec 18 14:49:41.649 INFO [stderr] ... Dec 18 14:49:41.649 INFO [stderr] 1905 | rt_realloc_excess_unused!(rt_odd_10bytes_4align_realloc_excess_unused, 10- 1, 4); Dec 18 14:49:41.649 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.653 INFO [stderr] | Dec 18 14:49:41.653 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.653 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.653 INFO [stderr] | Dec 18 14:49:41.653 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.653 INFO [stderr] | Dec 18 14:49:41.653 INFO [stderr] Dec 18 14:49:41.653 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.653 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.653 INFO [stderr] | Dec 18 14:49:41.653 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.653 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.653 INFO [stderr] ... Dec 18 14:49:41.653 INFO [stderr] 1905 | rt_realloc_excess_unused!(rt_odd_10bytes_4align_realloc_excess_unused, 10- 1, 4); Dec 18 14:49:41.653 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.653 INFO [stderr] Dec 18 14:49:41.653 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.653 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.653 INFO [stderr] | Dec 18 14:49:41.653 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.653 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.653 INFO [stderr] ... Dec 18 14:49:41.653 INFO [stderr] 1905 | rt_realloc_excess_unused!(rt_odd_10bytes_4align_realloc_excess_unused, 10- 1, 4); Dec 18 14:49:41.653 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.653 INFO [stderr] | Dec 18 14:49:41.653 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.653 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.653 INFO [stderr] | Dec 18 14:49:41.653 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.653 INFO [stderr] | Dec 18 14:49:41.653 INFO [stderr] Dec 18 14:49:41.653 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.653 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.653 INFO [stderr] | Dec 18 14:49:41.653 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.653 INFO [stderr] | ^^^^^ Dec 18 14:49:41.653 INFO [stderr] ... Dec 18 14:49:41.653 INFO [stderr] 1918 | rt_realloc_excess_unused!(rt_odd_100bytes_4align_realloc_excess_unused, 100- 1, 4); Dec 18 14:49:41.653 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.653 INFO [stderr] | Dec 18 14:49:41.653 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.653 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.653 INFO [stderr] | Dec 18 14:49:41.653 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.653 INFO [stderr] | Dec 18 14:49:41.653 INFO [stderr] Dec 18 14:49:41.653 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.653 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.653 INFO [stderr] | Dec 18 14:49:41.653 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.653 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.653 INFO [stderr] ... Dec 18 14:49:41.653 INFO [stderr] 1918 | rt_realloc_excess_unused!(rt_odd_100bytes_4align_realloc_excess_unused, 100- 1, 4); Dec 18 14:49:41.653 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.653 INFO [stderr] Dec 18 14:49:41.653 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.653 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.653 INFO [stderr] | Dec 18 14:49:41.653 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.653 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.653 INFO [stderr] ... Dec 18 14:49:41.654 INFO [stderr] 1918 | rt_realloc_excess_unused!(rt_odd_100bytes_4align_realloc_excess_unused, 100- 1, 4); Dec 18 14:49:41.654 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.654 INFO [stderr] | Dec 18 14:49:41.654 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.654 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.654 INFO [stderr] | Dec 18 14:49:41.654 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.654 INFO [stderr] | Dec 18 14:49:41.654 INFO [stderr] Dec 18 14:49:41.654 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.654 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.654 INFO [stderr] | Dec 18 14:49:41.654 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.654 INFO [stderr] | ^^^^^ Dec 18 14:49:41.654 INFO [stderr] ... Dec 18 14:49:41.654 INFO [stderr] 1931 | rt_realloc_excess_unused!(rt_odd_1000bytes_4align_realloc_excess_unused, 1000- 1, 4); Dec 18 14:49:41.654 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.654 INFO [stderr] | Dec 18 14:49:41.654 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.654 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.654 INFO [stderr] | Dec 18 14:49:41.654 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.654 INFO [stderr] | Dec 18 14:49:41.654 INFO [stderr] Dec 18 14:49:41.654 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.654 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.654 INFO [stderr] | Dec 18 14:49:41.654 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.654 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.654 INFO [stderr] ... Dec 18 14:49:41.654 INFO [stderr] 1931 | rt_realloc_excess_unused!(rt_odd_1000bytes_4align_realloc_excess_unused, 1000- 1, 4); Dec 18 14:49:41.654 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.654 INFO [stderr] Dec 18 14:49:41.654 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.654 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.654 INFO [stderr] | Dec 18 14:49:41.654 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.654 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.654 INFO [stderr] ... Dec 18 14:49:41.654 INFO [stderr] 1931 | rt_realloc_excess_unused!(rt_odd_1000bytes_4align_realloc_excess_unused, 1000- 1, 4); Dec 18 14:49:41.654 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.654 INFO [stderr] | Dec 18 14:49:41.654 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.654 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.654 INFO [stderr] | Dec 18 14:49:41.654 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.654 INFO [stderr] | Dec 18 14:49:41.654 INFO [stderr] Dec 18 14:49:41.664 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.664 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.664 INFO [stderr] | Dec 18 14:49:41.664 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.664 INFO [stderr] | ^^^^^ Dec 18 14:49:41.664 INFO [stderr] ... Dec 18 14:49:41.664 INFO [stderr] 1944 | rt_realloc_excess_unused!(rt_odd_10000bytes_4align_realloc_excess_unused, 10000- 1, 4); Dec 18 14:49:41.664 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.664 INFO [stderr] | Dec 18 14:49:41.664 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.664 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.664 INFO [stderr] | Dec 18 14:49:41.664 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.664 INFO [stderr] | Dec 18 14:49:41.664 INFO [stderr] Dec 18 14:49:41.664 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.664 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.664 INFO [stderr] | Dec 18 14:49:41.664 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.664 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.664 INFO [stderr] ... Dec 18 14:49:41.664 INFO [stderr] 1944 | rt_realloc_excess_unused!(rt_odd_10000bytes_4align_realloc_excess_unused, 10000- 1, 4); Dec 18 14:49:41.664 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.664 INFO [stderr] Dec 18 14:49:41.664 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.664 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.664 INFO [stderr] | Dec 18 14:49:41.664 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.664 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.664 INFO [stderr] ... Dec 18 14:49:41.664 INFO [stderr] 1944 | rt_realloc_excess_unused!(rt_odd_10000bytes_4align_realloc_excess_unused, 10000- 1, 4); Dec 18 14:49:41.664 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.664 INFO [stderr] | Dec 18 14:49:41.664 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.664 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.664 INFO [stderr] | Dec 18 14:49:41.664 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.664 INFO [stderr] | Dec 18 14:49:41.664 INFO [stderr] Dec 18 14:49:41.664 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.664 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.664 INFO [stderr] | Dec 18 14:49:41.664 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.665 INFO [stderr] | ^^^^^ Dec 18 14:49:41.665 INFO [stderr] ... Dec 18 14:49:41.665 INFO [stderr] 1957 | rt_realloc_excess_unused!(rt_odd_100000bytes_4align_realloc_excess_unused, 100000- 1, 4); Dec 18 14:49:41.665 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.665 INFO [stderr] | Dec 18 14:49:41.665 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.665 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.665 INFO [stderr] | Dec 18 14:49:41.665 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.665 INFO [stderr] | Dec 18 14:49:41.665 INFO [stderr] Dec 18 14:49:41.665 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.665 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.665 INFO [stderr] | Dec 18 14:49:41.665 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.665 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.665 INFO [stderr] ... Dec 18 14:49:41.665 INFO [stderr] 1957 | rt_realloc_excess_unused!(rt_odd_100000bytes_4align_realloc_excess_unused, 100000- 1, 4); Dec 18 14:49:41.665 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.665 INFO [stderr] Dec 18 14:49:41.665 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.665 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.665 INFO [stderr] | Dec 18 14:49:41.665 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.665 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.665 INFO [stderr] ... Dec 18 14:49:41.665 INFO [stderr] 1957 | rt_realloc_excess_unused!(rt_odd_100000bytes_4align_realloc_excess_unused, 100000- 1, 4); Dec 18 14:49:41.665 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.665 INFO [stderr] | Dec 18 14:49:41.665 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.665 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.665 INFO [stderr] | Dec 18 14:49:41.665 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.665 INFO [stderr] | Dec 18 14:49:41.665 INFO [stderr] Dec 18 14:49:41.665 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.665 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.665 INFO [stderr] | Dec 18 14:49:41.665 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.665 INFO [stderr] | ^^^^^ Dec 18 14:49:41.665 INFO [stderr] ... Dec 18 14:49:41.665 INFO [stderr] 1970 | rt_realloc_excess_unused!(rt_odd_1000000bytes_4align_realloc_excess_unused, 1000000- 1, 4); Dec 18 14:49:41.665 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.665 INFO [stderr] | Dec 18 14:49:41.665 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.665 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.665 INFO [stderr] | Dec 18 14:49:41.665 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.665 INFO [stderr] | Dec 18 14:49:41.665 INFO [stderr] Dec 18 14:49:41.665 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.665 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.665 INFO [stderr] | Dec 18 14:49:41.665 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.665 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.665 INFO [stderr] ... Dec 18 14:49:41.665 INFO [stderr] 1970 | rt_realloc_excess_unused!(rt_odd_1000000bytes_4align_realloc_excess_unused, 1000000- 1, 4); Dec 18 14:49:41.665 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.665 INFO [stderr] Dec 18 14:49:41.665 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.665 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.665 INFO [stderr] | Dec 18 14:49:41.665 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.665 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.665 INFO [stderr] ... Dec 18 14:49:41.665 INFO [stderr] 1970 | rt_realloc_excess_unused!(rt_odd_1000000bytes_4align_realloc_excess_unused, 1000000- 1, 4); Dec 18 14:49:41.665 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.665 INFO [stderr] | Dec 18 14:49:41.665 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.665 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.665 INFO [stderr] | Dec 18 14:49:41.665 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.665 INFO [stderr] | Dec 18 14:49:41.665 INFO [stderr] Dec 18 14:49:41.672 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.672 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.672 INFO [stderr] | Dec 18 14:49:41.672 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.672 INFO [stderr] | ^^^^^ Dec 18 14:49:41.672 INFO [stderr] ... Dec 18 14:49:41.672 INFO [stderr] 1984 | rt_realloc_excess_unused!(rt_primes_3bytes_4align_realloc_excess_unused, 3, 4); Dec 18 14:49:41.672 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.672 INFO [stderr] | Dec 18 14:49:41.672 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.672 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.672 INFO [stderr] | Dec 18 14:49:41.672 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.672 INFO [stderr] | Dec 18 14:49:41.672 INFO [stderr] Dec 18 14:49:41.672 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.672 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.672 INFO [stderr] | Dec 18 14:49:41.672 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.672 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.672 INFO [stderr] ... Dec 18 14:49:41.672 INFO [stderr] 1984 | rt_realloc_excess_unused!(rt_primes_3bytes_4align_realloc_excess_unused, 3, 4); Dec 18 14:49:41.672 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.672 INFO [stderr] Dec 18 14:49:41.672 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.672 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.672 INFO [stderr] | Dec 18 14:49:41.672 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.672 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.672 INFO [stderr] ... Dec 18 14:49:41.672 INFO [stderr] 1984 | rt_realloc_excess_unused!(rt_primes_3bytes_4align_realloc_excess_unused, 3, 4); Dec 18 14:49:41.672 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.672 INFO [stderr] | Dec 18 14:49:41.672 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.672 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.672 INFO [stderr] | Dec 18 14:49:41.672 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.672 INFO [stderr] | Dec 18 14:49:41.672 INFO [stderr] Dec 18 14:49:41.672 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.672 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.672 INFO [stderr] | Dec 18 14:49:41.672 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.672 INFO [stderr] | ^^^^^ Dec 18 14:49:41.673 INFO [stderr] ... Dec 18 14:49:41.673 INFO [stderr] 1997 | rt_realloc_excess_unused!(rt_primes_7bytes_4align_realloc_excess_unused, 7, 4); Dec 18 14:49:41.673 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.673 INFO [stderr] | Dec 18 14:49:41.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.673 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.673 INFO [stderr] | Dec 18 14:49:41.673 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.673 INFO [stderr] | Dec 18 14:49:41.673 INFO [stderr] Dec 18 14:49:41.673 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.673 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.673 INFO [stderr] | Dec 18 14:49:41.673 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.673 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.673 INFO [stderr] ... Dec 18 14:49:41.673 INFO [stderr] 1997 | rt_realloc_excess_unused!(rt_primes_7bytes_4align_realloc_excess_unused, 7, 4); Dec 18 14:49:41.673 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.673 INFO [stderr] Dec 18 14:49:41.673 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.673 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.673 INFO [stderr] | Dec 18 14:49:41.673 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.673 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.673 INFO [stderr] ... Dec 18 14:49:41.673 INFO [stderr] 1997 | rt_realloc_excess_unused!(rt_primes_7bytes_4align_realloc_excess_unused, 7, 4); Dec 18 14:49:41.673 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.673 INFO [stderr] | Dec 18 14:49:41.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.673 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.673 INFO [stderr] | Dec 18 14:49:41.673 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.673 INFO [stderr] | Dec 18 14:49:41.673 INFO [stderr] Dec 18 14:49:41.673 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.673 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.673 INFO [stderr] | Dec 18 14:49:41.673 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.673 INFO [stderr] | ^^^^^ Dec 18 14:49:41.673 INFO [stderr] ... Dec 18 14:49:41.673 INFO [stderr] 2010 | rt_realloc_excess_unused!(rt_primes_13bytes_4align_realloc_excess_unused, 13, 4); Dec 18 14:49:41.673 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.673 INFO [stderr] | Dec 18 14:49:41.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.673 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.673 INFO [stderr] | Dec 18 14:49:41.673 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.673 INFO [stderr] | Dec 18 14:49:41.673 INFO [stderr] Dec 18 14:49:41.673 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.673 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.673 INFO [stderr] | Dec 18 14:49:41.673 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.673 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.673 INFO [stderr] ... Dec 18 14:49:41.673 INFO [stderr] 2010 | rt_realloc_excess_unused!(rt_primes_13bytes_4align_realloc_excess_unused, 13, 4); Dec 18 14:49:41.673 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.673 INFO [stderr] Dec 18 14:49:41.673 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.673 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.673 INFO [stderr] | Dec 18 14:49:41.673 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.673 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.673 INFO [stderr] ... Dec 18 14:49:41.673 INFO [stderr] 2010 | rt_realloc_excess_unused!(rt_primes_13bytes_4align_realloc_excess_unused, 13, 4); Dec 18 14:49:41.673 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.673 INFO [stderr] | Dec 18 14:49:41.673 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.673 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.673 INFO [stderr] | Dec 18 14:49:41.673 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.673 INFO [stderr] | Dec 18 14:49:41.673 INFO [stderr] Dec 18 14:49:41.680 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.680 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.680 INFO [stderr] | Dec 18 14:49:41.680 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.680 INFO [stderr] | ^^^^^ Dec 18 14:49:41.680 INFO [stderr] ... Dec 18 14:49:41.680 INFO [stderr] 2023 | rt_realloc_excess_unused!(rt_primes_17bytes_4align_realloc_excess_unused, 17, 4); Dec 18 14:49:41.680 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.680 INFO [stderr] | Dec 18 14:49:41.680 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.680 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.680 INFO [stderr] | Dec 18 14:49:41.680 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.680 INFO [stderr] | Dec 18 14:49:41.680 INFO [stderr] Dec 18 14:49:41.680 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.680 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.680 INFO [stderr] | Dec 18 14:49:41.680 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.680 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.680 INFO [stderr] ... Dec 18 14:49:41.680 INFO [stderr] 2023 | rt_realloc_excess_unused!(rt_primes_17bytes_4align_realloc_excess_unused, 17, 4); Dec 18 14:49:41.680 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.680 INFO [stderr] Dec 18 14:49:41.680 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.680 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.680 INFO [stderr] | Dec 18 14:49:41.680 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.680 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.680 INFO [stderr] ... Dec 18 14:49:41.680 INFO [stderr] 2023 | rt_realloc_excess_unused!(rt_primes_17bytes_4align_realloc_excess_unused, 17, 4); Dec 18 14:49:41.680 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.680 INFO [stderr] | Dec 18 14:49:41.680 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.680 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.680 INFO [stderr] | Dec 18 14:49:41.680 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.680 INFO [stderr] | Dec 18 14:49:41.680 INFO [stderr] Dec 18 14:49:41.680 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.680 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.680 INFO [stderr] | Dec 18 14:49:41.680 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.680 INFO [stderr] | ^^^^^ Dec 18 14:49:41.680 INFO [stderr] ... Dec 18 14:49:41.680 INFO [stderr] 2036 | rt_realloc_excess_unused!(rt_primes_31bytes_4align_realloc_excess_unused, 31, 4); Dec 18 14:49:41.680 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.681 INFO [stderr] | Dec 18 14:49:41.681 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.681 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.681 INFO [stderr] | Dec 18 14:49:41.681 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.681 INFO [stderr] | Dec 18 14:49:41.681 INFO [stderr] Dec 18 14:49:41.681 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.681 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.681 INFO [stderr] | Dec 18 14:49:41.681 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.681 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.681 INFO [stderr] ... Dec 18 14:49:41.681 INFO [stderr] 2036 | rt_realloc_excess_unused!(rt_primes_31bytes_4align_realloc_excess_unused, 31, 4); Dec 18 14:49:41.681 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.681 INFO [stderr] Dec 18 14:49:41.688 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.688 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.688 INFO [stderr] | Dec 18 14:49:41.688 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.688 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.688 INFO [stderr] ... Dec 18 14:49:41.688 INFO [stderr] 2036 | rt_realloc_excess_unused!(rt_primes_31bytes_4align_realloc_excess_unused, 31, 4); Dec 18 14:49:41.688 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.688 INFO [stderr] | Dec 18 14:49:41.688 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.688 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.688 INFO [stderr] | Dec 18 14:49:41.688 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.688 INFO [stderr] | Dec 18 14:49:41.688 INFO [stderr] Dec 18 14:49:41.688 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.688 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.688 INFO [stderr] | Dec 18 14:49:41.688 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.688 INFO [stderr] | ^^^^^ Dec 18 14:49:41.688 INFO [stderr] ... Dec 18 14:49:41.688 INFO [stderr] 2049 | rt_realloc_excess_unused!(rt_primes_61bytes_4align_realloc_excess_unused, 61, 4); Dec 18 14:49:41.688 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.688 INFO [stderr] | Dec 18 14:49:41.688 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.688 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.688 INFO [stderr] | Dec 18 14:49:41.688 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.688 INFO [stderr] | Dec 18 14:49:41.688 INFO [stderr] Dec 18 14:49:41.688 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.688 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.688 INFO [stderr] | Dec 18 14:49:41.688 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.688 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.688 INFO [stderr] ... Dec 18 14:49:41.688 INFO [stderr] 2049 | rt_realloc_excess_unused!(rt_primes_61bytes_4align_realloc_excess_unused, 61, 4); Dec 18 14:49:41.688 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.688 INFO [stderr] Dec 18 14:49:41.689 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.689 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.689 INFO [stderr] | Dec 18 14:49:41.689 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.689 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.689 INFO [stderr] ... Dec 18 14:49:41.689 INFO [stderr] 2049 | rt_realloc_excess_unused!(rt_primes_61bytes_4align_realloc_excess_unused, 61, 4); Dec 18 14:49:41.689 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.689 INFO [stderr] | Dec 18 14:49:41.689 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.689 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.689 INFO [stderr] | Dec 18 14:49:41.689 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.689 INFO [stderr] | Dec 18 14:49:41.689 INFO [stderr] Dec 18 14:49:41.689 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.689 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.689 INFO [stderr] | Dec 18 14:49:41.689 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.689 INFO [stderr] | ^^^^^ Dec 18 14:49:41.689 INFO [stderr] ... Dec 18 14:49:41.689 INFO [stderr] 2062 | rt_realloc_excess_unused!(rt_primes_96bytes_4align_realloc_excess_unused, 96, 4); Dec 18 14:49:41.689 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.689 INFO [stderr] | Dec 18 14:49:41.689 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.689 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.689 INFO [stderr] | Dec 18 14:49:41.689 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.689 INFO [stderr] | Dec 18 14:49:41.689 INFO [stderr] Dec 18 14:49:41.689 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.689 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.689 INFO [stderr] | Dec 18 14:49:41.689 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.689 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.689 INFO [stderr] ... Dec 18 14:49:41.689 INFO [stderr] 2062 | rt_realloc_excess_unused!(rt_primes_96bytes_4align_realloc_excess_unused, 96, 4); Dec 18 14:49:41.689 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.689 INFO [stderr] Dec 18 14:49:41.689 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.689 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.689 INFO [stderr] | Dec 18 14:49:41.689 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.689 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.689 INFO [stderr] ... Dec 18 14:49:41.689 INFO [stderr] 2062 | rt_realloc_excess_unused!(rt_primes_96bytes_4align_realloc_excess_unused, 96, 4); Dec 18 14:49:41.689 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.689 INFO [stderr] | Dec 18 14:49:41.689 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.689 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.689 INFO [stderr] | Dec 18 14:49:41.689 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.689 INFO [stderr] | Dec 18 14:49:41.689 INFO [stderr] Dec 18 14:49:41.689 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.689 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.689 INFO [stderr] | Dec 18 14:49:41.689 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.689 INFO [stderr] | ^^^^^ Dec 18 14:49:41.689 INFO [stderr] ... Dec 18 14:49:41.689 INFO [stderr] 2075 | rt_realloc_excess_unused!(rt_primes_127bytes_4align_realloc_excess_unused, 127, 4); Dec 18 14:49:41.689 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.689 INFO [stderr] | Dec 18 14:49:41.689 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.689 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.689 INFO [stderr] | Dec 18 14:49:41.689 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.689 INFO [stderr] | Dec 18 14:49:41.689 INFO [stderr] Dec 18 14:49:41.689 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.689 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.689 INFO [stderr] | Dec 18 14:49:41.689 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.689 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.689 INFO [stderr] ... Dec 18 14:49:41.689 INFO [stderr] 2075 | rt_realloc_excess_unused!(rt_primes_127bytes_4align_realloc_excess_unused, 127, 4); Dec 18 14:49:41.689 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.689 INFO [stderr] Dec 18 14:49:41.692 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.692 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.692 INFO [stderr] | Dec 18 14:49:41.693 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.693 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.693 INFO [stderr] ... Dec 18 14:49:41.693 INFO [stderr] 2075 | rt_realloc_excess_unused!(rt_primes_127bytes_4align_realloc_excess_unused, 127, 4); Dec 18 14:49:41.693 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.693 INFO [stderr] | Dec 18 14:49:41.693 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.693 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.693 INFO [stderr] | Dec 18 14:49:41.693 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.693 INFO [stderr] | Dec 18 14:49:41.693 INFO [stderr] Dec 18 14:49:41.693 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.693 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.693 INFO [stderr] | Dec 18 14:49:41.693 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.693 INFO [stderr] | ^^^^^ Dec 18 14:49:41.693 INFO [stderr] ... Dec 18 14:49:41.693 INFO [stderr] 2088 | rt_realloc_excess_unused!(rt_primes_257bytes_4align_realloc_excess_unused, 257, 4); Dec 18 14:49:41.693 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.693 INFO [stderr] | Dec 18 14:49:41.693 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.693 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.693 INFO [stderr] | Dec 18 14:49:41.693 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.693 INFO [stderr] | Dec 18 14:49:41.693 INFO [stderr] Dec 18 14:49:41.693 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.693 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.693 INFO [stderr] | Dec 18 14:49:41.693 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.693 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.693 INFO [stderr] ... Dec 18 14:49:41.693 INFO [stderr] 2088 | rt_realloc_excess_unused!(rt_primes_257bytes_4align_realloc_excess_unused, 257, 4); Dec 18 14:49:41.693 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.693 INFO [stderr] Dec 18 14:49:41.693 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.693 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.693 INFO [stderr] | Dec 18 14:49:41.693 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.693 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.693 INFO [stderr] ... Dec 18 14:49:41.693 INFO [stderr] 2088 | rt_realloc_excess_unused!(rt_primes_257bytes_4align_realloc_excess_unused, 257, 4); Dec 18 14:49:41.693 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.693 INFO [stderr] | Dec 18 14:49:41.693 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.693 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.693 INFO [stderr] | Dec 18 14:49:41.693 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.693 INFO [stderr] | Dec 18 14:49:41.693 INFO [stderr] Dec 18 14:49:41.700 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.700 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.700 INFO [stderr] | Dec 18 14:49:41.700 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.700 INFO [stderr] | ^^^^^ Dec 18 14:49:41.700 INFO [stderr] ... Dec 18 14:49:41.700 INFO [stderr] 2101 | rt_realloc_excess_unused!(rt_primes_509bytes_4align_realloc_excess_unused, 509, 4); Dec 18 14:49:41.700 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.700 INFO [stderr] | Dec 18 14:49:41.700 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.700 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.700 INFO [stderr] | Dec 18 14:49:41.700 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.700 INFO [stderr] | Dec 18 14:49:41.700 INFO [stderr] Dec 18 14:49:41.700 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.700 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.700 INFO [stderr] | Dec 18 14:49:41.700 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.700 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.700 INFO [stderr] ... Dec 18 14:49:41.700 INFO [stderr] 2101 | rt_realloc_excess_unused!(rt_primes_509bytes_4align_realloc_excess_unused, 509, 4); Dec 18 14:49:41.700 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.700 INFO [stderr] Dec 18 14:49:41.700 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.700 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.700 INFO [stderr] | Dec 18 14:49:41.700 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.700 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.700 INFO [stderr] ... Dec 18 14:49:41.700 INFO [stderr] 2101 | rt_realloc_excess_unused!(rt_primes_509bytes_4align_realloc_excess_unused, 509, 4); Dec 18 14:49:41.700 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.700 INFO [stderr] | Dec 18 14:49:41.700 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.700 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.700 INFO [stderr] | Dec 18 14:49:41.700 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] Dec 18 14:49:41.701 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.701 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.701 INFO [stderr] | ^^^^^ Dec 18 14:49:41.701 INFO [stderr] ... Dec 18 14:49:41.701 INFO [stderr] 2114 | rt_realloc_excess_unused!(rt_primes_1021bytes_4align_realloc_excess_unused, 1021, 4); Dec 18 14:49:41.701 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.701 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] Dec 18 14:49:41.701 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.701 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.701 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.701 INFO [stderr] ... Dec 18 14:49:41.701 INFO [stderr] 2114 | rt_realloc_excess_unused!(rt_primes_1021bytes_4align_realloc_excess_unused, 1021, 4); Dec 18 14:49:41.701 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.701 INFO [stderr] Dec 18 14:49:41.701 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.701 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.701 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.701 INFO [stderr] ... Dec 18 14:49:41.701 INFO [stderr] 2114 | rt_realloc_excess_unused!(rt_primes_1021bytes_4align_realloc_excess_unused, 1021, 4); Dec 18 14:49:41.701 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.701 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] Dec 18 14:49:41.701 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.701 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.701 INFO [stderr] | ^^^^^ Dec 18 14:49:41.701 INFO [stderr] ... Dec 18 14:49:41.701 INFO [stderr] 2127 | rt_realloc_excess_unused!(rt_primes_2039bytes_4align_realloc_excess_unused, 2039, 4); Dec 18 14:49:41.701 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.701 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] Dec 18 14:49:41.701 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.701 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.701 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.701 INFO [stderr] ... Dec 18 14:49:41.701 INFO [stderr] 2127 | rt_realloc_excess_unused!(rt_primes_2039bytes_4align_realloc_excess_unused, 2039, 4); Dec 18 14:49:41.701 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.701 INFO [stderr] Dec 18 14:49:41.701 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.701 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.701 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.701 INFO [stderr] ... Dec 18 14:49:41.701 INFO [stderr] 2127 | rt_realloc_excess_unused!(rt_primes_2039bytes_4align_realloc_excess_unused, 2039, 4); Dec 18 14:49:41.701 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.701 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.701 INFO [stderr] | Dec 18 14:49:41.701 INFO [stderr] Dec 18 14:49:41.705 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.705 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.705 INFO [stderr] | Dec 18 14:49:41.705 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.705 INFO [stderr] | ^^^^^ Dec 18 14:49:41.705 INFO [stderr] ... Dec 18 14:49:41.705 INFO [stderr] 2140 | rt_realloc_excess_unused!(rt_primes_4093bytes_4align_realloc_excess_unused, 4093, 4); Dec 18 14:49:41.705 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.705 INFO [stderr] | Dec 18 14:49:41.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.705 INFO [stderr] | Dec 18 14:49:41.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.705 INFO [stderr] | Dec 18 14:49:41.705 INFO [stderr] Dec 18 14:49:41.705 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.705 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.705 INFO [stderr] | Dec 18 14:49:41.705 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.705 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.705 INFO [stderr] ... Dec 18 14:49:41.705 INFO [stderr] 2140 | rt_realloc_excess_unused!(rt_primes_4093bytes_4align_realloc_excess_unused, 4093, 4); Dec 18 14:49:41.705 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.705 INFO [stderr] Dec 18 14:49:41.705 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.705 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.705 INFO [stderr] | Dec 18 14:49:41.705 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.705 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.705 INFO [stderr] ... Dec 18 14:49:41.705 INFO [stderr] 2140 | rt_realloc_excess_unused!(rt_primes_4093bytes_4align_realloc_excess_unused, 4093, 4); Dec 18 14:49:41.705 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.705 INFO [stderr] | Dec 18 14:49:41.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.705 INFO [stderr] | Dec 18 14:49:41.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.705 INFO [stderr] | Dec 18 14:49:41.705 INFO [stderr] Dec 18 14:49:41.705 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.705 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.705 INFO [stderr] | Dec 18 14:49:41.705 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.705 INFO [stderr] | ^^^^^ Dec 18 14:49:41.705 INFO [stderr] ... Dec 18 14:49:41.705 INFO [stderr] 2153 | rt_realloc_excess_unused!(rt_primes_8191bytes_4align_realloc_excess_unused, 8191, 4); Dec 18 14:49:41.705 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.705 INFO [stderr] | Dec 18 14:49:41.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.705 INFO [stderr] | Dec 18 14:49:41.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.705 INFO [stderr] | Dec 18 14:49:41.705 INFO [stderr] Dec 18 14:49:41.705 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.705 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.705 INFO [stderr] | Dec 18 14:49:41.705 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.705 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.705 INFO [stderr] ... Dec 18 14:49:41.705 INFO [stderr] 2153 | rt_realloc_excess_unused!(rt_primes_8191bytes_4align_realloc_excess_unused, 8191, 4); Dec 18 14:49:41.706 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.706 INFO [stderr] Dec 18 14:49:41.734 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.734 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.734 INFO [stderr] | Dec 18 14:49:41.734 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.734 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.734 INFO [stderr] ... Dec 18 14:49:41.734 INFO [stderr] 2153 | rt_realloc_excess_unused!(rt_primes_8191bytes_4align_realloc_excess_unused, 8191, 4); Dec 18 14:49:41.734 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.734 INFO [stderr] | Dec 18 14:49:41.734 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.734 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.734 INFO [stderr] | Dec 18 14:49:41.734 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.734 INFO [stderr] | Dec 18 14:49:41.734 INFO [stderr] Dec 18 14:49:41.734 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.734 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.734 INFO [stderr] | Dec 18 14:49:41.734 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.734 INFO [stderr] | ^^^^^ Dec 18 14:49:41.734 INFO [stderr] ... Dec 18 14:49:41.734 INFO [stderr] 2166 | rt_realloc_excess_unused!(rt_primes_16381bytes_4align_realloc_excess_unused, 16381, 4); Dec 18 14:49:41.734 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.734 INFO [stderr] | Dec 18 14:49:41.734 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.734 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.734 INFO [stderr] | Dec 18 14:49:41.734 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.734 INFO [stderr] | Dec 18 14:49:41.734 INFO [stderr] Dec 18 14:49:41.734 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.734 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.734 INFO [stderr] | Dec 18 14:49:41.734 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.734 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.734 INFO [stderr] ... Dec 18 14:49:41.734 INFO [stderr] 2166 | rt_realloc_excess_unused!(rt_primes_16381bytes_4align_realloc_excess_unused, 16381, 4); Dec 18 14:49:41.734 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.734 INFO [stderr] Dec 18 14:49:41.734 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.734 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.734 INFO [stderr] | Dec 18 14:49:41.734 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.734 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.734 INFO [stderr] ... Dec 18 14:49:41.734 INFO [stderr] 2166 | rt_realloc_excess_unused!(rt_primes_16381bytes_4align_realloc_excess_unused, 16381, 4); Dec 18 14:49:41.734 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.734 INFO [stderr] | Dec 18 14:49:41.734 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.734 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.734 INFO [stderr] | Dec 18 14:49:41.734 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.734 INFO [stderr] | Dec 18 14:49:41.734 INFO [stderr] Dec 18 14:49:41.734 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.734 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.734 INFO [stderr] | Dec 18 14:49:41.734 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.734 INFO [stderr] | ^^^^^ Dec 18 14:49:41.734 INFO [stderr] ... Dec 18 14:49:41.734 INFO [stderr] 2179 | rt_realloc_excess_unused!(rt_primes_32749bytes_4align_realloc_excess_unused, 32749, 4); Dec 18 14:49:41.734 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.734 INFO [stderr] | Dec 18 14:49:41.734 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.734 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.734 INFO [stderr] | Dec 18 14:49:41.734 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.734 INFO [stderr] | Dec 18 14:49:41.734 INFO [stderr] Dec 18 14:49:41.734 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.734 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.734 INFO [stderr] | Dec 18 14:49:41.734 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.734 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.735 INFO [stderr] ... Dec 18 14:49:41.735 INFO [stderr] 2179 | rt_realloc_excess_unused!(rt_primes_32749bytes_4align_realloc_excess_unused, 32749, 4); Dec 18 14:49:41.735 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.735 INFO [stderr] Dec 18 14:49:41.735 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.735 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.735 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.735 INFO [stderr] ... Dec 18 14:49:41.735 INFO [stderr] 2179 | rt_realloc_excess_unused!(rt_primes_32749bytes_4align_realloc_excess_unused, 32749, 4); Dec 18 14:49:41.735 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.735 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] Dec 18 14:49:41.735 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.735 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.735 INFO [stderr] | ^^^^^ Dec 18 14:49:41.735 INFO [stderr] ... Dec 18 14:49:41.735 INFO [stderr] 2192 | rt_realloc_excess_unused!(rt_primes_65537bytes_4align_realloc_excess_unused, 65537, 4); Dec 18 14:49:41.735 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.735 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] Dec 18 14:49:41.735 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.735 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.735 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.735 INFO [stderr] ... Dec 18 14:49:41.735 INFO [stderr] 2192 | rt_realloc_excess_unused!(rt_primes_65537bytes_4align_realloc_excess_unused, 65537, 4); Dec 18 14:49:41.735 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.735 INFO [stderr] Dec 18 14:49:41.735 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.735 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.735 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.735 INFO [stderr] ... Dec 18 14:49:41.735 INFO [stderr] 2192 | rt_realloc_excess_unused!(rt_primes_65537bytes_4align_realloc_excess_unused, 65537, 4); Dec 18 14:49:41.735 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.735 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] Dec 18 14:49:41.735 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.735 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.735 INFO [stderr] | ^^^^^ Dec 18 14:49:41.735 INFO [stderr] ... Dec 18 14:49:41.735 INFO [stderr] 2205 | rt_realloc_excess_unused!(rt_primes_131071bytes_4align_realloc_excess_unused, 131071, 4); Dec 18 14:49:41.735 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.735 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] Dec 18 14:49:41.735 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.735 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.735 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.735 INFO [stderr] ... Dec 18 14:49:41.735 INFO [stderr] 2205 | rt_realloc_excess_unused!(rt_primes_131071bytes_4align_realloc_excess_unused, 131071, 4); Dec 18 14:49:41.735 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.735 INFO [stderr] Dec 18 14:49:41.735 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.735 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.735 INFO [stderr] | Dec 18 14:49:41.735 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.736 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.736 INFO [stderr] ... Dec 18 14:49:41.736 INFO [stderr] 2205 | rt_realloc_excess_unused!(rt_primes_131071bytes_4align_realloc_excess_unused, 131071, 4); Dec 18 14:49:41.736 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.736 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] Dec 18 14:49:41.736 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.736 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.736 INFO [stderr] | ^^^^^ Dec 18 14:49:41.736 INFO [stderr] ... Dec 18 14:49:41.736 INFO [stderr] 2218 | rt_realloc_excess_unused!(rt_primes_4194301bytes_4align_realloc_excess_unused, 4194301, 4); Dec 18 14:49:41.736 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.736 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] Dec 18 14:49:41.736 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.736 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.736 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.736 INFO [stderr] ... Dec 18 14:49:41.736 INFO [stderr] 2218 | rt_realloc_excess_unused!(rt_primes_4194301bytes_4align_realloc_excess_unused, 4194301, 4); Dec 18 14:49:41.736 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.736 INFO [stderr] Dec 18 14:49:41.736 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.736 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.736 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.736 INFO [stderr] ... Dec 18 14:49:41.736 INFO [stderr] 2218 | rt_realloc_excess_unused!(rt_primes_4194301bytes_4align_realloc_excess_unused, 4194301, 4); Dec 18 14:49:41.736 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.736 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] Dec 18 14:49:41.736 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.736 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.736 INFO [stderr] | ^^^^^ Dec 18 14:49:41.736 INFO [stderr] ... Dec 18 14:49:41.736 INFO [stderr] 2234 | rt_realloc_excess_unused!(rt_pow2_1bytes_8align_realloc_excess_unused, 1, 8); Dec 18 14:49:41.736 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.736 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] Dec 18 14:49:41.736 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.736 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.736 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.736 INFO [stderr] ... Dec 18 14:49:41.736 INFO [stderr] 2234 | rt_realloc_excess_unused!(rt_pow2_1bytes_8align_realloc_excess_unused, 1, 8); Dec 18 14:49:41.736 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.736 INFO [stderr] Dec 18 14:49:41.736 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.736 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.736 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.736 INFO [stderr] ... Dec 18 14:49:41.736 INFO [stderr] 2234 | rt_realloc_excess_unused!(rt_pow2_1bytes_8align_realloc_excess_unused, 1, 8); Dec 18 14:49:41.736 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.736 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.736 INFO [stderr] | Dec 18 14:49:41.736 INFO [stderr] Dec 18 14:49:41.737 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.737 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.737 INFO [stderr] | ^^^^^ Dec 18 14:49:41.737 INFO [stderr] ... Dec 18 14:49:41.737 INFO [stderr] 2247 | rt_realloc_excess_unused!(rt_pow2_2bytes_8align_realloc_excess_unused, 2, 8); Dec 18 14:49:41.737 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.737 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] Dec 18 14:49:41.737 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.737 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.737 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.737 INFO [stderr] ... Dec 18 14:49:41.737 INFO [stderr] 2247 | rt_realloc_excess_unused!(rt_pow2_2bytes_8align_realloc_excess_unused, 2, 8); Dec 18 14:49:41.737 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.737 INFO [stderr] Dec 18 14:49:41.737 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.737 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.737 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.737 INFO [stderr] ... Dec 18 14:49:41.737 INFO [stderr] 2247 | rt_realloc_excess_unused!(rt_pow2_2bytes_8align_realloc_excess_unused, 2, 8); Dec 18 14:49:41.737 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.737 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] Dec 18 14:49:41.737 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.737 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.737 INFO [stderr] | ^^^^^ Dec 18 14:49:41.737 INFO [stderr] ... Dec 18 14:49:41.737 INFO [stderr] 2260 | rt_realloc_excess_unused!(rt_pow2_4bytes_8align_realloc_excess_unused, 4, 8); Dec 18 14:49:41.737 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.737 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] Dec 18 14:49:41.737 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.737 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.737 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.737 INFO [stderr] ... Dec 18 14:49:41.737 INFO [stderr] 2260 | rt_realloc_excess_unused!(rt_pow2_4bytes_8align_realloc_excess_unused, 4, 8); Dec 18 14:49:41.737 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.737 INFO [stderr] Dec 18 14:49:41.737 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.737 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.737 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.737 INFO [stderr] ... Dec 18 14:49:41.737 INFO [stderr] 2260 | rt_realloc_excess_unused!(rt_pow2_4bytes_8align_realloc_excess_unused, 4, 8); Dec 18 14:49:41.737 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.737 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] Dec 18 14:49:41.737 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.737 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.737 INFO [stderr] | ^^^^^ Dec 18 14:49:41.737 INFO [stderr] ... Dec 18 14:49:41.737 INFO [stderr] 2273 | rt_realloc_excess_unused!(rt_pow2_8bytes_8align_realloc_excess_unused, 8, 8); Dec 18 14:49:41.737 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.737 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.737 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.737 INFO [stderr] | Dec 18 14:49:41.738 INFO [stderr] Dec 18 14:49:41.738 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.738 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.738 INFO [stderr] | Dec 18 14:49:41.738 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.738 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.738 INFO [stderr] ... Dec 18 14:49:41.738 INFO [stderr] 2273 | rt_realloc_excess_unused!(rt_pow2_8bytes_8align_realloc_excess_unused, 8, 8); Dec 18 14:49:41.738 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.738 INFO [stderr] Dec 18 14:49:41.741 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.741 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.741 INFO [stderr] | Dec 18 14:49:41.741 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.741 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.741 INFO [stderr] ... Dec 18 14:49:41.741 INFO [stderr] 2273 | rt_realloc_excess_unused!(rt_pow2_8bytes_8align_realloc_excess_unused, 8, 8); Dec 18 14:49:41.741 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.741 INFO [stderr] | Dec 18 14:49:41.741 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.741 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.741 INFO [stderr] | Dec 18 14:49:41.741 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.741 INFO [stderr] | Dec 18 14:49:41.741 INFO [stderr] Dec 18 14:49:41.741 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.741 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.741 INFO [stderr] | Dec 18 14:49:41.741 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.741 INFO [stderr] | ^^^^^ Dec 18 14:49:41.741 INFO [stderr] ... Dec 18 14:49:41.741 INFO [stderr] 2286 | rt_realloc_excess_unused!(rt_pow2_16bytes_8align_realloc_excess_unused, 16, 8); Dec 18 14:49:41.741 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.741 INFO [stderr] | Dec 18 14:49:41.741 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.741 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.741 INFO [stderr] | Dec 18 14:49:41.741 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.741 INFO [stderr] | Dec 18 14:49:41.741 INFO [stderr] Dec 18 14:49:41.741 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.741 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.741 INFO [stderr] | Dec 18 14:49:41.741 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.741 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.741 INFO [stderr] ... Dec 18 14:49:41.741 INFO [stderr] 2286 | rt_realloc_excess_unused!(rt_pow2_16bytes_8align_realloc_excess_unused, 16, 8); Dec 18 14:49:41.741 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.741 INFO [stderr] Dec 18 14:49:41.741 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.741 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.741 INFO [stderr] | Dec 18 14:49:41.741 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.741 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.741 INFO [stderr] ... Dec 18 14:49:41.741 INFO [stderr] 2286 | rt_realloc_excess_unused!(rt_pow2_16bytes_8align_realloc_excess_unused, 16, 8); Dec 18 14:49:41.741 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.741 INFO [stderr] | Dec 18 14:49:41.741 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.741 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.741 INFO [stderr] | Dec 18 14:49:41.741 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.741 INFO [stderr] | Dec 18 14:49:41.741 INFO [stderr] Dec 18 14:49:41.741 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.741 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.741 INFO [stderr] | Dec 18 14:49:41.741 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.741 INFO [stderr] | ^^^^^ Dec 18 14:49:41.741 INFO [stderr] ... Dec 18 14:49:41.741 INFO [stderr] 2299 | rt_realloc_excess_unused!(rt_pow2_32bytes_8align_realloc_excess_unused, 32, 8); Dec 18 14:49:41.741 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.741 INFO [stderr] | Dec 18 14:49:41.741 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.741 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.741 INFO [stderr] | Dec 18 14:49:41.741 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.741 INFO [stderr] | Dec 18 14:49:41.741 INFO [stderr] Dec 18 14:49:41.741 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.741 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.741 INFO [stderr] | Dec 18 14:49:41.741 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.741 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.741 INFO [stderr] ... Dec 18 14:49:41.741 INFO [stderr] 2299 | rt_realloc_excess_unused!(rt_pow2_32bytes_8align_realloc_excess_unused, 32, 8); Dec 18 14:49:41.742 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.742 INFO [stderr] Dec 18 14:49:41.742 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.742 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.742 INFO [stderr] | Dec 18 14:49:41.742 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.742 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.742 INFO [stderr] ... Dec 18 14:49:41.742 INFO [stderr] 2299 | rt_realloc_excess_unused!(rt_pow2_32bytes_8align_realloc_excess_unused, 32, 8); Dec 18 14:49:41.742 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.742 INFO [stderr] | Dec 18 14:49:41.742 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.742 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.742 INFO [stderr] | Dec 18 14:49:41.742 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.742 INFO [stderr] | Dec 18 14:49:41.742 INFO [stderr] Dec 18 14:49:41.745 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.745 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.745 INFO [stderr] | Dec 18 14:49:41.745 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.745 INFO [stderr] | ^^^^^ Dec 18 14:49:41.745 INFO [stderr] ... Dec 18 14:49:41.745 INFO [stderr] 2312 | rt_realloc_excess_unused!(rt_pow2_64bytes_8align_realloc_excess_unused, 64, 8); Dec 18 14:49:41.745 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.745 INFO [stderr] | Dec 18 14:49:41.745 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.745 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.745 INFO [stderr] | Dec 18 14:49:41.745 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.745 INFO [stderr] | Dec 18 14:49:41.745 INFO [stderr] Dec 18 14:49:41.745 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.745 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.745 INFO [stderr] | Dec 18 14:49:41.745 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.745 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.745 INFO [stderr] ... Dec 18 14:49:41.745 INFO [stderr] 2312 | rt_realloc_excess_unused!(rt_pow2_64bytes_8align_realloc_excess_unused, 64, 8); Dec 18 14:49:41.745 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.745 INFO [stderr] Dec 18 14:49:41.745 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.745 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.745 INFO [stderr] | Dec 18 14:49:41.745 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.745 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.745 INFO [stderr] ... Dec 18 14:49:41.745 INFO [stderr] 2312 | rt_realloc_excess_unused!(rt_pow2_64bytes_8align_realloc_excess_unused, 64, 8); Dec 18 14:49:41.745 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.745 INFO [stderr] | Dec 18 14:49:41.745 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.745 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.745 INFO [stderr] | Dec 18 14:49:41.745 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.745 INFO [stderr] | Dec 18 14:49:41.745 INFO [stderr] Dec 18 14:49:41.745 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.745 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.745 INFO [stderr] | Dec 18 14:49:41.745 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.745 INFO [stderr] | ^^^^^ Dec 18 14:49:41.745 INFO [stderr] ... Dec 18 14:49:41.745 INFO [stderr] 2325 | rt_realloc_excess_unused!(rt_pow2_128bytes_8align_realloc_excess_unused, 128, 8); Dec 18 14:49:41.745 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.745 INFO [stderr] | Dec 18 14:49:41.745 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.745 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.745 INFO [stderr] | Dec 18 14:49:41.745 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.745 INFO [stderr] | Dec 18 14:49:41.745 INFO [stderr] Dec 18 14:49:41.745 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.745 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.745 INFO [stderr] | Dec 18 14:49:41.745 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.745 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.745 INFO [stderr] ... Dec 18 14:49:41.745 INFO [stderr] 2325 | rt_realloc_excess_unused!(rt_pow2_128bytes_8align_realloc_excess_unused, 128, 8); Dec 18 14:49:41.745 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.745 INFO [stderr] Dec 18 14:49:41.745 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.745 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.745 INFO [stderr] | Dec 18 14:49:41.745 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.745 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.745 INFO [stderr] ... Dec 18 14:49:41.745 INFO [stderr] 2325 | rt_realloc_excess_unused!(rt_pow2_128bytes_8align_realloc_excess_unused, 128, 8); Dec 18 14:49:41.745 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.745 INFO [stderr] | Dec 18 14:49:41.753 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.753 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.753 INFO [stderr] | Dec 18 14:49:41.753 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.753 INFO [stderr] | Dec 18 14:49:41.753 INFO [stderr] Dec 18 14:49:41.753 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.753 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.753 INFO [stderr] | Dec 18 14:49:41.753 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.753 INFO [stderr] | ^^^^^ Dec 18 14:49:41.753 INFO [stderr] ... Dec 18 14:49:41.753 INFO [stderr] 2338 | rt_realloc_excess_unused!(rt_pow2_256bytes_8align_realloc_excess_unused, 256, 8); Dec 18 14:49:41.753 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.753 INFO [stderr] | Dec 18 14:49:41.753 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.753 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.753 INFO [stderr] | Dec 18 14:49:41.753 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.753 INFO [stderr] | Dec 18 14:49:41.753 INFO [stderr] Dec 18 14:49:41.753 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.753 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.753 INFO [stderr] | Dec 18 14:49:41.753 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.753 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.753 INFO [stderr] ... Dec 18 14:49:41.753 INFO [stderr] 2338 | rt_realloc_excess_unused!(rt_pow2_256bytes_8align_realloc_excess_unused, 256, 8); Dec 18 14:49:41.753 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.753 INFO [stderr] Dec 18 14:49:41.753 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.753 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.753 INFO [stderr] | Dec 18 14:49:41.753 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.753 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.754 INFO [stderr] ... Dec 18 14:49:41.754 INFO [stderr] 2338 | rt_realloc_excess_unused!(rt_pow2_256bytes_8align_realloc_excess_unused, 256, 8); Dec 18 14:49:41.754 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.754 INFO [stderr] | Dec 18 14:49:41.754 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.754 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.754 INFO [stderr] | Dec 18 14:49:41.754 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.754 INFO [stderr] | Dec 18 14:49:41.754 INFO [stderr] Dec 18 14:49:41.754 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.754 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.754 INFO [stderr] | Dec 18 14:49:41.754 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.754 INFO [stderr] | ^^^^^ Dec 18 14:49:41.754 INFO [stderr] ... Dec 18 14:49:41.754 INFO [stderr] 2351 | rt_realloc_excess_unused!(rt_pow2_512bytes_8align_realloc_excess_unused, 512, 8); Dec 18 14:49:41.754 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.754 INFO [stderr] | Dec 18 14:49:41.754 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.754 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.754 INFO [stderr] | Dec 18 14:49:41.754 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.754 INFO [stderr] | Dec 18 14:49:41.754 INFO [stderr] Dec 18 14:49:41.754 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.754 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.754 INFO [stderr] | Dec 18 14:49:41.754 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.754 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.754 INFO [stderr] ... Dec 18 14:49:41.754 INFO [stderr] 2351 | rt_realloc_excess_unused!(rt_pow2_512bytes_8align_realloc_excess_unused, 512, 8); Dec 18 14:49:41.754 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.754 INFO [stderr] Dec 18 14:49:41.754 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.754 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.754 INFO [stderr] | Dec 18 14:49:41.754 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.754 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.754 INFO [stderr] ... Dec 18 14:49:41.754 INFO [stderr] 2351 | rt_realloc_excess_unused!(rt_pow2_512bytes_8align_realloc_excess_unused, 512, 8); Dec 18 14:49:41.754 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.754 INFO [stderr] | Dec 18 14:49:41.754 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.754 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.754 INFO [stderr] | Dec 18 14:49:41.754 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.754 INFO [stderr] | Dec 18 14:49:41.754 INFO [stderr] Dec 18 14:49:41.754 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.754 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.754 INFO [stderr] | Dec 18 14:49:41.754 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.754 INFO [stderr] | ^^^^^ Dec 18 14:49:41.754 INFO [stderr] ... Dec 18 14:49:41.754 INFO [stderr] 2364 | rt_realloc_excess_unused!(rt_pow2_1024bytes_8align_realloc_excess_unused, 1024, 8); Dec 18 14:49:41.754 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.754 INFO [stderr] | Dec 18 14:49:41.754 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.754 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.754 INFO [stderr] | Dec 18 14:49:41.754 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.754 INFO [stderr] | Dec 18 14:49:41.754 INFO [stderr] Dec 18 14:49:41.754 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.754 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.754 INFO [stderr] | Dec 18 14:49:41.754 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.754 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.754 INFO [stderr] ... Dec 18 14:49:41.754 INFO [stderr] 2364 | rt_realloc_excess_unused!(rt_pow2_1024bytes_8align_realloc_excess_unused, 1024, 8); Dec 18 14:49:41.754 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.754 INFO [stderr] Dec 18 14:49:41.754 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.755 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.755 INFO [stderr] | Dec 18 14:49:41.755 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.755 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.755 INFO [stderr] ... Dec 18 14:49:41.755 INFO [stderr] 2364 | rt_realloc_excess_unused!(rt_pow2_1024bytes_8align_realloc_excess_unused, 1024, 8); Dec 18 14:49:41.755 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.755 INFO [stderr] | Dec 18 14:49:41.755 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.755 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.755 INFO [stderr] | Dec 18 14:49:41.755 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.755 INFO [stderr] | Dec 18 14:49:41.755 INFO [stderr] Dec 18 14:49:41.756 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.756 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.756 INFO [stderr] | Dec 18 14:49:41.756 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.756 INFO [stderr] | ^^^^^ Dec 18 14:49:41.756 INFO [stderr] ... Dec 18 14:49:41.756 INFO [stderr] 2377 | rt_realloc_excess_unused!(rt_pow2_2048bytes_8align_realloc_excess_unused, 2048, 8); Dec 18 14:49:41.756 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.757 INFO [stderr] | Dec 18 14:49:41.757 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.757 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.757 INFO [stderr] | Dec 18 14:49:41.757 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.757 INFO [stderr] | Dec 18 14:49:41.757 INFO [stderr] Dec 18 14:49:41.757 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.757 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.757 INFO [stderr] | Dec 18 14:49:41.757 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.757 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.757 INFO [stderr] ... Dec 18 14:49:41.757 INFO [stderr] 2377 | rt_realloc_excess_unused!(rt_pow2_2048bytes_8align_realloc_excess_unused, 2048, 8); Dec 18 14:49:41.757 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.757 INFO [stderr] Dec 18 14:49:41.757 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.757 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.757 INFO [stderr] | Dec 18 14:49:41.757 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.757 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.757 INFO [stderr] ... Dec 18 14:49:41.757 INFO [stderr] 2377 | rt_realloc_excess_unused!(rt_pow2_2048bytes_8align_realloc_excess_unused, 2048, 8); Dec 18 14:49:41.757 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.757 INFO [stderr] | Dec 18 14:49:41.757 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.757 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.757 INFO [stderr] | Dec 18 14:49:41.757 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.757 INFO [stderr] | Dec 18 14:49:41.757 INFO [stderr] Dec 18 14:49:41.757 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.757 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.757 INFO [stderr] | Dec 18 14:49:41.757 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.757 INFO [stderr] | ^^^^^ Dec 18 14:49:41.757 INFO [stderr] ... Dec 18 14:49:41.757 INFO [stderr] 2390 | rt_realloc_excess_unused!(rt_pow2_4096bytes_8align_realloc_excess_unused, 4096, 8); Dec 18 14:49:41.757 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.757 INFO [stderr] | Dec 18 14:49:41.757 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.757 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.757 INFO [stderr] | Dec 18 14:49:41.757 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.757 INFO [stderr] | Dec 18 14:49:41.757 INFO [stderr] Dec 18 14:49:41.757 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.757 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.757 INFO [stderr] | Dec 18 14:49:41.757 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.757 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.757 INFO [stderr] ... Dec 18 14:49:41.757 INFO [stderr] 2390 | rt_realloc_excess_unused!(rt_pow2_4096bytes_8align_realloc_excess_unused, 4096, 8); Dec 18 14:49:41.757 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.757 INFO [stderr] Dec 18 14:49:41.764 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.764 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.764 INFO [stderr] | Dec 18 14:49:41.764 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.764 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.764 INFO [stderr] ... Dec 18 14:49:41.764 INFO [stderr] 2390 | rt_realloc_excess_unused!(rt_pow2_4096bytes_8align_realloc_excess_unused, 4096, 8); Dec 18 14:49:41.764 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.764 INFO [stderr] | Dec 18 14:49:41.764 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.764 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.764 INFO [stderr] | Dec 18 14:49:41.764 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.764 INFO [stderr] | Dec 18 14:49:41.764 INFO [stderr] Dec 18 14:49:41.765 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.765 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.765 INFO [stderr] | Dec 18 14:49:41.765 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.765 INFO [stderr] | ^^^^^ Dec 18 14:49:41.765 INFO [stderr] ... Dec 18 14:49:41.765 INFO [stderr] 2403 | rt_realloc_excess_unused!(rt_pow2_8192bytes_8align_realloc_excess_unused, 8192, 8); Dec 18 14:49:41.765 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.765 INFO [stderr] | Dec 18 14:49:41.765 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.765 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.765 INFO [stderr] | Dec 18 14:49:41.765 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.765 INFO [stderr] | Dec 18 14:49:41.765 INFO [stderr] Dec 18 14:49:41.765 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.765 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.765 INFO [stderr] | Dec 18 14:49:41.765 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.765 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.765 INFO [stderr] ... Dec 18 14:49:41.765 INFO [stderr] 2403 | rt_realloc_excess_unused!(rt_pow2_8192bytes_8align_realloc_excess_unused, 8192, 8); Dec 18 14:49:41.765 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.765 INFO [stderr] Dec 18 14:49:41.765 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.765 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.765 INFO [stderr] | Dec 18 14:49:41.765 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.765 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.765 INFO [stderr] ... Dec 18 14:49:41.765 INFO [stderr] 2403 | rt_realloc_excess_unused!(rt_pow2_8192bytes_8align_realloc_excess_unused, 8192, 8); Dec 18 14:49:41.765 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.765 INFO [stderr] | Dec 18 14:49:41.765 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.765 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.765 INFO [stderr] | Dec 18 14:49:41.765 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.765 INFO [stderr] | Dec 18 14:49:41.765 INFO [stderr] Dec 18 14:49:41.765 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.773 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.773 INFO [stderr] | Dec 18 14:49:41.773 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.773 INFO [stderr] | ^^^^^ Dec 18 14:49:41.773 INFO [stderr] ... Dec 18 14:49:41.773 INFO [stderr] 2416 | rt_realloc_excess_unused!(rt_pow2_16384bytes_8align_realloc_excess_unused, 16384, 8); Dec 18 14:49:41.773 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.773 INFO [stderr] | Dec 18 14:49:41.773 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.773 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.773 INFO [stderr] | Dec 18 14:49:41.773 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.773 INFO [stderr] | Dec 18 14:49:41.773 INFO [stderr] Dec 18 14:49:41.773 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.773 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.773 INFO [stderr] | Dec 18 14:49:41.773 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.773 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.773 INFO [stderr] ... Dec 18 14:49:41.773 INFO [stderr] 2416 | rt_realloc_excess_unused!(rt_pow2_16384bytes_8align_realloc_excess_unused, 16384, 8); Dec 18 14:49:41.773 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.773 INFO [stderr] Dec 18 14:49:41.773 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.773 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.773 INFO [stderr] | Dec 18 14:49:41.773 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.773 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.773 INFO [stderr] ... Dec 18 14:49:41.773 INFO [stderr] 2416 | rt_realloc_excess_unused!(rt_pow2_16384bytes_8align_realloc_excess_unused, 16384, 8); Dec 18 14:49:41.773 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.773 INFO [stderr] | Dec 18 14:49:41.773 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.773 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.773 INFO [stderr] | Dec 18 14:49:41.773 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.773 INFO [stderr] | Dec 18 14:49:41.773 INFO [stderr] Dec 18 14:49:41.773 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.774 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.774 INFO [stderr] | ^^^^^ Dec 18 14:49:41.774 INFO [stderr] ... Dec 18 14:49:41.774 INFO [stderr] 2429 | rt_realloc_excess_unused!(rt_pow2_32768bytes_8align_realloc_excess_unused, 32768, 8); Dec 18 14:49:41.774 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.774 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] Dec 18 14:49:41.774 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.774 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.774 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.774 INFO [stderr] ... Dec 18 14:49:41.774 INFO [stderr] 2429 | rt_realloc_excess_unused!(rt_pow2_32768bytes_8align_realloc_excess_unused, 32768, 8); Dec 18 14:49:41.774 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.774 INFO [stderr] Dec 18 14:49:41.774 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.774 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.774 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.774 INFO [stderr] ... Dec 18 14:49:41.774 INFO [stderr] 2429 | rt_realloc_excess_unused!(rt_pow2_32768bytes_8align_realloc_excess_unused, 32768, 8); Dec 18 14:49:41.774 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.774 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] Dec 18 14:49:41.774 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.774 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.774 INFO [stderr] | ^^^^^ Dec 18 14:49:41.774 INFO [stderr] ... Dec 18 14:49:41.774 INFO [stderr] 2442 | rt_realloc_excess_unused!(rt_pow2_65536bytes_8align_realloc_excess_unused, 65536, 8); Dec 18 14:49:41.774 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.774 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] Dec 18 14:49:41.774 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.774 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.774 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.774 INFO [stderr] ... Dec 18 14:49:41.774 INFO [stderr] 2442 | rt_realloc_excess_unused!(rt_pow2_65536bytes_8align_realloc_excess_unused, 65536, 8); Dec 18 14:49:41.774 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.774 INFO [stderr] Dec 18 14:49:41.774 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.774 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.774 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.774 INFO [stderr] ... Dec 18 14:49:41.774 INFO [stderr] 2442 | rt_realloc_excess_unused!(rt_pow2_65536bytes_8align_realloc_excess_unused, 65536, 8); Dec 18 14:49:41.774 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.774 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] Dec 18 14:49:41.774 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.774 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.774 INFO [stderr] | ^^^^^ Dec 18 14:49:41.774 INFO [stderr] ... Dec 18 14:49:41.774 INFO [stderr] 2455 | rt_realloc_excess_unused!(rt_pow2_131072bytes_8align_realloc_excess_unused, 131072, 8); Dec 18 14:49:41.774 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.774 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.774 INFO [stderr] | Dec 18 14:49:41.774 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.775 INFO [stderr] | Dec 18 14:49:41.775 INFO [stderr] Dec 18 14:49:41.781 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.781 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.781 INFO [stderr] | Dec 18 14:49:41.781 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.781 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.781 INFO [stderr] ... Dec 18 14:49:41.781 INFO [stderr] 2455 | rt_realloc_excess_unused!(rt_pow2_131072bytes_8align_realloc_excess_unused, 131072, 8); Dec 18 14:49:41.781 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.781 INFO [stderr] Dec 18 14:49:41.781 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.781 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.781 INFO [stderr] | Dec 18 14:49:41.781 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.781 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.781 INFO [stderr] ... Dec 18 14:49:41.781 INFO [stderr] 2455 | rt_realloc_excess_unused!(rt_pow2_131072bytes_8align_realloc_excess_unused, 131072, 8); Dec 18 14:49:41.781 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.781 INFO [stderr] | Dec 18 14:49:41.781 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.781 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.781 INFO [stderr] | Dec 18 14:49:41.781 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.781 INFO [stderr] | Dec 18 14:49:41.781 INFO [stderr] Dec 18 14:49:41.781 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.781 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.781 INFO [stderr] | Dec 18 14:49:41.781 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.781 INFO [stderr] | ^^^^^ Dec 18 14:49:41.781 INFO [stderr] ... Dec 18 14:49:41.781 INFO [stderr] 2468 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_8align_realloc_excess_unused, 4194304, 8); Dec 18 14:49:41.781 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.781 INFO [stderr] | Dec 18 14:49:41.781 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.781 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.781 INFO [stderr] | Dec 18 14:49:41.781 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.781 INFO [stderr] | Dec 18 14:49:41.781 INFO [stderr] Dec 18 14:49:41.781 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.781 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.781 INFO [stderr] | Dec 18 14:49:41.781 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.781 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.781 INFO [stderr] ... Dec 18 14:49:41.781 INFO [stderr] 2468 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_8align_realloc_excess_unused, 4194304, 8); Dec 18 14:49:41.781 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.781 INFO [stderr] Dec 18 14:49:41.782 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.782 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.782 INFO [stderr] | Dec 18 14:49:41.782 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.782 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.782 INFO [stderr] ... Dec 18 14:49:41.782 INFO [stderr] 2468 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_8align_realloc_excess_unused, 4194304, 8); Dec 18 14:49:41.782 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.782 INFO [stderr] | Dec 18 14:49:41.782 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.782 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.782 INFO [stderr] | Dec 18 14:49:41.782 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.782 INFO [stderr] | Dec 18 14:49:41.782 INFO [stderr] Dec 18 14:49:41.782 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.782 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.782 INFO [stderr] | Dec 18 14:49:41.782 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.782 INFO [stderr] | ^^^^^ Dec 18 14:49:41.782 INFO [stderr] ... Dec 18 14:49:41.782 INFO [stderr] 2482 | rt_realloc_excess_unused!(rt_even_10bytes_8align_realloc_excess_unused, 10, 8); Dec 18 14:49:41.782 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.782 INFO [stderr] | Dec 18 14:49:41.782 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.782 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.782 INFO [stderr] | Dec 18 14:49:41.782 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.782 INFO [stderr] | Dec 18 14:49:41.782 INFO [stderr] Dec 18 14:49:41.782 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.782 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.782 INFO [stderr] | Dec 18 14:49:41.782 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.782 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.782 INFO [stderr] ... Dec 18 14:49:41.782 INFO [stderr] 2482 | rt_realloc_excess_unused!(rt_even_10bytes_8align_realloc_excess_unused, 10, 8); Dec 18 14:49:41.782 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.782 INFO [stderr] Dec 18 14:49:41.782 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.782 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.782 INFO [stderr] | Dec 18 14:49:41.782 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.782 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.782 INFO [stderr] ... Dec 18 14:49:41.782 INFO [stderr] 2482 | rt_realloc_excess_unused!(rt_even_10bytes_8align_realloc_excess_unused, 10, 8); Dec 18 14:49:41.782 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.782 INFO [stderr] | Dec 18 14:49:41.782 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.782 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.782 INFO [stderr] | Dec 18 14:49:41.782 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.782 INFO [stderr] | Dec 18 14:49:41.782 INFO [stderr] Dec 18 14:49:41.782 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.782 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.782 INFO [stderr] | Dec 18 14:49:41.782 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.782 INFO [stderr] | ^^^^^ Dec 18 14:49:41.782 INFO [stderr] ... Dec 18 14:49:41.782 INFO [stderr] 2495 | rt_realloc_excess_unused!(rt_even_100bytes_8align_realloc_excess_unused, 100, 8); Dec 18 14:49:41.782 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.782 INFO [stderr] | Dec 18 14:49:41.782 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.782 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.782 INFO [stderr] | Dec 18 14:49:41.782 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.782 INFO [stderr] | Dec 18 14:49:41.782 INFO [stderr] Dec 18 14:49:41.782 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.782 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.782 INFO [stderr] | Dec 18 14:49:41.782 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.782 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.782 INFO [stderr] ... Dec 18 14:49:41.782 INFO [stderr] 2495 | rt_realloc_excess_unused!(rt_even_100bytes_8align_realloc_excess_unused, 100, 8); Dec 18 14:49:41.782 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.782 INFO [stderr] Dec 18 14:49:41.786 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.786 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.786 INFO [stderr] | Dec 18 14:49:41.786 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.786 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.786 INFO [stderr] ... Dec 18 14:49:41.786 INFO [stderr] 2495 | rt_realloc_excess_unused!(rt_even_100bytes_8align_realloc_excess_unused, 100, 8); Dec 18 14:49:41.786 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.786 INFO [stderr] | Dec 18 14:49:41.786 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.786 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.786 INFO [stderr] | Dec 18 14:49:41.786 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.786 INFO [stderr] | Dec 18 14:49:41.786 INFO [stderr] Dec 18 14:49:41.786 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.786 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.786 INFO [stderr] | Dec 18 14:49:41.786 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.786 INFO [stderr] | ^^^^^ Dec 18 14:49:41.786 INFO [stderr] ... Dec 18 14:49:41.786 INFO [stderr] 2508 | rt_realloc_excess_unused!(rt_even_1000bytes_8align_realloc_excess_unused, 1000, 8); Dec 18 14:49:41.786 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.786 INFO [stderr] | Dec 18 14:49:41.786 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.787 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.787 INFO [stderr] | Dec 18 14:49:41.787 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.787 INFO [stderr] | Dec 18 14:49:41.787 INFO [stderr] Dec 18 14:49:41.787 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.787 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.787 INFO [stderr] | Dec 18 14:49:41.787 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.787 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.787 INFO [stderr] ... Dec 18 14:49:41.787 INFO [stderr] 2508 | rt_realloc_excess_unused!(rt_even_1000bytes_8align_realloc_excess_unused, 1000, 8); Dec 18 14:49:41.787 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.787 INFO [stderr] Dec 18 14:49:41.787 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.787 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.787 INFO [stderr] | Dec 18 14:49:41.787 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.787 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.787 INFO [stderr] ... Dec 18 14:49:41.787 INFO [stderr] 2508 | rt_realloc_excess_unused!(rt_even_1000bytes_8align_realloc_excess_unused, 1000, 8); Dec 18 14:49:41.787 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.787 INFO [stderr] | Dec 18 14:49:41.787 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.787 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.787 INFO [stderr] | Dec 18 14:49:41.787 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.787 INFO [stderr] | Dec 18 14:49:41.787 INFO [stderr] Dec 18 14:49:41.788 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.788 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.788 INFO [stderr] | Dec 18 14:49:41.788 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.788 INFO [stderr] | ^^^^^ Dec 18 14:49:41.788 INFO [stderr] ... Dec 18 14:49:41.788 INFO [stderr] 2521 | rt_realloc_excess_unused!(rt_even_10000bytes_8align_realloc_excess_unused, 10000, 8); Dec 18 14:49:41.788 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.789 INFO [stderr] | Dec 18 14:49:41.789 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.789 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.789 INFO [stderr] | Dec 18 14:49:41.789 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.789 INFO [stderr] | Dec 18 14:49:41.789 INFO [stderr] Dec 18 14:49:41.789 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.789 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.789 INFO [stderr] | Dec 18 14:49:41.789 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.789 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.789 INFO [stderr] ... Dec 18 14:49:41.789 INFO [stderr] 2521 | rt_realloc_excess_unused!(rt_even_10000bytes_8align_realloc_excess_unused, 10000, 8); Dec 18 14:49:41.789 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.789 INFO [stderr] Dec 18 14:49:41.789 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.789 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.789 INFO [stderr] | Dec 18 14:49:41.789 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.789 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.789 INFO [stderr] ... Dec 18 14:49:41.789 INFO [stderr] 2521 | rt_realloc_excess_unused!(rt_even_10000bytes_8align_realloc_excess_unused, 10000, 8); Dec 18 14:49:41.789 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.789 INFO [stderr] | Dec 18 14:49:41.789 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.789 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.789 INFO [stderr] | Dec 18 14:49:41.789 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.789 INFO [stderr] | Dec 18 14:49:41.789 INFO [stderr] Dec 18 14:49:41.789 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.789 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.789 INFO [stderr] | Dec 18 14:49:41.789 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.789 INFO [stderr] | ^^^^^ Dec 18 14:49:41.789 INFO [stderr] ... Dec 18 14:49:41.789 INFO [stderr] 2534 | rt_realloc_excess_unused!(rt_even_100000bytes_8align_realloc_excess_unused, 100000, 8); Dec 18 14:49:41.789 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.789 INFO [stderr] | Dec 18 14:49:41.789 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.789 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.789 INFO [stderr] | Dec 18 14:49:41.789 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.789 INFO [stderr] | Dec 18 14:49:41.789 INFO [stderr] Dec 18 14:49:41.789 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.789 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.789 INFO [stderr] | Dec 18 14:49:41.789 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.789 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.789 INFO [stderr] ... Dec 18 14:49:41.789 INFO [stderr] 2534 | rt_realloc_excess_unused!(rt_even_100000bytes_8align_realloc_excess_unused, 100000, 8); Dec 18 14:49:41.789 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.789 INFO [stderr] Dec 18 14:49:41.793 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.793 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.793 INFO [stderr] | Dec 18 14:49:41.793 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.793 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.793 INFO [stderr] ... Dec 18 14:49:41.793 INFO [stderr] 2534 | rt_realloc_excess_unused!(rt_even_100000bytes_8align_realloc_excess_unused, 100000, 8); Dec 18 14:49:41.793 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.793 INFO [stderr] | Dec 18 14:49:41.793 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.793 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.793 INFO [stderr] | Dec 18 14:49:41.793 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.793 INFO [stderr] | Dec 18 14:49:41.793 INFO [stderr] Dec 18 14:49:41.793 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.793 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.793 INFO [stderr] | Dec 18 14:49:41.793 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.793 INFO [stderr] | ^^^^^ Dec 18 14:49:41.793 INFO [stderr] ... Dec 18 14:49:41.793 INFO [stderr] 2547 | rt_realloc_excess_unused!(rt_even_1000000bytes_8align_realloc_excess_unused, 1000000, 8); Dec 18 14:49:41.793 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.793 INFO [stderr] | Dec 18 14:49:41.793 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.793 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.793 INFO [stderr] | Dec 18 14:49:41.793 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.793 INFO [stderr] | Dec 18 14:49:41.793 INFO [stderr] Dec 18 14:49:41.793 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.793 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.793 INFO [stderr] | Dec 18 14:49:41.793 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.793 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.793 INFO [stderr] ... Dec 18 14:49:41.793 INFO [stderr] 2547 | rt_realloc_excess_unused!(rt_even_1000000bytes_8align_realloc_excess_unused, 1000000, 8); Dec 18 14:49:41.793 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.793 INFO [stderr] Dec 18 14:49:41.793 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.793 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.793 INFO [stderr] | Dec 18 14:49:41.793 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.793 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.793 INFO [stderr] ... Dec 18 14:49:41.793 INFO [stderr] 2547 | rt_realloc_excess_unused!(rt_even_1000000bytes_8align_realloc_excess_unused, 1000000, 8); Dec 18 14:49:41.793 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.793 INFO [stderr] | Dec 18 14:49:41.793 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.793 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.793 INFO [stderr] | Dec 18 14:49:41.793 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.793 INFO [stderr] | Dec 18 14:49:41.793 INFO [stderr] Dec 18 14:49:41.793 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.793 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.793 INFO [stderr] | Dec 18 14:49:41.793 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.793 INFO [stderr] | ^^^^^ Dec 18 14:49:41.793 INFO [stderr] ... Dec 18 14:49:41.793 INFO [stderr] 2561 | rt_realloc_excess_unused!(rt_odd_10bytes_8align_realloc_excess_unused, 10- 1, 8); Dec 18 14:49:41.793 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.796 INFO [stderr] | Dec 18 14:49:41.796 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.797 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.797 INFO [stderr] | Dec 18 14:49:41.797 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.797 INFO [stderr] | Dec 18 14:49:41.797 INFO [stderr] Dec 18 14:49:41.797 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.797 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.797 INFO [stderr] | Dec 18 14:49:41.797 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.797 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.797 INFO [stderr] ... Dec 18 14:49:41.797 INFO [stderr] 2561 | rt_realloc_excess_unused!(rt_odd_10bytes_8align_realloc_excess_unused, 10- 1, 8); Dec 18 14:49:41.797 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.797 INFO [stderr] Dec 18 14:49:41.797 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.797 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.797 INFO [stderr] | Dec 18 14:49:41.797 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.797 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.797 INFO [stderr] ... Dec 18 14:49:41.797 INFO [stderr] 2561 | rt_realloc_excess_unused!(rt_odd_10bytes_8align_realloc_excess_unused, 10- 1, 8); Dec 18 14:49:41.797 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.797 INFO [stderr] | Dec 18 14:49:41.797 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.797 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.797 INFO [stderr] | Dec 18 14:49:41.797 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.797 INFO [stderr] | Dec 18 14:49:41.797 INFO [stderr] Dec 18 14:49:41.797 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.797 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.797 INFO [stderr] | Dec 18 14:49:41.797 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.797 INFO [stderr] | ^^^^^ Dec 18 14:49:41.797 INFO [stderr] ... Dec 18 14:49:41.797 INFO [stderr] 2574 | rt_realloc_excess_unused!(rt_odd_100bytes_8align_realloc_excess_unused, 100- 1, 8); Dec 18 14:49:41.797 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.797 INFO [stderr] | Dec 18 14:49:41.797 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.797 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.797 INFO [stderr] | Dec 18 14:49:41.797 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.797 INFO [stderr] | Dec 18 14:49:41.797 INFO [stderr] Dec 18 14:49:41.797 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.797 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.797 INFO [stderr] | Dec 18 14:49:41.797 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.797 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.797 INFO [stderr] ... Dec 18 14:49:41.797 INFO [stderr] 2574 | rt_realloc_excess_unused!(rt_odd_100bytes_8align_realloc_excess_unused, 100- 1, 8); Dec 18 14:49:41.797 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.797 INFO [stderr] Dec 18 14:49:41.805 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.805 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.805 INFO [stderr] | Dec 18 14:49:41.805 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.805 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.805 INFO [stderr] ... Dec 18 14:49:41.805 INFO [stderr] 2574 | rt_realloc_excess_unused!(rt_odd_100bytes_8align_realloc_excess_unused, 100- 1, 8); Dec 18 14:49:41.805 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.805 INFO [stderr] | Dec 18 14:49:41.805 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.805 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.805 INFO [stderr] | Dec 18 14:49:41.805 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.805 INFO [stderr] | Dec 18 14:49:41.805 INFO [stderr] Dec 18 14:49:41.805 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.805 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.805 INFO [stderr] | Dec 18 14:49:41.805 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.805 INFO [stderr] | ^^^^^ Dec 18 14:49:41.805 INFO [stderr] ... Dec 18 14:49:41.805 INFO [stderr] 2587 | rt_realloc_excess_unused!(rt_odd_1000bytes_8align_realloc_excess_unused, 1000- 1, 8); Dec 18 14:49:41.805 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.805 INFO [stderr] | Dec 18 14:49:41.805 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.805 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.805 INFO [stderr] | Dec 18 14:49:41.805 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.805 INFO [stderr] | Dec 18 14:49:41.805 INFO [stderr] Dec 18 14:49:41.805 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.805 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.805 INFO [stderr] | Dec 18 14:49:41.805 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.805 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.805 INFO [stderr] ... Dec 18 14:49:41.805 INFO [stderr] 2587 | rt_realloc_excess_unused!(rt_odd_1000bytes_8align_realloc_excess_unused, 1000- 1, 8); Dec 18 14:49:41.805 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.805 INFO [stderr] Dec 18 14:49:41.805 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.805 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.805 INFO [stderr] | Dec 18 14:49:41.805 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.805 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.805 INFO [stderr] ... Dec 18 14:49:41.805 INFO [stderr] 2587 | rt_realloc_excess_unused!(rt_odd_1000bytes_8align_realloc_excess_unused, 1000- 1, 8); Dec 18 14:49:41.805 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.805 INFO [stderr] | Dec 18 14:49:41.805 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.805 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.805 INFO [stderr] | Dec 18 14:49:41.805 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.805 INFO [stderr] | Dec 18 14:49:41.805 INFO [stderr] Dec 18 14:49:41.812 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.812 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.812 INFO [stderr] | Dec 18 14:49:41.812 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.812 INFO [stderr] | ^^^^^ Dec 18 14:49:41.816 INFO [stderr] ... Dec 18 14:49:41.816 INFO [stderr] 2600 | rt_realloc_excess_unused!(rt_odd_10000bytes_8align_realloc_excess_unused, 10000- 1, 8); Dec 18 14:49:41.816 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.816 INFO [stderr] | Dec 18 14:49:41.816 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.816 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.816 INFO [stderr] | Dec 18 14:49:41.816 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.816 INFO [stderr] | Dec 18 14:49:41.816 INFO [stderr] Dec 18 14:49:41.816 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.816 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.816 INFO [stderr] | Dec 18 14:49:41.816 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.816 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.816 INFO [stderr] ... Dec 18 14:49:41.816 INFO [stderr] 2600 | rt_realloc_excess_unused!(rt_odd_10000bytes_8align_realloc_excess_unused, 10000- 1, 8); Dec 18 14:49:41.816 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.816 INFO [stderr] Dec 18 14:49:41.816 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.816 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.816 INFO [stderr] | Dec 18 14:49:41.816 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.816 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.816 INFO [stderr] ... Dec 18 14:49:41.816 INFO [stderr] 2600 | rt_realloc_excess_unused!(rt_odd_10000bytes_8align_realloc_excess_unused, 10000- 1, 8); Dec 18 14:49:41.816 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.816 INFO [stderr] | Dec 18 14:49:41.816 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.816 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.816 INFO [stderr] | Dec 18 14:49:41.816 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.816 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] Dec 18 14:49:41.817 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.817 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.817 INFO [stderr] | ^^^^^ Dec 18 14:49:41.817 INFO [stderr] ... Dec 18 14:49:41.817 INFO [stderr] 2613 | rt_realloc_excess_unused!(rt_odd_100000bytes_8align_realloc_excess_unused, 100000- 1, 8); Dec 18 14:49:41.817 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] Dec 18 14:49:41.817 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.817 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.817 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.817 INFO [stderr] ... Dec 18 14:49:41.817 INFO [stderr] 2613 | rt_realloc_excess_unused!(rt_odd_100000bytes_8align_realloc_excess_unused, 100000- 1, 8); Dec 18 14:49:41.817 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.817 INFO [stderr] Dec 18 14:49:41.817 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.817 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.817 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.817 INFO [stderr] ... Dec 18 14:49:41.817 INFO [stderr] 2613 | rt_realloc_excess_unused!(rt_odd_100000bytes_8align_realloc_excess_unused, 100000- 1, 8); Dec 18 14:49:41.817 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] Dec 18 14:49:41.817 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.817 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.817 INFO [stderr] | ^^^^^ Dec 18 14:49:41.817 INFO [stderr] ... Dec 18 14:49:41.817 INFO [stderr] 2626 | rt_realloc_excess_unused!(rt_odd_1000000bytes_8align_realloc_excess_unused, 1000000- 1, 8); Dec 18 14:49:41.817 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] Dec 18 14:49:41.817 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.817 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.817 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.817 INFO [stderr] ... Dec 18 14:49:41.817 INFO [stderr] 2626 | rt_realloc_excess_unused!(rt_odd_1000000bytes_8align_realloc_excess_unused, 1000000- 1, 8); Dec 18 14:49:41.817 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.817 INFO [stderr] Dec 18 14:49:41.817 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.817 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.817 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.817 INFO [stderr] ... Dec 18 14:49:41.817 INFO [stderr] 2626 | rt_realloc_excess_unused!(rt_odd_1000000bytes_8align_realloc_excess_unused, 1000000- 1, 8); Dec 18 14:49:41.817 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] Dec 18 14:49:41.817 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.817 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.817 INFO [stderr] | ^^^^^ Dec 18 14:49:41.817 INFO [stderr] ... Dec 18 14:49:41.817 INFO [stderr] 2640 | rt_realloc_excess_unused!(rt_primes_3bytes_8align_realloc_excess_unused, 3, 8); Dec 18 14:49:41.817 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.817 INFO [stderr] | Dec 18 14:49:41.817 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.817 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.818 INFO [stderr] | Dec 18 14:49:41.818 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.818 INFO [stderr] | Dec 18 14:49:41.818 INFO [stderr] Dec 18 14:49:41.818 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.818 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.818 INFO [stderr] | Dec 18 14:49:41.818 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.818 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.818 INFO [stderr] ... Dec 18 14:49:41.818 INFO [stderr] 2640 | rt_realloc_excess_unused!(rt_primes_3bytes_8align_realloc_excess_unused, 3, 8); Dec 18 14:49:41.818 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.818 INFO [stderr] Dec 18 14:49:41.818 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.818 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.818 INFO [stderr] | Dec 18 14:49:41.818 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.818 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.818 INFO [stderr] ... Dec 18 14:49:41.818 INFO [stderr] 2640 | rt_realloc_excess_unused!(rt_primes_3bytes_8align_realloc_excess_unused, 3, 8); Dec 18 14:49:41.818 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.818 INFO [stderr] | Dec 18 14:49:41.818 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.818 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.818 INFO [stderr] | Dec 18 14:49:41.818 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.818 INFO [stderr] | Dec 18 14:49:41.818 INFO [stderr] Dec 18 14:49:41.818 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.818 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.818 INFO [stderr] | Dec 18 14:49:41.818 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.818 INFO [stderr] | ^^^^^ Dec 18 14:49:41.818 INFO [stderr] ... Dec 18 14:49:41.818 INFO [stderr] 2653 | rt_realloc_excess_unused!(rt_primes_7bytes_8align_realloc_excess_unused, 7, 8); Dec 18 14:49:41.818 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.818 INFO [stderr] | Dec 18 14:49:41.818 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.818 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.818 INFO [stderr] | Dec 18 14:49:41.818 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.818 INFO [stderr] | Dec 18 14:49:41.818 INFO [stderr] Dec 18 14:49:41.818 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.818 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.818 INFO [stderr] | Dec 18 14:49:41.818 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.818 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.818 INFO [stderr] ... Dec 18 14:49:41.818 INFO [stderr] 2653 | rt_realloc_excess_unused!(rt_primes_7bytes_8align_realloc_excess_unused, 7, 8); Dec 18 14:49:41.818 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.818 INFO [stderr] Dec 18 14:49:41.818 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.818 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.818 INFO [stderr] | Dec 18 14:49:41.818 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.818 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.840 INFO [stderr] ... Dec 18 14:49:41.841 INFO [stderr] 2653 | rt_realloc_excess_unused!(rt_primes_7bytes_8align_realloc_excess_unused, 7, 8); Dec 18 14:49:41.841 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.841 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] Dec 18 14:49:41.841 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.841 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.841 INFO [stderr] | ^^^^^ Dec 18 14:49:41.841 INFO [stderr] ... Dec 18 14:49:41.841 INFO [stderr] 2666 | rt_realloc_excess_unused!(rt_primes_13bytes_8align_realloc_excess_unused, 13, 8); Dec 18 14:49:41.841 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.841 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] Dec 18 14:49:41.841 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.841 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.841 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.841 INFO [stderr] ... Dec 18 14:49:41.841 INFO [stderr] 2666 | rt_realloc_excess_unused!(rt_primes_13bytes_8align_realloc_excess_unused, 13, 8); Dec 18 14:49:41.841 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.841 INFO [stderr] Dec 18 14:49:41.841 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.841 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.841 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.841 INFO [stderr] ... Dec 18 14:49:41.841 INFO [stderr] 2666 | rt_realloc_excess_unused!(rt_primes_13bytes_8align_realloc_excess_unused, 13, 8); Dec 18 14:49:41.841 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.841 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] Dec 18 14:49:41.841 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.841 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.841 INFO [stderr] | ^^^^^ Dec 18 14:49:41.841 INFO [stderr] ... Dec 18 14:49:41.841 INFO [stderr] 2679 | rt_realloc_excess_unused!(rt_primes_17bytes_8align_realloc_excess_unused, 17, 8); Dec 18 14:49:41.841 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.841 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] Dec 18 14:49:41.841 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.841 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.841 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.841 INFO [stderr] ... Dec 18 14:49:41.841 INFO [stderr] 2679 | rt_realloc_excess_unused!(rt_primes_17bytes_8align_realloc_excess_unused, 17, 8); Dec 18 14:49:41.841 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.841 INFO [stderr] Dec 18 14:49:41.841 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.841 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.841 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.841 INFO [stderr] ... Dec 18 14:49:41.841 INFO [stderr] 2679 | rt_realloc_excess_unused!(rt_primes_17bytes_8align_realloc_excess_unused, 17, 8); Dec 18 14:49:41.841 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.841 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.841 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.841 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] Dec 18 14:49:41.842 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.842 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.842 INFO [stderr] | ^^^^^ Dec 18 14:49:41.842 INFO [stderr] ... Dec 18 14:49:41.842 INFO [stderr] 2692 | rt_realloc_excess_unused!(rt_primes_31bytes_8align_realloc_excess_unused, 31, 8); Dec 18 14:49:41.842 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.842 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] Dec 18 14:49:41.842 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.842 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.842 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.842 INFO [stderr] ... Dec 18 14:49:41.842 INFO [stderr] 2692 | rt_realloc_excess_unused!(rt_primes_31bytes_8align_realloc_excess_unused, 31, 8); Dec 18 14:49:41.842 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.842 INFO [stderr] Dec 18 14:49:41.842 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.842 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.842 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.842 INFO [stderr] ... Dec 18 14:49:41.842 INFO [stderr] 2692 | rt_realloc_excess_unused!(rt_primes_31bytes_8align_realloc_excess_unused, 31, 8); Dec 18 14:49:41.842 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.842 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] Dec 18 14:49:41.842 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.842 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.842 INFO [stderr] | ^^^^^ Dec 18 14:49:41.842 INFO [stderr] ... Dec 18 14:49:41.842 INFO [stderr] 2705 | rt_realloc_excess_unused!(rt_primes_61bytes_8align_realloc_excess_unused, 61, 8); Dec 18 14:49:41.842 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.842 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] Dec 18 14:49:41.842 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.842 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.842 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.842 INFO [stderr] ... Dec 18 14:49:41.842 INFO [stderr] 2705 | rt_realloc_excess_unused!(rt_primes_61bytes_8align_realloc_excess_unused, 61, 8); Dec 18 14:49:41.842 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.842 INFO [stderr] Dec 18 14:49:41.842 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.842 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.842 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.842 INFO [stderr] ... Dec 18 14:49:41.842 INFO [stderr] 2705 | rt_realloc_excess_unused!(rt_primes_61bytes_8align_realloc_excess_unused, 61, 8); Dec 18 14:49:41.842 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.842 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] Dec 18 14:49:41.842 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.842 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.842 INFO [stderr] | Dec 18 14:49:41.842 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.842 INFO [stderr] | ^^^^^ Dec 18 14:49:41.842 INFO [stderr] ... Dec 18 14:49:41.842 INFO [stderr] 2718 | rt_realloc_excess_unused!(rt_primes_96bytes_8align_realloc_excess_unused, 96, 8); Dec 18 14:49:41.843 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.843 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] Dec 18 14:49:41.843 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.843 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.843 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.843 INFO [stderr] ... Dec 18 14:49:41.843 INFO [stderr] 2718 | rt_realloc_excess_unused!(rt_primes_96bytes_8align_realloc_excess_unused, 96, 8); Dec 18 14:49:41.843 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.843 INFO [stderr] Dec 18 14:49:41.843 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.843 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.843 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.843 INFO [stderr] ... Dec 18 14:49:41.843 INFO [stderr] 2718 | rt_realloc_excess_unused!(rt_primes_96bytes_8align_realloc_excess_unused, 96, 8); Dec 18 14:49:41.843 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.843 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] Dec 18 14:49:41.843 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.843 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.843 INFO [stderr] | ^^^^^ Dec 18 14:49:41.843 INFO [stderr] ... Dec 18 14:49:41.843 INFO [stderr] 2731 | rt_realloc_excess_unused!(rt_primes_127bytes_8align_realloc_excess_unused, 127, 8); Dec 18 14:49:41.843 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.843 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] Dec 18 14:49:41.843 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.843 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.843 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.843 INFO [stderr] ... Dec 18 14:49:41.843 INFO [stderr] 2731 | rt_realloc_excess_unused!(rt_primes_127bytes_8align_realloc_excess_unused, 127, 8); Dec 18 14:49:41.843 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.843 INFO [stderr] Dec 18 14:49:41.843 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.843 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.843 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.843 INFO [stderr] ... Dec 18 14:49:41.843 INFO [stderr] 2731 | rt_realloc_excess_unused!(rt_primes_127bytes_8align_realloc_excess_unused, 127, 8); Dec 18 14:49:41.843 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.843 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] Dec 18 14:49:41.843 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.843 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.843 INFO [stderr] | ^^^^^ Dec 18 14:49:41.843 INFO [stderr] ... Dec 18 14:49:41.843 INFO [stderr] 2744 | rt_realloc_excess_unused!(rt_primes_257bytes_8align_realloc_excess_unused, 257, 8); Dec 18 14:49:41.843 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.843 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.843 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.843 INFO [stderr] | Dec 18 14:49:41.844 INFO [stderr] Dec 18 14:49:41.844 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.844 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.844 INFO [stderr] | Dec 18 14:49:41.844 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.844 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.844 INFO [stderr] ... Dec 18 14:49:41.844 INFO [stderr] 2744 | rt_realloc_excess_unused!(rt_primes_257bytes_8align_realloc_excess_unused, 257, 8); Dec 18 14:49:41.844 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.844 INFO [stderr] Dec 18 14:49:41.844 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.844 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.844 INFO [stderr] | Dec 18 14:49:41.844 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.844 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.844 INFO [stderr] ... Dec 18 14:49:41.844 INFO [stderr] 2744 | rt_realloc_excess_unused!(rt_primes_257bytes_8align_realloc_excess_unused, 257, 8); Dec 18 14:49:41.844 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.844 INFO [stderr] | Dec 18 14:49:41.844 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.844 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.844 INFO [stderr] | Dec 18 14:49:41.844 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.844 INFO [stderr] | Dec 18 14:49:41.844 INFO [stderr] Dec 18 14:49:41.844 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.844 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.844 INFO [stderr] | Dec 18 14:49:41.844 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.844 INFO [stderr] | ^^^^^ Dec 18 14:49:41.844 INFO [stderr] ... Dec 18 14:49:41.844 INFO [stderr] 2757 | rt_realloc_excess_unused!(rt_primes_509bytes_8align_realloc_excess_unused, 509, 8); Dec 18 14:49:41.844 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.844 INFO [stderr] | Dec 18 14:49:41.844 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.844 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.844 INFO [stderr] | Dec 18 14:49:41.844 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.844 INFO [stderr] | Dec 18 14:49:41.844 INFO [stderr] Dec 18 14:49:41.844 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.844 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.844 INFO [stderr] | Dec 18 14:49:41.844 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.844 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.844 INFO [stderr] ... Dec 18 14:49:41.844 INFO [stderr] 2757 | rt_realloc_excess_unused!(rt_primes_509bytes_8align_realloc_excess_unused, 509, 8); Dec 18 14:49:41.844 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.844 INFO [stderr] Dec 18 14:49:41.856 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.856 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.856 INFO [stderr] | Dec 18 14:49:41.856 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.856 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.856 INFO [stderr] ... Dec 18 14:49:41.856 INFO [stderr] 2757 | rt_realloc_excess_unused!(rt_primes_509bytes_8align_realloc_excess_unused, 509, 8); Dec 18 14:49:41.856 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.856 INFO [stderr] | Dec 18 14:49:41.856 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.856 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.856 INFO [stderr] | Dec 18 14:49:41.856 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.856 INFO [stderr] | Dec 18 14:49:41.856 INFO [stderr] Dec 18 14:49:41.856 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.856 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.856 INFO [stderr] | Dec 18 14:49:41.856 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.856 INFO [stderr] | ^^^^^ Dec 18 14:49:41.856 INFO [stderr] ... Dec 18 14:49:41.856 INFO [stderr] 2770 | rt_realloc_excess_unused!(rt_primes_1021bytes_8align_realloc_excess_unused, 1021, 8); Dec 18 14:49:41.856 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.856 INFO [stderr] | Dec 18 14:49:41.856 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.856 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.856 INFO [stderr] | Dec 18 14:49:41.856 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.856 INFO [stderr] | Dec 18 14:49:41.856 INFO [stderr] Dec 18 14:49:41.856 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.856 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.856 INFO [stderr] | Dec 18 14:49:41.856 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.856 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.856 INFO [stderr] ... Dec 18 14:49:41.856 INFO [stderr] 2770 | rt_realloc_excess_unused!(rt_primes_1021bytes_8align_realloc_excess_unused, 1021, 8); Dec 18 14:49:41.856 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.856 INFO [stderr] Dec 18 14:49:41.856 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.856 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.856 INFO [stderr] | Dec 18 14:49:41.856 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.856 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.856 INFO [stderr] ... Dec 18 14:49:41.857 INFO [stderr] 2770 | rt_realloc_excess_unused!(rt_primes_1021bytes_8align_realloc_excess_unused, 1021, 8); Dec 18 14:49:41.857 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.857 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] Dec 18 14:49:41.857 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.857 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.857 INFO [stderr] | ^^^^^ Dec 18 14:49:41.857 INFO [stderr] ... Dec 18 14:49:41.857 INFO [stderr] 2783 | rt_realloc_excess_unused!(rt_primes_2039bytes_8align_realloc_excess_unused, 2039, 8); Dec 18 14:49:41.857 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.857 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] Dec 18 14:49:41.857 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.857 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.857 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.857 INFO [stderr] ... Dec 18 14:49:41.857 INFO [stderr] 2783 | rt_realloc_excess_unused!(rt_primes_2039bytes_8align_realloc_excess_unused, 2039, 8); Dec 18 14:49:41.857 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.857 INFO [stderr] Dec 18 14:49:41.857 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.857 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.857 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.857 INFO [stderr] ... Dec 18 14:49:41.857 INFO [stderr] 2783 | rt_realloc_excess_unused!(rt_primes_2039bytes_8align_realloc_excess_unused, 2039, 8); Dec 18 14:49:41.857 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.857 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] Dec 18 14:49:41.857 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.857 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.857 INFO [stderr] | ^^^^^ Dec 18 14:49:41.857 INFO [stderr] ... Dec 18 14:49:41.857 INFO [stderr] 2796 | rt_realloc_excess_unused!(rt_primes_4093bytes_8align_realloc_excess_unused, 4093, 8); Dec 18 14:49:41.857 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.857 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] Dec 18 14:49:41.857 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.857 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.857 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.857 INFO [stderr] ... Dec 18 14:49:41.857 INFO [stderr] 2796 | rt_realloc_excess_unused!(rt_primes_4093bytes_8align_realloc_excess_unused, 4093, 8); Dec 18 14:49:41.857 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.857 INFO [stderr] Dec 18 14:49:41.857 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.857 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.857 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.857 INFO [stderr] ... Dec 18 14:49:41.857 INFO [stderr] 2796 | rt_realloc_excess_unused!(rt_primes_4093bytes_8align_realloc_excess_unused, 4093, 8); Dec 18 14:49:41.857 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.857 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] Dec 18 14:49:41.857 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.857 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.857 INFO [stderr] | Dec 18 14:49:41.857 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.857 INFO [stderr] | ^^^^^ Dec 18 14:49:41.857 INFO [stderr] ... Dec 18 14:49:41.858 INFO [stderr] 2809 | rt_realloc_excess_unused!(rt_primes_8191bytes_8align_realloc_excess_unused, 8191, 8); Dec 18 14:49:41.858 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.858 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] Dec 18 14:49:41.858 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.858 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.858 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.858 INFO [stderr] ... Dec 18 14:49:41.858 INFO [stderr] 2809 | rt_realloc_excess_unused!(rt_primes_8191bytes_8align_realloc_excess_unused, 8191, 8); Dec 18 14:49:41.858 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.858 INFO [stderr] Dec 18 14:49:41.858 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.858 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.858 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.858 INFO [stderr] ... Dec 18 14:49:41.858 INFO [stderr] 2809 | rt_realloc_excess_unused!(rt_primes_8191bytes_8align_realloc_excess_unused, 8191, 8); Dec 18 14:49:41.858 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.858 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] Dec 18 14:49:41.858 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.858 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.858 INFO [stderr] | ^^^^^ Dec 18 14:49:41.858 INFO [stderr] ... Dec 18 14:49:41.858 INFO [stderr] 2822 | rt_realloc_excess_unused!(rt_primes_16381bytes_8align_realloc_excess_unused, 16381, 8); Dec 18 14:49:41.858 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.858 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] Dec 18 14:49:41.858 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.858 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.858 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.858 INFO [stderr] ... Dec 18 14:49:41.858 INFO [stderr] 2822 | rt_realloc_excess_unused!(rt_primes_16381bytes_8align_realloc_excess_unused, 16381, 8); Dec 18 14:49:41.858 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.858 INFO [stderr] Dec 18 14:49:41.858 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.858 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.858 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.858 INFO [stderr] ... Dec 18 14:49:41.858 INFO [stderr] 2822 | rt_realloc_excess_unused!(rt_primes_16381bytes_8align_realloc_excess_unused, 16381, 8); Dec 18 14:49:41.858 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.858 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] Dec 18 14:49:41.858 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.858 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.858 INFO [stderr] | ^^^^^ Dec 18 14:49:41.858 INFO [stderr] ... Dec 18 14:49:41.858 INFO [stderr] 2835 | rt_realloc_excess_unused!(rt_primes_32749bytes_8align_realloc_excess_unused, 32749, 8); Dec 18 14:49:41.858 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.858 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.858 INFO [stderr] | Dec 18 14:49:41.858 INFO [stderr] Dec 18 14:49:41.858 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.858 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.859 INFO [stderr] | Dec 18 14:49:41.859 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.859 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.859 INFO [stderr] ... Dec 18 14:49:41.859 INFO [stderr] 2835 | rt_realloc_excess_unused!(rt_primes_32749bytes_8align_realloc_excess_unused, 32749, 8); Dec 18 14:49:41.859 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.859 INFO [stderr] Dec 18 14:49:41.860 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.860 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.860 INFO [stderr] | Dec 18 14:49:41.860 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.860 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.860 INFO [stderr] ... Dec 18 14:49:41.860 INFO [stderr] 2835 | rt_realloc_excess_unused!(rt_primes_32749bytes_8align_realloc_excess_unused, 32749, 8); Dec 18 14:49:41.860 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.861 INFO [stderr] | Dec 18 14:49:41.861 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.861 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.861 INFO [stderr] | Dec 18 14:49:41.861 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.861 INFO [stderr] | Dec 18 14:49:41.861 INFO [stderr] Dec 18 14:49:41.861 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.861 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.861 INFO [stderr] | Dec 18 14:49:41.861 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.861 INFO [stderr] | ^^^^^ Dec 18 14:49:41.861 INFO [stderr] ... Dec 18 14:49:41.861 INFO [stderr] 2848 | rt_realloc_excess_unused!(rt_primes_65537bytes_8align_realloc_excess_unused, 65537, 8); Dec 18 14:49:41.861 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.861 INFO [stderr] | Dec 18 14:49:41.861 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.861 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.861 INFO [stderr] | Dec 18 14:49:41.861 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.861 INFO [stderr] | Dec 18 14:49:41.861 INFO [stderr] Dec 18 14:49:41.861 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.861 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.861 INFO [stderr] | Dec 18 14:49:41.861 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.861 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.861 INFO [stderr] ... Dec 18 14:49:41.861 INFO [stderr] 2848 | rt_realloc_excess_unused!(rt_primes_65537bytes_8align_realloc_excess_unused, 65537, 8); Dec 18 14:49:41.861 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.861 INFO [stderr] Dec 18 14:49:41.861 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.861 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.861 INFO [stderr] | Dec 18 14:49:41.861 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.861 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.861 INFO [stderr] ... Dec 18 14:49:41.861 INFO [stderr] 2848 | rt_realloc_excess_unused!(rt_primes_65537bytes_8align_realloc_excess_unused, 65537, 8); Dec 18 14:49:41.861 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.861 INFO [stderr] | Dec 18 14:49:41.861 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.861 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.861 INFO [stderr] | Dec 18 14:49:41.861 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.861 INFO [stderr] | Dec 18 14:49:41.861 INFO [stderr] Dec 18 14:49:41.861 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.861 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.861 INFO [stderr] | Dec 18 14:49:41.861 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.861 INFO [stderr] | ^^^^^ Dec 18 14:49:41.861 INFO [stderr] ... Dec 18 14:49:41.861 INFO [stderr] 2861 | rt_realloc_excess_unused!(rt_primes_131071bytes_8align_realloc_excess_unused, 131071, 8); Dec 18 14:49:41.861 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.861 INFO [stderr] | Dec 18 14:49:41.861 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.861 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.861 INFO [stderr] | Dec 18 14:49:41.861 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.861 INFO [stderr] | Dec 18 14:49:41.861 INFO [stderr] Dec 18 14:49:41.864 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.864 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.864 INFO [stderr] | Dec 18 14:49:41.864 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.864 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.864 INFO [stderr] ... Dec 18 14:49:41.864 INFO [stderr] 2861 | rt_realloc_excess_unused!(rt_primes_131071bytes_8align_realloc_excess_unused, 131071, 8); Dec 18 14:49:41.864 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.864 INFO [stderr] Dec 18 14:49:41.864 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.865 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.865 INFO [stderr] | Dec 18 14:49:41.865 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.865 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.865 INFO [stderr] ... Dec 18 14:49:41.865 INFO [stderr] 2861 | rt_realloc_excess_unused!(rt_primes_131071bytes_8align_realloc_excess_unused, 131071, 8); Dec 18 14:49:41.865 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.865 INFO [stderr] | Dec 18 14:49:41.865 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.865 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.865 INFO [stderr] | Dec 18 14:49:41.865 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.865 INFO [stderr] | Dec 18 14:49:41.865 INFO [stderr] Dec 18 14:49:41.865 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.865 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.865 INFO [stderr] | Dec 18 14:49:41.865 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.865 INFO [stderr] | ^^^^^ Dec 18 14:49:41.865 INFO [stderr] ... Dec 18 14:49:41.865 INFO [stderr] 2874 | rt_realloc_excess_unused!(rt_primes_4194301bytes_8align_realloc_excess_unused, 4194301, 8); Dec 18 14:49:41.865 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.865 INFO [stderr] | Dec 18 14:49:41.865 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.865 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.865 INFO [stderr] | Dec 18 14:49:41.865 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.865 INFO [stderr] | Dec 18 14:49:41.865 INFO [stderr] Dec 18 14:49:41.865 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.865 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.865 INFO [stderr] | Dec 18 14:49:41.865 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.865 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.865 INFO [stderr] ... Dec 18 14:49:41.865 INFO [stderr] 2874 | rt_realloc_excess_unused!(rt_primes_4194301bytes_8align_realloc_excess_unused, 4194301, 8); Dec 18 14:49:41.865 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.865 INFO [stderr] Dec 18 14:49:41.873 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.873 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.873 INFO [stderr] | Dec 18 14:49:41.873 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.873 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.873 INFO [stderr] ... Dec 18 14:49:41.873 INFO [stderr] 2874 | rt_realloc_excess_unused!(rt_primes_4194301bytes_8align_realloc_excess_unused, 4194301, 8); Dec 18 14:49:41.873 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.873 INFO [stderr] | Dec 18 14:49:41.873 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.873 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.873 INFO [stderr] | Dec 18 14:49:41.873 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.873 INFO [stderr] | Dec 18 14:49:41.873 INFO [stderr] Dec 18 14:49:41.873 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.873 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.874 INFO [stderr] | Dec 18 14:49:41.874 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.874 INFO [stderr] | ^^^^^ Dec 18 14:49:41.874 INFO [stderr] ... Dec 18 14:49:41.874 INFO [stderr] 2890 | rt_realloc_excess_unused!(rt_pow2_1bytes_16align_realloc_excess_unused, 1, 16); Dec 18 14:49:41.874 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.874 INFO [stderr] | Dec 18 14:49:41.874 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.874 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.874 INFO [stderr] | Dec 18 14:49:41.874 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.874 INFO [stderr] | Dec 18 14:49:41.874 INFO [stderr] Dec 18 14:49:41.874 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.874 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.874 INFO [stderr] | Dec 18 14:49:41.874 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.874 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.874 INFO [stderr] ... Dec 18 14:49:41.874 INFO [stderr] 2890 | rt_realloc_excess_unused!(rt_pow2_1bytes_16align_realloc_excess_unused, 1, 16); Dec 18 14:49:41.874 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.874 INFO [stderr] Dec 18 14:49:41.874 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.874 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.874 INFO [stderr] | Dec 18 14:49:41.874 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.874 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.874 INFO [stderr] ... Dec 18 14:49:41.874 INFO [stderr] 2890 | rt_realloc_excess_unused!(rt_pow2_1bytes_16align_realloc_excess_unused, 1, 16); Dec 18 14:49:41.874 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.874 INFO [stderr] | Dec 18 14:49:41.874 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.874 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.874 INFO [stderr] | Dec 18 14:49:41.874 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.874 INFO [stderr] | Dec 18 14:49:41.874 INFO [stderr] Dec 18 14:49:41.874 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.874 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.874 INFO [stderr] | Dec 18 14:49:41.874 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.874 INFO [stderr] | ^^^^^ Dec 18 14:49:41.874 INFO [stderr] ... Dec 18 14:49:41.874 INFO [stderr] 2903 | rt_realloc_excess_unused!(rt_pow2_2bytes_16align_realloc_excess_unused, 2, 16); Dec 18 14:49:41.874 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.874 INFO [stderr] | Dec 18 14:49:41.874 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.874 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.874 INFO [stderr] | Dec 18 14:49:41.874 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.874 INFO [stderr] | Dec 18 14:49:41.874 INFO [stderr] Dec 18 14:49:41.884 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.884 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.884 INFO [stderr] | Dec 18 14:49:41.884 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.884 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.884 INFO [stderr] ... Dec 18 14:49:41.884 INFO [stderr] 2903 | rt_realloc_excess_unused!(rt_pow2_2bytes_16align_realloc_excess_unused, 2, 16); Dec 18 14:49:41.884 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.884 INFO [stderr] Dec 18 14:49:41.884 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.884 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.884 INFO [stderr] | Dec 18 14:49:41.884 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.884 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.884 INFO [stderr] ... Dec 18 14:49:41.884 INFO [stderr] 2903 | rt_realloc_excess_unused!(rt_pow2_2bytes_16align_realloc_excess_unused, 2, 16); Dec 18 14:49:41.884 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.884 INFO [stderr] | Dec 18 14:49:41.884 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.884 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.884 INFO [stderr] | Dec 18 14:49:41.884 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.884 INFO [stderr] | Dec 18 14:49:41.884 INFO [stderr] Dec 18 14:49:41.892 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.892 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.892 INFO [stderr] | Dec 18 14:49:41.892 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.892 INFO [stderr] | ^^^^^ Dec 18 14:49:41.892 INFO [stderr] ... Dec 18 14:49:41.892 INFO [stderr] 2916 | rt_realloc_excess_unused!(rt_pow2_4bytes_16align_realloc_excess_unused, 4, 16); Dec 18 14:49:41.892 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.892 INFO [stderr] | Dec 18 14:49:41.892 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.892 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.892 INFO [stderr] | Dec 18 14:49:41.892 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.892 INFO [stderr] | Dec 18 14:49:41.892 INFO [stderr] Dec 18 14:49:41.892 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.892 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.892 INFO [stderr] | Dec 18 14:49:41.892 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.892 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.892 INFO [stderr] ... Dec 18 14:49:41.892 INFO [stderr] 2916 | rt_realloc_excess_unused!(rt_pow2_4bytes_16align_realloc_excess_unused, 4, 16); Dec 18 14:49:41.892 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.892 INFO [stderr] Dec 18 14:49:41.892 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.892 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.892 INFO [stderr] | Dec 18 14:49:41.892 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.892 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.892 INFO [stderr] ... Dec 18 14:49:41.892 INFO [stderr] 2916 | rt_realloc_excess_unused!(rt_pow2_4bytes_16align_realloc_excess_unused, 4, 16); Dec 18 14:49:41.892 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.892 INFO [stderr] | Dec 18 14:49:41.892 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.892 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.892 INFO [stderr] | Dec 18 14:49:41.892 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.892 INFO [stderr] | Dec 18 14:49:41.892 INFO [stderr] Dec 18 14:49:41.892 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.892 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.892 INFO [stderr] | Dec 18 14:49:41.892 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.892 INFO [stderr] | ^^^^^ Dec 18 14:49:41.892 INFO [stderr] ... Dec 18 14:49:41.892 INFO [stderr] 2929 | rt_realloc_excess_unused!(rt_pow2_8bytes_16align_realloc_excess_unused, 8, 16); Dec 18 14:49:41.892 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.892 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.893 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] Dec 18 14:49:41.893 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.893 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.893 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.893 INFO [stderr] ... Dec 18 14:49:41.893 INFO [stderr] 2929 | rt_realloc_excess_unused!(rt_pow2_8bytes_16align_realloc_excess_unused, 8, 16); Dec 18 14:49:41.893 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.893 INFO [stderr] Dec 18 14:49:41.893 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.893 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.893 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.893 INFO [stderr] ... Dec 18 14:49:41.893 INFO [stderr] 2929 | rt_realloc_excess_unused!(rt_pow2_8bytes_16align_realloc_excess_unused, 8, 16); Dec 18 14:49:41.893 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.893 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] Dec 18 14:49:41.893 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.893 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.893 INFO [stderr] | ^^^^^ Dec 18 14:49:41.893 INFO [stderr] ... Dec 18 14:49:41.893 INFO [stderr] 2942 | rt_realloc_excess_unused!(rt_pow2_16bytes_16align_realloc_excess_unused, 16, 16); Dec 18 14:49:41.893 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.893 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] Dec 18 14:49:41.893 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.893 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.893 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.893 INFO [stderr] ... Dec 18 14:49:41.893 INFO [stderr] 2942 | rt_realloc_excess_unused!(rt_pow2_16bytes_16align_realloc_excess_unused, 16, 16); Dec 18 14:49:41.893 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.893 INFO [stderr] Dec 18 14:49:41.893 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.893 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.893 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.893 INFO [stderr] ... Dec 18 14:49:41.893 INFO [stderr] 2942 | rt_realloc_excess_unused!(rt_pow2_16bytes_16align_realloc_excess_unused, 16, 16); Dec 18 14:49:41.893 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.893 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] Dec 18 14:49:41.893 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.893 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.893 INFO [stderr] | ^^^^^ Dec 18 14:49:41.893 INFO [stderr] ... Dec 18 14:49:41.893 INFO [stderr] 2955 | rt_realloc_excess_unused!(rt_pow2_32bytes_16align_realloc_excess_unused, 32, 16); Dec 18 14:49:41.893 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.893 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] Dec 18 14:49:41.893 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.893 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.893 INFO [stderr] | Dec 18 14:49:41.893 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.893 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.893 INFO [stderr] ... Dec 18 14:49:41.893 INFO [stderr] 2955 | rt_realloc_excess_unused!(rt_pow2_32bytes_16align_realloc_excess_unused, 32, 16); Dec 18 14:49:41.894 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.894 INFO [stderr] Dec 18 14:49:41.894 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.894 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.894 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.894 INFO [stderr] ... Dec 18 14:49:41.894 INFO [stderr] 2955 | rt_realloc_excess_unused!(rt_pow2_32bytes_16align_realloc_excess_unused, 32, 16); Dec 18 14:49:41.894 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.894 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] Dec 18 14:49:41.894 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.894 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.894 INFO [stderr] | ^^^^^ Dec 18 14:49:41.894 INFO [stderr] ... Dec 18 14:49:41.894 INFO [stderr] 2968 | rt_realloc_excess_unused!(rt_pow2_64bytes_16align_realloc_excess_unused, 64, 16); Dec 18 14:49:41.894 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.894 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] Dec 18 14:49:41.894 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.894 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.894 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.894 INFO [stderr] ... Dec 18 14:49:41.894 INFO [stderr] 2968 | rt_realloc_excess_unused!(rt_pow2_64bytes_16align_realloc_excess_unused, 64, 16); Dec 18 14:49:41.894 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.894 INFO [stderr] Dec 18 14:49:41.894 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.894 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.894 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.894 INFO [stderr] ... Dec 18 14:49:41.894 INFO [stderr] 2968 | rt_realloc_excess_unused!(rt_pow2_64bytes_16align_realloc_excess_unused, 64, 16); Dec 18 14:49:41.894 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.894 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] Dec 18 14:49:41.894 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.894 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.894 INFO [stderr] | ^^^^^ Dec 18 14:49:41.894 INFO [stderr] ... Dec 18 14:49:41.894 INFO [stderr] 2981 | rt_realloc_excess_unused!(rt_pow2_128bytes_16align_realloc_excess_unused, 128, 16); Dec 18 14:49:41.894 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.894 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] Dec 18 14:49:41.894 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.894 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.894 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.894 INFO [stderr] ... Dec 18 14:49:41.894 INFO [stderr] 2981 | rt_realloc_excess_unused!(rt_pow2_128bytes_16align_realloc_excess_unused, 128, 16); Dec 18 14:49:41.894 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.894 INFO [stderr] Dec 18 14:49:41.894 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.894 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.894 INFO [stderr] | Dec 18 14:49:41.894 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.894 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.894 INFO [stderr] ... Dec 18 14:49:41.894 INFO [stderr] 2981 | rt_realloc_excess_unused!(rt_pow2_128bytes_16align_realloc_excess_unused, 128, 16); Dec 18 14:49:41.894 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.895 INFO [stderr] | Dec 18 14:49:41.895 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.895 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.895 INFO [stderr] | Dec 18 14:49:41.895 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.895 INFO [stderr] | Dec 18 14:49:41.895 INFO [stderr] Dec 18 14:49:41.896 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.896 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.896 INFO [stderr] | Dec 18 14:49:41.896 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.897 INFO [stderr] | ^^^^^ Dec 18 14:49:41.897 INFO [stderr] ... Dec 18 14:49:41.897 INFO [stderr] 2994 | rt_realloc_excess_unused!(rt_pow2_256bytes_16align_realloc_excess_unused, 256, 16); Dec 18 14:49:41.897 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.897 INFO [stderr] | Dec 18 14:49:41.897 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.897 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.897 INFO [stderr] | Dec 18 14:49:41.897 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.897 INFO [stderr] | Dec 18 14:49:41.897 INFO [stderr] Dec 18 14:49:41.897 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.897 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.897 INFO [stderr] | Dec 18 14:49:41.897 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.897 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.897 INFO [stderr] ... Dec 18 14:49:41.897 INFO [stderr] 2994 | rt_realloc_excess_unused!(rt_pow2_256bytes_16align_realloc_excess_unused, 256, 16); Dec 18 14:49:41.897 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.897 INFO [stderr] Dec 18 14:49:41.897 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.897 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.897 INFO [stderr] | Dec 18 14:49:41.897 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.897 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.897 INFO [stderr] ... Dec 18 14:49:41.897 INFO [stderr] 2994 | rt_realloc_excess_unused!(rt_pow2_256bytes_16align_realloc_excess_unused, 256, 16); Dec 18 14:49:41.897 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.897 INFO [stderr] | Dec 18 14:49:41.897 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.897 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.897 INFO [stderr] | Dec 18 14:49:41.897 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.897 INFO [stderr] | Dec 18 14:49:41.897 INFO [stderr] Dec 18 14:49:41.897 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.897 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.897 INFO [stderr] | Dec 18 14:49:41.897 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.897 INFO [stderr] | ^^^^^ Dec 18 14:49:41.897 INFO [stderr] ... Dec 18 14:49:41.897 INFO [stderr] 3007 | rt_realloc_excess_unused!(rt_pow2_512bytes_16align_realloc_excess_unused, 512, 16); Dec 18 14:49:41.897 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.897 INFO [stderr] | Dec 18 14:49:41.897 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.897 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.897 INFO [stderr] | Dec 18 14:49:41.897 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.897 INFO [stderr] | Dec 18 14:49:41.897 INFO [stderr] Dec 18 14:49:41.897 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.897 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.897 INFO [stderr] | Dec 18 14:49:41.897 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.897 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.897 INFO [stderr] ... Dec 18 14:49:41.897 INFO [stderr] 3007 | rt_realloc_excess_unused!(rt_pow2_512bytes_16align_realloc_excess_unused, 512, 16); Dec 18 14:49:41.897 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.897 INFO [stderr] Dec 18 14:49:41.897 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.897 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.897 INFO [stderr] | Dec 18 14:49:41.897 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.897 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.897 INFO [stderr] ... Dec 18 14:49:41.897 INFO [stderr] 3007 | rt_realloc_excess_unused!(rt_pow2_512bytes_16align_realloc_excess_unused, 512, 16); Dec 18 14:49:41.897 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.897 INFO [stderr] | Dec 18 14:49:41.897 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.897 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.897 INFO [stderr] | Dec 18 14:49:41.897 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.897 INFO [stderr] | Dec 18 14:49:41.897 INFO [stderr] Dec 18 14:49:41.897 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.897 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.897 INFO [stderr] | Dec 18 14:49:41.897 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.897 INFO [stderr] | ^^^^^ Dec 18 14:49:41.897 INFO [stderr] ... Dec 18 14:49:41.897 INFO [stderr] 3020 | rt_realloc_excess_unused!(rt_pow2_1024bytes_16align_realloc_excess_unused, 1024, 16); Dec 18 14:49:41.897 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.908 INFO [stderr] | Dec 18 14:49:41.908 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.908 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.908 INFO [stderr] | Dec 18 14:49:41.908 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.908 INFO [stderr] | Dec 18 14:49:41.908 INFO [stderr] Dec 18 14:49:41.908 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.908 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.908 INFO [stderr] | Dec 18 14:49:41.908 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.908 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.908 INFO [stderr] ... Dec 18 14:49:41.908 INFO [stderr] 3020 | rt_realloc_excess_unused!(rt_pow2_1024bytes_16align_realloc_excess_unused, 1024, 16); Dec 18 14:49:41.908 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.908 INFO [stderr] Dec 18 14:49:41.908 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.908 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.908 INFO [stderr] | Dec 18 14:49:41.908 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.908 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.908 INFO [stderr] ... Dec 18 14:49:41.908 INFO [stderr] 3020 | rt_realloc_excess_unused!(rt_pow2_1024bytes_16align_realloc_excess_unused, 1024, 16); Dec 18 14:49:41.908 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.908 INFO [stderr] | Dec 18 14:49:41.908 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.908 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.908 INFO [stderr] | Dec 18 14:49:41.908 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.908 INFO [stderr] | Dec 18 14:49:41.908 INFO [stderr] Dec 18 14:49:41.908 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.908 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.908 INFO [stderr] | Dec 18 14:49:41.908 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.908 INFO [stderr] | ^^^^^ Dec 18 14:49:41.908 INFO [stderr] ... Dec 18 14:49:41.908 INFO [stderr] 3033 | rt_realloc_excess_unused!(rt_pow2_2048bytes_16align_realloc_excess_unused, 2048, 16); Dec 18 14:49:41.908 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.908 INFO [stderr] | Dec 18 14:49:41.908 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.908 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.908 INFO [stderr] | Dec 18 14:49:41.908 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.908 INFO [stderr] | Dec 18 14:49:41.908 INFO [stderr] Dec 18 14:49:41.908 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.909 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.909 INFO [stderr] | Dec 18 14:49:41.909 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.909 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.909 INFO [stderr] ... Dec 18 14:49:41.909 INFO [stderr] 3033 | rt_realloc_excess_unused!(rt_pow2_2048bytes_16align_realloc_excess_unused, 2048, 16); Dec 18 14:49:41.909 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.909 INFO [stderr] Dec 18 14:49:41.909 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.909 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.909 INFO [stderr] | Dec 18 14:49:41.909 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.909 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.909 INFO [stderr] ... Dec 18 14:49:41.909 INFO [stderr] 3033 | rt_realloc_excess_unused!(rt_pow2_2048bytes_16align_realloc_excess_unused, 2048, 16); Dec 18 14:49:41.909 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.909 INFO [stderr] | Dec 18 14:49:41.909 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.909 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.909 INFO [stderr] | Dec 18 14:49:41.909 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.909 INFO [stderr] | Dec 18 14:49:41.909 INFO [stderr] Dec 18 14:49:41.909 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.909 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.909 INFO [stderr] | Dec 18 14:49:41.909 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.909 INFO [stderr] | ^^^^^ Dec 18 14:49:41.909 INFO [stderr] ... Dec 18 14:49:41.909 INFO [stderr] 3046 | rt_realloc_excess_unused!(rt_pow2_4096bytes_16align_realloc_excess_unused, 4096, 16); Dec 18 14:49:41.909 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.909 INFO [stderr] | Dec 18 14:49:41.909 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.909 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.909 INFO [stderr] | Dec 18 14:49:41.909 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.909 INFO [stderr] | Dec 18 14:49:41.909 INFO [stderr] Dec 18 14:49:41.909 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.909 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.909 INFO [stderr] | Dec 18 14:49:41.909 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.909 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.909 INFO [stderr] ... Dec 18 14:49:41.909 INFO [stderr] 3046 | rt_realloc_excess_unused!(rt_pow2_4096bytes_16align_realloc_excess_unused, 4096, 16); Dec 18 14:49:41.909 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.909 INFO [stderr] Dec 18 14:49:41.909 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.909 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.909 INFO [stderr] | Dec 18 14:49:41.909 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.909 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.909 INFO [stderr] ... Dec 18 14:49:41.909 INFO [stderr] 3046 | rt_realloc_excess_unused!(rt_pow2_4096bytes_16align_realloc_excess_unused, 4096, 16); Dec 18 14:49:41.909 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.909 INFO [stderr] | Dec 18 14:49:41.909 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.909 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.909 INFO [stderr] | Dec 18 14:49:41.909 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.909 INFO [stderr] | Dec 18 14:49:41.909 INFO [stderr] Dec 18 14:49:41.909 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.909 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.909 INFO [stderr] | Dec 18 14:49:41.909 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.909 INFO [stderr] | ^^^^^ Dec 18 14:49:41.909 INFO [stderr] ... Dec 18 14:49:41.909 INFO [stderr] 3059 | rt_realloc_excess_unused!(rt_pow2_8192bytes_16align_realloc_excess_unused, 8192, 16); Dec 18 14:49:41.909 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.909 INFO [stderr] | Dec 18 14:49:41.916 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.916 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.916 INFO [stderr] | Dec 18 14:49:41.916 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.916 INFO [stderr] | Dec 18 14:49:41.916 INFO [stderr] Dec 18 14:49:41.916 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.916 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.916 INFO [stderr] | Dec 18 14:49:41.916 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.916 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.916 INFO [stderr] ... Dec 18 14:49:41.916 INFO [stderr] 3059 | rt_realloc_excess_unused!(rt_pow2_8192bytes_16align_realloc_excess_unused, 8192, 16); Dec 18 14:49:41.916 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.916 INFO [stderr] Dec 18 14:49:41.916 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.916 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.916 INFO [stderr] | Dec 18 14:49:41.916 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.916 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.916 INFO [stderr] ... Dec 18 14:49:41.916 INFO [stderr] 3059 | rt_realloc_excess_unused!(rt_pow2_8192bytes_16align_realloc_excess_unused, 8192, 16); Dec 18 14:49:41.916 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.916 INFO [stderr] | Dec 18 14:49:41.916 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.916 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.916 INFO [stderr] | Dec 18 14:49:41.916 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.916 INFO [stderr] | Dec 18 14:49:41.916 INFO [stderr] Dec 18 14:49:41.916 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.916 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.916 INFO [stderr] | Dec 18 14:49:41.916 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.916 INFO [stderr] | ^^^^^ Dec 18 14:49:41.916 INFO [stderr] ... Dec 18 14:49:41.916 INFO [stderr] 3072 | rt_realloc_excess_unused!(rt_pow2_16384bytes_16align_realloc_excess_unused, 16384, 16); Dec 18 14:49:41.916 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.917 INFO [stderr] | Dec 18 14:49:41.917 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.917 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.917 INFO [stderr] | Dec 18 14:49:41.917 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.917 INFO [stderr] | Dec 18 14:49:41.917 INFO [stderr] Dec 18 14:49:41.917 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.917 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.917 INFO [stderr] | Dec 18 14:49:41.917 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.917 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.917 INFO [stderr] ... Dec 18 14:49:41.917 INFO [stderr] 3072 | rt_realloc_excess_unused!(rt_pow2_16384bytes_16align_realloc_excess_unused, 16384, 16); Dec 18 14:49:41.917 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.917 INFO [stderr] Dec 18 14:49:41.917 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.917 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.917 INFO [stderr] | Dec 18 14:49:41.917 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.917 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.917 INFO [stderr] ... Dec 18 14:49:41.917 INFO [stderr] 3072 | rt_realloc_excess_unused!(rt_pow2_16384bytes_16align_realloc_excess_unused, 16384, 16); Dec 18 14:49:41.917 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.917 INFO [stderr] | Dec 18 14:49:41.917 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.917 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.917 INFO [stderr] | Dec 18 14:49:41.917 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.917 INFO [stderr] | Dec 18 14:49:41.917 INFO [stderr] Dec 18 14:49:41.917 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.917 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.917 INFO [stderr] | Dec 18 14:49:41.917 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.917 INFO [stderr] | ^^^^^ Dec 18 14:49:41.917 INFO [stderr] ... Dec 18 14:49:41.917 INFO [stderr] 3085 | rt_realloc_excess_unused!(rt_pow2_32768bytes_16align_realloc_excess_unused, 32768, 16); Dec 18 14:49:41.917 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.917 INFO [stderr] | Dec 18 14:49:41.917 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.917 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.917 INFO [stderr] | Dec 18 14:49:41.917 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.917 INFO [stderr] | Dec 18 14:49:41.917 INFO [stderr] Dec 18 14:49:41.917 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.917 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.917 INFO [stderr] | Dec 18 14:49:41.917 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.917 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.917 INFO [stderr] ... Dec 18 14:49:41.917 INFO [stderr] 3085 | rt_realloc_excess_unused!(rt_pow2_32768bytes_16align_realloc_excess_unused, 32768, 16); Dec 18 14:49:41.917 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.917 INFO [stderr] Dec 18 14:49:41.924 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.924 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.924 INFO [stderr] | Dec 18 14:49:41.924 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.924 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.924 INFO [stderr] ... Dec 18 14:49:41.924 INFO [stderr] 3085 | rt_realloc_excess_unused!(rt_pow2_32768bytes_16align_realloc_excess_unused, 32768, 16); Dec 18 14:49:41.924 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.924 INFO [stderr] | Dec 18 14:49:41.924 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.924 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.924 INFO [stderr] | Dec 18 14:49:41.924 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.924 INFO [stderr] | Dec 18 14:49:41.924 INFO [stderr] Dec 18 14:49:41.924 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.924 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.924 INFO [stderr] | Dec 18 14:49:41.924 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.924 INFO [stderr] | ^^^^^ Dec 18 14:49:41.924 INFO [stderr] ... Dec 18 14:49:41.924 INFO [stderr] 3098 | rt_realloc_excess_unused!(rt_pow2_65536bytes_16align_realloc_excess_unused, 65536, 16); Dec 18 14:49:41.924 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.924 INFO [stderr] | Dec 18 14:49:41.924 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.924 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.924 INFO [stderr] | Dec 18 14:49:41.924 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.924 INFO [stderr] | Dec 18 14:49:41.924 INFO [stderr] Dec 18 14:49:41.924 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.924 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.924 INFO [stderr] | Dec 18 14:49:41.924 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.924 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.924 INFO [stderr] ... Dec 18 14:49:41.924 INFO [stderr] 3098 | rt_realloc_excess_unused!(rt_pow2_65536bytes_16align_realloc_excess_unused, 65536, 16); Dec 18 14:49:41.924 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.924 INFO [stderr] Dec 18 14:49:41.924 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.924 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.924 INFO [stderr] | Dec 18 14:49:41.924 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.924 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.924 INFO [stderr] ... Dec 18 14:49:41.924 INFO [stderr] 3098 | rt_realloc_excess_unused!(rt_pow2_65536bytes_16align_realloc_excess_unused, 65536, 16); Dec 18 14:49:41.925 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.925 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] Dec 18 14:49:41.925 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.925 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.925 INFO [stderr] | ^^^^^ Dec 18 14:49:41.925 INFO [stderr] ... Dec 18 14:49:41.925 INFO [stderr] 3111 | rt_realloc_excess_unused!(rt_pow2_131072bytes_16align_realloc_excess_unused, 131072, 16); Dec 18 14:49:41.925 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.925 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] Dec 18 14:49:41.925 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.925 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.925 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.925 INFO [stderr] ... Dec 18 14:49:41.925 INFO [stderr] 3111 | rt_realloc_excess_unused!(rt_pow2_131072bytes_16align_realloc_excess_unused, 131072, 16); Dec 18 14:49:41.925 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.925 INFO [stderr] Dec 18 14:49:41.925 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.925 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.925 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.925 INFO [stderr] ... Dec 18 14:49:41.925 INFO [stderr] 3111 | rt_realloc_excess_unused!(rt_pow2_131072bytes_16align_realloc_excess_unused, 131072, 16); Dec 18 14:49:41.925 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.925 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] Dec 18 14:49:41.925 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.925 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.925 INFO [stderr] | ^^^^^ Dec 18 14:49:41.925 INFO [stderr] ... Dec 18 14:49:41.925 INFO [stderr] 3124 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_16align_realloc_excess_unused, 4194304, 16); Dec 18 14:49:41.925 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.925 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] Dec 18 14:49:41.925 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.925 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.925 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.925 INFO [stderr] ... Dec 18 14:49:41.925 INFO [stderr] 3124 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_16align_realloc_excess_unused, 4194304, 16); Dec 18 14:49:41.925 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.925 INFO [stderr] Dec 18 14:49:41.925 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.925 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.925 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.925 INFO [stderr] ... Dec 18 14:49:41.925 INFO [stderr] 3124 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_16align_realloc_excess_unused, 4194304, 16); Dec 18 14:49:41.925 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.925 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.925 INFO [stderr] Dec 18 14:49:41.925 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.925 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.925 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.926 INFO [stderr] | ^^^^^ Dec 18 14:49:41.926 INFO [stderr] ... Dec 18 14:49:41.926 INFO [stderr] 3138 | rt_realloc_excess_unused!(rt_even_10bytes_16align_realloc_excess_unused, 10, 16); Dec 18 14:49:41.926 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.926 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] Dec 18 14:49:41.926 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.926 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.926 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.926 INFO [stderr] ... Dec 18 14:49:41.926 INFO [stderr] 3138 | rt_realloc_excess_unused!(rt_even_10bytes_16align_realloc_excess_unused, 10, 16); Dec 18 14:49:41.926 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.926 INFO [stderr] Dec 18 14:49:41.926 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.926 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.926 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.926 INFO [stderr] ... Dec 18 14:49:41.926 INFO [stderr] 3138 | rt_realloc_excess_unused!(rt_even_10bytes_16align_realloc_excess_unused, 10, 16); Dec 18 14:49:41.926 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.926 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] Dec 18 14:49:41.926 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.926 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.926 INFO [stderr] | ^^^^^ Dec 18 14:49:41.926 INFO [stderr] ... Dec 18 14:49:41.926 INFO [stderr] 3151 | rt_realloc_excess_unused!(rt_even_100bytes_16align_realloc_excess_unused, 100, 16); Dec 18 14:49:41.926 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.926 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] Dec 18 14:49:41.926 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.926 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.926 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.926 INFO [stderr] ... Dec 18 14:49:41.926 INFO [stderr] 3151 | rt_realloc_excess_unused!(rt_even_100bytes_16align_realloc_excess_unused, 100, 16); Dec 18 14:49:41.926 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.926 INFO [stderr] Dec 18 14:49:41.926 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.926 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.926 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.926 INFO [stderr] ... Dec 18 14:49:41.926 INFO [stderr] 3151 | rt_realloc_excess_unused!(rt_even_100bytes_16align_realloc_excess_unused, 100, 16); Dec 18 14:49:41.926 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.926 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] Dec 18 14:49:41.926 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.926 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.926 INFO [stderr] | ^^^^^ Dec 18 14:49:41.926 INFO [stderr] ... Dec 18 14:49:41.926 INFO [stderr] 3164 | rt_realloc_excess_unused!(rt_even_1000bytes_16align_realloc_excess_unused, 1000, 16); Dec 18 14:49:41.926 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.926 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.926 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.926 INFO [stderr] | Dec 18 14:49:41.927 INFO [stderr] Dec 18 14:49:41.932 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.932 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.932 INFO [stderr] | Dec 18 14:49:41.932 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.932 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.932 INFO [stderr] ... Dec 18 14:49:41.932 INFO [stderr] 3164 | rt_realloc_excess_unused!(rt_even_1000bytes_16align_realloc_excess_unused, 1000, 16); Dec 18 14:49:41.932 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.932 INFO [stderr] Dec 18 14:49:41.932 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.932 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.932 INFO [stderr] | Dec 18 14:49:41.932 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.932 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.932 INFO [stderr] ... Dec 18 14:49:41.932 INFO [stderr] 3164 | rt_realloc_excess_unused!(rt_even_1000bytes_16align_realloc_excess_unused, 1000, 16); Dec 18 14:49:41.932 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.932 INFO [stderr] | Dec 18 14:49:41.932 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.932 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.932 INFO [stderr] | Dec 18 14:49:41.932 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.932 INFO [stderr] | Dec 18 14:49:41.932 INFO [stderr] Dec 18 14:49:41.932 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.932 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.932 INFO [stderr] | Dec 18 14:49:41.932 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.932 INFO [stderr] | ^^^^^ Dec 18 14:49:41.932 INFO [stderr] ... Dec 18 14:49:41.932 INFO [stderr] 3177 | rt_realloc_excess_unused!(rt_even_10000bytes_16align_realloc_excess_unused, 10000, 16); Dec 18 14:49:41.932 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.932 INFO [stderr] | Dec 18 14:49:41.932 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.932 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.932 INFO [stderr] | Dec 18 14:49:41.932 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.932 INFO [stderr] | Dec 18 14:49:41.932 INFO [stderr] Dec 18 14:49:41.932 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.932 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.932 INFO [stderr] | Dec 18 14:49:41.932 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.932 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.932 INFO [stderr] ... Dec 18 14:49:41.932 INFO [stderr] 3177 | rt_realloc_excess_unused!(rt_even_10000bytes_16align_realloc_excess_unused, 10000, 16); Dec 18 14:49:41.933 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.933 INFO [stderr] Dec 18 14:49:41.933 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.933 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.933 INFO [stderr] | Dec 18 14:49:41.933 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.933 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.933 INFO [stderr] ... Dec 18 14:49:41.933 INFO [stderr] 3177 | rt_realloc_excess_unused!(rt_even_10000bytes_16align_realloc_excess_unused, 10000, 16); Dec 18 14:49:41.933 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.933 INFO [stderr] | Dec 18 14:49:41.933 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.933 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.933 INFO [stderr] | Dec 18 14:49:41.933 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.933 INFO [stderr] | Dec 18 14:49:41.933 INFO [stderr] Dec 18 14:49:41.933 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.933 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.933 INFO [stderr] | Dec 18 14:49:41.933 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.933 INFO [stderr] | ^^^^^ Dec 18 14:49:41.933 INFO [stderr] ... Dec 18 14:49:41.933 INFO [stderr] 3190 | rt_realloc_excess_unused!(rt_even_100000bytes_16align_realloc_excess_unused, 100000, 16); Dec 18 14:49:41.933 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.933 INFO [stderr] | Dec 18 14:49:41.933 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.933 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.933 INFO [stderr] | Dec 18 14:49:41.933 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.933 INFO [stderr] | Dec 18 14:49:41.933 INFO [stderr] Dec 18 14:49:41.933 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.933 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.933 INFO [stderr] | Dec 18 14:49:41.933 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.933 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.933 INFO [stderr] ... Dec 18 14:49:41.933 INFO [stderr] 3190 | rt_realloc_excess_unused!(rt_even_100000bytes_16align_realloc_excess_unused, 100000, 16); Dec 18 14:49:41.933 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.933 INFO [stderr] Dec 18 14:49:41.937 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.937 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.937 INFO [stderr] | Dec 18 14:49:41.937 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.937 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.937 INFO [stderr] ... Dec 18 14:49:41.937 INFO [stderr] 3190 | rt_realloc_excess_unused!(rt_even_100000bytes_16align_realloc_excess_unused, 100000, 16); Dec 18 14:49:41.937 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.937 INFO [stderr] | Dec 18 14:49:41.937 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.937 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.937 INFO [stderr] | Dec 18 14:49:41.937 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.937 INFO [stderr] | Dec 18 14:49:41.937 INFO [stderr] Dec 18 14:49:41.937 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.937 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.937 INFO [stderr] | Dec 18 14:49:41.937 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.937 INFO [stderr] | ^^^^^ Dec 18 14:49:41.937 INFO [stderr] ... Dec 18 14:49:41.937 INFO [stderr] 3203 | rt_realloc_excess_unused!(rt_even_1000000bytes_16align_realloc_excess_unused, 1000000, 16); Dec 18 14:49:41.937 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.937 INFO [stderr] | Dec 18 14:49:41.937 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.937 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.937 INFO [stderr] | Dec 18 14:49:41.937 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.937 INFO [stderr] | Dec 18 14:49:41.937 INFO [stderr] Dec 18 14:49:41.937 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.937 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.937 INFO [stderr] | Dec 18 14:49:41.937 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.937 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.937 INFO [stderr] ... Dec 18 14:49:41.937 INFO [stderr] 3203 | rt_realloc_excess_unused!(rt_even_1000000bytes_16align_realloc_excess_unused, 1000000, 16); Dec 18 14:49:41.937 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.937 INFO [stderr] Dec 18 14:49:41.937 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.937 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.937 INFO [stderr] | Dec 18 14:49:41.937 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.937 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.937 INFO [stderr] ... Dec 18 14:49:41.937 INFO [stderr] 3203 | rt_realloc_excess_unused!(rt_even_1000000bytes_16align_realloc_excess_unused, 1000000, 16); Dec 18 14:49:41.937 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.937 INFO [stderr] | Dec 18 14:49:41.937 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.937 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.937 INFO [stderr] | Dec 18 14:49:41.937 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.937 INFO [stderr] | Dec 18 14:49:41.937 INFO [stderr] Dec 18 14:49:41.939 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.942 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.942 INFO [stderr] | Dec 18 14:49:41.942 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.942 INFO [stderr] | ^^^^^ Dec 18 14:49:41.942 INFO [stderr] ... Dec 18 14:49:41.942 INFO [stderr] 3217 | rt_realloc_excess_unused!(rt_odd_10bytes_16align_realloc_excess_unused, 10- 1, 16); Dec 18 14:49:41.942 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.942 INFO [stderr] | Dec 18 14:49:41.942 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.942 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.942 INFO [stderr] | Dec 18 14:49:41.942 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.942 INFO [stderr] | Dec 18 14:49:41.942 INFO [stderr] Dec 18 14:49:41.942 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.942 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.942 INFO [stderr] | Dec 18 14:49:41.942 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.942 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.942 INFO [stderr] ... Dec 18 14:49:41.942 INFO [stderr] 3217 | rt_realloc_excess_unused!(rt_odd_10bytes_16align_realloc_excess_unused, 10- 1, 16); Dec 18 14:49:41.942 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.942 INFO [stderr] Dec 18 14:49:41.942 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.942 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.942 INFO [stderr] | Dec 18 14:49:41.942 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.942 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.942 INFO [stderr] ... Dec 18 14:49:41.942 INFO [stderr] 3217 | rt_realloc_excess_unused!(rt_odd_10bytes_16align_realloc_excess_unused, 10- 1, 16); Dec 18 14:49:41.942 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.942 INFO [stderr] | Dec 18 14:49:41.942 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.942 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.942 INFO [stderr] | Dec 18 14:49:41.942 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.942 INFO [stderr] | Dec 18 14:49:41.942 INFO [stderr] Dec 18 14:49:41.942 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.942 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.942 INFO [stderr] | Dec 18 14:49:41.942 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.942 INFO [stderr] | ^^^^^ Dec 18 14:49:41.942 INFO [stderr] ... Dec 18 14:49:41.942 INFO [stderr] 3230 | rt_realloc_excess_unused!(rt_odd_100bytes_16align_realloc_excess_unused, 100- 1, 16); Dec 18 14:49:41.942 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.942 INFO [stderr] | Dec 18 14:49:41.942 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.943 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.943 INFO [stderr] | Dec 18 14:49:41.943 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.943 INFO [stderr] | Dec 18 14:49:41.943 INFO [stderr] Dec 18 14:49:41.943 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.943 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.943 INFO [stderr] | Dec 18 14:49:41.943 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.943 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.943 INFO [stderr] ... Dec 18 14:49:41.943 INFO [stderr] 3230 | rt_realloc_excess_unused!(rt_odd_100bytes_16align_realloc_excess_unused, 100- 1, 16); Dec 18 14:49:41.943 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.943 INFO [stderr] Dec 18 14:49:41.943 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.943 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.943 INFO [stderr] | Dec 18 14:49:41.943 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.943 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.943 INFO [stderr] ... Dec 18 14:49:41.943 INFO [stderr] 3230 | rt_realloc_excess_unused!(rt_odd_100bytes_16align_realloc_excess_unused, 100- 1, 16); Dec 18 14:49:41.943 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.943 INFO [stderr] | Dec 18 14:49:41.943 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.943 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.943 INFO [stderr] | Dec 18 14:49:41.943 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.943 INFO [stderr] | Dec 18 14:49:41.943 INFO [stderr] Dec 18 14:49:41.954 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.956 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.956 INFO [stderr] | Dec 18 14:49:41.956 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.956 INFO [stderr] | ^^^^^ Dec 18 14:49:41.956 INFO [stderr] ... Dec 18 14:49:41.956 INFO [stderr] 3243 | rt_realloc_excess_unused!(rt_odd_1000bytes_16align_realloc_excess_unused, 1000- 1, 16); Dec 18 14:49:41.956 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.956 INFO [stderr] | Dec 18 14:49:41.956 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.956 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.956 INFO [stderr] | Dec 18 14:49:41.956 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.956 INFO [stderr] | Dec 18 14:49:41.956 INFO [stderr] Dec 18 14:49:41.956 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.956 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.956 INFO [stderr] | Dec 18 14:49:41.956 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.956 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.956 INFO [stderr] ... Dec 18 14:49:41.956 INFO [stderr] 3243 | rt_realloc_excess_unused!(rt_odd_1000bytes_16align_realloc_excess_unused, 1000- 1, 16); Dec 18 14:49:41.956 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.956 INFO [stderr] Dec 18 14:49:41.956 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.956 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.956 INFO [stderr] | Dec 18 14:49:41.956 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.956 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.956 INFO [stderr] ... Dec 18 14:49:41.956 INFO [stderr] 3243 | rt_realloc_excess_unused!(rt_odd_1000bytes_16align_realloc_excess_unused, 1000- 1, 16); Dec 18 14:49:41.956 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.956 INFO [stderr] | Dec 18 14:49:41.956 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.956 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.956 INFO [stderr] | Dec 18 14:49:41.956 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.956 INFO [stderr] | Dec 18 14:49:41.956 INFO [stderr] Dec 18 14:49:41.956 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.956 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.956 INFO [stderr] | Dec 18 14:49:41.956 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.956 INFO [stderr] | ^^^^^ Dec 18 14:49:41.956 INFO [stderr] ... Dec 18 14:49:41.956 INFO [stderr] 3256 | rt_realloc_excess_unused!(rt_odd_10000bytes_16align_realloc_excess_unused, 10000- 1, 16); Dec 18 14:49:41.956 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.956 INFO [stderr] | Dec 18 14:49:41.956 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.956 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.956 INFO [stderr] | Dec 18 14:49:41.957 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.957 INFO [stderr] | Dec 18 14:49:41.957 INFO [stderr] Dec 18 14:49:41.957 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.957 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.957 INFO [stderr] | Dec 18 14:49:41.957 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.957 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.957 INFO [stderr] ... Dec 18 14:49:41.957 INFO [stderr] 3256 | rt_realloc_excess_unused!(rt_odd_10000bytes_16align_realloc_excess_unused, 10000- 1, 16); Dec 18 14:49:41.957 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.957 INFO [stderr] Dec 18 14:49:41.957 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.957 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.957 INFO [stderr] | Dec 18 14:49:41.957 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.957 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.957 INFO [stderr] ... Dec 18 14:49:41.957 INFO [stderr] 3256 | rt_realloc_excess_unused!(rt_odd_10000bytes_16align_realloc_excess_unused, 10000- 1, 16); Dec 18 14:49:41.957 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.957 INFO [stderr] | Dec 18 14:49:41.957 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.957 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.957 INFO [stderr] | Dec 18 14:49:41.957 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.957 INFO [stderr] | Dec 18 14:49:41.957 INFO [stderr] Dec 18 14:49:41.957 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.957 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.957 INFO [stderr] | Dec 18 14:49:41.957 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.957 INFO [stderr] | ^^^^^ Dec 18 14:49:41.957 INFO [stderr] ... Dec 18 14:49:41.957 INFO [stderr] 3269 | rt_realloc_excess_unused!(rt_odd_100000bytes_16align_realloc_excess_unused, 100000- 1, 16); Dec 18 14:49:41.957 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.957 INFO [stderr] | Dec 18 14:49:41.957 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.957 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.957 INFO [stderr] | Dec 18 14:49:41.957 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.957 INFO [stderr] | Dec 18 14:49:41.957 INFO [stderr] Dec 18 14:49:41.957 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.957 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.957 INFO [stderr] | Dec 18 14:49:41.957 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.957 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.957 INFO [stderr] ... Dec 18 14:49:41.957 INFO [stderr] 3269 | rt_realloc_excess_unused!(rt_odd_100000bytes_16align_realloc_excess_unused, 100000- 1, 16); Dec 18 14:49:41.957 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.957 INFO [stderr] Dec 18 14:49:41.972 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.972 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.972 INFO [stderr] | Dec 18 14:49:41.972 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.976 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.976 INFO [stderr] ... Dec 18 14:49:41.976 INFO [stderr] 3269 | rt_realloc_excess_unused!(rt_odd_100000bytes_16align_realloc_excess_unused, 100000- 1, 16); Dec 18 14:49:41.976 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.976 INFO [stderr] | Dec 18 14:49:41.976 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.976 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.976 INFO [stderr] | Dec 18 14:49:41.976 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.976 INFO [stderr] | Dec 18 14:49:41.976 INFO [stderr] Dec 18 14:49:41.976 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.976 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.976 INFO [stderr] | Dec 18 14:49:41.976 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.976 INFO [stderr] | ^^^^^ Dec 18 14:49:41.976 INFO [stderr] ... Dec 18 14:49:41.976 INFO [stderr] 3282 | rt_realloc_excess_unused!(rt_odd_1000000bytes_16align_realloc_excess_unused, 1000000- 1, 16); Dec 18 14:49:41.976 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.976 INFO [stderr] | Dec 18 14:49:41.976 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.976 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.976 INFO [stderr] | Dec 18 14:49:41.976 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.976 INFO [stderr] | Dec 18 14:49:41.976 INFO [stderr] Dec 18 14:49:41.976 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.976 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.976 INFO [stderr] | Dec 18 14:49:41.976 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.976 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.976 INFO [stderr] ... Dec 18 14:49:41.976 INFO [stderr] 3282 | rt_realloc_excess_unused!(rt_odd_1000000bytes_16align_realloc_excess_unused, 1000000- 1, 16); Dec 18 14:49:41.976 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.976 INFO [stderr] Dec 18 14:49:41.976 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.976 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.976 INFO [stderr] | Dec 18 14:49:41.976 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.976 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.976 INFO [stderr] ... Dec 18 14:49:41.976 INFO [stderr] 3282 | rt_realloc_excess_unused!(rt_odd_1000000bytes_16align_realloc_excess_unused, 1000000- 1, 16); Dec 18 14:49:41.976 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.976 INFO [stderr] | Dec 18 14:49:41.976 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.976 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.976 INFO [stderr] | Dec 18 14:49:41.976 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.976 INFO [stderr] | Dec 18 14:49:41.976 INFO [stderr] Dec 18 14:49:41.976 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.976 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.976 INFO [stderr] | Dec 18 14:49:41.976 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.976 INFO [stderr] | ^^^^^ Dec 18 14:49:41.977 INFO [stderr] ... Dec 18 14:49:41.977 INFO [stderr] 3296 | rt_realloc_excess_unused!(rt_primes_3bytes_16align_realloc_excess_unused, 3, 16); Dec 18 14:49:41.977 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.977 INFO [stderr] | Dec 18 14:49:41.977 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.977 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.977 INFO [stderr] | Dec 18 14:49:41.977 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.977 INFO [stderr] | Dec 18 14:49:41.977 INFO [stderr] Dec 18 14:49:41.977 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.977 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.977 INFO [stderr] | Dec 18 14:49:41.977 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.977 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.977 INFO [stderr] ... Dec 18 14:49:41.977 INFO [stderr] 3296 | rt_realloc_excess_unused!(rt_primes_3bytes_16align_realloc_excess_unused, 3, 16); Dec 18 14:49:41.977 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.977 INFO [stderr] Dec 18 14:49:41.977 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.977 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.977 INFO [stderr] | Dec 18 14:49:41.977 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.977 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.977 INFO [stderr] ... Dec 18 14:49:41.977 INFO [stderr] 3296 | rt_realloc_excess_unused!(rt_primes_3bytes_16align_realloc_excess_unused, 3, 16); Dec 18 14:49:41.977 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.977 INFO [stderr] | Dec 18 14:49:41.977 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.977 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.977 INFO [stderr] | Dec 18 14:49:41.977 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.977 INFO [stderr] | Dec 18 14:49:41.977 INFO [stderr] Dec 18 14:49:41.977 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.977 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.977 INFO [stderr] | Dec 18 14:49:41.977 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.977 INFO [stderr] | ^^^^^ Dec 18 14:49:41.977 INFO [stderr] ... Dec 18 14:49:41.977 INFO [stderr] 3309 | rt_realloc_excess_unused!(rt_primes_7bytes_16align_realloc_excess_unused, 7, 16); Dec 18 14:49:41.977 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.977 INFO [stderr] | Dec 18 14:49:41.977 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.977 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.977 INFO [stderr] | Dec 18 14:49:41.977 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.977 INFO [stderr] | Dec 18 14:49:41.977 INFO [stderr] Dec 18 14:49:41.977 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.977 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.977 INFO [stderr] | Dec 18 14:49:41.977 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.977 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.977 INFO [stderr] ... Dec 18 14:49:41.977 INFO [stderr] 3309 | rt_realloc_excess_unused!(rt_primes_7bytes_16align_realloc_excess_unused, 7, 16); Dec 18 14:49:41.977 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.977 INFO [stderr] Dec 18 14:49:41.977 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.977 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.977 INFO [stderr] | Dec 18 14:49:41.977 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.977 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.977 INFO [stderr] ... Dec 18 14:49:41.980 INFO [stderr] 3309 | rt_realloc_excess_unused!(rt_primes_7bytes_16align_realloc_excess_unused, 7, 16); Dec 18 14:49:41.980 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.980 INFO [stderr] | Dec 18 14:49:41.980 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.980 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.980 INFO [stderr] | Dec 18 14:49:41.980 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.980 INFO [stderr] | Dec 18 14:49:41.980 INFO [stderr] Dec 18 14:49:41.980 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.980 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.980 INFO [stderr] | Dec 18 14:49:41.980 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.980 INFO [stderr] | ^^^^^ Dec 18 14:49:41.980 INFO [stderr] ... Dec 18 14:49:41.980 INFO [stderr] 3322 | rt_realloc_excess_unused!(rt_primes_13bytes_16align_realloc_excess_unused, 13, 16); Dec 18 14:49:41.980 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.980 INFO [stderr] | Dec 18 14:49:41.980 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.980 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.980 INFO [stderr] | Dec 18 14:49:41.980 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.980 INFO [stderr] | Dec 18 14:49:41.980 INFO [stderr] Dec 18 14:49:41.980 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.980 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.980 INFO [stderr] | Dec 18 14:49:41.980 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.980 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.980 INFO [stderr] ... Dec 18 14:49:41.980 INFO [stderr] 3322 | rt_realloc_excess_unused!(rt_primes_13bytes_16align_realloc_excess_unused, 13, 16); Dec 18 14:49:41.980 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.980 INFO [stderr] Dec 18 14:49:41.980 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.980 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.980 INFO [stderr] | Dec 18 14:49:41.980 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.980 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.980 INFO [stderr] ... Dec 18 14:49:41.980 INFO [stderr] 3322 | rt_realloc_excess_unused!(rt_primes_13bytes_16align_realloc_excess_unused, 13, 16); Dec 18 14:49:41.980 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.980 INFO [stderr] | Dec 18 14:49:41.980 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.980 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.980 INFO [stderr] | Dec 18 14:49:41.980 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.980 INFO [stderr] | Dec 18 14:49:41.980 INFO [stderr] Dec 18 14:49:41.980 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.980 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.980 INFO [stderr] | Dec 18 14:49:41.980 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.980 INFO [stderr] | ^^^^^ Dec 18 14:49:41.980 INFO [stderr] ... Dec 18 14:49:41.981 INFO [stderr] 3335 | rt_realloc_excess_unused!(rt_primes_17bytes_16align_realloc_excess_unused, 17, 16); Dec 18 14:49:41.981 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.981 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] Dec 18 14:49:41.981 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.981 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.981 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.981 INFO [stderr] ... Dec 18 14:49:41.981 INFO [stderr] 3335 | rt_realloc_excess_unused!(rt_primes_17bytes_16align_realloc_excess_unused, 17, 16); Dec 18 14:49:41.981 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.981 INFO [stderr] Dec 18 14:49:41.981 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.981 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.981 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.981 INFO [stderr] ... Dec 18 14:49:41.981 INFO [stderr] 3335 | rt_realloc_excess_unused!(rt_primes_17bytes_16align_realloc_excess_unused, 17, 16); Dec 18 14:49:41.981 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.981 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] Dec 18 14:49:41.981 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.981 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.981 INFO [stderr] | ^^^^^ Dec 18 14:49:41.981 INFO [stderr] ... Dec 18 14:49:41.981 INFO [stderr] 3348 | rt_realloc_excess_unused!(rt_primes_31bytes_16align_realloc_excess_unused, 31, 16); Dec 18 14:49:41.981 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.981 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] Dec 18 14:49:41.981 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.981 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.981 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.981 INFO [stderr] ... Dec 18 14:49:41.981 INFO [stderr] 3348 | rt_realloc_excess_unused!(rt_primes_31bytes_16align_realloc_excess_unused, 31, 16); Dec 18 14:49:41.981 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.981 INFO [stderr] Dec 18 14:49:41.981 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.981 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.981 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.981 INFO [stderr] ... Dec 18 14:49:41.981 INFO [stderr] 3348 | rt_realloc_excess_unused!(rt_primes_31bytes_16align_realloc_excess_unused, 31, 16); Dec 18 14:49:41.981 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.981 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] Dec 18 14:49:41.981 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.981 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.981 INFO [stderr] | ^^^^^ Dec 18 14:49:41.981 INFO [stderr] ... Dec 18 14:49:41.981 INFO [stderr] 3361 | rt_realloc_excess_unused!(rt_primes_61bytes_16align_realloc_excess_unused, 61, 16); Dec 18 14:49:41.981 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.981 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] Dec 18 14:49:41.981 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.981 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.981 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.981 INFO [stderr] ... Dec 18 14:49:41.981 INFO [stderr] 3361 | rt_realloc_excess_unused!(rt_primes_61bytes_16align_realloc_excess_unused, 61, 16); Dec 18 14:49:41.981 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.981 INFO [stderr] Dec 18 14:49:41.981 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.981 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.981 INFO [stderr] | Dec 18 14:49:41.981 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.982 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.982 INFO [stderr] ... Dec 18 14:49:41.982 INFO [stderr] 3361 | rt_realloc_excess_unused!(rt_primes_61bytes_16align_realloc_excess_unused, 61, 16); Dec 18 14:49:41.982 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.982 INFO [stderr] | Dec 18 14:49:41.982 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.982 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.982 INFO [stderr] | Dec 18 14:49:41.982 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.982 INFO [stderr] | Dec 18 14:49:41.982 INFO [stderr] Dec 18 14:49:41.982 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.982 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.982 INFO [stderr] | Dec 18 14:49:41.982 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.982 INFO [stderr] | ^^^^^ Dec 18 14:49:41.982 INFO [stderr] ... Dec 18 14:49:41.982 INFO [stderr] 3374 | rt_realloc_excess_unused!(rt_primes_96bytes_16align_realloc_excess_unused, 96, 16); Dec 18 14:49:41.982 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.982 INFO [stderr] | Dec 18 14:49:41.982 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.982 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.982 INFO [stderr] | Dec 18 14:49:41.982 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.982 INFO [stderr] | Dec 18 14:49:41.982 INFO [stderr] Dec 18 14:49:41.982 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.982 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.982 INFO [stderr] | Dec 18 14:49:41.982 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.982 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.982 INFO [stderr] ... Dec 18 14:49:41.982 INFO [stderr] 3374 | rt_realloc_excess_unused!(rt_primes_96bytes_16align_realloc_excess_unused, 96, 16); Dec 18 14:49:41.982 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.982 INFO [stderr] Dec 18 14:49:41.982 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.982 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.982 INFO [stderr] | Dec 18 14:49:41.982 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.982 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.982 INFO [stderr] ... Dec 18 14:49:41.982 INFO [stderr] 3374 | rt_realloc_excess_unused!(rt_primes_96bytes_16align_realloc_excess_unused, 96, 16); Dec 18 14:49:41.982 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.982 INFO [stderr] | Dec 18 14:49:41.982 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.982 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.982 INFO [stderr] | Dec 18 14:49:41.982 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.982 INFO [stderr] | Dec 18 14:49:41.982 INFO [stderr] Dec 18 14:49:41.982 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.982 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.982 INFO [stderr] | Dec 18 14:49:41.982 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.982 INFO [stderr] | ^^^^^ Dec 18 14:49:41.982 INFO [stderr] ... Dec 18 14:49:41.982 INFO [stderr] 3387 | rt_realloc_excess_unused!(rt_primes_127bytes_16align_realloc_excess_unused, 127, 16); Dec 18 14:49:41.982 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.982 INFO [stderr] | Dec 18 14:49:41.982 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.982 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.982 INFO [stderr] | Dec 18 14:49:41.982 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.982 INFO [stderr] | Dec 18 14:49:41.982 INFO [stderr] Dec 18 14:49:41.982 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.982 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.982 INFO [stderr] | Dec 18 14:49:41.982 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.982 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.982 INFO [stderr] ... Dec 18 14:49:41.982 INFO [stderr] 3387 | rt_realloc_excess_unused!(rt_primes_127bytes_16align_realloc_excess_unused, 127, 16); Dec 18 14:49:41.982 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.982 INFO [stderr] Dec 18 14:49:41.988 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.988 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.988 INFO [stderr] | Dec 18 14:49:41.988 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.988 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.988 INFO [stderr] ... Dec 18 14:49:41.988 INFO [stderr] 3387 | rt_realloc_excess_unused!(rt_primes_127bytes_16align_realloc_excess_unused, 127, 16); Dec 18 14:49:41.988 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.988 INFO [stderr] | Dec 18 14:49:41.988 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.988 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.988 INFO [stderr] | Dec 18 14:49:41.988 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.988 INFO [stderr] | Dec 18 14:49:41.988 INFO [stderr] Dec 18 14:49:41.988 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.988 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.988 INFO [stderr] | Dec 18 14:49:41.988 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.988 INFO [stderr] | ^^^^^ Dec 18 14:49:41.988 INFO [stderr] ... Dec 18 14:49:41.988 INFO [stderr] 3400 | rt_realloc_excess_unused!(rt_primes_257bytes_16align_realloc_excess_unused, 257, 16); Dec 18 14:49:41.988 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.988 INFO [stderr] | Dec 18 14:49:41.988 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.988 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.988 INFO [stderr] | Dec 18 14:49:41.988 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.988 INFO [stderr] | Dec 18 14:49:41.988 INFO [stderr] Dec 18 14:49:41.988 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.988 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.988 INFO [stderr] | Dec 18 14:49:41.988 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.988 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.988 INFO [stderr] ... Dec 18 14:49:41.988 INFO [stderr] 3400 | rt_realloc_excess_unused!(rt_primes_257bytes_16align_realloc_excess_unused, 257, 16); Dec 18 14:49:41.988 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.988 INFO [stderr] Dec 18 14:49:41.988 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.988 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.988 INFO [stderr] | Dec 18 14:49:41.988 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.988 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.988 INFO [stderr] ... Dec 18 14:49:41.988 INFO [stderr] 3400 | rt_realloc_excess_unused!(rt_primes_257bytes_16align_realloc_excess_unused, 257, 16); Dec 18 14:49:41.988 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.988 INFO [stderr] | Dec 18 14:49:41.988 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.988 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.988 INFO [stderr] | Dec 18 14:49:41.989 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.989 INFO [stderr] | Dec 18 14:49:41.989 INFO [stderr] Dec 18 14:49:41.989 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.989 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.989 INFO [stderr] | Dec 18 14:49:41.989 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.989 INFO [stderr] | ^^^^^ Dec 18 14:49:41.989 INFO [stderr] ... Dec 18 14:49:41.989 INFO [stderr] 3413 | rt_realloc_excess_unused!(rt_primes_509bytes_16align_realloc_excess_unused, 509, 16); Dec 18 14:49:41.989 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.989 INFO [stderr] | Dec 18 14:49:41.989 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.989 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.989 INFO [stderr] | Dec 18 14:49:41.989 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.989 INFO [stderr] | Dec 18 14:49:41.989 INFO [stderr] Dec 18 14:49:41.989 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.989 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.989 INFO [stderr] | Dec 18 14:49:41.989 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.989 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.989 INFO [stderr] ... Dec 18 14:49:41.989 INFO [stderr] 3413 | rt_realloc_excess_unused!(rt_primes_509bytes_16align_realloc_excess_unused, 509, 16); Dec 18 14:49:41.989 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.989 INFO [stderr] Dec 18 14:49:41.989 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.989 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.989 INFO [stderr] | Dec 18 14:49:41.989 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.989 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.989 INFO [stderr] ... Dec 18 14:49:41.989 INFO [stderr] 3413 | rt_realloc_excess_unused!(rt_primes_509bytes_16align_realloc_excess_unused, 509, 16); Dec 18 14:49:41.989 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.989 INFO [stderr] | Dec 18 14:49:41.989 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.989 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.989 INFO [stderr] | Dec 18 14:49:41.989 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.989 INFO [stderr] | Dec 18 14:49:41.989 INFO [stderr] Dec 18 14:49:41.989 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.989 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.989 INFO [stderr] | Dec 18 14:49:41.989 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.989 INFO [stderr] | ^^^^^ Dec 18 14:49:41.989 INFO [stderr] ... Dec 18 14:49:41.989 INFO [stderr] 3426 | rt_realloc_excess_unused!(rt_primes_1021bytes_16align_realloc_excess_unused, 1021, 16); Dec 18 14:49:41.989 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.989 INFO [stderr] | Dec 18 14:49:41.989 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.989 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.989 INFO [stderr] | Dec 18 14:49:41.989 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.989 INFO [stderr] | Dec 18 14:49:41.996 INFO [stderr] Dec 18 14:49:41.996 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.996 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.996 INFO [stderr] | Dec 18 14:49:41.996 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.996 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.996 INFO [stderr] ... Dec 18 14:49:41.996 INFO [stderr] 3426 | rt_realloc_excess_unused!(rt_primes_1021bytes_16align_realloc_excess_unused, 1021, 16); Dec 18 14:49:41.996 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.996 INFO [stderr] Dec 18 14:49:41.996 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.996 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.996 INFO [stderr] | Dec 18 14:49:41.996 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.996 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.996 INFO [stderr] ... Dec 18 14:49:41.996 INFO [stderr] 3426 | rt_realloc_excess_unused!(rt_primes_1021bytes_16align_realloc_excess_unused, 1021, 16); Dec 18 14:49:41.996 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.996 INFO [stderr] | Dec 18 14:49:41.996 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.996 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.996 INFO [stderr] | Dec 18 14:49:41.996 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.996 INFO [stderr] | Dec 18 14:49:41.996 INFO [stderr] Dec 18 14:49:41.996 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.996 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.996 INFO [stderr] | Dec 18 14:49:41.996 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.996 INFO [stderr] | ^^^^^ Dec 18 14:49:41.996 INFO [stderr] ... Dec 18 14:49:41.996 INFO [stderr] 3439 | rt_realloc_excess_unused!(rt_primes_2039bytes_16align_realloc_excess_unused, 2039, 16); Dec 18 14:49:41.996 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.996 INFO [stderr] | Dec 18 14:49:41.996 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.996 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.996 INFO [stderr] | Dec 18 14:49:41.996 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.996 INFO [stderr] | Dec 18 14:49:41.996 INFO [stderr] Dec 18 14:49:41.996 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.996 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.996 INFO [stderr] | Dec 18 14:49:41.996 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.996 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.996 INFO [stderr] ... Dec 18 14:49:41.996 INFO [stderr] 3439 | rt_realloc_excess_unused!(rt_primes_2039bytes_16align_realloc_excess_unused, 2039, 16); Dec 18 14:49:41.996 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.996 INFO [stderr] Dec 18 14:49:41.996 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.996 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.996 INFO [stderr] | Dec 18 14:49:41.996 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.997 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.997 INFO [stderr] ... Dec 18 14:49:41.997 INFO [stderr] 3439 | rt_realloc_excess_unused!(rt_primes_2039bytes_16align_realloc_excess_unused, 2039, 16); Dec 18 14:49:41.997 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.997 INFO [stderr] | Dec 18 14:49:41.997 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.997 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.997 INFO [stderr] | Dec 18 14:49:41.997 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.997 INFO [stderr] | Dec 18 14:49:41.997 INFO [stderr] Dec 18 14:49:41.997 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.997 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.997 INFO [stderr] | Dec 18 14:49:41.997 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.997 INFO [stderr] | ^^^^^ Dec 18 14:49:41.997 INFO [stderr] ... Dec 18 14:49:41.997 INFO [stderr] 3452 | rt_realloc_excess_unused!(rt_primes_4093bytes_16align_realloc_excess_unused, 4093, 16); Dec 18 14:49:41.997 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.997 INFO [stderr] | Dec 18 14:49:41.997 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.997 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.997 INFO [stderr] | Dec 18 14:49:41.997 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.997 INFO [stderr] | Dec 18 14:49:41.997 INFO [stderr] Dec 18 14:49:41.997 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.997 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:41.997 INFO [stderr] | Dec 18 14:49:41.997 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:41.997 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:41.997 INFO [stderr] ... Dec 18 14:49:41.997 INFO [stderr] 3452 | rt_realloc_excess_unused!(rt_primes_4093bytes_16align_realloc_excess_unused, 4093, 16); Dec 18 14:49:41.997 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.997 INFO [stderr] Dec 18 14:49:41.997 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.997 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:41.997 INFO [stderr] | Dec 18 14:49:41.997 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:41.997 INFO [stderr] | ^^^^^^^ Dec 18 14:49:41.997 INFO [stderr] ... Dec 18 14:49:41.997 INFO [stderr] 3452 | rt_realloc_excess_unused!(rt_primes_4093bytes_16align_realloc_excess_unused, 4093, 16); Dec 18 14:49:41.997 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.997 INFO [stderr] | Dec 18 14:49:41.997 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.997 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.997 INFO [stderr] | Dec 18 14:49:41.997 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.997 INFO [stderr] | Dec 18 14:49:41.997 INFO [stderr] Dec 18 14:49:41.997 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:41.997 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:41.997 INFO [stderr] | Dec 18 14:49:41.997 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:41.997 INFO [stderr] | ^^^^^ Dec 18 14:49:41.997 INFO [stderr] ... Dec 18 14:49:41.997 INFO [stderr] 3465 | rt_realloc_excess_unused!(rt_primes_8191bytes_16align_realloc_excess_unused, 8191, 16); Dec 18 14:49:41.997 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:41.997 INFO [stderr] | Dec 18 14:49:41.997 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:41.997 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:41.997 INFO [stderr] | Dec 18 14:49:41.997 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:41.997 INFO [stderr] | Dec 18 14:49:41.997 INFO [stderr] Dec 18 14:49:42.008 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.008 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.008 INFO [stderr] | Dec 18 14:49:42.008 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.008 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.008 INFO [stderr] ... Dec 18 14:49:42.008 INFO [stderr] 3465 | rt_realloc_excess_unused!(rt_primes_8191bytes_16align_realloc_excess_unused, 8191, 16); Dec 18 14:49:42.008 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.008 INFO [stderr] Dec 18 14:49:42.008 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.008 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.008 INFO [stderr] | Dec 18 14:49:42.008 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.008 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.008 INFO [stderr] ... Dec 18 14:49:42.008 INFO [stderr] 3465 | rt_realloc_excess_unused!(rt_primes_8191bytes_16align_realloc_excess_unused, 8191, 16); Dec 18 14:49:42.008 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.008 INFO [stderr] | Dec 18 14:49:42.008 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.008 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.008 INFO [stderr] | Dec 18 14:49:42.008 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.008 INFO [stderr] | Dec 18 14:49:42.008 INFO [stderr] Dec 18 14:49:42.008 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.008 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.008 INFO [stderr] | Dec 18 14:49:42.008 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.008 INFO [stderr] | ^^^^^ Dec 18 14:49:42.008 INFO [stderr] ... Dec 18 14:49:42.008 INFO [stderr] 3478 | rt_realloc_excess_unused!(rt_primes_16381bytes_16align_realloc_excess_unused, 16381, 16); Dec 18 14:49:42.008 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.008 INFO [stderr] | Dec 18 14:49:42.008 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.008 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.008 INFO [stderr] | Dec 18 14:49:42.008 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.008 INFO [stderr] | Dec 18 14:49:42.008 INFO [stderr] Dec 18 14:49:42.008 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.008 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.008 INFO [stderr] | Dec 18 14:49:42.008 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.008 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.008 INFO [stderr] ... Dec 18 14:49:42.008 INFO [stderr] 3478 | rt_realloc_excess_unused!(rt_primes_16381bytes_16align_realloc_excess_unused, 16381, 16); Dec 18 14:49:42.008 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.008 INFO [stderr] Dec 18 14:49:42.008 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.008 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.009 INFO [stderr] | Dec 18 14:49:42.009 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.009 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.009 INFO [stderr] ... Dec 18 14:49:42.009 INFO [stderr] 3478 | rt_realloc_excess_unused!(rt_primes_16381bytes_16align_realloc_excess_unused, 16381, 16); Dec 18 14:49:42.009 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.009 INFO [stderr] | Dec 18 14:49:42.009 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.009 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.009 INFO [stderr] | Dec 18 14:49:42.009 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.009 INFO [stderr] | Dec 18 14:49:42.009 INFO [stderr] Dec 18 14:49:42.009 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.009 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.009 INFO [stderr] | Dec 18 14:49:42.009 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.009 INFO [stderr] | ^^^^^ Dec 18 14:49:42.009 INFO [stderr] ... Dec 18 14:49:42.009 INFO [stderr] 3491 | rt_realloc_excess_unused!(rt_primes_32749bytes_16align_realloc_excess_unused, 32749, 16); Dec 18 14:49:42.009 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.009 INFO [stderr] | Dec 18 14:49:42.009 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.009 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.009 INFO [stderr] | Dec 18 14:49:42.009 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.009 INFO [stderr] | Dec 18 14:49:42.009 INFO [stderr] Dec 18 14:49:42.009 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.009 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.009 INFO [stderr] | Dec 18 14:49:42.009 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.009 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.009 INFO [stderr] ... Dec 18 14:49:42.009 INFO [stderr] 3491 | rt_realloc_excess_unused!(rt_primes_32749bytes_16align_realloc_excess_unused, 32749, 16); Dec 18 14:49:42.009 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.009 INFO [stderr] Dec 18 14:49:42.009 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.009 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.009 INFO [stderr] | Dec 18 14:49:42.009 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.009 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.009 INFO [stderr] ... Dec 18 14:49:42.009 INFO [stderr] 3491 | rt_realloc_excess_unused!(rt_primes_32749bytes_16align_realloc_excess_unused, 32749, 16); Dec 18 14:49:42.009 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.009 INFO [stderr] | Dec 18 14:49:42.009 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.009 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.009 INFO [stderr] | Dec 18 14:49:42.009 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.009 INFO [stderr] | Dec 18 14:49:42.009 INFO [stderr] Dec 18 14:49:42.016 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.016 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.016 INFO [stderr] | Dec 18 14:49:42.016 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.016 INFO [stderr] | ^^^^^ Dec 18 14:49:42.016 INFO [stderr] ... Dec 18 14:49:42.016 INFO [stderr] 3504 | rt_realloc_excess_unused!(rt_primes_65537bytes_16align_realloc_excess_unused, 65537, 16); Dec 18 14:49:42.016 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.016 INFO [stderr] | Dec 18 14:49:42.016 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.016 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.016 INFO [stderr] | Dec 18 14:49:42.016 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.016 INFO [stderr] | Dec 18 14:49:42.016 INFO [stderr] Dec 18 14:49:42.016 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.016 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.016 INFO [stderr] | Dec 18 14:49:42.016 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.016 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.016 INFO [stderr] ... Dec 18 14:49:42.016 INFO [stderr] 3504 | rt_realloc_excess_unused!(rt_primes_65537bytes_16align_realloc_excess_unused, 65537, 16); Dec 18 14:49:42.016 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.016 INFO [stderr] Dec 18 14:49:42.016 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.016 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.016 INFO [stderr] | Dec 18 14:49:42.016 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.016 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.016 INFO [stderr] ... Dec 18 14:49:42.016 INFO [stderr] 3504 | rt_realloc_excess_unused!(rt_primes_65537bytes_16align_realloc_excess_unused, 65537, 16); Dec 18 14:49:42.016 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.016 INFO [stderr] | Dec 18 14:49:42.016 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.016 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.016 INFO [stderr] | Dec 18 14:49:42.016 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.016 INFO [stderr] | Dec 18 14:49:42.016 INFO [stderr] Dec 18 14:49:42.016 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.016 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.016 INFO [stderr] | Dec 18 14:49:42.016 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.016 INFO [stderr] | ^^^^^ Dec 18 14:49:42.016 INFO [stderr] ... Dec 18 14:49:42.016 INFO [stderr] 3517 | rt_realloc_excess_unused!(rt_primes_131071bytes_16align_realloc_excess_unused, 131071, 16); Dec 18 14:49:42.016 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.016 INFO [stderr] | Dec 18 14:49:42.016 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.017 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] Dec 18 14:49:42.017 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.017 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.017 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.017 INFO [stderr] ... Dec 18 14:49:42.017 INFO [stderr] 3517 | rt_realloc_excess_unused!(rt_primes_131071bytes_16align_realloc_excess_unused, 131071, 16); Dec 18 14:49:42.017 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.017 INFO [stderr] Dec 18 14:49:42.017 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.017 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.017 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.017 INFO [stderr] ... Dec 18 14:49:42.017 INFO [stderr] 3517 | rt_realloc_excess_unused!(rt_primes_131071bytes_16align_realloc_excess_unused, 131071, 16); Dec 18 14:49:42.017 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.017 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] Dec 18 14:49:42.017 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.017 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.017 INFO [stderr] | ^^^^^ Dec 18 14:49:42.017 INFO [stderr] ... Dec 18 14:49:42.017 INFO [stderr] 3530 | rt_realloc_excess_unused!(rt_primes_4194301bytes_16align_realloc_excess_unused, 4194301, 16); Dec 18 14:49:42.017 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.017 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] Dec 18 14:49:42.017 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.017 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.017 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.017 INFO [stderr] ... Dec 18 14:49:42.017 INFO [stderr] 3530 | rt_realloc_excess_unused!(rt_primes_4194301bytes_16align_realloc_excess_unused, 4194301, 16); Dec 18 14:49:42.017 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.017 INFO [stderr] Dec 18 14:49:42.017 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.017 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.017 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.017 INFO [stderr] ... Dec 18 14:49:42.017 INFO [stderr] 3530 | rt_realloc_excess_unused!(rt_primes_4194301bytes_16align_realloc_excess_unused, 4194301, 16); Dec 18 14:49:42.017 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.017 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] Dec 18 14:49:42.017 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.017 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.017 INFO [stderr] | ^^^^^ Dec 18 14:49:42.017 INFO [stderr] ... Dec 18 14:49:42.017 INFO [stderr] 3546 | rt_realloc_excess_unused!(rt_pow2_1bytes_32align_realloc_excess_unused, 1, 32); Dec 18 14:49:42.017 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.017 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.017 INFO [stderr] | Dec 18 14:49:42.017 INFO [stderr] Dec 18 14:49:42.024 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.024 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.024 INFO [stderr] | Dec 18 14:49:42.024 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.024 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.024 INFO [stderr] ... Dec 18 14:49:42.024 INFO [stderr] 3546 | rt_realloc_excess_unused!(rt_pow2_1bytes_32align_realloc_excess_unused, 1, 32); Dec 18 14:49:42.024 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.024 INFO [stderr] Dec 18 14:49:42.024 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.024 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.024 INFO [stderr] | Dec 18 14:49:42.024 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.024 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.024 INFO [stderr] ... Dec 18 14:49:42.024 INFO [stderr] 3546 | rt_realloc_excess_unused!(rt_pow2_1bytes_32align_realloc_excess_unused, 1, 32); Dec 18 14:49:42.024 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.024 INFO [stderr] | Dec 18 14:49:42.024 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.024 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.024 INFO [stderr] | Dec 18 14:49:42.024 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.024 INFO [stderr] | Dec 18 14:49:42.024 INFO [stderr] Dec 18 14:49:42.024 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.024 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.024 INFO [stderr] | Dec 18 14:49:42.024 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.024 INFO [stderr] | ^^^^^ Dec 18 14:49:42.024 INFO [stderr] ... Dec 18 14:49:42.024 INFO [stderr] 3559 | rt_realloc_excess_unused!(rt_pow2_2bytes_32align_realloc_excess_unused, 2, 32); Dec 18 14:49:42.024 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.024 INFO [stderr] | Dec 18 14:49:42.024 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.024 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.024 INFO [stderr] | Dec 18 14:49:42.024 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.024 INFO [stderr] | Dec 18 14:49:42.024 INFO [stderr] Dec 18 14:49:42.024 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.024 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.024 INFO [stderr] | Dec 18 14:49:42.024 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.024 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.024 INFO [stderr] ... Dec 18 14:49:42.024 INFO [stderr] 3559 | rt_realloc_excess_unused!(rt_pow2_2bytes_32align_realloc_excess_unused, 2, 32); Dec 18 14:49:42.024 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.024 INFO [stderr] Dec 18 14:49:42.024 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.024 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.024 INFO [stderr] | Dec 18 14:49:42.024 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.025 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.025 INFO [stderr] ... Dec 18 14:49:42.025 INFO [stderr] 3559 | rt_realloc_excess_unused!(rt_pow2_2bytes_32align_realloc_excess_unused, 2, 32); Dec 18 14:49:42.025 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.025 INFO [stderr] | Dec 18 14:49:42.025 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.025 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.025 INFO [stderr] | Dec 18 14:49:42.025 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.025 INFO [stderr] | Dec 18 14:49:42.025 INFO [stderr] Dec 18 14:49:42.025 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.025 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.025 INFO [stderr] | Dec 18 14:49:42.025 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.025 INFO [stderr] | ^^^^^ Dec 18 14:49:42.025 INFO [stderr] ... Dec 18 14:49:42.025 INFO [stderr] 3572 | rt_realloc_excess_unused!(rt_pow2_4bytes_32align_realloc_excess_unused, 4, 32); Dec 18 14:49:42.025 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.025 INFO [stderr] | Dec 18 14:49:42.025 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.025 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.025 INFO [stderr] | Dec 18 14:49:42.025 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.025 INFO [stderr] | Dec 18 14:49:42.025 INFO [stderr] Dec 18 14:49:42.025 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.025 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.025 INFO [stderr] | Dec 18 14:49:42.025 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.025 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.025 INFO [stderr] ... Dec 18 14:49:42.025 INFO [stderr] 3572 | rt_realloc_excess_unused!(rt_pow2_4bytes_32align_realloc_excess_unused, 4, 32); Dec 18 14:49:42.025 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.025 INFO [stderr] Dec 18 14:49:42.025 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.025 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.025 INFO [stderr] | Dec 18 14:49:42.028 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.028 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.028 INFO [stderr] ... Dec 18 14:49:42.028 INFO [stderr] 3572 | rt_realloc_excess_unused!(rt_pow2_4bytes_32align_realloc_excess_unused, 4, 32); Dec 18 14:49:42.028 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.028 INFO [stderr] | Dec 18 14:49:42.028 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.028 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.028 INFO [stderr] | Dec 18 14:49:42.028 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.028 INFO [stderr] | Dec 18 14:49:42.028 INFO [stderr] Dec 18 14:49:42.028 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.028 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.028 INFO [stderr] | Dec 18 14:49:42.028 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.028 INFO [stderr] | ^^^^^ Dec 18 14:49:42.028 INFO [stderr] ... Dec 18 14:49:42.028 INFO [stderr] 3585 | rt_realloc_excess_unused!(rt_pow2_8bytes_32align_realloc_excess_unused, 8, 32); Dec 18 14:49:42.028 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.028 INFO [stderr] | Dec 18 14:49:42.028 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.028 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.028 INFO [stderr] | Dec 18 14:49:42.028 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.028 INFO [stderr] | Dec 18 14:49:42.028 INFO [stderr] Dec 18 14:49:42.030 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.030 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.030 INFO [stderr] | Dec 18 14:49:42.030 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.030 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.030 INFO [stderr] ... Dec 18 14:49:42.030 INFO [stderr] 3585 | rt_realloc_excess_unused!(rt_pow2_8bytes_32align_realloc_excess_unused, 8, 32); Dec 18 14:49:42.030 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.030 INFO [stderr] Dec 18 14:49:42.030 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.030 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.030 INFO [stderr] | Dec 18 14:49:42.030 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.030 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.030 INFO [stderr] ... Dec 18 14:49:42.030 INFO [stderr] 3585 | rt_realloc_excess_unused!(rt_pow2_8bytes_32align_realloc_excess_unused, 8, 32); Dec 18 14:49:42.030 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.030 INFO [stderr] | Dec 18 14:49:42.030 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.030 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.030 INFO [stderr] | Dec 18 14:49:42.030 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.030 INFO [stderr] | Dec 18 14:49:42.030 INFO [stderr] Dec 18 14:49:42.042 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.042 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.042 INFO [stderr] | Dec 18 14:49:42.042 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.042 INFO [stderr] | ^^^^^ Dec 18 14:49:42.042 INFO [stderr] ... Dec 18 14:49:42.042 INFO [stderr] 3598 | rt_realloc_excess_unused!(rt_pow2_16bytes_32align_realloc_excess_unused, 16, 32); Dec 18 14:49:42.042 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.042 INFO [stderr] | Dec 18 14:49:42.042 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.042 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.042 INFO [stderr] | Dec 18 14:49:42.042 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.042 INFO [stderr] | Dec 18 14:49:42.042 INFO [stderr] Dec 18 14:49:42.043 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.043 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.043 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.043 INFO [stderr] ... Dec 18 14:49:42.043 INFO [stderr] 3598 | rt_realloc_excess_unused!(rt_pow2_16bytes_32align_realloc_excess_unused, 16, 32); Dec 18 14:49:42.043 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.043 INFO [stderr] Dec 18 14:49:42.043 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.043 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.043 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.043 INFO [stderr] ... Dec 18 14:49:42.043 INFO [stderr] 3598 | rt_realloc_excess_unused!(rt_pow2_16bytes_32align_realloc_excess_unused, 16, 32); Dec 18 14:49:42.043 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.043 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] Dec 18 14:49:42.043 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.043 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.043 INFO [stderr] | ^^^^^ Dec 18 14:49:42.043 INFO [stderr] ... Dec 18 14:49:42.043 INFO [stderr] 3611 | rt_realloc_excess_unused!(rt_pow2_32bytes_32align_realloc_excess_unused, 32, 32); Dec 18 14:49:42.043 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.043 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] Dec 18 14:49:42.043 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.043 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.043 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.043 INFO [stderr] ... Dec 18 14:49:42.043 INFO [stderr] 3611 | rt_realloc_excess_unused!(rt_pow2_32bytes_32align_realloc_excess_unused, 32, 32); Dec 18 14:49:42.043 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.043 INFO [stderr] Dec 18 14:49:42.043 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.043 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.043 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.043 INFO [stderr] ... Dec 18 14:49:42.043 INFO [stderr] 3611 | rt_realloc_excess_unused!(rt_pow2_32bytes_32align_realloc_excess_unused, 32, 32); Dec 18 14:49:42.043 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.043 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] Dec 18 14:49:42.043 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.043 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.043 INFO [stderr] | ^^^^^ Dec 18 14:49:42.043 INFO [stderr] ... Dec 18 14:49:42.043 INFO [stderr] 3624 | rt_realloc_excess_unused!(rt_pow2_64bytes_32align_realloc_excess_unused, 64, 32); Dec 18 14:49:42.043 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.043 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] Dec 18 14:49:42.043 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.043 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.043 INFO [stderr] | Dec 18 14:49:42.043 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.043 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.043 INFO [stderr] ... Dec 18 14:49:42.043 INFO [stderr] 3624 | rt_realloc_excess_unused!(rt_pow2_64bytes_32align_realloc_excess_unused, 64, 32); Dec 18 14:49:42.043 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.043 INFO [stderr] Dec 18 14:49:42.043 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.044 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.044 INFO [stderr] | Dec 18 14:49:42.044 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.044 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.044 INFO [stderr] ... Dec 18 14:49:42.044 INFO [stderr] 3624 | rt_realloc_excess_unused!(rt_pow2_64bytes_32align_realloc_excess_unused, 64, 32); Dec 18 14:49:42.044 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.044 INFO [stderr] | Dec 18 14:49:42.044 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.044 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.044 INFO [stderr] | Dec 18 14:49:42.044 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.044 INFO [stderr] | Dec 18 14:49:42.044 INFO [stderr] Dec 18 14:49:42.044 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.044 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.044 INFO [stderr] | Dec 18 14:49:42.044 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.044 INFO [stderr] | ^^^^^ Dec 18 14:49:42.044 INFO [stderr] ... Dec 18 14:49:42.044 INFO [stderr] 3637 | rt_realloc_excess_unused!(rt_pow2_128bytes_32align_realloc_excess_unused, 128, 32); Dec 18 14:49:42.044 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.044 INFO [stderr] | Dec 18 14:49:42.044 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.044 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.044 INFO [stderr] | Dec 18 14:49:42.044 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.044 INFO [stderr] | Dec 18 14:49:42.044 INFO [stderr] Dec 18 14:49:42.044 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.044 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.044 INFO [stderr] | Dec 18 14:49:42.044 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.044 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.044 INFO [stderr] ... Dec 18 14:49:42.044 INFO [stderr] 3637 | rt_realloc_excess_unused!(rt_pow2_128bytes_32align_realloc_excess_unused, 128, 32); Dec 18 14:49:42.044 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.044 INFO [stderr] Dec 18 14:49:42.044 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.044 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.044 INFO [stderr] | Dec 18 14:49:42.044 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.044 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.044 INFO [stderr] ... Dec 18 14:49:42.044 INFO [stderr] 3637 | rt_realloc_excess_unused!(rt_pow2_128bytes_32align_realloc_excess_unused, 128, 32); Dec 18 14:49:42.044 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.044 INFO [stderr] | Dec 18 14:49:42.044 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.044 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.044 INFO [stderr] | Dec 18 14:49:42.044 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.044 INFO [stderr] | Dec 18 14:49:42.044 INFO [stderr] Dec 18 14:49:42.048 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.052 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.052 INFO [stderr] | Dec 18 14:49:42.052 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.052 INFO [stderr] | ^^^^^ Dec 18 14:49:42.052 INFO [stderr] ... Dec 18 14:49:42.052 INFO [stderr] 3650 | rt_realloc_excess_unused!(rt_pow2_256bytes_32align_realloc_excess_unused, 256, 32); Dec 18 14:49:42.052 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.052 INFO [stderr] | Dec 18 14:49:42.052 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.052 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.052 INFO [stderr] | Dec 18 14:49:42.052 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.052 INFO [stderr] | Dec 18 14:49:42.052 INFO [stderr] Dec 18 14:49:42.052 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.052 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.052 INFO [stderr] | Dec 18 14:49:42.052 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.052 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.052 INFO [stderr] ... Dec 18 14:49:42.052 INFO [stderr] 3650 | rt_realloc_excess_unused!(rt_pow2_256bytes_32align_realloc_excess_unused, 256, 32); Dec 18 14:49:42.052 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.052 INFO [stderr] Dec 18 14:49:42.052 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.052 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.052 INFO [stderr] | Dec 18 14:49:42.052 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.052 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.052 INFO [stderr] ... Dec 18 14:49:42.052 INFO [stderr] 3650 | rt_realloc_excess_unused!(rt_pow2_256bytes_32align_realloc_excess_unused, 256, 32); Dec 18 14:49:42.052 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.052 INFO [stderr] | Dec 18 14:49:42.052 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.052 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.052 INFO [stderr] | Dec 18 14:49:42.052 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.052 INFO [stderr] | Dec 18 14:49:42.052 INFO [stderr] Dec 18 14:49:42.052 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.052 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.052 INFO [stderr] | Dec 18 14:49:42.052 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.052 INFO [stderr] | ^^^^^ Dec 18 14:49:42.052 INFO [stderr] ... Dec 18 14:49:42.052 INFO [stderr] 3663 | rt_realloc_excess_unused!(rt_pow2_512bytes_32align_realloc_excess_unused, 512, 32); Dec 18 14:49:42.052 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.052 INFO [stderr] | Dec 18 14:49:42.052 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.053 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] Dec 18 14:49:42.053 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.053 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.053 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.053 INFO [stderr] ... Dec 18 14:49:42.053 INFO [stderr] 3663 | rt_realloc_excess_unused!(rt_pow2_512bytes_32align_realloc_excess_unused, 512, 32); Dec 18 14:49:42.053 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.053 INFO [stderr] Dec 18 14:49:42.053 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.053 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.053 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.053 INFO [stderr] ... Dec 18 14:49:42.053 INFO [stderr] 3663 | rt_realloc_excess_unused!(rt_pow2_512bytes_32align_realloc_excess_unused, 512, 32); Dec 18 14:49:42.053 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.053 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] Dec 18 14:49:42.053 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.053 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.053 INFO [stderr] | ^^^^^ Dec 18 14:49:42.053 INFO [stderr] ... Dec 18 14:49:42.053 INFO [stderr] 3676 | rt_realloc_excess_unused!(rt_pow2_1024bytes_32align_realloc_excess_unused, 1024, 32); Dec 18 14:49:42.053 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.053 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] Dec 18 14:49:42.053 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.053 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.053 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.053 INFO [stderr] ... Dec 18 14:49:42.053 INFO [stderr] 3676 | rt_realloc_excess_unused!(rt_pow2_1024bytes_32align_realloc_excess_unused, 1024, 32); Dec 18 14:49:42.053 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.053 INFO [stderr] Dec 18 14:49:42.053 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.053 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.053 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.053 INFO [stderr] ... Dec 18 14:49:42.053 INFO [stderr] 3676 | rt_realloc_excess_unused!(rt_pow2_1024bytes_32align_realloc_excess_unused, 1024, 32); Dec 18 14:49:42.053 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.053 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] Dec 18 14:49:42.053 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.053 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.053 INFO [stderr] | ^^^^^ Dec 18 14:49:42.053 INFO [stderr] ... Dec 18 14:49:42.053 INFO [stderr] 3689 | rt_realloc_excess_unused!(rt_pow2_2048bytes_32align_realloc_excess_unused, 2048, 32); Dec 18 14:49:42.053 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.053 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] Dec 18 14:49:42.053 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.053 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.053 INFO [stderr] | Dec 18 14:49:42.053 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.053 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.054 INFO [stderr] ... Dec 18 14:49:42.054 INFO [stderr] 3689 | rt_realloc_excess_unused!(rt_pow2_2048bytes_32align_realloc_excess_unused, 2048, 32); Dec 18 14:49:42.054 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.054 INFO [stderr] Dec 18 14:49:42.054 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.054 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.054 INFO [stderr] | Dec 18 14:49:42.054 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.054 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.054 INFO [stderr] ... Dec 18 14:49:42.054 INFO [stderr] 3689 | rt_realloc_excess_unused!(rt_pow2_2048bytes_32align_realloc_excess_unused, 2048, 32); Dec 18 14:49:42.054 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.054 INFO [stderr] | Dec 18 14:49:42.054 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.054 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.054 INFO [stderr] | Dec 18 14:49:42.054 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.054 INFO [stderr] | Dec 18 14:49:42.054 INFO [stderr] Dec 18 14:49:42.054 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.054 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.054 INFO [stderr] | Dec 18 14:49:42.054 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.054 INFO [stderr] | ^^^^^ Dec 18 14:49:42.054 INFO [stderr] ... Dec 18 14:49:42.054 INFO [stderr] 3702 | rt_realloc_excess_unused!(rt_pow2_4096bytes_32align_realloc_excess_unused, 4096, 32); Dec 18 14:49:42.054 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.054 INFO [stderr] | Dec 18 14:49:42.054 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.054 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.054 INFO [stderr] | Dec 18 14:49:42.054 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.054 INFO [stderr] | Dec 18 14:49:42.054 INFO [stderr] Dec 18 14:49:42.054 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.054 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.054 INFO [stderr] | Dec 18 14:49:42.054 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.054 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.054 INFO [stderr] ... Dec 18 14:49:42.054 INFO [stderr] 3702 | rt_realloc_excess_unused!(rt_pow2_4096bytes_32align_realloc_excess_unused, 4096, 32); Dec 18 14:49:42.054 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.054 INFO [stderr] Dec 18 14:49:42.060 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.060 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.060 INFO [stderr] | Dec 18 14:49:42.060 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.060 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.060 INFO [stderr] ... Dec 18 14:49:42.060 INFO [stderr] 3702 | rt_realloc_excess_unused!(rt_pow2_4096bytes_32align_realloc_excess_unused, 4096, 32); Dec 18 14:49:42.060 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.060 INFO [stderr] | Dec 18 14:49:42.060 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.060 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.060 INFO [stderr] | Dec 18 14:49:42.060 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.060 INFO [stderr] | Dec 18 14:49:42.060 INFO [stderr] Dec 18 14:49:42.060 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.060 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.060 INFO [stderr] | Dec 18 14:49:42.060 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.060 INFO [stderr] | ^^^^^ Dec 18 14:49:42.060 INFO [stderr] ... Dec 18 14:49:42.060 INFO [stderr] 3715 | rt_realloc_excess_unused!(rt_pow2_8192bytes_32align_realloc_excess_unused, 8192, 32); Dec 18 14:49:42.060 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.060 INFO [stderr] | Dec 18 14:49:42.060 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.060 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.060 INFO [stderr] | Dec 18 14:49:42.060 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.060 INFO [stderr] | Dec 18 14:49:42.060 INFO [stderr] Dec 18 14:49:42.060 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.060 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.060 INFO [stderr] | Dec 18 14:49:42.060 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.060 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.060 INFO [stderr] ... Dec 18 14:49:42.060 INFO [stderr] 3715 | rt_realloc_excess_unused!(rt_pow2_8192bytes_32align_realloc_excess_unused, 8192, 32); Dec 18 14:49:42.060 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.060 INFO [stderr] Dec 18 14:49:42.060 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.060 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.060 INFO [stderr] | Dec 18 14:49:42.060 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.060 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.060 INFO [stderr] ... Dec 18 14:49:42.060 INFO [stderr] 3715 | rt_realloc_excess_unused!(rt_pow2_8192bytes_32align_realloc_excess_unused, 8192, 32); Dec 18 14:49:42.060 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.060 INFO [stderr] | Dec 18 14:49:42.060 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.061 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.061 INFO [stderr] | Dec 18 14:49:42.061 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.061 INFO [stderr] | Dec 18 14:49:42.061 INFO [stderr] Dec 18 14:49:42.061 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.061 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.061 INFO [stderr] | Dec 18 14:49:42.061 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.061 INFO [stderr] | ^^^^^ Dec 18 14:49:42.061 INFO [stderr] ... Dec 18 14:49:42.061 INFO [stderr] 3728 | rt_realloc_excess_unused!(rt_pow2_16384bytes_32align_realloc_excess_unused, 16384, 32); Dec 18 14:49:42.061 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.061 INFO [stderr] | Dec 18 14:49:42.061 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.061 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.061 INFO [stderr] | Dec 18 14:49:42.061 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.061 INFO [stderr] | Dec 18 14:49:42.061 INFO [stderr] Dec 18 14:49:42.061 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.061 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.061 INFO [stderr] | Dec 18 14:49:42.061 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.061 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.061 INFO [stderr] ... Dec 18 14:49:42.061 INFO [stderr] 3728 | rt_realloc_excess_unused!(rt_pow2_16384bytes_32align_realloc_excess_unused, 16384, 32); Dec 18 14:49:42.061 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.061 INFO [stderr] Dec 18 14:49:42.061 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.061 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.061 INFO [stderr] | Dec 18 14:49:42.061 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.061 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.061 INFO [stderr] ... Dec 18 14:49:42.061 INFO [stderr] 3728 | rt_realloc_excess_unused!(rt_pow2_16384bytes_32align_realloc_excess_unused, 16384, 32); Dec 18 14:49:42.061 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.061 INFO [stderr] | Dec 18 14:49:42.061 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.061 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.061 INFO [stderr] | Dec 18 14:49:42.061 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.061 INFO [stderr] | Dec 18 14:49:42.061 INFO [stderr] Dec 18 14:49:42.061 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.061 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.061 INFO [stderr] | Dec 18 14:49:42.061 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.061 INFO [stderr] | ^^^^^ Dec 18 14:49:42.061 INFO [stderr] ... Dec 18 14:49:42.061 INFO [stderr] 3741 | rt_realloc_excess_unused!(rt_pow2_32768bytes_32align_realloc_excess_unused, 32768, 32); Dec 18 14:49:42.061 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.061 INFO [stderr] | Dec 18 14:49:42.061 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.061 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.061 INFO [stderr] | Dec 18 14:49:42.061 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.061 INFO [stderr] | Dec 18 14:49:42.061 INFO [stderr] Dec 18 14:49:42.061 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.061 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.061 INFO [stderr] | Dec 18 14:49:42.061 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.061 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.061 INFO [stderr] ... Dec 18 14:49:42.061 INFO [stderr] 3741 | rt_realloc_excess_unused!(rt_pow2_32768bytes_32align_realloc_excess_unused, 32768, 32); Dec 18 14:49:42.061 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.061 INFO [stderr] Dec 18 14:49:42.064 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.064 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.064 INFO [stderr] | Dec 18 14:49:42.064 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.064 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.064 INFO [stderr] ... Dec 18 14:49:42.064 INFO [stderr] 3741 | rt_realloc_excess_unused!(rt_pow2_32768bytes_32align_realloc_excess_unused, 32768, 32); Dec 18 14:49:42.064 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.064 INFO [stderr] | Dec 18 14:49:42.064 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.064 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.064 INFO [stderr] | Dec 18 14:49:42.064 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.064 INFO [stderr] | Dec 18 14:49:42.064 INFO [stderr] Dec 18 14:49:42.064 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.064 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.064 INFO [stderr] | Dec 18 14:49:42.064 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.064 INFO [stderr] | ^^^^^ Dec 18 14:49:42.064 INFO [stderr] ... Dec 18 14:49:42.064 INFO [stderr] 3754 | rt_realloc_excess_unused!(rt_pow2_65536bytes_32align_realloc_excess_unused, 65536, 32); Dec 18 14:49:42.064 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.064 INFO [stderr] | Dec 18 14:49:42.064 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.064 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.064 INFO [stderr] | Dec 18 14:49:42.064 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.064 INFO [stderr] | Dec 18 14:49:42.064 INFO [stderr] Dec 18 14:49:42.064 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.064 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.064 INFO [stderr] | Dec 18 14:49:42.064 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.064 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.064 INFO [stderr] ... Dec 18 14:49:42.064 INFO [stderr] 3754 | rt_realloc_excess_unused!(rt_pow2_65536bytes_32align_realloc_excess_unused, 65536, 32); Dec 18 14:49:42.064 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.064 INFO [stderr] Dec 18 14:49:42.064 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.064 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.064 INFO [stderr] | Dec 18 14:49:42.064 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.064 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.064 INFO [stderr] ... Dec 18 14:49:42.064 INFO [stderr] 3754 | rt_realloc_excess_unused!(rt_pow2_65536bytes_32align_realloc_excess_unused, 65536, 32); Dec 18 14:49:42.064 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.064 INFO [stderr] | Dec 18 14:49:42.065 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.065 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.065 INFO [stderr] | Dec 18 14:49:42.065 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.065 INFO [stderr] | Dec 18 14:49:42.065 INFO [stderr] Dec 18 14:49:42.065 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.065 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.065 INFO [stderr] | Dec 18 14:49:42.065 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.065 INFO [stderr] | ^^^^^ Dec 18 14:49:42.065 INFO [stderr] ... Dec 18 14:49:42.065 INFO [stderr] 3767 | rt_realloc_excess_unused!(rt_pow2_131072bytes_32align_realloc_excess_unused, 131072, 32); Dec 18 14:49:42.065 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.065 INFO [stderr] | Dec 18 14:49:42.065 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.065 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.065 INFO [stderr] | Dec 18 14:49:42.065 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.065 INFO [stderr] | Dec 18 14:49:42.065 INFO [stderr] Dec 18 14:49:42.076 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.076 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.076 INFO [stderr] | Dec 18 14:49:42.076 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.076 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.076 INFO [stderr] ... Dec 18 14:49:42.076 INFO [stderr] 3767 | rt_realloc_excess_unused!(rt_pow2_131072bytes_32align_realloc_excess_unused, 131072, 32); Dec 18 14:49:42.076 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.076 INFO [stderr] Dec 18 14:49:42.076 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.076 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.076 INFO [stderr] | Dec 18 14:49:42.076 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.076 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.076 INFO [stderr] ... Dec 18 14:49:42.076 INFO [stderr] 3767 | rt_realloc_excess_unused!(rt_pow2_131072bytes_32align_realloc_excess_unused, 131072, 32); Dec 18 14:49:42.076 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.076 INFO [stderr] | Dec 18 14:49:42.076 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.076 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.076 INFO [stderr] | Dec 18 14:49:42.076 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.076 INFO [stderr] | Dec 18 14:49:42.076 INFO [stderr] Dec 18 14:49:42.076 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.076 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.076 INFO [stderr] | Dec 18 14:49:42.076 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.076 INFO [stderr] | ^^^^^ Dec 18 14:49:42.076 INFO [stderr] ... Dec 18 14:49:42.076 INFO [stderr] 3780 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_32align_realloc_excess_unused, 4194304, 32); Dec 18 14:49:42.076 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.076 INFO [stderr] | Dec 18 14:49:42.076 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.076 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.076 INFO [stderr] | Dec 18 14:49:42.076 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.076 INFO [stderr] | Dec 18 14:49:42.076 INFO [stderr] Dec 18 14:49:42.076 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.076 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.076 INFO [stderr] | Dec 18 14:49:42.076 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.076 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.077 INFO [stderr] ... Dec 18 14:49:42.077 INFO [stderr] 3780 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_32align_realloc_excess_unused, 4194304, 32); Dec 18 14:49:42.077 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.077 INFO [stderr] Dec 18 14:49:42.077 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.077 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.077 INFO [stderr] | Dec 18 14:49:42.077 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.077 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.077 INFO [stderr] ... Dec 18 14:49:42.077 INFO [stderr] 3780 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_32align_realloc_excess_unused, 4194304, 32); Dec 18 14:49:42.077 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.077 INFO [stderr] | Dec 18 14:49:42.077 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.077 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.077 INFO [stderr] | Dec 18 14:49:42.077 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.077 INFO [stderr] | Dec 18 14:49:42.077 INFO [stderr] Dec 18 14:49:42.077 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.077 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.077 INFO [stderr] | Dec 18 14:49:42.077 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.077 INFO [stderr] | ^^^^^ Dec 18 14:49:42.077 INFO [stderr] ... Dec 18 14:49:42.077 INFO [stderr] 3794 | rt_realloc_excess_unused!(rt_even_10bytes_32align_realloc_excess_unused, 10, 32); Dec 18 14:49:42.077 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.077 INFO [stderr] | Dec 18 14:49:42.077 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.077 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.077 INFO [stderr] | Dec 18 14:49:42.077 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.077 INFO [stderr] | Dec 18 14:49:42.077 INFO [stderr] Dec 18 14:49:42.077 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.077 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.077 INFO [stderr] | Dec 18 14:49:42.077 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.077 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.077 INFO [stderr] ... Dec 18 14:49:42.077 INFO [stderr] 3794 | rt_realloc_excess_unused!(rt_even_10bytes_32align_realloc_excess_unused, 10, 32); Dec 18 14:49:42.077 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.077 INFO [stderr] Dec 18 14:49:42.077 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.077 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.077 INFO [stderr] | Dec 18 14:49:42.077 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.077 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.077 INFO [stderr] ... Dec 18 14:49:42.077 INFO [stderr] 3794 | rt_realloc_excess_unused!(rt_even_10bytes_32align_realloc_excess_unused, 10, 32); Dec 18 14:49:42.077 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.077 INFO [stderr] | Dec 18 14:49:42.077 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.077 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.077 INFO [stderr] | Dec 18 14:49:42.077 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.077 INFO [stderr] | Dec 18 14:49:42.077 INFO [stderr] Dec 18 14:49:42.077 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.077 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.077 INFO [stderr] | Dec 18 14:49:42.077 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.077 INFO [stderr] | ^^^^^ Dec 18 14:49:42.077 INFO [stderr] ... Dec 18 14:49:42.077 INFO [stderr] 3807 | rt_realloc_excess_unused!(rt_even_100bytes_32align_realloc_excess_unused, 100, 32); Dec 18 14:49:42.077 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.077 INFO [stderr] | Dec 18 14:49:42.077 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.077 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.077 INFO [stderr] | Dec 18 14:49:42.077 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.077 INFO [stderr] | Dec 18 14:49:42.077 INFO [stderr] Dec 18 14:49:42.078 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.078 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.078 INFO [stderr] | Dec 18 14:49:42.078 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.078 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.078 INFO [stderr] ... Dec 18 14:49:42.078 INFO [stderr] 3807 | rt_realloc_excess_unused!(rt_even_100bytes_32align_realloc_excess_unused, 100, 32); Dec 18 14:49:42.078 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.078 INFO [stderr] Dec 18 14:49:42.078 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.078 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.078 INFO [stderr] | Dec 18 14:49:42.078 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.078 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.078 INFO [stderr] ... Dec 18 14:49:42.078 INFO [stderr] 3807 | rt_realloc_excess_unused!(rt_even_100bytes_32align_realloc_excess_unused, 100, 32); Dec 18 14:49:42.078 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.078 INFO [stderr] | Dec 18 14:49:42.078 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.078 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.078 INFO [stderr] | Dec 18 14:49:42.078 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.078 INFO [stderr] | Dec 18 14:49:42.078 INFO [stderr] Dec 18 14:49:42.080 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.080 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.080 INFO [stderr] | Dec 18 14:49:42.080 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.080 INFO [stderr] | ^^^^^ Dec 18 14:49:42.080 INFO [stderr] ... Dec 18 14:49:42.080 INFO [stderr] 3820 | rt_realloc_excess_unused!(rt_even_1000bytes_32align_realloc_excess_unused, 1000, 32); Dec 18 14:49:42.081 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.081 INFO [stderr] | Dec 18 14:49:42.081 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.081 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.081 INFO [stderr] | Dec 18 14:49:42.081 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.081 INFO [stderr] | Dec 18 14:49:42.081 INFO [stderr] Dec 18 14:49:42.081 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.081 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.081 INFO [stderr] | Dec 18 14:49:42.081 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.081 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.081 INFO [stderr] ... Dec 18 14:49:42.081 INFO [stderr] 3820 | rt_realloc_excess_unused!(rt_even_1000bytes_32align_realloc_excess_unused, 1000, 32); Dec 18 14:49:42.081 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.081 INFO [stderr] Dec 18 14:49:42.081 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.081 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.081 INFO [stderr] | Dec 18 14:49:42.081 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.081 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.081 INFO [stderr] ... Dec 18 14:49:42.081 INFO [stderr] 3820 | rt_realloc_excess_unused!(rt_even_1000bytes_32align_realloc_excess_unused, 1000, 32); Dec 18 14:49:42.081 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.081 INFO [stderr] | Dec 18 14:49:42.081 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.081 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.081 INFO [stderr] | Dec 18 14:49:42.081 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.081 INFO [stderr] | Dec 18 14:49:42.081 INFO [stderr] Dec 18 14:49:42.081 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.081 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.081 INFO [stderr] | Dec 18 14:49:42.081 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.081 INFO [stderr] | ^^^^^ Dec 18 14:49:42.081 INFO [stderr] ... Dec 18 14:49:42.081 INFO [stderr] 3833 | rt_realloc_excess_unused!(rt_even_10000bytes_32align_realloc_excess_unused, 10000, 32); Dec 18 14:49:42.081 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.081 INFO [stderr] | Dec 18 14:49:42.081 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.081 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.081 INFO [stderr] | Dec 18 14:49:42.081 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.081 INFO [stderr] | Dec 18 14:49:42.081 INFO [stderr] Dec 18 14:49:42.084 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.084 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.084 INFO [stderr] | Dec 18 14:49:42.084 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.084 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.084 INFO [stderr] ... Dec 18 14:49:42.084 INFO [stderr] 3833 | rt_realloc_excess_unused!(rt_even_10000bytes_32align_realloc_excess_unused, 10000, 32); Dec 18 14:49:42.085 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.085 INFO [stderr] Dec 18 14:49:42.085 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.085 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.085 INFO [stderr] | Dec 18 14:49:42.085 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.085 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.085 INFO [stderr] ... Dec 18 14:49:42.085 INFO [stderr] 3833 | rt_realloc_excess_unused!(rt_even_10000bytes_32align_realloc_excess_unused, 10000, 32); Dec 18 14:49:42.085 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.085 INFO [stderr] | Dec 18 14:49:42.085 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.085 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.085 INFO [stderr] | Dec 18 14:49:42.085 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.085 INFO [stderr] | Dec 18 14:49:42.085 INFO [stderr] Dec 18 14:49:42.085 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.085 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.085 INFO [stderr] | Dec 18 14:49:42.085 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.085 INFO [stderr] | ^^^^^ Dec 18 14:49:42.085 INFO [stderr] ... Dec 18 14:49:42.085 INFO [stderr] 3846 | rt_realloc_excess_unused!(rt_even_100000bytes_32align_realloc_excess_unused, 100000, 32); Dec 18 14:49:42.085 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.085 INFO [stderr] | Dec 18 14:49:42.085 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.085 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.085 INFO [stderr] | Dec 18 14:49:42.085 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.085 INFO [stderr] | Dec 18 14:49:42.085 INFO [stderr] Dec 18 14:49:42.085 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.085 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.085 INFO [stderr] | Dec 18 14:49:42.085 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.085 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.085 INFO [stderr] ... Dec 18 14:49:42.085 INFO [stderr] 3846 | rt_realloc_excess_unused!(rt_even_100000bytes_32align_realloc_excess_unused, 100000, 32); Dec 18 14:49:42.085 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.085 INFO [stderr] Dec 18 14:49:42.085 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.085 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.085 INFO [stderr] | Dec 18 14:49:42.085 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.085 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.085 INFO [stderr] ... Dec 18 14:49:42.085 INFO [stderr] 3846 | rt_realloc_excess_unused!(rt_even_100000bytes_32align_realloc_excess_unused, 100000, 32); Dec 18 14:49:42.085 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.085 INFO [stderr] | Dec 18 14:49:42.085 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.085 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.085 INFO [stderr] | Dec 18 14:49:42.085 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.085 INFO [stderr] | Dec 18 14:49:42.085 INFO [stderr] Dec 18 14:49:42.092 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.092 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.092 INFO [stderr] | Dec 18 14:49:42.092 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.092 INFO [stderr] | ^^^^^ Dec 18 14:49:42.092 INFO [stderr] ... Dec 18 14:49:42.092 INFO [stderr] 3859 | rt_realloc_excess_unused!(rt_even_1000000bytes_32align_realloc_excess_unused, 1000000, 32); Dec 18 14:49:42.092 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.092 INFO [stderr] | Dec 18 14:49:42.092 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.092 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.092 INFO [stderr] | Dec 18 14:49:42.092 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.092 INFO [stderr] | Dec 18 14:49:42.092 INFO [stderr] Dec 18 14:49:42.092 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.092 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.092 INFO [stderr] | Dec 18 14:49:42.092 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.092 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.092 INFO [stderr] ... Dec 18 14:49:42.092 INFO [stderr] 3859 | rt_realloc_excess_unused!(rt_even_1000000bytes_32align_realloc_excess_unused, 1000000, 32); Dec 18 14:49:42.092 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.092 INFO [stderr] Dec 18 14:49:42.092 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.092 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.092 INFO [stderr] | Dec 18 14:49:42.092 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.092 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.092 INFO [stderr] ... Dec 18 14:49:42.092 INFO [stderr] 3859 | rt_realloc_excess_unused!(rt_even_1000000bytes_32align_realloc_excess_unused, 1000000, 32); Dec 18 14:49:42.092 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.092 INFO [stderr] | Dec 18 14:49:42.092 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.092 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.092 INFO [stderr] | Dec 18 14:49:42.092 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.092 INFO [stderr] | Dec 18 14:49:42.092 INFO [stderr] Dec 18 14:49:42.100 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.100 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.100 INFO [stderr] | Dec 18 14:49:42.100 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.100 INFO [stderr] | ^^^^^ Dec 18 14:49:42.100 INFO [stderr] ... Dec 18 14:49:42.100 INFO [stderr] 3873 | rt_realloc_excess_unused!(rt_odd_10bytes_32align_realloc_excess_unused, 10- 1, 32); Dec 18 14:49:42.100 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.100 INFO [stderr] | Dec 18 14:49:42.100 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.100 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.100 INFO [stderr] | Dec 18 14:49:42.100 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.100 INFO [stderr] | Dec 18 14:49:42.100 INFO [stderr] Dec 18 14:49:42.100 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.100 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.100 INFO [stderr] | Dec 18 14:49:42.100 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.100 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.100 INFO [stderr] ... Dec 18 14:49:42.100 INFO [stderr] 3873 | rt_realloc_excess_unused!(rt_odd_10bytes_32align_realloc_excess_unused, 10- 1, 32); Dec 18 14:49:42.100 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.100 INFO [stderr] Dec 18 14:49:42.100 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.100 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.100 INFO [stderr] | Dec 18 14:49:42.100 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.100 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.100 INFO [stderr] ... Dec 18 14:49:42.100 INFO [stderr] 3873 | rt_realloc_excess_unused!(rt_odd_10bytes_32align_realloc_excess_unused, 10- 1, 32); Dec 18 14:49:42.100 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.100 INFO [stderr] | Dec 18 14:49:42.100 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.100 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.100 INFO [stderr] | Dec 18 14:49:42.100 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.100 INFO [stderr] | Dec 18 14:49:42.100 INFO [stderr] Dec 18 14:49:42.101 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.101 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.101 INFO [stderr] | ^^^^^ Dec 18 14:49:42.101 INFO [stderr] ... Dec 18 14:49:42.101 INFO [stderr] 3886 | rt_realloc_excess_unused!(rt_odd_100bytes_32align_realloc_excess_unused, 100- 1, 32); Dec 18 14:49:42.101 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.101 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] Dec 18 14:49:42.101 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.101 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.101 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.101 INFO [stderr] ... Dec 18 14:49:42.101 INFO [stderr] 3886 | rt_realloc_excess_unused!(rt_odd_100bytes_32align_realloc_excess_unused, 100- 1, 32); Dec 18 14:49:42.101 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.101 INFO [stderr] Dec 18 14:49:42.101 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.101 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.101 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.101 INFO [stderr] ... Dec 18 14:49:42.101 INFO [stderr] 3886 | rt_realloc_excess_unused!(rt_odd_100bytes_32align_realloc_excess_unused, 100- 1, 32); Dec 18 14:49:42.101 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.101 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] Dec 18 14:49:42.101 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.101 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.101 INFO [stderr] | ^^^^^ Dec 18 14:49:42.101 INFO [stderr] ... Dec 18 14:49:42.101 INFO [stderr] 3899 | rt_realloc_excess_unused!(rt_odd_1000bytes_32align_realloc_excess_unused, 1000- 1, 32); Dec 18 14:49:42.101 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.101 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] Dec 18 14:49:42.101 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.101 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.101 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.101 INFO [stderr] ... Dec 18 14:49:42.101 INFO [stderr] 3899 | rt_realloc_excess_unused!(rt_odd_1000bytes_32align_realloc_excess_unused, 1000- 1, 32); Dec 18 14:49:42.101 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.101 INFO [stderr] Dec 18 14:49:42.101 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.101 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.101 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.101 INFO [stderr] ... Dec 18 14:49:42.101 INFO [stderr] 3899 | rt_realloc_excess_unused!(rt_odd_1000bytes_32align_realloc_excess_unused, 1000- 1, 32); Dec 18 14:49:42.101 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.101 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] Dec 18 14:49:42.101 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.101 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.101 INFO [stderr] | ^^^^^ Dec 18 14:49:42.101 INFO [stderr] ... Dec 18 14:49:42.101 INFO [stderr] 3912 | rt_realloc_excess_unused!(rt_odd_10000bytes_32align_realloc_excess_unused, 10000- 1, 32); Dec 18 14:49:42.101 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.101 INFO [stderr] | Dec 18 14:49:42.101 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.102 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.102 INFO [stderr] | Dec 18 14:49:42.102 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.102 INFO [stderr] | Dec 18 14:49:42.102 INFO [stderr] Dec 18 14:49:42.102 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.102 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.102 INFO [stderr] | Dec 18 14:49:42.102 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.102 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.102 INFO [stderr] ... Dec 18 14:49:42.102 INFO [stderr] 3912 | rt_realloc_excess_unused!(rt_odd_10000bytes_32align_realloc_excess_unused, 10000- 1, 32); Dec 18 14:49:42.102 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.102 INFO [stderr] Dec 18 14:49:42.102 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.102 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.102 INFO [stderr] | Dec 18 14:49:42.102 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.102 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.102 INFO [stderr] ... Dec 18 14:49:42.102 INFO [stderr] 3912 | rt_realloc_excess_unused!(rt_odd_10000bytes_32align_realloc_excess_unused, 10000- 1, 32); Dec 18 14:49:42.102 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.102 INFO [stderr] | Dec 18 14:49:42.102 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.102 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.102 INFO [stderr] | Dec 18 14:49:42.102 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.102 INFO [stderr] | Dec 18 14:49:42.102 INFO [stderr] Dec 18 14:49:42.102 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.102 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.102 INFO [stderr] | Dec 18 14:49:42.102 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.102 INFO [stderr] | ^^^^^ Dec 18 14:49:42.102 INFO [stderr] ... Dec 18 14:49:42.102 INFO [stderr] 3925 | rt_realloc_excess_unused!(rt_odd_100000bytes_32align_realloc_excess_unused, 100000- 1, 32); Dec 18 14:49:42.102 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.102 INFO [stderr] | Dec 18 14:49:42.102 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.102 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.102 INFO [stderr] | Dec 18 14:49:42.102 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.102 INFO [stderr] | Dec 18 14:49:42.102 INFO [stderr] Dec 18 14:49:42.102 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.102 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.102 INFO [stderr] | Dec 18 14:49:42.102 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.102 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.102 INFO [stderr] ... Dec 18 14:49:42.102 INFO [stderr] 3925 | rt_realloc_excess_unused!(rt_odd_100000bytes_32align_realloc_excess_unused, 100000- 1, 32); Dec 18 14:49:42.102 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.102 INFO [stderr] Dec 18 14:49:42.102 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.102 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.102 INFO [stderr] | Dec 18 14:49:42.102 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.102 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.102 INFO [stderr] ... Dec 18 14:49:42.102 INFO [stderr] 3925 | rt_realloc_excess_unused!(rt_odd_100000bytes_32align_realloc_excess_unused, 100000- 1, 32); Dec 18 14:49:42.102 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.103 INFO [stderr] | Dec 18 14:49:42.103 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.103 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.103 INFO [stderr] | Dec 18 14:49:42.103 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.103 INFO [stderr] | Dec 18 14:49:42.103 INFO [stderr] Dec 18 14:49:42.103 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.103 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.103 INFO [stderr] | Dec 18 14:49:42.103 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.103 INFO [stderr] | ^^^^^ Dec 18 14:49:42.103 INFO [stderr] ... Dec 18 14:49:42.103 INFO [stderr] 3938 | rt_realloc_excess_unused!(rt_odd_1000000bytes_32align_realloc_excess_unused, 1000000- 1, 32); Dec 18 14:49:42.103 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.103 INFO [stderr] | Dec 18 14:49:42.103 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.103 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.103 INFO [stderr] | Dec 18 14:49:42.103 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.103 INFO [stderr] | Dec 18 14:49:42.103 INFO [stderr] Dec 18 14:49:42.112 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.112 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.112 INFO [stderr] | Dec 18 14:49:42.112 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.112 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.112 INFO [stderr] ... Dec 18 14:49:42.112 INFO [stderr] 3938 | rt_realloc_excess_unused!(rt_odd_1000000bytes_32align_realloc_excess_unused, 1000000- 1, 32); Dec 18 14:49:42.112 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.112 INFO [stderr] Dec 18 14:49:42.112 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.112 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.112 INFO [stderr] | Dec 18 14:49:42.112 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.112 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.112 INFO [stderr] ... Dec 18 14:49:42.112 INFO [stderr] 3938 | rt_realloc_excess_unused!(rt_odd_1000000bytes_32align_realloc_excess_unused, 1000000- 1, 32); Dec 18 14:49:42.112 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.112 INFO [stderr] | Dec 18 14:49:42.112 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.113 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] Dec 18 14:49:42.113 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.113 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.113 INFO [stderr] | ^^^^^ Dec 18 14:49:42.113 INFO [stderr] ... Dec 18 14:49:42.113 INFO [stderr] 3952 | rt_realloc_excess_unused!(rt_primes_3bytes_32align_realloc_excess_unused, 3, 32); Dec 18 14:49:42.113 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.113 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] Dec 18 14:49:42.113 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.113 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.113 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.113 INFO [stderr] ... Dec 18 14:49:42.113 INFO [stderr] 3952 | rt_realloc_excess_unused!(rt_primes_3bytes_32align_realloc_excess_unused, 3, 32); Dec 18 14:49:42.113 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.113 INFO [stderr] Dec 18 14:49:42.113 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.113 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.113 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.113 INFO [stderr] ... Dec 18 14:49:42.113 INFO [stderr] 3952 | rt_realloc_excess_unused!(rt_primes_3bytes_32align_realloc_excess_unused, 3, 32); Dec 18 14:49:42.113 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.113 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] Dec 18 14:49:42.113 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.113 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.113 INFO [stderr] | ^^^^^ Dec 18 14:49:42.113 INFO [stderr] ... Dec 18 14:49:42.113 INFO [stderr] 3965 | rt_realloc_excess_unused!(rt_primes_7bytes_32align_realloc_excess_unused, 7, 32); Dec 18 14:49:42.113 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.113 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] Dec 18 14:49:42.113 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.113 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.113 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.113 INFO [stderr] ... Dec 18 14:49:42.113 INFO [stderr] 3965 | rt_realloc_excess_unused!(rt_primes_7bytes_32align_realloc_excess_unused, 7, 32); Dec 18 14:49:42.113 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.113 INFO [stderr] Dec 18 14:49:42.113 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.113 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.113 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.113 INFO [stderr] ... Dec 18 14:49:42.113 INFO [stderr] 3965 | rt_realloc_excess_unused!(rt_primes_7bytes_32align_realloc_excess_unused, 7, 32); Dec 18 14:49:42.113 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.113 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] Dec 18 14:49:42.113 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.113 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.113 INFO [stderr] | Dec 18 14:49:42.113 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.113 INFO [stderr] | ^^^^^ Dec 18 14:49:42.113 INFO [stderr] ... Dec 18 14:49:42.113 INFO [stderr] 3978 | rt_realloc_excess_unused!(rt_primes_13bytes_32align_realloc_excess_unused, 13, 32); Dec 18 14:49:42.114 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.114 INFO [stderr] | Dec 18 14:49:42.114 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.114 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.114 INFO [stderr] | Dec 18 14:49:42.114 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.114 INFO [stderr] | Dec 18 14:49:42.114 INFO [stderr] Dec 18 14:49:42.114 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.114 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.114 INFO [stderr] | Dec 18 14:49:42.114 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.114 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.114 INFO [stderr] ... Dec 18 14:49:42.114 INFO [stderr] 3978 | rt_realloc_excess_unused!(rt_primes_13bytes_32align_realloc_excess_unused, 13, 32); Dec 18 14:49:42.114 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.114 INFO [stderr] Dec 18 14:49:42.128 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.128 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.128 INFO [stderr] | Dec 18 14:49:42.128 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.128 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.128 INFO [stderr] ... Dec 18 14:49:42.128 INFO [stderr] 3978 | rt_realloc_excess_unused!(rt_primes_13bytes_32align_realloc_excess_unused, 13, 32); Dec 18 14:49:42.128 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.128 INFO [stderr] | Dec 18 14:49:42.128 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.128 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.128 INFO [stderr] | Dec 18 14:49:42.128 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.128 INFO [stderr] | Dec 18 14:49:42.128 INFO [stderr] Dec 18 14:49:42.128 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.128 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.128 INFO [stderr] | Dec 18 14:49:42.128 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.128 INFO [stderr] | ^^^^^ Dec 18 14:49:42.128 INFO [stderr] ... Dec 18 14:49:42.128 INFO [stderr] 3991 | rt_realloc_excess_unused!(rt_primes_17bytes_32align_realloc_excess_unused, 17, 32); Dec 18 14:49:42.128 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.128 INFO [stderr] | Dec 18 14:49:42.128 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.128 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.128 INFO [stderr] | Dec 18 14:49:42.128 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.128 INFO [stderr] | Dec 18 14:49:42.128 INFO [stderr] Dec 18 14:49:42.128 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.128 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.128 INFO [stderr] | Dec 18 14:49:42.128 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.128 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.128 INFO [stderr] ... Dec 18 14:49:42.128 INFO [stderr] 3991 | rt_realloc_excess_unused!(rt_primes_17bytes_32align_realloc_excess_unused, 17, 32); Dec 18 14:49:42.129 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.129 INFO [stderr] Dec 18 14:49:42.129 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.129 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.129 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.129 INFO [stderr] ... Dec 18 14:49:42.129 INFO [stderr] 3991 | rt_realloc_excess_unused!(rt_primes_17bytes_32align_realloc_excess_unused, 17, 32); Dec 18 14:49:42.129 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.129 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] Dec 18 14:49:42.129 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.129 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.129 INFO [stderr] | ^^^^^ Dec 18 14:49:42.129 INFO [stderr] ... Dec 18 14:49:42.129 INFO [stderr] 4004 | rt_realloc_excess_unused!(rt_primes_31bytes_32align_realloc_excess_unused, 31, 32); Dec 18 14:49:42.129 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.129 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] Dec 18 14:49:42.129 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.129 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.129 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.129 INFO [stderr] ... Dec 18 14:49:42.129 INFO [stderr] 4004 | rt_realloc_excess_unused!(rt_primes_31bytes_32align_realloc_excess_unused, 31, 32); Dec 18 14:49:42.129 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.129 INFO [stderr] Dec 18 14:49:42.129 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.129 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.129 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.129 INFO [stderr] ... Dec 18 14:49:42.129 INFO [stderr] 4004 | rt_realloc_excess_unused!(rt_primes_31bytes_32align_realloc_excess_unused, 31, 32); Dec 18 14:49:42.129 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.129 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] Dec 18 14:49:42.129 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.129 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.129 INFO [stderr] | ^^^^^ Dec 18 14:49:42.129 INFO [stderr] ... Dec 18 14:49:42.129 INFO [stderr] 4017 | rt_realloc_excess_unused!(rt_primes_61bytes_32align_realloc_excess_unused, 61, 32); Dec 18 14:49:42.129 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.129 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] Dec 18 14:49:42.129 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.129 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.129 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.129 INFO [stderr] ... Dec 18 14:49:42.129 INFO [stderr] 4017 | rt_realloc_excess_unused!(rt_primes_61bytes_32align_realloc_excess_unused, 61, 32); Dec 18 14:49:42.129 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.129 INFO [stderr] Dec 18 14:49:42.129 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.129 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.129 INFO [stderr] | Dec 18 14:49:42.129 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.129 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.129 INFO [stderr] ... Dec 18 14:49:42.129 INFO [stderr] 4017 | rt_realloc_excess_unused!(rt_primes_61bytes_32align_realloc_excess_unused, 61, 32); Dec 18 14:49:42.129 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.130 INFO [stderr] | Dec 18 14:49:42.130 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.130 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.130 INFO [stderr] | Dec 18 14:49:42.130 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.130 INFO [stderr] | Dec 18 14:49:42.130 INFO [stderr] Dec 18 14:49:42.130 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.130 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.130 INFO [stderr] | Dec 18 14:49:42.130 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.130 INFO [stderr] | ^^^^^ Dec 18 14:49:42.130 INFO [stderr] ... Dec 18 14:49:42.130 INFO [stderr] 4030 | rt_realloc_excess_unused!(rt_primes_96bytes_32align_realloc_excess_unused, 96, 32); Dec 18 14:49:42.130 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.130 INFO [stderr] | Dec 18 14:49:42.130 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.130 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.130 INFO [stderr] | Dec 18 14:49:42.130 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.130 INFO [stderr] | Dec 18 14:49:42.130 INFO [stderr] Dec 18 14:49:42.130 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.130 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.130 INFO [stderr] | Dec 18 14:49:42.130 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.130 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.130 INFO [stderr] ... Dec 18 14:49:42.130 INFO [stderr] 4030 | rt_realloc_excess_unused!(rt_primes_96bytes_32align_realloc_excess_unused, 96, 32); Dec 18 14:49:42.130 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.130 INFO [stderr] Dec 18 14:49:42.130 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.130 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.130 INFO [stderr] | Dec 18 14:49:42.130 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.130 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.130 INFO [stderr] ... Dec 18 14:49:42.130 INFO [stderr] 4030 | rt_realloc_excess_unused!(rt_primes_96bytes_32align_realloc_excess_unused, 96, 32); Dec 18 14:49:42.130 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.130 INFO [stderr] | Dec 18 14:49:42.130 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.130 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.130 INFO [stderr] | Dec 18 14:49:42.130 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.130 INFO [stderr] | Dec 18 14:49:42.130 INFO [stderr] Dec 18 14:49:42.132 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.132 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.132 INFO [stderr] | Dec 18 14:49:42.132 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.132 INFO [stderr] | ^^^^^ Dec 18 14:49:42.132 INFO [stderr] ... Dec 18 14:49:42.132 INFO [stderr] 4043 | rt_realloc_excess_unused!(rt_primes_127bytes_32align_realloc_excess_unused, 127, 32); Dec 18 14:49:42.133 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.133 INFO [stderr] | Dec 18 14:49:42.133 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.133 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.133 INFO [stderr] | Dec 18 14:49:42.133 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.133 INFO [stderr] | Dec 18 14:49:42.133 INFO [stderr] Dec 18 14:49:42.133 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.133 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.133 INFO [stderr] | Dec 18 14:49:42.133 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.133 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.133 INFO [stderr] ... Dec 18 14:49:42.133 INFO [stderr] 4043 | rt_realloc_excess_unused!(rt_primes_127bytes_32align_realloc_excess_unused, 127, 32); Dec 18 14:49:42.133 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.133 INFO [stderr] Dec 18 14:49:42.140 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.140 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.140 INFO [stderr] | Dec 18 14:49:42.140 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.140 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.140 INFO [stderr] ... Dec 18 14:49:42.140 INFO [stderr] 4043 | rt_realloc_excess_unused!(rt_primes_127bytes_32align_realloc_excess_unused, 127, 32); Dec 18 14:49:42.140 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.140 INFO [stderr] | Dec 18 14:49:42.140 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.140 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.140 INFO [stderr] | Dec 18 14:49:42.140 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.140 INFO [stderr] | Dec 18 14:49:42.140 INFO [stderr] Dec 18 14:49:42.140 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.140 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.140 INFO [stderr] | Dec 18 14:49:42.140 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.140 INFO [stderr] | ^^^^^ Dec 18 14:49:42.140 INFO [stderr] ... Dec 18 14:49:42.140 INFO [stderr] 4056 | rt_realloc_excess_unused!(rt_primes_257bytes_32align_realloc_excess_unused, 257, 32); Dec 18 14:49:42.140 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.140 INFO [stderr] | Dec 18 14:49:42.140 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.140 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.140 INFO [stderr] | Dec 18 14:49:42.140 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.140 INFO [stderr] | Dec 18 14:49:42.140 INFO [stderr] Dec 18 14:49:42.140 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.140 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.140 INFO [stderr] | Dec 18 14:49:42.140 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.140 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.140 INFO [stderr] ... Dec 18 14:49:42.140 INFO [stderr] 4056 | rt_realloc_excess_unused!(rt_primes_257bytes_32align_realloc_excess_unused, 257, 32); Dec 18 14:49:42.140 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.140 INFO [stderr] Dec 18 14:49:42.140 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.140 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.140 INFO [stderr] | Dec 18 14:49:42.140 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.140 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.140 INFO [stderr] ... Dec 18 14:49:42.140 INFO [stderr] 4056 | rt_realloc_excess_unused!(rt_primes_257bytes_32align_realloc_excess_unused, 257, 32); Dec 18 14:49:42.140 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.140 INFO [stderr] | Dec 18 14:49:42.141 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.141 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.141 INFO [stderr] | Dec 18 14:49:42.141 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.141 INFO [stderr] | Dec 18 14:49:42.141 INFO [stderr] Dec 18 14:49:42.141 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.141 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.141 INFO [stderr] | Dec 18 14:49:42.141 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.141 INFO [stderr] | ^^^^^ Dec 18 14:49:42.141 INFO [stderr] ... Dec 18 14:49:42.141 INFO [stderr] 4069 | rt_realloc_excess_unused!(rt_primes_509bytes_32align_realloc_excess_unused, 509, 32); Dec 18 14:49:42.141 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.141 INFO [stderr] | Dec 18 14:49:42.141 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.141 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.141 INFO [stderr] | Dec 18 14:49:42.141 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.141 INFO [stderr] | Dec 18 14:49:42.141 INFO [stderr] Dec 18 14:49:42.141 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.141 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.141 INFO [stderr] | Dec 18 14:49:42.141 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.141 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.141 INFO [stderr] ... Dec 18 14:49:42.141 INFO [stderr] 4069 | rt_realloc_excess_unused!(rt_primes_509bytes_32align_realloc_excess_unused, 509, 32); Dec 18 14:49:42.141 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.141 INFO [stderr] Dec 18 14:49:42.148 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.148 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.148 INFO [stderr] | Dec 18 14:49:42.148 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.148 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.148 INFO [stderr] ... Dec 18 14:49:42.148 INFO [stderr] 4069 | rt_realloc_excess_unused!(rt_primes_509bytes_32align_realloc_excess_unused, 509, 32); Dec 18 14:49:42.148 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.148 INFO [stderr] | Dec 18 14:49:42.148 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.148 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.148 INFO [stderr] | Dec 18 14:49:42.148 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.148 INFO [stderr] | Dec 18 14:49:42.148 INFO [stderr] Dec 18 14:49:42.148 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.148 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.148 INFO [stderr] | Dec 18 14:49:42.148 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.148 INFO [stderr] | ^^^^^ Dec 18 14:49:42.148 INFO [stderr] ... Dec 18 14:49:42.148 INFO [stderr] 4082 | rt_realloc_excess_unused!(rt_primes_1021bytes_32align_realloc_excess_unused, 1021, 32); Dec 18 14:49:42.148 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.148 INFO [stderr] | Dec 18 14:49:42.148 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.148 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.148 INFO [stderr] | Dec 18 14:49:42.148 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.148 INFO [stderr] | Dec 18 14:49:42.148 INFO [stderr] Dec 18 14:49:42.148 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.148 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.148 INFO [stderr] | Dec 18 14:49:42.148 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.148 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.148 INFO [stderr] ... Dec 18 14:49:42.148 INFO [stderr] 4082 | rt_realloc_excess_unused!(rt_primes_1021bytes_32align_realloc_excess_unused, 1021, 32); Dec 18 14:49:42.148 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.148 INFO [stderr] Dec 18 14:49:42.148 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.148 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.148 INFO [stderr] | Dec 18 14:49:42.148 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.149 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.149 INFO [stderr] ... Dec 18 14:49:42.149 INFO [stderr] 4082 | rt_realloc_excess_unused!(rt_primes_1021bytes_32align_realloc_excess_unused, 1021, 32); Dec 18 14:49:42.149 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.149 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] Dec 18 14:49:42.149 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.149 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.149 INFO [stderr] | ^^^^^ Dec 18 14:49:42.149 INFO [stderr] ... Dec 18 14:49:42.149 INFO [stderr] 4095 | rt_realloc_excess_unused!(rt_primes_2039bytes_32align_realloc_excess_unused, 2039, 32); Dec 18 14:49:42.149 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.149 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] Dec 18 14:49:42.149 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.149 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.149 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.149 INFO [stderr] ... Dec 18 14:49:42.149 INFO [stderr] 4095 | rt_realloc_excess_unused!(rt_primes_2039bytes_32align_realloc_excess_unused, 2039, 32); Dec 18 14:49:42.149 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.149 INFO [stderr] Dec 18 14:49:42.149 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.149 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.149 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.149 INFO [stderr] ... Dec 18 14:49:42.149 INFO [stderr] 4095 | rt_realloc_excess_unused!(rt_primes_2039bytes_32align_realloc_excess_unused, 2039, 32); Dec 18 14:49:42.149 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.149 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] Dec 18 14:49:42.149 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.149 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.149 INFO [stderr] | ^^^^^ Dec 18 14:49:42.149 INFO [stderr] ... Dec 18 14:49:42.149 INFO [stderr] 4108 | rt_realloc_excess_unused!(rt_primes_4093bytes_32align_realloc_excess_unused, 4093, 32); Dec 18 14:49:42.149 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.149 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] Dec 18 14:49:42.149 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.149 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.149 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.149 INFO [stderr] ... Dec 18 14:49:42.149 INFO [stderr] 4108 | rt_realloc_excess_unused!(rt_primes_4093bytes_32align_realloc_excess_unused, 4093, 32); Dec 18 14:49:42.149 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.149 INFO [stderr] Dec 18 14:49:42.149 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.149 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.149 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.149 INFO [stderr] ... Dec 18 14:49:42.149 INFO [stderr] 4108 | rt_realloc_excess_unused!(rt_primes_4093bytes_32align_realloc_excess_unused, 4093, 32); Dec 18 14:49:42.149 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.149 INFO [stderr] | Dec 18 14:49:42.149 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.149 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.150 INFO [stderr] | Dec 18 14:49:42.150 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.150 INFO [stderr] | Dec 18 14:49:42.150 INFO [stderr] Dec 18 14:49:42.150 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.150 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.150 INFO [stderr] | Dec 18 14:49:42.150 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.150 INFO [stderr] | ^^^^^ Dec 18 14:49:42.150 INFO [stderr] ... Dec 18 14:49:42.150 INFO [stderr] 4121 | rt_realloc_excess_unused!(rt_primes_8191bytes_32align_realloc_excess_unused, 8191, 32); Dec 18 14:49:42.150 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.150 INFO [stderr] | Dec 18 14:49:42.150 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.150 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.150 INFO [stderr] | Dec 18 14:49:42.150 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.150 INFO [stderr] | Dec 18 14:49:42.150 INFO [stderr] Dec 18 14:49:42.150 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.150 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.150 INFO [stderr] | Dec 18 14:49:42.150 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.150 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.150 INFO [stderr] ... Dec 18 14:49:42.150 INFO [stderr] 4121 | rt_realloc_excess_unused!(rt_primes_8191bytes_32align_realloc_excess_unused, 8191, 32); Dec 18 14:49:42.150 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.150 INFO [stderr] Dec 18 14:49:42.150 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.150 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.150 INFO [stderr] | Dec 18 14:49:42.150 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.150 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.150 INFO [stderr] ... Dec 18 14:49:42.150 INFO [stderr] 4121 | rt_realloc_excess_unused!(rt_primes_8191bytes_32align_realloc_excess_unused, 8191, 32); Dec 18 14:49:42.150 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.150 INFO [stderr] | Dec 18 14:49:42.150 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.150 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.150 INFO [stderr] | Dec 18 14:49:42.150 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.150 INFO [stderr] | Dec 18 14:49:42.150 INFO [stderr] Dec 18 14:49:42.150 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.150 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.150 INFO [stderr] | Dec 18 14:49:42.150 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.150 INFO [stderr] | ^^^^^ Dec 18 14:49:42.150 INFO [stderr] ... Dec 18 14:49:42.150 INFO [stderr] 4134 | rt_realloc_excess_unused!(rt_primes_16381bytes_32align_realloc_excess_unused, 16381, 32); Dec 18 14:49:42.150 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.150 INFO [stderr] | Dec 18 14:49:42.150 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.150 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.150 INFO [stderr] | Dec 18 14:49:42.150 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.150 INFO [stderr] | Dec 18 14:49:42.150 INFO [stderr] Dec 18 14:49:42.150 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.150 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.150 INFO [stderr] | Dec 18 14:49:42.150 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.150 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.150 INFO [stderr] ... Dec 18 14:49:42.151 INFO [stderr] 4134 | rt_realloc_excess_unused!(rt_primes_16381bytes_32align_realloc_excess_unused, 16381, 32); Dec 18 14:49:42.151 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.151 INFO [stderr] Dec 18 14:49:42.151 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.151 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.151 INFO [stderr] | Dec 18 14:49:42.151 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.151 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.151 INFO [stderr] ... Dec 18 14:49:42.151 INFO [stderr] 4134 | rt_realloc_excess_unused!(rt_primes_16381bytes_32align_realloc_excess_unused, 16381, 32); Dec 18 14:49:42.151 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.151 INFO [stderr] | Dec 18 14:49:42.151 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.151 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.151 INFO [stderr] | Dec 18 14:49:42.151 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.151 INFO [stderr] | Dec 18 14:49:42.151 INFO [stderr] Dec 18 14:49:42.156 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.156 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.156 INFO [stderr] | Dec 18 14:49:42.156 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.156 INFO [stderr] | ^^^^^ Dec 18 14:49:42.156 INFO [stderr] ... Dec 18 14:49:42.156 INFO [stderr] 4147 | rt_realloc_excess_unused!(rt_primes_32749bytes_32align_realloc_excess_unused, 32749, 32); Dec 18 14:49:42.156 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.156 INFO [stderr] | Dec 18 14:49:42.156 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.156 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.156 INFO [stderr] | Dec 18 14:49:42.156 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.156 INFO [stderr] | Dec 18 14:49:42.156 INFO [stderr] Dec 18 14:49:42.168 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.168 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.168 INFO [stderr] | Dec 18 14:49:42.168 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.168 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.168 INFO [stderr] ... Dec 18 14:49:42.168 INFO [stderr] 4147 | rt_realloc_excess_unused!(rt_primes_32749bytes_32align_realloc_excess_unused, 32749, 32); Dec 18 14:49:42.168 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.168 INFO [stderr] Dec 18 14:49:42.168 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.168 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.168 INFO [stderr] | Dec 18 14:49:42.168 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.168 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.168 INFO [stderr] ... Dec 18 14:49:42.168 INFO [stderr] 4147 | rt_realloc_excess_unused!(rt_primes_32749bytes_32align_realloc_excess_unused, 32749, 32); Dec 18 14:49:42.168 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.168 INFO [stderr] | Dec 18 14:49:42.168 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.168 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.168 INFO [stderr] | Dec 18 14:49:42.168 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.168 INFO [stderr] | Dec 18 14:49:42.168 INFO [stderr] Dec 18 14:49:42.168 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.168 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.168 INFO [stderr] | Dec 18 14:49:42.168 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.168 INFO [stderr] | ^^^^^ Dec 18 14:49:42.168 INFO [stderr] ... Dec 18 14:49:42.168 INFO [stderr] 4160 | rt_realloc_excess_unused!(rt_primes_65537bytes_32align_realloc_excess_unused, 65537, 32); Dec 18 14:49:42.168 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.168 INFO [stderr] | Dec 18 14:49:42.168 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.168 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.168 INFO [stderr] | Dec 18 14:49:42.168 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.168 INFO [stderr] | Dec 18 14:49:42.168 INFO [stderr] Dec 18 14:49:42.168 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.168 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.168 INFO [stderr] | Dec 18 14:49:42.168 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.168 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.168 INFO [stderr] ... Dec 18 14:49:42.168 INFO [stderr] 4160 | rt_realloc_excess_unused!(rt_primes_65537bytes_32align_realloc_excess_unused, 65537, 32); Dec 18 14:49:42.168 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.168 INFO [stderr] Dec 18 14:49:42.169 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.169 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.169 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.169 INFO [stderr] ... Dec 18 14:49:42.169 INFO [stderr] 4160 | rt_realloc_excess_unused!(rt_primes_65537bytes_32align_realloc_excess_unused, 65537, 32); Dec 18 14:49:42.169 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.169 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] Dec 18 14:49:42.169 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.169 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.169 INFO [stderr] | ^^^^^ Dec 18 14:49:42.169 INFO [stderr] ... Dec 18 14:49:42.169 INFO [stderr] 4173 | rt_realloc_excess_unused!(rt_primes_131071bytes_32align_realloc_excess_unused, 131071, 32); Dec 18 14:49:42.169 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.169 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] Dec 18 14:49:42.169 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.169 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.169 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.169 INFO [stderr] ... Dec 18 14:49:42.169 INFO [stderr] 4173 | rt_realloc_excess_unused!(rt_primes_131071bytes_32align_realloc_excess_unused, 131071, 32); Dec 18 14:49:42.169 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.169 INFO [stderr] Dec 18 14:49:42.169 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.169 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.169 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.169 INFO [stderr] ... Dec 18 14:49:42.169 INFO [stderr] 4173 | rt_realloc_excess_unused!(rt_primes_131071bytes_32align_realloc_excess_unused, 131071, 32); Dec 18 14:49:42.169 INFO [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.169 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] Dec 18 14:49:42.169 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.169 INFO [stderr] --> benches/roundtrip.rs:216:36 Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.169 INFO [stderr] | ^^^^^ Dec 18 14:49:42.169 INFO [stderr] ... Dec 18 14:49:42.169 INFO [stderr] 4186 | rt_realloc_excess_unused!(rt_primes_4194301bytes_32align_realloc_excess_unused, 4194301, 32); Dec 18 14:49:42.169 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.169 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] Dec 18 14:49:42.169 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.169 INFO [stderr] --> benches/roundtrip.rs:220:47 Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Dec 18 14:49:42.169 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.169 INFO [stderr] ... Dec 18 14:49:42.169 INFO [stderr] 4186 | rt_realloc_excess_unused!(rt_primes_4194301bytes_32align_realloc_excess_unused, 4194301, 32); Dec 18 14:49:42.169 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.169 INFO [stderr] Dec 18 14:49:42.169 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.169 INFO [stderr] --> benches/roundtrip.rs:225:26 Dec 18 14:49:42.169 INFO [stderr] | Dec 18 14:49:42.169 INFO [stderr] 225 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.169 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.169 INFO [stderr] ... Dec 18 14:49:42.169 INFO [stderr] 4186 | rt_realloc_excess_unused!(rt_primes_4194301bytes_32align_realloc_excess_unused, 4194301, 32); Dec 18 14:49:42.169 INFO [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.170 INFO [stderr] | Dec 18 14:49:42.170 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.170 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.170 INFO [stderr] | Dec 18 14:49:42.170 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.170 INFO [stderr] | Dec 18 14:49:42.170 INFO [stderr] Dec 18 14:49:42.170 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.170 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.170 INFO [stderr] | Dec 18 14:49:42.170 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.170 INFO [stderr] | ^^^^^ Dec 18 14:49:42.170 INFO [stderr] ... Dec 18 14:49:42.170 INFO [stderr] 267 | rt_realloc_excess_used!(rt_pow2_1bytes_1align_realloc_excess_used, 1, 1); Dec 18 14:49:42.170 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.170 INFO [stderr] | Dec 18 14:49:42.170 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.170 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.170 INFO [stderr] | Dec 18 14:49:42.170 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.170 INFO [stderr] | Dec 18 14:49:42.170 INFO [stderr] Dec 18 14:49:42.170 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.170 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.170 INFO [stderr] | Dec 18 14:49:42.170 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.170 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.170 INFO [stderr] ... Dec 18 14:49:42.170 INFO [stderr] 267 | rt_realloc_excess_used!(rt_pow2_1bytes_1align_realloc_excess_used, 1, 1); Dec 18 14:49:42.170 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.170 INFO [stderr] Dec 18 14:49:42.170 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.170 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.170 INFO [stderr] | Dec 18 14:49:42.170 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.170 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.170 INFO [stderr] ... Dec 18 14:49:42.170 INFO [stderr] 267 | rt_realloc_excess_used!(rt_pow2_1bytes_1align_realloc_excess_used, 1, 1); Dec 18 14:49:42.170 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.170 INFO [stderr] | Dec 18 14:49:42.170 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.170 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.170 INFO [stderr] | Dec 18 14:49:42.170 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.170 INFO [stderr] | Dec 18 14:49:42.176 INFO [stderr] Dec 18 14:49:42.176 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.176 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.176 INFO [stderr] | Dec 18 14:49:42.176 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.176 INFO [stderr] | ^^^^^ Dec 18 14:49:42.176 INFO [stderr] ... Dec 18 14:49:42.176 INFO [stderr] 280 | rt_realloc_excess_used!(rt_pow2_2bytes_1align_realloc_excess_used, 2, 1); Dec 18 14:49:42.176 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.176 INFO [stderr] | Dec 18 14:49:42.176 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.176 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.176 INFO [stderr] | Dec 18 14:49:42.176 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.176 INFO [stderr] | Dec 18 14:49:42.176 INFO [stderr] Dec 18 14:49:42.176 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.176 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.176 INFO [stderr] | Dec 18 14:49:42.176 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.176 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.176 INFO [stderr] ... Dec 18 14:49:42.176 INFO [stderr] 280 | rt_realloc_excess_used!(rt_pow2_2bytes_1align_realloc_excess_used, 2, 1); Dec 18 14:49:42.176 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.176 INFO [stderr] Dec 18 14:49:42.176 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.176 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.176 INFO [stderr] | Dec 18 14:49:42.176 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.176 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.176 INFO [stderr] ... Dec 18 14:49:42.176 INFO [stderr] 280 | rt_realloc_excess_used!(rt_pow2_2bytes_1align_realloc_excess_used, 2, 1); Dec 18 14:49:42.176 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.176 INFO [stderr] | Dec 18 14:49:42.176 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.176 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.176 INFO [stderr] | Dec 18 14:49:42.176 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.176 INFO [stderr] | Dec 18 14:49:42.176 INFO [stderr] Dec 18 14:49:42.176 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.176 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.176 INFO [stderr] | Dec 18 14:49:42.176 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.176 INFO [stderr] | ^^^^^ Dec 18 14:49:42.176 INFO [stderr] ... Dec 18 14:49:42.176 INFO [stderr] 293 | rt_realloc_excess_used!(rt_pow2_4bytes_1align_realloc_excess_used, 4, 1); Dec 18 14:49:42.176 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.177 INFO [stderr] | Dec 18 14:49:42.177 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.177 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.177 INFO [stderr] | Dec 18 14:49:42.177 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.177 INFO [stderr] | Dec 18 14:49:42.177 INFO [stderr] Dec 18 14:49:42.184 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.184 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.184 INFO [stderr] | Dec 18 14:49:42.184 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.184 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.184 INFO [stderr] ... Dec 18 14:49:42.184 INFO [stderr] 293 | rt_realloc_excess_used!(rt_pow2_4bytes_1align_realloc_excess_used, 4, 1); Dec 18 14:49:42.184 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.184 INFO [stderr] Dec 18 14:49:42.184 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.184 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.184 INFO [stderr] | Dec 18 14:49:42.184 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.184 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.184 INFO [stderr] ... Dec 18 14:49:42.184 INFO [stderr] 293 | rt_realloc_excess_used!(rt_pow2_4bytes_1align_realloc_excess_used, 4, 1); Dec 18 14:49:42.184 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.184 INFO [stderr] | Dec 18 14:49:42.184 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.184 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.184 INFO [stderr] | Dec 18 14:49:42.184 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.184 INFO [stderr] | Dec 18 14:49:42.184 INFO [stderr] Dec 18 14:49:42.184 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.184 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.184 INFO [stderr] | Dec 18 14:49:42.184 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.184 INFO [stderr] | ^^^^^ Dec 18 14:49:42.184 INFO [stderr] ... Dec 18 14:49:42.184 INFO [stderr] 306 | rt_realloc_excess_used!(rt_pow2_8bytes_1align_realloc_excess_used, 8, 1); Dec 18 14:49:42.184 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.184 INFO [stderr] | Dec 18 14:49:42.184 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.184 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.184 INFO [stderr] | Dec 18 14:49:42.184 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.184 INFO [stderr] | Dec 18 14:49:42.184 INFO [stderr] Dec 18 14:49:42.184 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.184 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.184 INFO [stderr] | Dec 18 14:49:42.184 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.184 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.184 INFO [stderr] ... Dec 18 14:49:42.184 INFO [stderr] 306 | rt_realloc_excess_used!(rt_pow2_8bytes_1align_realloc_excess_used, 8, 1); Dec 18 14:49:42.184 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.184 INFO [stderr] Dec 18 14:49:42.185 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.185 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.185 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.185 INFO [stderr] ... Dec 18 14:49:42.185 INFO [stderr] 306 | rt_realloc_excess_used!(rt_pow2_8bytes_1align_realloc_excess_used, 8, 1); Dec 18 14:49:42.185 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.185 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] Dec 18 14:49:42.185 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.185 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.185 INFO [stderr] | ^^^^^ Dec 18 14:49:42.185 INFO [stderr] ... Dec 18 14:49:42.185 INFO [stderr] 319 | rt_realloc_excess_used!(rt_pow2_16bytes_1align_realloc_excess_used, 16, 1); Dec 18 14:49:42.185 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.185 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] Dec 18 14:49:42.185 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.185 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.185 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.185 INFO [stderr] ... Dec 18 14:49:42.185 INFO [stderr] 319 | rt_realloc_excess_used!(rt_pow2_16bytes_1align_realloc_excess_used, 16, 1); Dec 18 14:49:42.185 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.185 INFO [stderr] Dec 18 14:49:42.185 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.185 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.185 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.185 INFO [stderr] ... Dec 18 14:49:42.185 INFO [stderr] 319 | rt_realloc_excess_used!(rt_pow2_16bytes_1align_realloc_excess_used, 16, 1); Dec 18 14:49:42.185 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.185 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] Dec 18 14:49:42.185 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.185 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.185 INFO [stderr] | ^^^^^ Dec 18 14:49:42.185 INFO [stderr] ... Dec 18 14:49:42.185 INFO [stderr] 332 | rt_realloc_excess_used!(rt_pow2_32bytes_1align_realloc_excess_used, 32, 1); Dec 18 14:49:42.185 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.185 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] Dec 18 14:49:42.185 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.185 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.185 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.185 INFO [stderr] ... Dec 18 14:49:42.185 INFO [stderr] 332 | rt_realloc_excess_used!(rt_pow2_32bytes_1align_realloc_excess_used, 32, 1); Dec 18 14:49:42.185 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.185 INFO [stderr] Dec 18 14:49:42.185 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.185 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.185 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.185 INFO [stderr] ... Dec 18 14:49:42.185 INFO [stderr] 332 | rt_realloc_excess_used!(rt_pow2_32bytes_1align_realloc_excess_used, 32, 1); Dec 18 14:49:42.185 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.185 INFO [stderr] | Dec 18 14:49:42.185 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.185 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.186 INFO [stderr] | Dec 18 14:49:42.186 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.186 INFO [stderr] | Dec 18 14:49:42.186 INFO [stderr] Dec 18 14:49:42.186 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.186 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.186 INFO [stderr] | Dec 18 14:49:42.186 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.186 INFO [stderr] | ^^^^^ Dec 18 14:49:42.186 INFO [stderr] ... Dec 18 14:49:42.186 INFO [stderr] 345 | rt_realloc_excess_used!(rt_pow2_64bytes_1align_realloc_excess_used, 64, 1); Dec 18 14:49:42.186 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.186 INFO [stderr] | Dec 18 14:49:42.186 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.186 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.186 INFO [stderr] | Dec 18 14:49:42.186 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.186 INFO [stderr] | Dec 18 14:49:42.186 INFO [stderr] Dec 18 14:49:42.186 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.186 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.186 INFO [stderr] | Dec 18 14:49:42.186 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.186 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.186 INFO [stderr] ... Dec 18 14:49:42.186 INFO [stderr] 345 | rt_realloc_excess_used!(rt_pow2_64bytes_1align_realloc_excess_used, 64, 1); Dec 18 14:49:42.186 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.186 INFO [stderr] Dec 18 14:49:42.186 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.186 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.186 INFO [stderr] | Dec 18 14:49:42.186 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.186 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.186 INFO [stderr] ... Dec 18 14:49:42.186 INFO [stderr] 345 | rt_realloc_excess_used!(rt_pow2_64bytes_1align_realloc_excess_used, 64, 1); Dec 18 14:49:42.186 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.186 INFO [stderr] | Dec 18 14:49:42.186 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.186 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.186 INFO [stderr] | Dec 18 14:49:42.186 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.186 INFO [stderr] | Dec 18 14:49:42.186 INFO [stderr] Dec 18 14:49:42.192 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.192 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.192 INFO [stderr] | Dec 18 14:49:42.192 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.192 INFO [stderr] | ^^^^^ Dec 18 14:49:42.192 INFO [stderr] ... Dec 18 14:49:42.192 INFO [stderr] 358 | rt_realloc_excess_used!(rt_pow2_128bytes_1align_realloc_excess_used, 128, 1); Dec 18 14:49:42.192 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.192 INFO [stderr] | Dec 18 14:49:42.192 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.192 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.192 INFO [stderr] | Dec 18 14:49:42.192 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.192 INFO [stderr] | Dec 18 14:49:42.192 INFO [stderr] Dec 18 14:49:42.192 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.192 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.192 INFO [stderr] | Dec 18 14:49:42.192 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.192 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.192 INFO [stderr] ... Dec 18 14:49:42.192 INFO [stderr] 358 | rt_realloc_excess_used!(rt_pow2_128bytes_1align_realloc_excess_used, 128, 1); Dec 18 14:49:42.192 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.192 INFO [stderr] Dec 18 14:49:42.192 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.192 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.192 INFO [stderr] | Dec 18 14:49:42.192 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.192 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.192 INFO [stderr] ... Dec 18 14:49:42.192 INFO [stderr] 358 | rt_realloc_excess_used!(rt_pow2_128bytes_1align_realloc_excess_used, 128, 1); Dec 18 14:49:42.192 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.192 INFO [stderr] | Dec 18 14:49:42.192 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.192 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.192 INFO [stderr] | Dec 18 14:49:42.192 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.192 INFO [stderr] | Dec 18 14:49:42.192 INFO [stderr] Dec 18 14:49:42.192 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.192 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.192 INFO [stderr] | Dec 18 14:49:42.192 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.192 INFO [stderr] | ^^^^^ Dec 18 14:49:42.192 INFO [stderr] ... Dec 18 14:49:42.192 INFO [stderr] 371 | rt_realloc_excess_used!(rt_pow2_256bytes_1align_realloc_excess_used, 256, 1); Dec 18 14:49:42.192 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.192 INFO [stderr] | Dec 18 14:49:42.192 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.192 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.192 INFO [stderr] | Dec 18 14:49:42.192 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.192 INFO [stderr] | Dec 18 14:49:42.193 INFO [stderr] Dec 18 14:49:42.196 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.196 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.196 INFO [stderr] | Dec 18 14:49:42.196 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.196 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.196 INFO [stderr] ... Dec 18 14:49:42.196 INFO [stderr] 371 | rt_realloc_excess_used!(rt_pow2_256bytes_1align_realloc_excess_used, 256, 1); Dec 18 14:49:42.196 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.196 INFO [stderr] Dec 18 14:49:42.202 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.202 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.202 INFO [stderr] | Dec 18 14:49:42.202 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.202 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.202 INFO [stderr] ... Dec 18 14:49:42.202 INFO [stderr] 371 | rt_realloc_excess_used!(rt_pow2_256bytes_1align_realloc_excess_used, 256, 1); Dec 18 14:49:42.202 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.202 INFO [stderr] | Dec 18 14:49:42.202 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.202 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.202 INFO [stderr] | Dec 18 14:49:42.202 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.202 INFO [stderr] | Dec 18 14:49:42.202 INFO [stderr] Dec 18 14:49:42.202 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.202 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.202 INFO [stderr] | Dec 18 14:49:42.202 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.202 INFO [stderr] | ^^^^^ Dec 18 14:49:42.202 INFO [stderr] ... Dec 18 14:49:42.202 INFO [stderr] 384 | rt_realloc_excess_used!(rt_pow2_512bytes_1align_realloc_excess_used, 512, 1); Dec 18 14:49:42.202 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.202 INFO [stderr] | Dec 18 14:49:42.202 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.202 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.202 INFO [stderr] | Dec 18 14:49:42.202 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.202 INFO [stderr] | Dec 18 14:49:42.202 INFO [stderr] Dec 18 14:49:42.202 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.202 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.202 INFO [stderr] | Dec 18 14:49:42.202 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.202 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.202 INFO [stderr] ... Dec 18 14:49:42.202 INFO [stderr] 384 | rt_realloc_excess_used!(rt_pow2_512bytes_1align_realloc_excess_used, 512, 1); Dec 18 14:49:42.202 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.203 INFO [stderr] Dec 18 14:49:42.203 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.203 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.203 INFO [stderr] | Dec 18 14:49:42.203 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.203 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.203 INFO [stderr] ... Dec 18 14:49:42.203 INFO [stderr] 384 | rt_realloc_excess_used!(rt_pow2_512bytes_1align_realloc_excess_used, 512, 1); Dec 18 14:49:42.203 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.203 INFO [stderr] | Dec 18 14:49:42.203 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.203 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.203 INFO [stderr] | Dec 18 14:49:42.203 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.203 INFO [stderr] | Dec 18 14:49:42.203 INFO [stderr] Dec 18 14:49:42.208 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.208 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.208 INFO [stderr] | Dec 18 14:49:42.208 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.208 INFO [stderr] | ^^^^^ Dec 18 14:49:42.208 INFO [stderr] ... Dec 18 14:49:42.208 INFO [stderr] 397 | rt_realloc_excess_used!(rt_pow2_1024bytes_1align_realloc_excess_used, 1024, 1); Dec 18 14:49:42.208 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.208 INFO [stderr] | Dec 18 14:49:42.208 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.208 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.208 INFO [stderr] | Dec 18 14:49:42.208 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.208 INFO [stderr] | Dec 18 14:49:42.208 INFO [stderr] Dec 18 14:49:42.208 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.208 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.208 INFO [stderr] | Dec 18 14:49:42.208 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.208 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.208 INFO [stderr] ... Dec 18 14:49:42.208 INFO [stderr] 397 | rt_realloc_excess_used!(rt_pow2_1024bytes_1align_realloc_excess_used, 1024, 1); Dec 18 14:49:42.208 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.208 INFO [stderr] Dec 18 14:49:42.208 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.208 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.208 INFO [stderr] | Dec 18 14:49:42.208 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.208 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.208 INFO [stderr] ... Dec 18 14:49:42.208 INFO [stderr] 397 | rt_realloc_excess_used!(rt_pow2_1024bytes_1align_realloc_excess_used, 1024, 1); Dec 18 14:49:42.208 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.208 INFO [stderr] | Dec 18 14:49:42.208 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.208 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.208 INFO [stderr] | Dec 18 14:49:42.208 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.208 INFO [stderr] | Dec 18 14:49:42.208 INFO [stderr] Dec 18 14:49:42.208 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.208 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.208 INFO [stderr] | Dec 18 14:49:42.208 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.208 INFO [stderr] | ^^^^^ Dec 18 14:49:42.208 INFO [stderr] ... Dec 18 14:49:42.208 INFO [stderr] 410 | rt_realloc_excess_used!(rt_pow2_2048bytes_1align_realloc_excess_used, 2048, 1); Dec 18 14:49:42.208 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.208 INFO [stderr] | Dec 18 14:49:42.208 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.209 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.209 INFO [stderr] | Dec 18 14:49:42.209 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.209 INFO [stderr] | Dec 18 14:49:42.209 INFO [stderr] Dec 18 14:49:42.209 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.209 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.209 INFO [stderr] | Dec 18 14:49:42.209 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.209 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.209 INFO [stderr] ... Dec 18 14:49:42.209 INFO [stderr] 410 | rt_realloc_excess_used!(rt_pow2_2048bytes_1align_realloc_excess_used, 2048, 1); Dec 18 14:49:42.209 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.209 INFO [stderr] Dec 18 14:49:42.209 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.209 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.209 INFO [stderr] | Dec 18 14:49:42.209 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.209 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.209 INFO [stderr] ... Dec 18 14:49:42.209 INFO [stderr] 410 | rt_realloc_excess_used!(rt_pow2_2048bytes_1align_realloc_excess_used, 2048, 1); Dec 18 14:49:42.209 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.209 INFO [stderr] | Dec 18 14:49:42.209 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.209 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.209 INFO [stderr] | Dec 18 14:49:42.209 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.209 INFO [stderr] | Dec 18 14:49:42.209 INFO [stderr] Dec 18 14:49:42.209 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.209 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.209 INFO [stderr] | Dec 18 14:49:42.209 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.209 INFO [stderr] | ^^^^^ Dec 18 14:49:42.209 INFO [stderr] ... Dec 18 14:49:42.209 INFO [stderr] 423 | rt_realloc_excess_used!(rt_pow2_4096bytes_1align_realloc_excess_used, 4096, 1); Dec 18 14:49:42.209 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.209 INFO [stderr] | Dec 18 14:49:42.209 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.209 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.209 INFO [stderr] | Dec 18 14:49:42.209 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.209 INFO [stderr] | Dec 18 14:49:42.209 INFO [stderr] Dec 18 14:49:42.216 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.216 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.216 INFO [stderr] | Dec 18 14:49:42.216 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.216 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.216 INFO [stderr] ... Dec 18 14:49:42.216 INFO [stderr] 423 | rt_realloc_excess_used!(rt_pow2_4096bytes_1align_realloc_excess_used, 4096, 1); Dec 18 14:49:42.216 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.216 INFO [stderr] Dec 18 14:49:42.216 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.216 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.216 INFO [stderr] | Dec 18 14:49:42.216 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.216 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.216 INFO [stderr] ... Dec 18 14:49:42.216 INFO [stderr] 423 | rt_realloc_excess_used!(rt_pow2_4096bytes_1align_realloc_excess_used, 4096, 1); Dec 18 14:49:42.216 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.216 INFO [stderr] | Dec 18 14:49:42.216 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.216 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.216 INFO [stderr] | Dec 18 14:49:42.216 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.216 INFO [stderr] | Dec 18 14:49:42.216 INFO [stderr] Dec 18 14:49:42.216 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.216 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.216 INFO [stderr] | Dec 18 14:49:42.216 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.216 INFO [stderr] | ^^^^^ Dec 18 14:49:42.216 INFO [stderr] ... Dec 18 14:49:42.216 INFO [stderr] 436 | rt_realloc_excess_used!(rt_pow2_8192bytes_1align_realloc_excess_used, 8192, 1); Dec 18 14:49:42.216 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.216 INFO [stderr] | Dec 18 14:49:42.216 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.216 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.216 INFO [stderr] | Dec 18 14:49:42.216 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.216 INFO [stderr] | Dec 18 14:49:42.216 INFO [stderr] Dec 18 14:49:42.216 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.216 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.216 INFO [stderr] | Dec 18 14:49:42.216 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.216 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.216 INFO [stderr] ... Dec 18 14:49:42.216 INFO [stderr] 436 | rt_realloc_excess_used!(rt_pow2_8192bytes_1align_realloc_excess_used, 8192, 1); Dec 18 14:49:42.216 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.216 INFO [stderr] Dec 18 14:49:42.216 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.216 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.217 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.217 INFO [stderr] ... Dec 18 14:49:42.217 INFO [stderr] 436 | rt_realloc_excess_used!(rt_pow2_8192bytes_1align_realloc_excess_used, 8192, 1); Dec 18 14:49:42.217 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.217 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] Dec 18 14:49:42.217 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.217 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.217 INFO [stderr] | ^^^^^ Dec 18 14:49:42.217 INFO [stderr] ... Dec 18 14:49:42.217 INFO [stderr] 449 | rt_realloc_excess_used!(rt_pow2_16384bytes_1align_realloc_excess_used, 16384, 1); Dec 18 14:49:42.217 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.217 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] Dec 18 14:49:42.217 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.217 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.217 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.217 INFO [stderr] ... Dec 18 14:49:42.217 INFO [stderr] 449 | rt_realloc_excess_used!(rt_pow2_16384bytes_1align_realloc_excess_used, 16384, 1); Dec 18 14:49:42.217 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.217 INFO [stderr] Dec 18 14:49:42.217 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.217 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.217 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.217 INFO [stderr] ... Dec 18 14:49:42.217 INFO [stderr] 449 | rt_realloc_excess_used!(rt_pow2_16384bytes_1align_realloc_excess_used, 16384, 1); Dec 18 14:49:42.217 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.217 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] Dec 18 14:49:42.217 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.217 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.217 INFO [stderr] | ^^^^^ Dec 18 14:49:42.217 INFO [stderr] ... Dec 18 14:49:42.217 INFO [stderr] 462 | rt_realloc_excess_used!(rt_pow2_32768bytes_1align_realloc_excess_used, 32768, 1); Dec 18 14:49:42.217 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.217 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] Dec 18 14:49:42.217 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.217 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.217 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.217 INFO [stderr] ... Dec 18 14:49:42.217 INFO [stderr] 462 | rt_realloc_excess_used!(rt_pow2_32768bytes_1align_realloc_excess_used, 32768, 1); Dec 18 14:49:42.217 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.217 INFO [stderr] Dec 18 14:49:42.217 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.217 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.217 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.217 INFO [stderr] ... Dec 18 14:49:42.217 INFO [stderr] 462 | rt_realloc_excess_used!(rt_pow2_32768bytes_1align_realloc_excess_used, 32768, 1); Dec 18 14:49:42.217 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.217 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.217 INFO [stderr] | Dec 18 14:49:42.217 INFO [stderr] Dec 18 14:49:42.217 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.218 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.218 INFO [stderr] | Dec 18 14:49:42.218 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.218 INFO [stderr] | ^^^^^ Dec 18 14:49:42.218 INFO [stderr] ... Dec 18 14:49:42.218 INFO [stderr] 475 | rt_realloc_excess_used!(rt_pow2_65536bytes_1align_realloc_excess_used, 65536, 1); Dec 18 14:49:42.218 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.218 INFO [stderr] | Dec 18 14:49:42.218 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.218 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.218 INFO [stderr] | Dec 18 14:49:42.218 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.218 INFO [stderr] | Dec 18 14:49:42.218 INFO [stderr] Dec 18 14:49:42.218 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.218 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.218 INFO [stderr] | Dec 18 14:49:42.218 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.218 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.218 INFO [stderr] ... Dec 18 14:49:42.218 INFO [stderr] 475 | rt_realloc_excess_used!(rt_pow2_65536bytes_1align_realloc_excess_used, 65536, 1); Dec 18 14:49:42.218 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.218 INFO [stderr] Dec 18 14:49:42.218 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.218 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.218 INFO [stderr] | Dec 18 14:49:42.218 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.218 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.218 INFO [stderr] ... Dec 18 14:49:42.218 INFO [stderr] 475 | rt_realloc_excess_used!(rt_pow2_65536bytes_1align_realloc_excess_used, 65536, 1); Dec 18 14:49:42.218 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.218 INFO [stderr] | Dec 18 14:49:42.218 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.218 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.218 INFO [stderr] | Dec 18 14:49:42.218 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.218 INFO [stderr] | Dec 18 14:49:42.218 INFO [stderr] Dec 18 14:49:42.224 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.224 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.224 INFO [stderr] | Dec 18 14:49:42.224 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.224 INFO [stderr] | ^^^^^ Dec 18 14:49:42.224 INFO [stderr] ... Dec 18 14:49:42.224 INFO [stderr] 488 | rt_realloc_excess_used!(rt_pow2_131072bytes_1align_realloc_excess_used, 131072, 1); Dec 18 14:49:42.224 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.224 INFO [stderr] | Dec 18 14:49:42.224 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.224 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.224 INFO [stderr] | Dec 18 14:49:42.224 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.224 INFO [stderr] | Dec 18 14:49:42.224 INFO [stderr] Dec 18 14:49:42.224 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.224 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.224 INFO [stderr] | Dec 18 14:49:42.224 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.224 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.224 INFO [stderr] ... Dec 18 14:49:42.224 INFO [stderr] 488 | rt_realloc_excess_used!(rt_pow2_131072bytes_1align_realloc_excess_used, 131072, 1); Dec 18 14:49:42.224 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.224 INFO [stderr] Dec 18 14:49:42.224 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.224 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.224 INFO [stderr] | Dec 18 14:49:42.224 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.224 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.224 INFO [stderr] ... Dec 18 14:49:42.224 INFO [stderr] 488 | rt_realloc_excess_used!(rt_pow2_131072bytes_1align_realloc_excess_used, 131072, 1); Dec 18 14:49:42.224 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.224 INFO [stderr] | Dec 18 14:49:42.224 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.224 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.224 INFO [stderr] | Dec 18 14:49:42.224 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.224 INFO [stderr] | Dec 18 14:49:42.224 INFO [stderr] Dec 18 14:49:42.224 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.224 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.224 INFO [stderr] | Dec 18 14:49:42.224 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.224 INFO [stderr] | ^^^^^ Dec 18 14:49:42.224 INFO [stderr] ... Dec 18 14:49:42.224 INFO [stderr] 501 | rt_realloc_excess_used!(rt_pow2_4194304bytes_1align_realloc_excess_used, 4194304, 1); Dec 18 14:49:42.224 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.224 INFO [stderr] | Dec 18 14:49:42.225 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.225 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.225 INFO [stderr] | Dec 18 14:49:42.225 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.225 INFO [stderr] | Dec 18 14:49:42.225 INFO [stderr] Dec 18 14:49:42.225 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.225 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.225 INFO [stderr] | Dec 18 14:49:42.225 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.225 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.225 INFO [stderr] ... Dec 18 14:49:42.225 INFO [stderr] 501 | rt_realloc_excess_used!(rt_pow2_4194304bytes_1align_realloc_excess_used, 4194304, 1); Dec 18 14:49:42.225 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.225 INFO [stderr] Dec 18 14:49:42.228 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.228 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.228 INFO [stderr] | Dec 18 14:49:42.228 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.228 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.228 INFO [stderr] ... Dec 18 14:49:42.228 INFO [stderr] 501 | rt_realloc_excess_used!(rt_pow2_4194304bytes_1align_realloc_excess_used, 4194304, 1); Dec 18 14:49:42.228 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.228 INFO [stderr] | Dec 18 14:49:42.228 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.228 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.228 INFO [stderr] | Dec 18 14:49:42.228 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.228 INFO [stderr] | Dec 18 14:49:42.228 INFO [stderr] Dec 18 14:49:42.228 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.228 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.228 INFO [stderr] | Dec 18 14:49:42.228 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.228 INFO [stderr] | ^^^^^ Dec 18 14:49:42.228 INFO [stderr] ... Dec 18 14:49:42.228 INFO [stderr] 515 | rt_realloc_excess_used!(rt_even_10bytes_1align_realloc_excess_used, 10, 1); Dec 18 14:49:42.228 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.228 INFO [stderr] | Dec 18 14:49:42.228 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.228 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.228 INFO [stderr] | Dec 18 14:49:42.228 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.228 INFO [stderr] | Dec 18 14:49:42.228 INFO [stderr] Dec 18 14:49:42.228 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.228 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.228 INFO [stderr] | Dec 18 14:49:42.228 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.228 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.228 INFO [stderr] ... Dec 18 14:49:42.228 INFO [stderr] 515 | rt_realloc_excess_used!(rt_even_10bytes_1align_realloc_excess_used, 10, 1); Dec 18 14:49:42.228 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.228 INFO [stderr] Dec 18 14:49:42.228 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.228 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.228 INFO [stderr] | Dec 18 14:49:42.228 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.228 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.228 INFO [stderr] ... Dec 18 14:49:42.228 INFO [stderr] 515 | rt_realloc_excess_used!(rt_even_10bytes_1align_realloc_excess_used, 10, 1); Dec 18 14:49:42.228 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.228 INFO [stderr] | Dec 18 14:49:42.228 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.228 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.228 INFO [stderr] | Dec 18 14:49:42.228 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.228 INFO [stderr] | Dec 18 14:49:42.228 INFO [stderr] Dec 18 14:49:42.236 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.236 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.236 INFO [stderr] | Dec 18 14:49:42.236 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.236 INFO [stderr] | ^^^^^ Dec 18 14:49:42.236 INFO [stderr] ... Dec 18 14:49:42.236 INFO [stderr] 528 | rt_realloc_excess_used!(rt_even_100bytes_1align_realloc_excess_used, 100, 1); Dec 18 14:49:42.236 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.236 INFO [stderr] | Dec 18 14:49:42.236 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.236 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.236 INFO [stderr] | Dec 18 14:49:42.236 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.236 INFO [stderr] | Dec 18 14:49:42.236 INFO [stderr] Dec 18 14:49:42.236 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.236 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.236 INFO [stderr] | Dec 18 14:49:42.236 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.236 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.236 INFO [stderr] ... Dec 18 14:49:42.236 INFO [stderr] 528 | rt_realloc_excess_used!(rt_even_100bytes_1align_realloc_excess_used, 100, 1); Dec 18 14:49:42.236 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.236 INFO [stderr] Dec 18 14:49:42.236 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.237 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.237 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.237 INFO [stderr] ... Dec 18 14:49:42.237 INFO [stderr] 528 | rt_realloc_excess_used!(rt_even_100bytes_1align_realloc_excess_used, 100, 1); Dec 18 14:49:42.237 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.237 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] Dec 18 14:49:42.237 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.237 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.237 INFO [stderr] | ^^^^^ Dec 18 14:49:42.237 INFO [stderr] ... Dec 18 14:49:42.237 INFO [stderr] 541 | rt_realloc_excess_used!(rt_even_1000bytes_1align_realloc_excess_used, 1000, 1); Dec 18 14:49:42.237 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.237 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] Dec 18 14:49:42.237 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.237 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.237 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.237 INFO [stderr] ... Dec 18 14:49:42.237 INFO [stderr] 541 | rt_realloc_excess_used!(rt_even_1000bytes_1align_realloc_excess_used, 1000, 1); Dec 18 14:49:42.237 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.237 INFO [stderr] Dec 18 14:49:42.237 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.237 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.237 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.237 INFO [stderr] ... Dec 18 14:49:42.237 INFO [stderr] 541 | rt_realloc_excess_used!(rt_even_1000bytes_1align_realloc_excess_used, 1000, 1); Dec 18 14:49:42.237 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.237 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] Dec 18 14:49:42.237 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.237 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.237 INFO [stderr] | ^^^^^ Dec 18 14:49:42.237 INFO [stderr] ... Dec 18 14:49:42.237 INFO [stderr] 554 | rt_realloc_excess_used!(rt_even_10000bytes_1align_realloc_excess_used, 10000, 1); Dec 18 14:49:42.237 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.237 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] Dec 18 14:49:42.237 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.237 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.237 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.237 INFO [stderr] ... Dec 18 14:49:42.237 INFO [stderr] 554 | rt_realloc_excess_used!(rt_even_10000bytes_1align_realloc_excess_used, 10000, 1); Dec 18 14:49:42.237 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.237 INFO [stderr] Dec 18 14:49:42.237 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.237 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.237 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.237 INFO [stderr] ... Dec 18 14:49:42.237 INFO [stderr] 554 | rt_realloc_excess_used!(rt_even_10000bytes_1align_realloc_excess_used, 10000, 1); Dec 18 14:49:42.237 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.237 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.237 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.237 INFO [stderr] | Dec 18 14:49:42.238 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.238 INFO [stderr] | Dec 18 14:49:42.238 INFO [stderr] Dec 18 14:49:42.244 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.244 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.244 INFO [stderr] | Dec 18 14:49:42.244 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.244 INFO [stderr] | ^^^^^ Dec 18 14:49:42.244 INFO [stderr] ... Dec 18 14:49:42.244 INFO [stderr] 567 | rt_realloc_excess_used!(rt_even_100000bytes_1align_realloc_excess_used, 100000, 1); Dec 18 14:49:42.244 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.244 INFO [stderr] | Dec 18 14:49:42.244 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.244 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.244 INFO [stderr] | Dec 18 14:49:42.244 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.244 INFO [stderr] | Dec 18 14:49:42.244 INFO [stderr] Dec 18 14:49:42.244 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.244 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.244 INFO [stderr] | Dec 18 14:49:42.244 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.244 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.244 INFO [stderr] ... Dec 18 14:49:42.244 INFO [stderr] 567 | rt_realloc_excess_used!(rt_even_100000bytes_1align_realloc_excess_used, 100000, 1); Dec 18 14:49:42.244 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.244 INFO [stderr] Dec 18 14:49:42.244 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.244 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.244 INFO [stderr] | Dec 18 14:49:42.244 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.244 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.244 INFO [stderr] ... Dec 18 14:49:42.244 INFO [stderr] 567 | rt_realloc_excess_used!(rt_even_100000bytes_1align_realloc_excess_used, 100000, 1); Dec 18 14:49:42.244 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.244 INFO [stderr] | Dec 18 14:49:42.244 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.244 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.244 INFO [stderr] | Dec 18 14:49:42.244 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.244 INFO [stderr] | Dec 18 14:49:42.244 INFO [stderr] Dec 18 14:49:42.244 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.244 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.244 INFO [stderr] | Dec 18 14:49:42.244 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.244 INFO [stderr] | ^^^^^ Dec 18 14:49:42.244 INFO [stderr] ... Dec 18 14:49:42.244 INFO [stderr] 580 | rt_realloc_excess_used!(rt_even_1000000bytes_1align_realloc_excess_used, 1000000, 1); Dec 18 14:49:42.244 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.244 INFO [stderr] | Dec 18 14:49:42.244 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.245 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.245 INFO [stderr] | Dec 18 14:49:42.245 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.245 INFO [stderr] | Dec 18 14:49:42.245 INFO [stderr] Dec 18 14:49:42.256 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.256 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.256 INFO [stderr] | Dec 18 14:49:42.256 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.256 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.256 INFO [stderr] ... Dec 18 14:49:42.256 INFO [stderr] 580 | rt_realloc_excess_used!(rt_even_1000000bytes_1align_realloc_excess_used, 1000000, 1); Dec 18 14:49:42.256 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.256 INFO [stderr] Dec 18 14:49:42.256 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.256 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.256 INFO [stderr] | Dec 18 14:49:42.256 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.256 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.256 INFO [stderr] ... Dec 18 14:49:42.256 INFO [stderr] 580 | rt_realloc_excess_used!(rt_even_1000000bytes_1align_realloc_excess_used, 1000000, 1); Dec 18 14:49:42.256 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.256 INFO [stderr] | Dec 18 14:49:42.256 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.256 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.256 INFO [stderr] | Dec 18 14:49:42.256 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.256 INFO [stderr] | Dec 18 14:49:42.256 INFO [stderr] Dec 18 14:49:42.256 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.256 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.256 INFO [stderr] | Dec 18 14:49:42.256 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.256 INFO [stderr] | ^^^^^ Dec 18 14:49:42.256 INFO [stderr] ... Dec 18 14:49:42.256 INFO [stderr] 594 | rt_realloc_excess_used!(rt_odd_10bytes_1align_realloc_excess_used, 10- 1, 1); Dec 18 14:49:42.256 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.256 INFO [stderr] | Dec 18 14:49:42.256 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.256 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.256 INFO [stderr] | Dec 18 14:49:42.256 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.256 INFO [stderr] | Dec 18 14:49:42.256 INFO [stderr] Dec 18 14:49:42.256 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.256 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.256 INFO [stderr] | Dec 18 14:49:42.256 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.256 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.256 INFO [stderr] ... Dec 18 14:49:42.256 INFO [stderr] 594 | rt_realloc_excess_used!(rt_odd_10bytes_1align_realloc_excess_used, 10- 1, 1); Dec 18 14:49:42.256 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.256 INFO [stderr] Dec 18 14:49:42.256 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.257 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.257 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.257 INFO [stderr] ... Dec 18 14:49:42.257 INFO [stderr] 594 | rt_realloc_excess_used!(rt_odd_10bytes_1align_realloc_excess_used, 10- 1, 1); Dec 18 14:49:42.257 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.257 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] Dec 18 14:49:42.257 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.257 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.257 INFO [stderr] | ^^^^^ Dec 18 14:49:42.257 INFO [stderr] ... Dec 18 14:49:42.257 INFO [stderr] 607 | rt_realloc_excess_used!(rt_odd_100bytes_1align_realloc_excess_used, 100- 1, 1); Dec 18 14:49:42.257 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.257 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] Dec 18 14:49:42.257 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.257 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.257 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.257 INFO [stderr] ... Dec 18 14:49:42.257 INFO [stderr] 607 | rt_realloc_excess_used!(rt_odd_100bytes_1align_realloc_excess_used, 100- 1, 1); Dec 18 14:49:42.257 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.257 INFO [stderr] Dec 18 14:49:42.257 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.257 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.257 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.257 INFO [stderr] ... Dec 18 14:49:42.257 INFO [stderr] 607 | rt_realloc_excess_used!(rt_odd_100bytes_1align_realloc_excess_used, 100- 1, 1); Dec 18 14:49:42.257 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.257 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] Dec 18 14:49:42.257 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.257 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.257 INFO [stderr] | ^^^^^ Dec 18 14:49:42.257 INFO [stderr] ... Dec 18 14:49:42.257 INFO [stderr] 620 | rt_realloc_excess_used!(rt_odd_1000bytes_1align_realloc_excess_used, 1000- 1, 1); Dec 18 14:49:42.257 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.257 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] Dec 18 14:49:42.257 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.257 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.257 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.257 INFO [stderr] ... Dec 18 14:49:42.257 INFO [stderr] 620 | rt_realloc_excess_used!(rt_odd_1000bytes_1align_realloc_excess_used, 1000- 1, 1); Dec 18 14:49:42.257 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.257 INFO [stderr] Dec 18 14:49:42.257 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.257 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.257 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.257 INFO [stderr] ... Dec 18 14:49:42.257 INFO [stderr] 620 | rt_realloc_excess_used!(rt_odd_1000bytes_1align_realloc_excess_used, 1000- 1, 1); Dec 18 14:49:42.257 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.257 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.257 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.257 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] Dec 18 14:49:42.258 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.258 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.258 INFO [stderr] | ^^^^^ Dec 18 14:49:42.258 INFO [stderr] ... Dec 18 14:49:42.258 INFO [stderr] 633 | rt_realloc_excess_used!(rt_odd_10000bytes_1align_realloc_excess_used, 10000- 1, 1); Dec 18 14:49:42.258 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.258 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] Dec 18 14:49:42.258 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.258 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.258 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.258 INFO [stderr] ... Dec 18 14:49:42.258 INFO [stderr] 633 | rt_realloc_excess_used!(rt_odd_10000bytes_1align_realloc_excess_used, 10000- 1, 1); Dec 18 14:49:42.258 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.258 INFO [stderr] Dec 18 14:49:42.258 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.258 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.258 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.258 INFO [stderr] ... Dec 18 14:49:42.258 INFO [stderr] 633 | rt_realloc_excess_used!(rt_odd_10000bytes_1align_realloc_excess_used, 10000- 1, 1); Dec 18 14:49:42.258 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.258 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] Dec 18 14:49:42.258 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.258 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.258 INFO [stderr] | ^^^^^ Dec 18 14:49:42.258 INFO [stderr] ... Dec 18 14:49:42.258 INFO [stderr] 646 | rt_realloc_excess_used!(rt_odd_100000bytes_1align_realloc_excess_used, 100000- 1, 1); Dec 18 14:49:42.258 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.258 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] Dec 18 14:49:42.258 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.258 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.258 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.258 INFO [stderr] ... Dec 18 14:49:42.258 INFO [stderr] 646 | rt_realloc_excess_used!(rt_odd_100000bytes_1align_realloc_excess_used, 100000- 1, 1); Dec 18 14:49:42.258 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.258 INFO [stderr] Dec 18 14:49:42.258 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.258 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.258 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.258 INFO [stderr] ... Dec 18 14:49:42.258 INFO [stderr] 646 | rt_realloc_excess_used!(rt_odd_100000bytes_1align_realloc_excess_used, 100000- 1, 1); Dec 18 14:49:42.258 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.258 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.258 INFO [stderr] | Dec 18 14:49:42.258 INFO [stderr] Dec 18 14:49:42.260 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.260 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.260 INFO [stderr] | Dec 18 14:49:42.260 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.260 INFO [stderr] | ^^^^^ Dec 18 14:49:42.260 INFO [stderr] ... Dec 18 14:49:42.260 INFO [stderr] 659 | rt_realloc_excess_used!(rt_odd_1000000bytes_1align_realloc_excess_used, 1000000- 1, 1); Dec 18 14:49:42.260 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.260 INFO [stderr] | Dec 18 14:49:42.260 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.260 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.260 INFO [stderr] | Dec 18 14:49:42.260 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.260 INFO [stderr] | Dec 18 14:49:42.260 INFO [stderr] Dec 18 14:49:42.260 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.260 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.260 INFO [stderr] | Dec 18 14:49:42.260 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.260 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.260 INFO [stderr] ... Dec 18 14:49:42.260 INFO [stderr] 659 | rt_realloc_excess_used!(rt_odd_1000000bytes_1align_realloc_excess_used, 1000000- 1, 1); Dec 18 14:49:42.260 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.260 INFO [stderr] Dec 18 14:49:42.260 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.260 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.260 INFO [stderr] | Dec 18 14:49:42.260 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.260 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.260 INFO [stderr] ... Dec 18 14:49:42.260 INFO [stderr] 659 | rt_realloc_excess_used!(rt_odd_1000000bytes_1align_realloc_excess_used, 1000000- 1, 1); Dec 18 14:49:42.260 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.260 INFO [stderr] | Dec 18 14:49:42.260 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.260 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.260 INFO [stderr] | Dec 18 14:49:42.260 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.260 INFO [stderr] | Dec 18 14:49:42.260 INFO [stderr] Dec 18 14:49:42.268 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.268 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.268 INFO [stderr] | Dec 18 14:49:42.268 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.268 INFO [stderr] | ^^^^^ Dec 18 14:49:42.268 INFO [stderr] ... Dec 18 14:49:42.268 INFO [stderr] 673 | rt_realloc_excess_used!(rt_primes_3bytes_1align_realloc_excess_used, 3, 1); Dec 18 14:49:42.268 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.268 INFO [stderr] | Dec 18 14:49:42.268 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.268 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.268 INFO [stderr] | Dec 18 14:49:42.268 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.268 INFO [stderr] | Dec 18 14:49:42.268 INFO [stderr] Dec 18 14:49:42.272 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.272 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.272 INFO [stderr] | Dec 18 14:49:42.272 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.272 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.272 INFO [stderr] ... Dec 18 14:49:42.272 INFO [stderr] 673 | rt_realloc_excess_used!(rt_primes_3bytes_1align_realloc_excess_used, 3, 1); Dec 18 14:49:42.272 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.272 INFO [stderr] Dec 18 14:49:42.272 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.272 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.272 INFO [stderr] | Dec 18 14:49:42.272 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.272 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.272 INFO [stderr] ... Dec 18 14:49:42.272 INFO [stderr] 673 | rt_realloc_excess_used!(rt_primes_3bytes_1align_realloc_excess_used, 3, 1); Dec 18 14:49:42.272 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.272 INFO [stderr] | Dec 18 14:49:42.272 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.272 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.272 INFO [stderr] | Dec 18 14:49:42.272 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.272 INFO [stderr] | Dec 18 14:49:42.272 INFO [stderr] Dec 18 14:49:42.272 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.272 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.272 INFO [stderr] | Dec 18 14:49:42.272 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.272 INFO [stderr] | ^^^^^ Dec 18 14:49:42.272 INFO [stderr] ... Dec 18 14:49:42.272 INFO [stderr] 686 | rt_realloc_excess_used!(rt_primes_7bytes_1align_realloc_excess_used, 7, 1); Dec 18 14:49:42.272 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.272 INFO [stderr] | Dec 18 14:49:42.272 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.272 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.272 INFO [stderr] | Dec 18 14:49:42.272 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.272 INFO [stderr] | Dec 18 14:49:42.272 INFO [stderr] Dec 18 14:49:42.272 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.272 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.272 INFO [stderr] | Dec 18 14:49:42.272 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.272 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.272 INFO [stderr] ... Dec 18 14:49:42.272 INFO [stderr] 686 | rt_realloc_excess_used!(rt_primes_7bytes_1align_realloc_excess_used, 7, 1); Dec 18 14:49:42.272 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.272 INFO [stderr] Dec 18 14:49:42.272 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.272 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.272 INFO [stderr] | Dec 18 14:49:42.272 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.273 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.273 INFO [stderr] ... Dec 18 14:49:42.273 INFO [stderr] 686 | rt_realloc_excess_used!(rt_primes_7bytes_1align_realloc_excess_used, 7, 1); Dec 18 14:49:42.273 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.273 INFO [stderr] | Dec 18 14:49:42.273 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.273 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.273 INFO [stderr] | Dec 18 14:49:42.273 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.273 INFO [stderr] | Dec 18 14:49:42.273 INFO [stderr] Dec 18 14:49:42.273 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.273 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.273 INFO [stderr] | Dec 18 14:49:42.273 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.273 INFO [stderr] | ^^^^^ Dec 18 14:49:42.273 INFO [stderr] ... Dec 18 14:49:42.273 INFO [stderr] 699 | rt_realloc_excess_used!(rt_primes_13bytes_1align_realloc_excess_used, 13, 1); Dec 18 14:49:42.273 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.273 INFO [stderr] | Dec 18 14:49:42.273 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.273 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.273 INFO [stderr] | Dec 18 14:49:42.273 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.273 INFO [stderr] | Dec 18 14:49:42.273 INFO [stderr] Dec 18 14:49:42.273 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.273 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.273 INFO [stderr] | Dec 18 14:49:42.273 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.273 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.273 INFO [stderr] ... Dec 18 14:49:42.273 INFO [stderr] 699 | rt_realloc_excess_used!(rt_primes_13bytes_1align_realloc_excess_used, 13, 1); Dec 18 14:49:42.273 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.273 INFO [stderr] Dec 18 14:49:42.273 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.273 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.273 INFO [stderr] | Dec 18 14:49:42.273 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.273 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.273 INFO [stderr] ... Dec 18 14:49:42.273 INFO [stderr] 699 | rt_realloc_excess_used!(rt_primes_13bytes_1align_realloc_excess_used, 13, 1); Dec 18 14:49:42.273 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.273 INFO [stderr] | Dec 18 14:49:42.273 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.273 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.273 INFO [stderr] | Dec 18 14:49:42.273 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.273 INFO [stderr] | Dec 18 14:49:42.273 INFO [stderr] Dec 18 14:49:42.280 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.280 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.280 INFO [stderr] | Dec 18 14:49:42.280 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.280 INFO [stderr] | ^^^^^ Dec 18 14:49:42.280 INFO [stderr] ... Dec 18 14:49:42.280 INFO [stderr] 712 | rt_realloc_excess_used!(rt_primes_17bytes_1align_realloc_excess_used, 17, 1); Dec 18 14:49:42.280 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.280 INFO [stderr] | Dec 18 14:49:42.280 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.280 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.280 INFO [stderr] | Dec 18 14:49:42.280 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.280 INFO [stderr] | Dec 18 14:49:42.280 INFO [stderr] Dec 18 14:49:42.280 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.280 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.280 INFO [stderr] | Dec 18 14:49:42.280 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.280 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.280 INFO [stderr] ... Dec 18 14:49:42.280 INFO [stderr] 712 | rt_realloc_excess_used!(rt_primes_17bytes_1align_realloc_excess_used, 17, 1); Dec 18 14:49:42.280 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.280 INFO [stderr] Dec 18 14:49:42.280 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.280 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.280 INFO [stderr] | Dec 18 14:49:42.280 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.280 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.280 INFO [stderr] ... Dec 18 14:49:42.280 INFO [stderr] 712 | rt_realloc_excess_used!(rt_primes_17bytes_1align_realloc_excess_used, 17, 1); Dec 18 14:49:42.280 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.280 INFO [stderr] | Dec 18 14:49:42.280 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.280 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.280 INFO [stderr] | Dec 18 14:49:42.280 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.280 INFO [stderr] | Dec 18 14:49:42.280 INFO [stderr] Dec 18 14:49:42.280 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.280 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.280 INFO [stderr] | Dec 18 14:49:42.280 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.280 INFO [stderr] | ^^^^^ Dec 18 14:49:42.280 INFO [stderr] ... Dec 18 14:49:42.280 INFO [stderr] 725 | rt_realloc_excess_used!(rt_primes_31bytes_1align_realloc_excess_used, 31, 1); Dec 18 14:49:42.280 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.280 INFO [stderr] | Dec 18 14:49:42.280 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.280 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.280 INFO [stderr] | Dec 18 14:49:42.281 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.281 INFO [stderr] | Dec 18 14:49:42.281 INFO [stderr] Dec 18 14:49:42.281 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.281 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.281 INFO [stderr] | Dec 18 14:49:42.281 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.281 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.281 INFO [stderr] ... Dec 18 14:49:42.281 INFO [stderr] 725 | rt_realloc_excess_used!(rt_primes_31bytes_1align_realloc_excess_used, 31, 1); Dec 18 14:49:42.281 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.281 INFO [stderr] Dec 18 14:49:42.281 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.281 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.281 INFO [stderr] | Dec 18 14:49:42.281 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.281 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.281 INFO [stderr] ... Dec 18 14:49:42.281 INFO [stderr] 725 | rt_realloc_excess_used!(rt_primes_31bytes_1align_realloc_excess_used, 31, 1); Dec 18 14:49:42.281 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.281 INFO [stderr] | Dec 18 14:49:42.281 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.281 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.281 INFO [stderr] | Dec 18 14:49:42.281 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.281 INFO [stderr] | Dec 18 14:49:42.281 INFO [stderr] Dec 18 14:49:42.288 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.288 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.288 INFO [stderr] | Dec 18 14:49:42.288 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.288 INFO [stderr] | ^^^^^ Dec 18 14:49:42.288 INFO [stderr] ... Dec 18 14:49:42.288 INFO [stderr] 738 | rt_realloc_excess_used!(rt_primes_61bytes_1align_realloc_excess_used, 61, 1); Dec 18 14:49:42.288 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.288 INFO [stderr] | Dec 18 14:49:42.288 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.288 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.288 INFO [stderr] | Dec 18 14:49:42.288 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.288 INFO [stderr] | Dec 18 14:49:42.288 INFO [stderr] Dec 18 14:49:42.288 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.288 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.288 INFO [stderr] | Dec 18 14:49:42.288 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.288 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.288 INFO [stderr] ... Dec 18 14:49:42.288 INFO [stderr] 738 | rt_realloc_excess_used!(rt_primes_61bytes_1align_realloc_excess_used, 61, 1); Dec 18 14:49:42.288 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.288 INFO [stderr] Dec 18 14:49:42.288 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.288 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.288 INFO [stderr] | Dec 18 14:49:42.288 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.288 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.288 INFO [stderr] ... Dec 18 14:49:42.288 INFO [stderr] 738 | rt_realloc_excess_used!(rt_primes_61bytes_1align_realloc_excess_used, 61, 1); Dec 18 14:49:42.288 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.288 INFO [stderr] | Dec 18 14:49:42.288 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.288 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.288 INFO [stderr] | Dec 18 14:49:42.288 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.288 INFO [stderr] | Dec 18 14:49:42.288 INFO [stderr] Dec 18 14:49:42.288 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.288 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.288 INFO [stderr] | Dec 18 14:49:42.288 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.288 INFO [stderr] | ^^^^^ Dec 18 14:49:42.288 INFO [stderr] ... Dec 18 14:49:42.288 INFO [stderr] 751 | rt_realloc_excess_used!(rt_primes_96bytes_1align_realloc_excess_used, 96, 1); Dec 18 14:49:42.288 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.288 INFO [stderr] | Dec 18 14:49:42.289 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.289 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.289 INFO [stderr] | Dec 18 14:49:42.289 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.289 INFO [stderr] | Dec 18 14:49:42.289 INFO [stderr] Dec 18 14:49:42.289 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.289 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.289 INFO [stderr] | Dec 18 14:49:42.289 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.289 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.289 INFO [stderr] ... Dec 18 14:49:42.289 INFO [stderr] 751 | rt_realloc_excess_used!(rt_primes_96bytes_1align_realloc_excess_used, 96, 1); Dec 18 14:49:42.289 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.289 INFO [stderr] Dec 18 14:49:42.296 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.296 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.296 INFO [stderr] | Dec 18 14:49:42.296 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.296 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.296 INFO [stderr] ... Dec 18 14:49:42.296 INFO [stderr] 751 | rt_realloc_excess_used!(rt_primes_96bytes_1align_realloc_excess_used, 96, 1); Dec 18 14:49:42.296 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.296 INFO [stderr] | Dec 18 14:49:42.296 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.296 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.296 INFO [stderr] | Dec 18 14:49:42.296 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.296 INFO [stderr] | Dec 18 14:49:42.296 INFO [stderr] Dec 18 14:49:42.296 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.296 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.296 INFO [stderr] | Dec 18 14:49:42.296 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.296 INFO [stderr] | ^^^^^ Dec 18 14:49:42.296 INFO [stderr] ... Dec 18 14:49:42.296 INFO [stderr] 764 | rt_realloc_excess_used!(rt_primes_127bytes_1align_realloc_excess_used, 127, 1); Dec 18 14:49:42.296 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.296 INFO [stderr] | Dec 18 14:49:42.296 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.296 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.296 INFO [stderr] | Dec 18 14:49:42.296 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.296 INFO [stderr] | Dec 18 14:49:42.296 INFO [stderr] Dec 18 14:49:42.296 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.296 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.296 INFO [stderr] | Dec 18 14:49:42.296 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.296 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.296 INFO [stderr] ... Dec 18 14:49:42.296 INFO [stderr] 764 | rt_realloc_excess_used!(rt_primes_127bytes_1align_realloc_excess_used, 127, 1); Dec 18 14:49:42.296 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.296 INFO [stderr] Dec 18 14:49:42.296 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.296 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.296 INFO [stderr] | Dec 18 14:49:42.296 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.296 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.296 INFO [stderr] ... Dec 18 14:49:42.296 INFO [stderr] 764 | rt_realloc_excess_used!(rt_primes_127bytes_1align_realloc_excess_used, 127, 1); Dec 18 14:49:42.296 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.296 INFO [stderr] | Dec 18 14:49:42.296 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.296 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.297 INFO [stderr] | Dec 18 14:49:42.297 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.297 INFO [stderr] | Dec 18 14:49:42.297 INFO [stderr] Dec 18 14:49:42.308 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.308 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.308 INFO [stderr] | Dec 18 14:49:42.308 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.308 INFO [stderr] | ^^^^^ Dec 18 14:49:42.308 INFO [stderr] ... Dec 18 14:49:42.308 INFO [stderr] 777 | rt_realloc_excess_used!(rt_primes_257bytes_1align_realloc_excess_used, 257, 1); Dec 18 14:49:42.308 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.308 INFO [stderr] | Dec 18 14:49:42.308 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.308 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.308 INFO [stderr] | Dec 18 14:49:42.308 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.308 INFO [stderr] | Dec 18 14:49:42.308 INFO [stderr] Dec 18 14:49:42.308 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.308 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.308 INFO [stderr] | Dec 18 14:49:42.308 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.308 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.308 INFO [stderr] ... Dec 18 14:49:42.308 INFO [stderr] 777 | rt_realloc_excess_used!(rt_primes_257bytes_1align_realloc_excess_used, 257, 1); Dec 18 14:49:42.308 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.308 INFO [stderr] Dec 18 14:49:42.308 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.308 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.308 INFO [stderr] | Dec 18 14:49:42.308 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.308 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.308 INFO [stderr] ... Dec 18 14:49:42.308 INFO [stderr] 777 | rt_realloc_excess_used!(rt_primes_257bytes_1align_realloc_excess_used, 257, 1); Dec 18 14:49:42.308 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.308 INFO [stderr] | Dec 18 14:49:42.308 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.308 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.308 INFO [stderr] | Dec 18 14:49:42.308 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.308 INFO [stderr] | Dec 18 14:49:42.308 INFO [stderr] Dec 18 14:49:42.308 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.308 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.308 INFO [stderr] | Dec 18 14:49:42.308 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.308 INFO [stderr] | ^^^^^ Dec 18 14:49:42.308 INFO [stderr] ... Dec 18 14:49:42.308 INFO [stderr] 790 | rt_realloc_excess_used!(rt_primes_509bytes_1align_realloc_excess_used, 509, 1); Dec 18 14:49:42.308 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.308 INFO [stderr] | Dec 18 14:49:42.308 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.308 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.308 INFO [stderr] | Dec 18 14:49:42.308 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.308 INFO [stderr] | Dec 18 14:49:42.309 INFO [stderr] Dec 18 14:49:42.309 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.309 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.309 INFO [stderr] | Dec 18 14:49:42.309 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.309 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.309 INFO [stderr] ... Dec 18 14:49:42.309 INFO [stderr] 790 | rt_realloc_excess_used!(rt_primes_509bytes_1align_realloc_excess_used, 509, 1); Dec 18 14:49:42.309 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.309 INFO [stderr] Dec 18 14:49:42.309 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.309 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.309 INFO [stderr] | Dec 18 14:49:42.309 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.309 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.309 INFO [stderr] ... Dec 18 14:49:42.309 INFO [stderr] 790 | rt_realloc_excess_used!(rt_primes_509bytes_1align_realloc_excess_used, 509, 1); Dec 18 14:49:42.309 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.309 INFO [stderr] | Dec 18 14:49:42.309 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.309 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.309 INFO [stderr] | Dec 18 14:49:42.309 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.309 INFO [stderr] | Dec 18 14:49:42.309 INFO [stderr] Dec 18 14:49:42.309 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.309 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.309 INFO [stderr] | Dec 18 14:49:42.309 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.309 INFO [stderr] | ^^^^^ Dec 18 14:49:42.309 INFO [stderr] ... Dec 18 14:49:42.309 INFO [stderr] 803 | rt_realloc_excess_used!(rt_primes_1021bytes_1align_realloc_excess_used, 1021, 1); Dec 18 14:49:42.309 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.309 INFO [stderr] | Dec 18 14:49:42.309 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.309 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.309 INFO [stderr] | Dec 18 14:49:42.309 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.309 INFO [stderr] | Dec 18 14:49:42.309 INFO [stderr] Dec 18 14:49:42.309 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.309 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.309 INFO [stderr] | Dec 18 14:49:42.309 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.309 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.309 INFO [stderr] ... Dec 18 14:49:42.309 INFO [stderr] 803 | rt_realloc_excess_used!(rt_primes_1021bytes_1align_realloc_excess_used, 1021, 1); Dec 18 14:49:42.309 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.309 INFO [stderr] Dec 18 14:49:42.309 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.309 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.309 INFO [stderr] | Dec 18 14:49:42.309 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.309 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.309 INFO [stderr] ... Dec 18 14:49:42.309 INFO [stderr] 803 | rt_realloc_excess_used!(rt_primes_1021bytes_1align_realloc_excess_used, 1021, 1); Dec 18 14:49:42.309 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.309 INFO [stderr] | Dec 18 14:49:42.309 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.309 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.309 INFO [stderr] | Dec 18 14:49:42.309 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.309 INFO [stderr] | Dec 18 14:49:42.309 INFO [stderr] Dec 18 14:49:42.320 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.320 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.320 INFO [stderr] | Dec 18 14:49:42.320 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.320 INFO [stderr] | ^^^^^ Dec 18 14:49:42.320 INFO [stderr] ... Dec 18 14:49:42.320 INFO [stderr] 816 | rt_realloc_excess_used!(rt_primes_2039bytes_1align_realloc_excess_used, 2039, 1); Dec 18 14:49:42.320 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.320 INFO [stderr] | Dec 18 14:49:42.320 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.320 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.320 INFO [stderr] | Dec 18 14:49:42.320 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.320 INFO [stderr] | Dec 18 14:49:42.320 INFO [stderr] Dec 18 14:49:42.320 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.320 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.320 INFO [stderr] | Dec 18 14:49:42.320 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.320 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.320 INFO [stderr] ... Dec 18 14:49:42.320 INFO [stderr] 816 | rt_realloc_excess_used!(rt_primes_2039bytes_1align_realloc_excess_used, 2039, 1); Dec 18 14:49:42.320 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.320 INFO [stderr] Dec 18 14:49:42.320 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.320 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.320 INFO [stderr] | Dec 18 14:49:42.320 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.320 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.320 INFO [stderr] ... Dec 18 14:49:42.320 INFO [stderr] 816 | rt_realloc_excess_used!(rt_primes_2039bytes_1align_realloc_excess_used, 2039, 1); Dec 18 14:49:42.320 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.320 INFO [stderr] | Dec 18 14:49:42.320 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.320 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.320 INFO [stderr] | Dec 18 14:49:42.320 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.320 INFO [stderr] | Dec 18 14:49:42.320 INFO [stderr] Dec 18 14:49:42.320 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.320 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.320 INFO [stderr] | Dec 18 14:49:42.320 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.320 INFO [stderr] | ^^^^^ Dec 18 14:49:42.320 INFO [stderr] ... Dec 18 14:49:42.320 INFO [stderr] 829 | rt_realloc_excess_used!(rt_primes_4093bytes_1align_realloc_excess_used, 4093, 1); Dec 18 14:49:42.320 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.320 INFO [stderr] | Dec 18 14:49:42.320 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.320 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.320 INFO [stderr] | Dec 18 14:49:42.320 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.321 INFO [stderr] | Dec 18 14:49:42.321 INFO [stderr] Dec 18 14:49:42.321 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.321 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.321 INFO [stderr] | Dec 18 14:49:42.321 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.321 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.321 INFO [stderr] ... Dec 18 14:49:42.321 INFO [stderr] 829 | rt_realloc_excess_used!(rt_primes_4093bytes_1align_realloc_excess_used, 4093, 1); Dec 18 14:49:42.321 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.321 INFO [stderr] Dec 18 14:49:42.324 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.324 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.324 INFO [stderr] | Dec 18 14:49:42.324 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.324 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.324 INFO [stderr] ... Dec 18 14:49:42.324 INFO [stderr] 829 | rt_realloc_excess_used!(rt_primes_4093bytes_1align_realloc_excess_used, 4093, 1); Dec 18 14:49:42.324 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.324 INFO [stderr] | Dec 18 14:49:42.324 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.324 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.324 INFO [stderr] | Dec 18 14:49:42.324 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.324 INFO [stderr] | Dec 18 14:49:42.324 INFO [stderr] Dec 18 14:49:42.324 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.324 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.324 INFO [stderr] | Dec 18 14:49:42.324 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.324 INFO [stderr] | ^^^^^ Dec 18 14:49:42.324 INFO [stderr] ... Dec 18 14:49:42.324 INFO [stderr] 842 | rt_realloc_excess_used!(rt_primes_8191bytes_1align_realloc_excess_used, 8191, 1); Dec 18 14:49:42.324 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.324 INFO [stderr] | Dec 18 14:49:42.324 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.324 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.324 INFO [stderr] | Dec 18 14:49:42.324 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.324 INFO [stderr] | Dec 18 14:49:42.324 INFO [stderr] Dec 18 14:49:42.324 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.324 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.324 INFO [stderr] | Dec 18 14:49:42.324 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.324 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.324 INFO [stderr] ... Dec 18 14:49:42.324 INFO [stderr] 842 | rt_realloc_excess_used!(rt_primes_8191bytes_1align_realloc_excess_used, 8191, 1); Dec 18 14:49:42.324 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.324 INFO [stderr] Dec 18 14:49:42.324 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.324 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.324 INFO [stderr] | Dec 18 14:49:42.324 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.324 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.324 INFO [stderr] ... Dec 18 14:49:42.324 INFO [stderr] 842 | rt_realloc_excess_used!(rt_primes_8191bytes_1align_realloc_excess_used, 8191, 1); Dec 18 14:49:42.324 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.324 INFO [stderr] | Dec 18 14:49:42.324 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.324 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.325 INFO [stderr] | Dec 18 14:49:42.325 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.325 INFO [stderr] | Dec 18 14:49:42.325 INFO [stderr] Dec 18 14:49:42.336 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.336 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.336 INFO [stderr] | Dec 18 14:49:42.336 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.336 INFO [stderr] | ^^^^^ Dec 18 14:49:42.336 INFO [stderr] ... Dec 18 14:49:42.336 INFO [stderr] 855 | rt_realloc_excess_used!(rt_primes_16381bytes_1align_realloc_excess_used, 16381, 1); Dec 18 14:49:42.336 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.336 INFO [stderr] | Dec 18 14:49:42.336 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.336 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.336 INFO [stderr] | Dec 18 14:49:42.336 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.336 INFO [stderr] | Dec 18 14:49:42.336 INFO [stderr] Dec 18 14:49:42.336 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.336 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.336 INFO [stderr] | Dec 18 14:49:42.336 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.336 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.336 INFO [stderr] ... Dec 18 14:49:42.336 INFO [stderr] 855 | rt_realloc_excess_used!(rt_primes_16381bytes_1align_realloc_excess_used, 16381, 1); Dec 18 14:49:42.336 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.336 INFO [stderr] Dec 18 14:49:42.336 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.336 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.336 INFO [stderr] | Dec 18 14:49:42.336 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.336 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.336 INFO [stderr] ... Dec 18 14:49:42.336 INFO [stderr] 855 | rt_realloc_excess_used!(rt_primes_16381bytes_1align_realloc_excess_used, 16381, 1); Dec 18 14:49:42.336 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.336 INFO [stderr] | Dec 18 14:49:42.336 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.336 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.336 INFO [stderr] | Dec 18 14:49:42.336 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.336 INFO [stderr] | Dec 18 14:49:42.336 INFO [stderr] Dec 18 14:49:42.336 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.336 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.336 INFO [stderr] | Dec 18 14:49:42.336 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.336 INFO [stderr] | ^^^^^ Dec 18 14:49:42.336 INFO [stderr] ... Dec 18 14:49:42.336 INFO [stderr] 868 | rt_realloc_excess_used!(rt_primes_32749bytes_1align_realloc_excess_used, 32749, 1); Dec 18 14:49:42.336 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.336 INFO [stderr] | Dec 18 14:49:42.337 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.337 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.337 INFO [stderr] | Dec 18 14:49:42.337 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.337 INFO [stderr] | Dec 18 14:49:42.337 INFO [stderr] Dec 18 14:49:42.337 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.337 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.337 INFO [stderr] | Dec 18 14:49:42.337 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.337 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.337 INFO [stderr] ... Dec 18 14:49:42.337 INFO [stderr] 868 | rt_realloc_excess_used!(rt_primes_32749bytes_1align_realloc_excess_used, 32749, 1); Dec 18 14:49:42.337 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.337 INFO [stderr] Dec 18 14:49:42.337 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.337 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.337 INFO [stderr] | Dec 18 14:49:42.337 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.337 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.337 INFO [stderr] ... Dec 18 14:49:42.337 INFO [stderr] 868 | rt_realloc_excess_used!(rt_primes_32749bytes_1align_realloc_excess_used, 32749, 1); Dec 18 14:49:42.337 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.337 INFO [stderr] | Dec 18 14:49:42.337 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.337 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.337 INFO [stderr] | Dec 18 14:49:42.337 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.337 INFO [stderr] | Dec 18 14:49:42.337 INFO [stderr] Dec 18 14:49:42.337 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.337 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.337 INFO [stderr] | Dec 18 14:49:42.337 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.337 INFO [stderr] | ^^^^^ Dec 18 14:49:42.337 INFO [stderr] ... Dec 18 14:49:42.337 INFO [stderr] 881 | rt_realloc_excess_used!(rt_primes_65537bytes_1align_realloc_excess_used, 65537, 1); Dec 18 14:49:42.337 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.337 INFO [stderr] | Dec 18 14:49:42.337 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.337 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.337 INFO [stderr] | Dec 18 14:49:42.337 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.337 INFO [stderr] | Dec 18 14:49:42.337 INFO [stderr] Dec 18 14:49:42.337 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.337 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.337 INFO [stderr] | Dec 18 14:49:42.337 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.337 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.337 INFO [stderr] ... Dec 18 14:49:42.337 INFO [stderr] 881 | rt_realloc_excess_used!(rt_primes_65537bytes_1align_realloc_excess_used, 65537, 1); Dec 18 14:49:42.337 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.337 INFO [stderr] Dec 18 14:49:42.337 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.337 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.337 INFO [stderr] | Dec 18 14:49:42.337 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.337 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.337 INFO [stderr] ... Dec 18 14:49:42.337 INFO [stderr] 881 | rt_realloc_excess_used!(rt_primes_65537bytes_1align_realloc_excess_used, 65537, 1); Dec 18 14:49:42.337 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.337 INFO [stderr] | Dec 18 14:49:42.337 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.337 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.337 INFO [stderr] | Dec 18 14:49:42.337 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.337 INFO [stderr] | Dec 18 14:49:42.337 INFO [stderr] Dec 18 14:49:42.344 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.344 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.344 INFO [stderr] | Dec 18 14:49:42.344 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.344 INFO [stderr] | ^^^^^ Dec 18 14:49:42.344 INFO [stderr] ... Dec 18 14:49:42.344 INFO [stderr] 894 | rt_realloc_excess_used!(rt_primes_131071bytes_1align_realloc_excess_used, 131071, 1); Dec 18 14:49:42.344 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.344 INFO [stderr] | Dec 18 14:49:42.344 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.344 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.344 INFO [stderr] | Dec 18 14:49:42.344 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.344 INFO [stderr] | Dec 18 14:49:42.344 INFO [stderr] Dec 18 14:49:42.344 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.344 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.344 INFO [stderr] | Dec 18 14:49:42.344 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.344 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.344 INFO [stderr] ... Dec 18 14:49:42.344 INFO [stderr] 894 | rt_realloc_excess_used!(rt_primes_131071bytes_1align_realloc_excess_used, 131071, 1); Dec 18 14:49:42.344 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.344 INFO [stderr] Dec 18 14:49:42.344 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.344 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.344 INFO [stderr] | Dec 18 14:49:42.344 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.344 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.344 INFO [stderr] ... Dec 18 14:49:42.344 INFO [stderr] 894 | rt_realloc_excess_used!(rt_primes_131071bytes_1align_realloc_excess_used, 131071, 1); Dec 18 14:49:42.344 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.344 INFO [stderr] | Dec 18 14:49:42.344 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.344 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.344 INFO [stderr] | Dec 18 14:49:42.344 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.344 INFO [stderr] | Dec 18 14:49:42.344 INFO [stderr] Dec 18 14:49:42.344 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.344 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.344 INFO [stderr] | Dec 18 14:49:42.344 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.344 INFO [stderr] | ^^^^^ Dec 18 14:49:42.344 INFO [stderr] ... Dec 18 14:49:42.344 INFO [stderr] 907 | rt_realloc_excess_used!(rt_primes_4194301bytes_1align_realloc_excess_used, 4194301, 1); Dec 18 14:49:42.344 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.344 INFO [stderr] | Dec 18 14:49:42.344 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.344 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.344 INFO [stderr] | Dec 18 14:49:42.345 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.345 INFO [stderr] | Dec 18 14:49:42.345 INFO [stderr] Dec 18 14:49:42.345 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.345 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.345 INFO [stderr] | Dec 18 14:49:42.345 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.345 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.345 INFO [stderr] ... Dec 18 14:49:42.345 INFO [stderr] 907 | rt_realloc_excess_used!(rt_primes_4194301bytes_1align_realloc_excess_used, 4194301, 1); Dec 18 14:49:42.345 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.345 INFO [stderr] Dec 18 14:49:42.345 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.345 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.345 INFO [stderr] | Dec 18 14:49:42.345 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.345 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.345 INFO [stderr] ... Dec 18 14:49:42.345 INFO [stderr] 907 | rt_realloc_excess_used!(rt_primes_4194301bytes_1align_realloc_excess_used, 4194301, 1); Dec 18 14:49:42.345 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.345 INFO [stderr] | Dec 18 14:49:42.345 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.345 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.345 INFO [stderr] | Dec 18 14:49:42.345 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.345 INFO [stderr] | Dec 18 14:49:42.345 INFO [stderr] Dec 18 14:49:42.345 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.345 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.345 INFO [stderr] | Dec 18 14:49:42.345 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.345 INFO [stderr] | ^^^^^ Dec 18 14:49:42.345 INFO [stderr] ... Dec 18 14:49:42.345 INFO [stderr] 923 | rt_realloc_excess_used!(rt_pow2_1bytes_2align_realloc_excess_used, 1, 2); Dec 18 14:49:42.345 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.345 INFO [stderr] | Dec 18 14:49:42.345 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.345 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.345 INFO [stderr] | Dec 18 14:49:42.345 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.345 INFO [stderr] | Dec 18 14:49:42.345 INFO [stderr] Dec 18 14:49:42.345 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.345 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.345 INFO [stderr] | Dec 18 14:49:42.345 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.345 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.345 INFO [stderr] ... Dec 18 14:49:42.345 INFO [stderr] 923 | rt_realloc_excess_used!(rt_pow2_1bytes_2align_realloc_excess_used, 1, 2); Dec 18 14:49:42.345 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.345 INFO [stderr] Dec 18 14:49:42.356 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.356 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.356 INFO [stderr] | Dec 18 14:49:42.356 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.356 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.356 INFO [stderr] ... Dec 18 14:49:42.356 INFO [stderr] 923 | rt_realloc_excess_used!(rt_pow2_1bytes_2align_realloc_excess_used, 1, 2); Dec 18 14:49:42.356 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.356 INFO [stderr] | Dec 18 14:49:42.356 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.356 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.356 INFO [stderr] | Dec 18 14:49:42.356 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.356 INFO [stderr] | Dec 18 14:49:42.356 INFO [stderr] Dec 18 14:49:42.356 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.356 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.356 INFO [stderr] | Dec 18 14:49:42.356 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.356 INFO [stderr] | ^^^^^ Dec 18 14:49:42.356 INFO [stderr] ... Dec 18 14:49:42.356 INFO [stderr] 936 | rt_realloc_excess_used!(rt_pow2_2bytes_2align_realloc_excess_used, 2, 2); Dec 18 14:49:42.356 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.356 INFO [stderr] | Dec 18 14:49:42.356 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.356 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.356 INFO [stderr] | Dec 18 14:49:42.356 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.356 INFO [stderr] | Dec 18 14:49:42.356 INFO [stderr] Dec 18 14:49:42.364 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.364 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.364 INFO [stderr] | Dec 18 14:49:42.364 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.364 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.364 INFO [stderr] ... Dec 18 14:49:42.364 INFO [stderr] 936 | rt_realloc_excess_used!(rt_pow2_2bytes_2align_realloc_excess_used, 2, 2); Dec 18 14:49:42.364 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.364 INFO [stderr] Dec 18 14:49:42.364 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.364 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.364 INFO [stderr] | Dec 18 14:49:42.364 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.364 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.364 INFO [stderr] ... Dec 18 14:49:42.364 INFO [stderr] 936 | rt_realloc_excess_used!(rt_pow2_2bytes_2align_realloc_excess_used, 2, 2); Dec 18 14:49:42.364 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.364 INFO [stderr] | Dec 18 14:49:42.364 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.364 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.364 INFO [stderr] | Dec 18 14:49:42.364 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.364 INFO [stderr] | Dec 18 14:49:42.364 INFO [stderr] Dec 18 14:49:42.364 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.364 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.364 INFO [stderr] | Dec 18 14:49:42.364 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.364 INFO [stderr] | ^^^^^ Dec 18 14:49:42.364 INFO [stderr] ... Dec 18 14:49:42.364 INFO [stderr] 949 | rt_realloc_excess_used!(rt_pow2_4bytes_2align_realloc_excess_used, 4, 2); Dec 18 14:49:42.364 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.364 INFO [stderr] | Dec 18 14:49:42.364 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.364 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.364 INFO [stderr] | Dec 18 14:49:42.364 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.364 INFO [stderr] | Dec 18 14:49:42.364 INFO [stderr] Dec 18 14:49:42.364 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.364 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.364 INFO [stderr] | Dec 18 14:49:42.364 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.364 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.364 INFO [stderr] ... Dec 18 14:49:42.368 INFO [stderr] 949 | rt_realloc_excess_used!(rt_pow2_4bytes_2align_realloc_excess_used, 4, 2); Dec 18 14:49:42.368 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.368 INFO [stderr] Dec 18 14:49:42.368 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.368 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.368 INFO [stderr] | Dec 18 14:49:42.368 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.368 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.368 INFO [stderr] ... Dec 18 14:49:42.368 INFO [stderr] 949 | rt_realloc_excess_used!(rt_pow2_4bytes_2align_realloc_excess_used, 4, 2); Dec 18 14:49:42.368 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.368 INFO [stderr] | Dec 18 14:49:42.368 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.368 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.368 INFO [stderr] | Dec 18 14:49:42.368 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.368 INFO [stderr] | Dec 18 14:49:42.368 INFO [stderr] Dec 18 14:49:42.368 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.368 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.368 INFO [stderr] | Dec 18 14:49:42.368 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.368 INFO [stderr] | ^^^^^ Dec 18 14:49:42.368 INFO [stderr] ... Dec 18 14:49:42.368 INFO [stderr] 962 | rt_realloc_excess_used!(rt_pow2_8bytes_2align_realloc_excess_used, 8, 2); Dec 18 14:49:42.368 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.368 INFO [stderr] | Dec 18 14:49:42.368 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.368 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.368 INFO [stderr] | Dec 18 14:49:42.368 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.368 INFO [stderr] | Dec 18 14:49:42.368 INFO [stderr] Dec 18 14:49:42.368 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.368 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.368 INFO [stderr] | Dec 18 14:49:42.368 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.368 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.368 INFO [stderr] ... Dec 18 14:49:42.368 INFO [stderr] 962 | rt_realloc_excess_used!(rt_pow2_8bytes_2align_realloc_excess_used, 8, 2); Dec 18 14:49:42.368 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.368 INFO [stderr] Dec 18 14:49:42.368 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.368 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.368 INFO [stderr] | Dec 18 14:49:42.368 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.368 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.368 INFO [stderr] ... Dec 18 14:49:42.368 INFO [stderr] 962 | rt_realloc_excess_used!(rt_pow2_8bytes_2align_realloc_excess_used, 8, 2); Dec 18 14:49:42.368 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.368 INFO [stderr] | Dec 18 14:49:42.368 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.369 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.369 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.369 INFO [stderr] Dec 18 14:49:42.369 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.369 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.369 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.369 INFO [stderr] | ^^^^^ Dec 18 14:49:42.369 INFO [stderr] ... Dec 18 14:49:42.369 INFO [stderr] 975 | rt_realloc_excess_used!(rt_pow2_16bytes_2align_realloc_excess_used, 16, 2); Dec 18 14:49:42.369 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.369 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.369 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.369 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.369 INFO [stderr] Dec 18 14:49:42.369 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.369 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.369 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.369 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.369 INFO [stderr] ... Dec 18 14:49:42.369 INFO [stderr] 975 | rt_realloc_excess_used!(rt_pow2_16bytes_2align_realloc_excess_used, 16, 2); Dec 18 14:49:42.369 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.369 INFO [stderr] Dec 18 14:49:42.369 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.369 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.369 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.369 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.369 INFO [stderr] ... Dec 18 14:49:42.369 INFO [stderr] 975 | rt_realloc_excess_used!(rt_pow2_16bytes_2align_realloc_excess_used, 16, 2); Dec 18 14:49:42.369 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.369 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.369 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.369 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.369 INFO [stderr] Dec 18 14:49:42.369 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.369 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.369 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.369 INFO [stderr] | ^^^^^ Dec 18 14:49:42.369 INFO [stderr] ... Dec 18 14:49:42.369 INFO [stderr] 988 | rt_realloc_excess_used!(rt_pow2_32bytes_2align_realloc_excess_used, 32, 2); Dec 18 14:49:42.369 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.369 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.369 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.369 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.369 INFO [stderr] Dec 18 14:49:42.369 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.369 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.369 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.369 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.369 INFO [stderr] ... Dec 18 14:49:42.369 INFO [stderr] 988 | rt_realloc_excess_used!(rt_pow2_32bytes_2align_realloc_excess_used, 32, 2); Dec 18 14:49:42.369 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.369 INFO [stderr] Dec 18 14:49:42.369 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.369 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.369 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.369 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.369 INFO [stderr] ... Dec 18 14:49:42.369 INFO [stderr] 988 | rt_realloc_excess_used!(rt_pow2_32bytes_2align_realloc_excess_used, 32, 2); Dec 18 14:49:42.369 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.369 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.369 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.369 INFO [stderr] | Dec 18 14:49:42.370 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.370 INFO [stderr] | Dec 18 14:49:42.370 INFO [stderr] Dec 18 14:49:42.370 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.370 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.370 INFO [stderr] | Dec 18 14:49:42.370 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.370 INFO [stderr] | ^^^^^ Dec 18 14:49:42.370 INFO [stderr] ... Dec 18 14:49:42.370 INFO [stderr] 1001 | rt_realloc_excess_used!(rt_pow2_64bytes_2align_realloc_excess_used, 64, 2); Dec 18 14:49:42.370 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.370 INFO [stderr] | Dec 18 14:49:42.370 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.370 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.370 INFO [stderr] | Dec 18 14:49:42.370 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.370 INFO [stderr] | Dec 18 14:49:42.370 INFO [stderr] Dec 18 14:49:42.371 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.371 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.371 INFO [stderr] | Dec 18 14:49:42.371 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.371 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.371 INFO [stderr] ... Dec 18 14:49:42.371 INFO [stderr] 1001 | rt_realloc_excess_used!(rt_pow2_64bytes_2align_realloc_excess_used, 64, 2); Dec 18 14:49:42.371 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.371 INFO [stderr] Dec 18 14:49:42.371 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.371 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.371 INFO [stderr] | Dec 18 14:49:42.371 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.371 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.371 INFO [stderr] ... Dec 18 14:49:42.371 INFO [stderr] 1001 | rt_realloc_excess_used!(rt_pow2_64bytes_2align_realloc_excess_used, 64, 2); Dec 18 14:49:42.371 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.371 INFO [stderr] | Dec 18 14:49:42.371 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.371 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.371 INFO [stderr] | Dec 18 14:49:42.371 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.371 INFO [stderr] | Dec 18 14:49:42.371 INFO [stderr] Dec 18 14:49:42.374 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.374 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.374 INFO [stderr] | Dec 18 14:49:42.374 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.374 INFO [stderr] | ^^^^^ Dec 18 14:49:42.374 INFO [stderr] ... Dec 18 14:49:42.374 INFO [stderr] 1014 | rt_realloc_excess_used!(rt_pow2_128bytes_2align_realloc_excess_used, 128, 2); Dec 18 14:49:42.374 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.374 INFO [stderr] | Dec 18 14:49:42.374 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.374 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.374 INFO [stderr] | Dec 18 14:49:42.374 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.374 INFO [stderr] | Dec 18 14:49:42.374 INFO [stderr] Dec 18 14:49:42.374 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.374 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.374 INFO [stderr] | Dec 18 14:49:42.374 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.374 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.374 INFO [stderr] ... Dec 18 14:49:42.374 INFO [stderr] 1014 | rt_realloc_excess_used!(rt_pow2_128bytes_2align_realloc_excess_used, 128, 2); Dec 18 14:49:42.374 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.374 INFO [stderr] Dec 18 14:49:42.384 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.384 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.384 INFO [stderr] | Dec 18 14:49:42.384 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.384 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.384 INFO [stderr] ... Dec 18 14:49:42.384 INFO [stderr] 1014 | rt_realloc_excess_used!(rt_pow2_128bytes_2align_realloc_excess_used, 128, 2); Dec 18 14:49:42.384 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.384 INFO [stderr] | Dec 18 14:49:42.384 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.384 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.384 INFO [stderr] | Dec 18 14:49:42.384 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.384 INFO [stderr] | Dec 18 14:49:42.384 INFO [stderr] Dec 18 14:49:42.384 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.384 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.384 INFO [stderr] | Dec 18 14:49:42.384 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.384 INFO [stderr] | ^^^^^ Dec 18 14:49:42.384 INFO [stderr] ... Dec 18 14:49:42.384 INFO [stderr] 1027 | rt_realloc_excess_used!(rt_pow2_256bytes_2align_realloc_excess_used, 256, 2); Dec 18 14:49:42.384 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.384 INFO [stderr] | Dec 18 14:49:42.384 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.384 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.384 INFO [stderr] | Dec 18 14:49:42.384 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.384 INFO [stderr] | Dec 18 14:49:42.384 INFO [stderr] Dec 18 14:49:42.384 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.384 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.384 INFO [stderr] | Dec 18 14:49:42.384 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.384 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.384 INFO [stderr] ... Dec 18 14:49:42.384 INFO [stderr] 1027 | rt_realloc_excess_used!(rt_pow2_256bytes_2align_realloc_excess_used, 256, 2); Dec 18 14:49:42.384 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.384 INFO [stderr] Dec 18 14:49:42.384 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.384 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.384 INFO [stderr] | Dec 18 14:49:42.385 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.385 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.385 INFO [stderr] ... Dec 18 14:49:42.385 INFO [stderr] 1027 | rt_realloc_excess_used!(rt_pow2_256bytes_2align_realloc_excess_used, 256, 2); Dec 18 14:49:42.385 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.385 INFO [stderr] | Dec 18 14:49:42.385 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.385 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.385 INFO [stderr] | Dec 18 14:49:42.385 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.385 INFO [stderr] | Dec 18 14:49:42.385 INFO [stderr] Dec 18 14:49:42.386 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.387 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.387 INFO [stderr] | Dec 18 14:49:42.387 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.387 INFO [stderr] | ^^^^^ Dec 18 14:49:42.387 INFO [stderr] ... Dec 18 14:49:42.387 INFO [stderr] 1040 | rt_realloc_excess_used!(rt_pow2_512bytes_2align_realloc_excess_used, 512, 2); Dec 18 14:49:42.387 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.387 INFO [stderr] | Dec 18 14:49:42.387 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.387 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.387 INFO [stderr] | Dec 18 14:49:42.387 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.387 INFO [stderr] | Dec 18 14:49:42.387 INFO [stderr] Dec 18 14:49:42.387 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.387 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.387 INFO [stderr] | Dec 18 14:49:42.387 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.387 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.387 INFO [stderr] ... Dec 18 14:49:42.387 INFO [stderr] 1040 | rt_realloc_excess_used!(rt_pow2_512bytes_2align_realloc_excess_used, 512, 2); Dec 18 14:49:42.387 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.387 INFO [stderr] Dec 18 14:49:42.387 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.387 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.387 INFO [stderr] | Dec 18 14:49:42.387 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.387 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.387 INFO [stderr] ... Dec 18 14:49:42.387 INFO [stderr] 1040 | rt_realloc_excess_used!(rt_pow2_512bytes_2align_realloc_excess_used, 512, 2); Dec 18 14:49:42.387 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.387 INFO [stderr] | Dec 18 14:49:42.387 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.387 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.387 INFO [stderr] | Dec 18 14:49:42.387 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.387 INFO [stderr] | Dec 18 14:49:42.387 INFO [stderr] Dec 18 14:49:42.390 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.390 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.390 INFO [stderr] | Dec 18 14:49:42.390 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.390 INFO [stderr] | ^^^^^ Dec 18 14:49:42.390 INFO [stderr] ... Dec 18 14:49:42.390 INFO [stderr] 1053 | rt_realloc_excess_used!(rt_pow2_1024bytes_2align_realloc_excess_used, 1024, 2); Dec 18 14:49:42.390 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.390 INFO [stderr] | Dec 18 14:49:42.390 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.390 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.390 INFO [stderr] | Dec 18 14:49:42.390 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.390 INFO [stderr] | Dec 18 14:49:42.391 INFO [stderr] Dec 18 14:49:42.391 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.391 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.391 INFO [stderr] | Dec 18 14:49:42.391 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.391 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.391 INFO [stderr] ... Dec 18 14:49:42.391 INFO [stderr] 1053 | rt_realloc_excess_used!(rt_pow2_1024bytes_2align_realloc_excess_used, 1024, 2); Dec 18 14:49:42.391 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.391 INFO [stderr] Dec 18 14:49:42.391 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.391 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.391 INFO [stderr] | Dec 18 14:49:42.391 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.391 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.391 INFO [stderr] ... Dec 18 14:49:42.391 INFO [stderr] 1053 | rt_realloc_excess_used!(rt_pow2_1024bytes_2align_realloc_excess_used, 1024, 2); Dec 18 14:49:42.391 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.391 INFO [stderr] | Dec 18 14:49:42.391 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.391 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.391 INFO [stderr] | Dec 18 14:49:42.391 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.391 INFO [stderr] | Dec 18 14:49:42.391 INFO [stderr] Dec 18 14:49:42.393 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.393 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.393 INFO [stderr] | Dec 18 14:49:42.393 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.393 INFO [stderr] | ^^^^^ Dec 18 14:49:42.393 INFO [stderr] ... Dec 18 14:49:42.393 INFO [stderr] 1066 | rt_realloc_excess_used!(rt_pow2_2048bytes_2align_realloc_excess_used, 2048, 2); Dec 18 14:49:42.393 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.393 INFO [stderr] | Dec 18 14:49:42.393 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.393 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.393 INFO [stderr] | Dec 18 14:49:42.393 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.393 INFO [stderr] | Dec 18 14:49:42.393 INFO [stderr] Dec 18 14:49:42.393 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.393 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.393 INFO [stderr] | Dec 18 14:49:42.393 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.393 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.393 INFO [stderr] ... Dec 18 14:49:42.393 INFO [stderr] 1066 | rt_realloc_excess_used!(rt_pow2_2048bytes_2align_realloc_excess_used, 2048, 2); Dec 18 14:49:42.393 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.393 INFO [stderr] Dec 18 14:49:42.393 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.393 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.393 INFO [stderr] | Dec 18 14:49:42.393 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.393 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.393 INFO [stderr] ... Dec 18 14:49:42.393 INFO [stderr] 1066 | rt_realloc_excess_used!(rt_pow2_2048bytes_2align_realloc_excess_used, 2048, 2); Dec 18 14:49:42.393 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.393 INFO [stderr] | Dec 18 14:49:42.393 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.393 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.393 INFO [stderr] | Dec 18 14:49:42.393 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.393 INFO [stderr] | Dec 18 14:49:42.393 INFO [stderr] Dec 18 14:49:42.396 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.396 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.396 INFO [stderr] | Dec 18 14:49:42.396 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.396 INFO [stderr] | ^^^^^ Dec 18 14:49:42.396 INFO [stderr] ... Dec 18 14:49:42.396 INFO [stderr] 1079 | rt_realloc_excess_used!(rt_pow2_4096bytes_2align_realloc_excess_used, 4096, 2); Dec 18 14:49:42.396 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.396 INFO [stderr] | Dec 18 14:49:42.396 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.396 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.396 INFO [stderr] | Dec 18 14:49:42.396 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.396 INFO [stderr] | Dec 18 14:49:42.396 INFO [stderr] Dec 18 14:49:42.396 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.396 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.396 INFO [stderr] | Dec 18 14:49:42.396 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.396 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.396 INFO [stderr] ... Dec 18 14:49:42.396 INFO [stderr] 1079 | rt_realloc_excess_used!(rt_pow2_4096bytes_2align_realloc_excess_used, 4096, 2); Dec 18 14:49:42.396 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.396 INFO [stderr] Dec 18 14:49:42.397 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.397 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.397 INFO [stderr] | Dec 18 14:49:42.397 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.397 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.397 INFO [stderr] ... Dec 18 14:49:42.397 INFO [stderr] 1079 | rt_realloc_excess_used!(rt_pow2_4096bytes_2align_realloc_excess_used, 4096, 2); Dec 18 14:49:42.397 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.397 INFO [stderr] | Dec 18 14:49:42.397 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.397 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.397 INFO [stderr] | Dec 18 14:49:42.397 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.397 INFO [stderr] | Dec 18 14:49:42.397 INFO [stderr] Dec 18 14:49:42.404 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.404 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.404 INFO [stderr] | Dec 18 14:49:42.404 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.404 INFO [stderr] | ^^^^^ Dec 18 14:49:42.404 INFO [stderr] ... Dec 18 14:49:42.404 INFO [stderr] 1092 | rt_realloc_excess_used!(rt_pow2_8192bytes_2align_realloc_excess_used, 8192, 2); Dec 18 14:49:42.404 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.404 INFO [stderr] | Dec 18 14:49:42.404 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.404 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.404 INFO [stderr] | Dec 18 14:49:42.404 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.404 INFO [stderr] | Dec 18 14:49:42.404 INFO [stderr] Dec 18 14:49:42.404 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.404 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.404 INFO [stderr] | Dec 18 14:49:42.404 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.404 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.404 INFO [stderr] ... Dec 18 14:49:42.404 INFO [stderr] 1092 | rt_realloc_excess_used!(rt_pow2_8192bytes_2align_realloc_excess_used, 8192, 2); Dec 18 14:49:42.404 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.404 INFO [stderr] Dec 18 14:49:42.411 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.411 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.411 INFO [stderr] | Dec 18 14:49:42.411 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.411 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.411 INFO [stderr] ... Dec 18 14:49:42.411 INFO [stderr] 1092 | rt_realloc_excess_used!(rt_pow2_8192bytes_2align_realloc_excess_used, 8192, 2); Dec 18 14:49:42.411 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.411 INFO [stderr] | Dec 18 14:49:42.411 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.411 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.411 INFO [stderr] | Dec 18 14:49:42.411 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.411 INFO [stderr] | Dec 18 14:49:42.411 INFO [stderr] Dec 18 14:49:42.413 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.413 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.413 INFO [stderr] | Dec 18 14:49:42.413 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.413 INFO [stderr] | ^^^^^ Dec 18 14:49:42.413 INFO [stderr] ... Dec 18 14:49:42.413 INFO [stderr] 1105 | rt_realloc_excess_used!(rt_pow2_16384bytes_2align_realloc_excess_used, 16384, 2); Dec 18 14:49:42.413 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.413 INFO [stderr] | Dec 18 14:49:42.413 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.413 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.413 INFO [stderr] | Dec 18 14:49:42.413 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.413 INFO [stderr] | Dec 18 14:49:42.413 INFO [stderr] Dec 18 14:49:42.413 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.413 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.413 INFO [stderr] | Dec 18 14:49:42.413 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.413 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.413 INFO [stderr] ... Dec 18 14:49:42.413 INFO [stderr] 1105 | rt_realloc_excess_used!(rt_pow2_16384bytes_2align_realloc_excess_used, 16384, 2); Dec 18 14:49:42.413 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.413 INFO [stderr] Dec 18 14:49:42.413 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.413 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.413 INFO [stderr] | Dec 18 14:49:42.413 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.413 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.413 INFO [stderr] ... Dec 18 14:49:42.413 INFO [stderr] 1105 | rt_realloc_excess_used!(rt_pow2_16384bytes_2align_realloc_excess_used, 16384, 2); Dec 18 14:49:42.414 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.414 INFO [stderr] | Dec 18 14:49:42.414 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.414 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.414 INFO [stderr] | Dec 18 14:49:42.414 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.414 INFO [stderr] | Dec 18 14:49:42.414 INFO [stderr] Dec 18 14:49:42.414 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.414 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.414 INFO [stderr] | Dec 18 14:49:42.414 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.414 INFO [stderr] | ^^^^^ Dec 18 14:49:42.414 INFO [stderr] ... Dec 18 14:49:42.414 INFO [stderr] 1118 | rt_realloc_excess_used!(rt_pow2_32768bytes_2align_realloc_excess_used, 32768, 2); Dec 18 14:49:42.414 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.414 INFO [stderr] | Dec 18 14:49:42.414 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.414 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.414 INFO [stderr] | Dec 18 14:49:42.414 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.414 INFO [stderr] | Dec 18 14:49:42.414 INFO [stderr] Dec 18 14:49:42.414 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.414 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.414 INFO [stderr] | Dec 18 14:49:42.414 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.414 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.414 INFO [stderr] ... Dec 18 14:49:42.414 INFO [stderr] 1118 | rt_realloc_excess_used!(rt_pow2_32768bytes_2align_realloc_excess_used, 32768, 2); Dec 18 14:49:42.415 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.415 INFO [stderr] Dec 18 14:49:42.416 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.416 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.416 INFO [stderr] | Dec 18 14:49:42.416 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.416 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.416 INFO [stderr] ... Dec 18 14:49:42.416 INFO [stderr] 1118 | rt_realloc_excess_used!(rt_pow2_32768bytes_2align_realloc_excess_used, 32768, 2); Dec 18 14:49:42.416 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.416 INFO [stderr] | Dec 18 14:49:42.416 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.416 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.416 INFO [stderr] | Dec 18 14:49:42.416 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.417 INFO [stderr] | Dec 18 14:49:42.417 INFO [stderr] Dec 18 14:49:42.417 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.417 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.417 INFO [stderr] | Dec 18 14:49:42.417 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.417 INFO [stderr] | ^^^^^ Dec 18 14:49:42.417 INFO [stderr] ... Dec 18 14:49:42.417 INFO [stderr] 1131 | rt_realloc_excess_used!(rt_pow2_65536bytes_2align_realloc_excess_used, 65536, 2); Dec 18 14:49:42.417 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.417 INFO [stderr] | Dec 18 14:49:42.417 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.417 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.417 INFO [stderr] | Dec 18 14:49:42.417 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.417 INFO [stderr] | Dec 18 14:49:42.417 INFO [stderr] Dec 18 14:49:42.420 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.420 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.420 INFO [stderr] | Dec 18 14:49:42.420 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.420 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.420 INFO [stderr] ... Dec 18 14:49:42.420 INFO [stderr] 1131 | rt_realloc_excess_used!(rt_pow2_65536bytes_2align_realloc_excess_used, 65536, 2); Dec 18 14:49:42.420 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.420 INFO [stderr] Dec 18 14:49:42.420 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.420 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.420 INFO [stderr] | Dec 18 14:49:42.420 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.420 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.420 INFO [stderr] ... Dec 18 14:49:42.420 INFO [stderr] 1131 | rt_realloc_excess_used!(rt_pow2_65536bytes_2align_realloc_excess_used, 65536, 2); Dec 18 14:49:42.420 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.420 INFO [stderr] | Dec 18 14:49:42.420 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.420 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.420 INFO [stderr] | Dec 18 14:49:42.420 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.420 INFO [stderr] | Dec 18 14:49:42.420 INFO [stderr] Dec 18 14:49:42.420 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.420 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.420 INFO [stderr] | Dec 18 14:49:42.420 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.420 INFO [stderr] | ^^^^^ Dec 18 14:49:42.420 INFO [stderr] ... Dec 18 14:49:42.420 INFO [stderr] 1144 | rt_realloc_excess_used!(rt_pow2_131072bytes_2align_realloc_excess_used, 131072, 2); Dec 18 14:49:42.420 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.420 INFO [stderr] | Dec 18 14:49:42.420 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.420 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.420 INFO [stderr] | Dec 18 14:49:42.420 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.420 INFO [stderr] | Dec 18 14:49:42.420 INFO [stderr] Dec 18 14:49:42.425 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.425 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.425 INFO [stderr] | Dec 18 14:49:42.425 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.425 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.425 INFO [stderr] ... Dec 18 14:49:42.425 INFO [stderr] 1144 | rt_realloc_excess_used!(rt_pow2_131072bytes_2align_realloc_excess_used, 131072, 2); Dec 18 14:49:42.425 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.425 INFO [stderr] Dec 18 14:49:42.425 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.425 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.425 INFO [stderr] | Dec 18 14:49:42.425 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.425 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.425 INFO [stderr] ... Dec 18 14:49:42.425 INFO [stderr] 1144 | rt_realloc_excess_used!(rt_pow2_131072bytes_2align_realloc_excess_used, 131072, 2); Dec 18 14:49:42.425 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.425 INFO [stderr] | Dec 18 14:49:42.425 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.425 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.425 INFO [stderr] | Dec 18 14:49:42.425 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.425 INFO [stderr] | Dec 18 14:49:42.425 INFO [stderr] Dec 18 14:49:42.425 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.425 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.425 INFO [stderr] | Dec 18 14:49:42.425 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.425 INFO [stderr] | ^^^^^ Dec 18 14:49:42.425 INFO [stderr] ... Dec 18 14:49:42.425 INFO [stderr] 1157 | rt_realloc_excess_used!(rt_pow2_4194304bytes_2align_realloc_excess_used, 4194304, 2); Dec 18 14:49:42.425 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.425 INFO [stderr] | Dec 18 14:49:42.425 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.425 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.425 INFO [stderr] | Dec 18 14:49:42.426 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.426 INFO [stderr] | Dec 18 14:49:42.426 INFO [stderr] Dec 18 14:49:42.426 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.426 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.426 INFO [stderr] | Dec 18 14:49:42.426 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.426 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.426 INFO [stderr] ... Dec 18 14:49:42.426 INFO [stderr] 1157 | rt_realloc_excess_used!(rt_pow2_4194304bytes_2align_realloc_excess_used, 4194304, 2); Dec 18 14:49:42.426 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.426 INFO [stderr] Dec 18 14:49:42.426 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.426 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.426 INFO [stderr] | Dec 18 14:49:42.426 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.426 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.426 INFO [stderr] ... Dec 18 14:49:42.426 INFO [stderr] 1157 | rt_realloc_excess_used!(rt_pow2_4194304bytes_2align_realloc_excess_used, 4194304, 2); Dec 18 14:49:42.426 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.426 INFO [stderr] | Dec 18 14:49:42.426 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.426 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.426 INFO [stderr] | Dec 18 14:49:42.426 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.426 INFO [stderr] | Dec 18 14:49:42.426 INFO [stderr] Dec 18 14:49:42.452 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.452 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.452 INFO [stderr] | Dec 18 14:49:42.452 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.452 INFO [stderr] | ^^^^^ Dec 18 14:49:42.452 INFO [stderr] ... Dec 18 14:49:42.452 INFO [stderr] 1171 | rt_realloc_excess_used!(rt_even_10bytes_2align_realloc_excess_used, 10, 2); Dec 18 14:49:42.452 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.452 INFO [stderr] | Dec 18 14:49:42.452 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.452 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.452 INFO [stderr] | Dec 18 14:49:42.452 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.452 INFO [stderr] | Dec 18 14:49:42.452 INFO [stderr] Dec 18 14:49:42.452 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.452 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.452 INFO [stderr] | Dec 18 14:49:42.452 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.452 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.452 INFO [stderr] ... Dec 18 14:49:42.452 INFO [stderr] 1171 | rt_realloc_excess_used!(rt_even_10bytes_2align_realloc_excess_used, 10, 2); Dec 18 14:49:42.452 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.452 INFO [stderr] Dec 18 14:49:42.452 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.452 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.452 INFO [stderr] | Dec 18 14:49:42.452 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.452 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.452 INFO [stderr] ... Dec 18 14:49:42.452 INFO [stderr] 1171 | rt_realloc_excess_used!(rt_even_10bytes_2align_realloc_excess_used, 10, 2); Dec 18 14:49:42.452 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.452 INFO [stderr] | Dec 18 14:49:42.452 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.452 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.452 INFO [stderr] | Dec 18 14:49:42.452 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.452 INFO [stderr] | Dec 18 14:49:42.452 INFO [stderr] Dec 18 14:49:42.452 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.452 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.453 INFO [stderr] | Dec 18 14:49:42.453 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.453 INFO [stderr] | ^^^^^ Dec 18 14:49:42.453 INFO [stderr] ... Dec 18 14:49:42.453 INFO [stderr] 1184 | rt_realloc_excess_used!(rt_even_100bytes_2align_realloc_excess_used, 100, 2); Dec 18 14:49:42.453 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.453 INFO [stderr] | Dec 18 14:49:42.453 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.453 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.453 INFO [stderr] | Dec 18 14:49:42.453 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.453 INFO [stderr] | Dec 18 14:49:42.453 INFO [stderr] Dec 18 14:49:42.453 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.453 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.453 INFO [stderr] | Dec 18 14:49:42.453 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.453 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.453 INFO [stderr] ... Dec 18 14:49:42.453 INFO [stderr] 1184 | rt_realloc_excess_used!(rt_even_100bytes_2align_realloc_excess_used, 100, 2); Dec 18 14:49:42.453 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.453 INFO [stderr] Dec 18 14:49:42.453 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.453 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.453 INFO [stderr] | Dec 18 14:49:42.453 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.453 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.453 INFO [stderr] ... Dec 18 14:49:42.453 INFO [stderr] 1184 | rt_realloc_excess_used!(rt_even_100bytes_2align_realloc_excess_used, 100, 2); Dec 18 14:49:42.453 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.453 INFO [stderr] | Dec 18 14:49:42.453 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.453 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.453 INFO [stderr] | Dec 18 14:49:42.453 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.453 INFO [stderr] | Dec 18 14:49:42.453 INFO [stderr] Dec 18 14:49:42.453 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.453 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.453 INFO [stderr] | Dec 18 14:49:42.453 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.453 INFO [stderr] | ^^^^^ Dec 18 14:49:42.453 INFO [stderr] ... Dec 18 14:49:42.453 INFO [stderr] 1197 | rt_realloc_excess_used!(rt_even_1000bytes_2align_realloc_excess_used, 1000, 2); Dec 18 14:49:42.453 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.453 INFO [stderr] | Dec 18 14:49:42.453 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.453 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.453 INFO [stderr] | Dec 18 14:49:42.453 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.453 INFO [stderr] | Dec 18 14:49:42.453 INFO [stderr] Dec 18 14:49:42.453 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.453 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.453 INFO [stderr] | Dec 18 14:49:42.453 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.453 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.453 INFO [stderr] ... Dec 18 14:49:42.453 INFO [stderr] 1197 | rt_realloc_excess_used!(rt_even_1000bytes_2align_realloc_excess_used, 1000, 2); Dec 18 14:49:42.453 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.453 INFO [stderr] Dec 18 14:49:42.457 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.457 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.457 INFO [stderr] | Dec 18 14:49:42.457 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.457 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.457 INFO [stderr] ... Dec 18 14:49:42.457 INFO [stderr] 1197 | rt_realloc_excess_used!(rt_even_1000bytes_2align_realloc_excess_used, 1000, 2); Dec 18 14:49:42.457 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.457 INFO [stderr] | Dec 18 14:49:42.457 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.457 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.457 INFO [stderr] | Dec 18 14:49:42.458 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.458 INFO [stderr] | Dec 18 14:49:42.458 INFO [stderr] Dec 18 14:49:42.458 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.458 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.458 INFO [stderr] | Dec 18 14:49:42.458 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.458 INFO [stderr] | ^^^^^ Dec 18 14:49:42.458 INFO [stderr] ... Dec 18 14:49:42.458 INFO [stderr] 1210 | rt_realloc_excess_used!(rt_even_10000bytes_2align_realloc_excess_used, 10000, 2); Dec 18 14:49:42.458 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.458 INFO [stderr] | Dec 18 14:49:42.458 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.458 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.458 INFO [stderr] | Dec 18 14:49:42.458 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.458 INFO [stderr] | Dec 18 14:49:42.458 INFO [stderr] Dec 18 14:49:42.458 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.458 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.458 INFO [stderr] | Dec 18 14:49:42.458 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.458 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.458 INFO [stderr] ... Dec 18 14:49:42.458 INFO [stderr] 1210 | rt_realloc_excess_used!(rt_even_10000bytes_2align_realloc_excess_used, 10000, 2); Dec 18 14:49:42.458 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.458 INFO [stderr] Dec 18 14:49:42.458 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.458 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.458 INFO [stderr] | Dec 18 14:49:42.458 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.458 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.458 INFO [stderr] ... Dec 18 14:49:42.458 INFO [stderr] 1210 | rt_realloc_excess_used!(rt_even_10000bytes_2align_realloc_excess_used, 10000, 2); Dec 18 14:49:42.458 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.458 INFO [stderr] | Dec 18 14:49:42.458 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.458 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.458 INFO [stderr] | Dec 18 14:49:42.458 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.458 INFO [stderr] | Dec 18 14:49:42.458 INFO [stderr] Dec 18 14:49:42.480 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.480 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.480 INFO [stderr] | Dec 18 14:49:42.480 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.480 INFO [stderr] | ^^^^^ Dec 18 14:49:42.480 INFO [stderr] ... Dec 18 14:49:42.480 INFO [stderr] 1223 | rt_realloc_excess_used!(rt_even_100000bytes_2align_realloc_excess_used, 100000, 2); Dec 18 14:49:42.480 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.480 INFO [stderr] | Dec 18 14:49:42.480 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.480 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.480 INFO [stderr] | Dec 18 14:49:42.480 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.480 INFO [stderr] | Dec 18 14:49:42.480 INFO [stderr] Dec 18 14:49:42.480 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.480 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.480 INFO [stderr] | Dec 18 14:49:42.480 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.480 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.480 INFO [stderr] ... Dec 18 14:49:42.480 INFO [stderr] 1223 | rt_realloc_excess_used!(rt_even_100000bytes_2align_realloc_excess_used, 100000, 2); Dec 18 14:49:42.480 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.480 INFO [stderr] Dec 18 14:49:42.480 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.480 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.480 INFO [stderr] | Dec 18 14:49:42.480 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.480 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.480 INFO [stderr] ... Dec 18 14:49:42.480 INFO [stderr] 1223 | rt_realloc_excess_used!(rt_even_100000bytes_2align_realloc_excess_used, 100000, 2); Dec 18 14:49:42.480 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.480 INFO [stderr] | Dec 18 14:49:42.480 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.480 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.480 INFO [stderr] | Dec 18 14:49:42.480 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.480 INFO [stderr] | Dec 18 14:49:42.480 INFO [stderr] Dec 18 14:49:42.480 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.480 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.480 INFO [stderr] | Dec 18 14:49:42.480 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.480 INFO [stderr] | ^^^^^ Dec 18 14:49:42.480 INFO [stderr] ... Dec 18 14:49:42.480 INFO [stderr] 1236 | rt_realloc_excess_used!(rt_even_1000000bytes_2align_realloc_excess_used, 1000000, 2); Dec 18 14:49:42.480 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.480 INFO [stderr] | Dec 18 14:49:42.480 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.481 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] Dec 18 14:49:42.481 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.481 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.481 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.481 INFO [stderr] ... Dec 18 14:49:42.481 INFO [stderr] 1236 | rt_realloc_excess_used!(rt_even_1000000bytes_2align_realloc_excess_used, 1000000, 2); Dec 18 14:49:42.481 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.481 INFO [stderr] Dec 18 14:49:42.481 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.481 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.481 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.481 INFO [stderr] ... Dec 18 14:49:42.481 INFO [stderr] 1236 | rt_realloc_excess_used!(rt_even_1000000bytes_2align_realloc_excess_used, 1000000, 2); Dec 18 14:49:42.481 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.481 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] Dec 18 14:49:42.481 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.481 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.481 INFO [stderr] | ^^^^^ Dec 18 14:49:42.481 INFO [stderr] ... Dec 18 14:49:42.481 INFO [stderr] 1250 | rt_realloc_excess_used!(rt_odd_10bytes_2align_realloc_excess_used, 10- 1, 2); Dec 18 14:49:42.481 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.481 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] Dec 18 14:49:42.481 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.481 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.481 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.481 INFO [stderr] ... Dec 18 14:49:42.481 INFO [stderr] 1250 | rt_realloc_excess_used!(rt_odd_10bytes_2align_realloc_excess_used, 10- 1, 2); Dec 18 14:49:42.481 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.481 INFO [stderr] Dec 18 14:49:42.481 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.481 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.481 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.481 INFO [stderr] ... Dec 18 14:49:42.481 INFO [stderr] 1250 | rt_realloc_excess_used!(rt_odd_10bytes_2align_realloc_excess_used, 10- 1, 2); Dec 18 14:49:42.481 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.481 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] Dec 18 14:49:42.481 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.481 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.481 INFO [stderr] | ^^^^^ Dec 18 14:49:42.481 INFO [stderr] ... Dec 18 14:49:42.481 INFO [stderr] 1263 | rt_realloc_excess_used!(rt_odd_100bytes_2align_realloc_excess_used, 100- 1, 2); Dec 18 14:49:42.481 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.481 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] Dec 18 14:49:42.481 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.481 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.481 INFO [stderr] | Dec 18 14:49:42.481 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.481 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.481 INFO [stderr] ... Dec 18 14:49:42.481 INFO [stderr] 1263 | rt_realloc_excess_used!(rt_odd_100bytes_2align_realloc_excess_used, 100- 1, 2); Dec 18 14:49:42.481 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.482 INFO [stderr] Dec 18 14:49:42.482 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.482 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.482 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.482 INFO [stderr] ... Dec 18 14:49:42.482 INFO [stderr] 1263 | rt_realloc_excess_used!(rt_odd_100bytes_2align_realloc_excess_used, 100- 1, 2); Dec 18 14:49:42.482 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.482 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] Dec 18 14:49:42.482 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.482 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.482 INFO [stderr] | ^^^^^ Dec 18 14:49:42.482 INFO [stderr] ... Dec 18 14:49:42.482 INFO [stderr] 1276 | rt_realloc_excess_used!(rt_odd_1000bytes_2align_realloc_excess_used, 1000- 1, 2); Dec 18 14:49:42.482 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.482 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] Dec 18 14:49:42.482 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.482 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.482 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.482 INFO [stderr] ... Dec 18 14:49:42.482 INFO [stderr] 1276 | rt_realloc_excess_used!(rt_odd_1000bytes_2align_realloc_excess_used, 1000- 1, 2); Dec 18 14:49:42.482 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.482 INFO [stderr] Dec 18 14:49:42.482 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.482 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.482 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.482 INFO [stderr] ... Dec 18 14:49:42.482 INFO [stderr] 1276 | rt_realloc_excess_used!(rt_odd_1000bytes_2align_realloc_excess_used, 1000- 1, 2); Dec 18 14:49:42.482 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.482 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] Dec 18 14:49:42.482 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.482 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.482 INFO [stderr] | ^^^^^ Dec 18 14:49:42.482 INFO [stderr] ... Dec 18 14:49:42.482 INFO [stderr] 1289 | rt_realloc_excess_used!(rt_odd_10000bytes_2align_realloc_excess_used, 10000- 1, 2); Dec 18 14:49:42.482 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.482 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] Dec 18 14:49:42.482 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.482 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.482 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.482 INFO [stderr] ... Dec 18 14:49:42.482 INFO [stderr] 1289 | rt_realloc_excess_used!(rt_odd_10000bytes_2align_realloc_excess_used, 10000- 1, 2); Dec 18 14:49:42.482 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.482 INFO [stderr] Dec 18 14:49:42.482 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.482 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.482 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.482 INFO [stderr] ... Dec 18 14:49:42.482 INFO [stderr] 1289 | rt_realloc_excess_used!(rt_odd_10000bytes_2align_realloc_excess_used, 10000- 1, 2); Dec 18 14:49:42.482 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.482 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.482 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.482 INFO [stderr] | Dec 18 14:49:42.483 INFO [stderr] Dec 18 14:49:42.483 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.483 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.483 INFO [stderr] | Dec 18 14:49:42.483 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.483 INFO [stderr] | ^^^^^ Dec 18 14:49:42.483 INFO [stderr] ... Dec 18 14:49:42.483 INFO [stderr] 1302 | rt_realloc_excess_used!(rt_odd_100000bytes_2align_realloc_excess_used, 100000- 1, 2); Dec 18 14:49:42.483 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.483 INFO [stderr] | Dec 18 14:49:42.483 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.483 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.483 INFO [stderr] | Dec 18 14:49:42.483 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.483 INFO [stderr] | Dec 18 14:49:42.483 INFO [stderr] Dec 18 14:49:42.483 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.483 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.483 INFO [stderr] | Dec 18 14:49:42.483 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.483 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.483 INFO [stderr] ... Dec 18 14:49:42.483 INFO [stderr] 1302 | rt_realloc_excess_used!(rt_odd_100000bytes_2align_realloc_excess_used, 100000- 1, 2); Dec 18 14:49:42.483 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.483 INFO [stderr] Dec 18 14:49:42.483 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.483 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.483 INFO [stderr] | Dec 18 14:49:42.483 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.483 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.483 INFO [stderr] ... Dec 18 14:49:42.483 INFO [stderr] 1302 | rt_realloc_excess_used!(rt_odd_100000bytes_2align_realloc_excess_used, 100000- 1, 2); Dec 18 14:49:42.483 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.483 INFO [stderr] | Dec 18 14:49:42.483 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.483 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.483 INFO [stderr] | Dec 18 14:49:42.483 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.483 INFO [stderr] | Dec 18 14:49:42.483 INFO [stderr] Dec 18 14:49:42.495 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.495 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.495 INFO [stderr] | Dec 18 14:49:42.495 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.495 INFO [stderr] | ^^^^^ Dec 18 14:49:42.495 INFO [stderr] ... Dec 18 14:49:42.495 INFO [stderr] 1315 | rt_realloc_excess_used!(rt_odd_1000000bytes_2align_realloc_excess_used, 1000000- 1, 2); Dec 18 14:49:42.495 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.495 INFO [stderr] | Dec 18 14:49:42.495 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.495 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.495 INFO [stderr] | Dec 18 14:49:42.495 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.495 INFO [stderr] | Dec 18 14:49:42.495 INFO [stderr] Dec 18 14:49:42.495 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.495 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.495 INFO [stderr] | Dec 18 14:49:42.495 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.495 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.495 INFO [stderr] ... Dec 18 14:49:42.495 INFO [stderr] 1315 | rt_realloc_excess_used!(rt_odd_1000000bytes_2align_realloc_excess_used, 1000000- 1, 2); Dec 18 14:49:42.495 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.495 INFO [stderr] Dec 18 14:49:42.495 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.495 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.495 INFO [stderr] | Dec 18 14:49:42.495 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.495 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.495 INFO [stderr] ... Dec 18 14:49:42.495 INFO [stderr] 1315 | rt_realloc_excess_used!(rt_odd_1000000bytes_2align_realloc_excess_used, 1000000- 1, 2); Dec 18 14:49:42.495 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.495 INFO [stderr] | Dec 18 14:49:42.495 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.495 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.495 INFO [stderr] | Dec 18 14:49:42.495 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.495 INFO [stderr] | Dec 18 14:49:42.495 INFO [stderr] Dec 18 14:49:42.495 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.495 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.495 INFO [stderr] | Dec 18 14:49:42.495 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.495 INFO [stderr] | ^^^^^ Dec 18 14:49:42.495 INFO [stderr] ... Dec 18 14:49:42.495 INFO [stderr] 1329 | rt_realloc_excess_used!(rt_primes_3bytes_2align_realloc_excess_used, 3, 2); Dec 18 14:49:42.495 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.495 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.496 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] Dec 18 14:49:42.496 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.496 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.496 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.496 INFO [stderr] ... Dec 18 14:49:42.496 INFO [stderr] 1329 | rt_realloc_excess_used!(rt_primes_3bytes_2align_realloc_excess_used, 3, 2); Dec 18 14:49:42.496 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.496 INFO [stderr] Dec 18 14:49:42.496 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.496 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.496 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.496 INFO [stderr] ... Dec 18 14:49:42.496 INFO [stderr] 1329 | rt_realloc_excess_used!(rt_primes_3bytes_2align_realloc_excess_used, 3, 2); Dec 18 14:49:42.496 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.496 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] Dec 18 14:49:42.496 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.496 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.496 INFO [stderr] | ^^^^^ Dec 18 14:49:42.496 INFO [stderr] ... Dec 18 14:49:42.496 INFO [stderr] 1342 | rt_realloc_excess_used!(rt_primes_7bytes_2align_realloc_excess_used, 7, 2); Dec 18 14:49:42.496 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.496 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] Dec 18 14:49:42.496 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.496 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.496 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.496 INFO [stderr] ... Dec 18 14:49:42.496 INFO [stderr] 1342 | rt_realloc_excess_used!(rt_primes_7bytes_2align_realloc_excess_used, 7, 2); Dec 18 14:49:42.496 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.496 INFO [stderr] Dec 18 14:49:42.496 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.496 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.496 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.496 INFO [stderr] ... Dec 18 14:49:42.496 INFO [stderr] 1342 | rt_realloc_excess_used!(rt_primes_7bytes_2align_realloc_excess_used, 7, 2); Dec 18 14:49:42.496 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.496 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] Dec 18 14:49:42.496 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.496 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.496 INFO [stderr] | ^^^^^ Dec 18 14:49:42.496 INFO [stderr] ... Dec 18 14:49:42.496 INFO [stderr] 1355 | rt_realloc_excess_used!(rt_primes_13bytes_2align_realloc_excess_used, 13, 2); Dec 18 14:49:42.496 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.496 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.496 INFO [stderr] | Dec 18 14:49:42.496 INFO [stderr] Dec 18 14:49:42.496 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.496 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.497 INFO [stderr] | Dec 18 14:49:42.497 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.497 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.497 INFO [stderr] ... Dec 18 14:49:42.497 INFO [stderr] 1355 | rt_realloc_excess_used!(rt_primes_13bytes_2align_realloc_excess_used, 13, 2); Dec 18 14:49:42.497 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.497 INFO [stderr] Dec 18 14:49:42.497 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.497 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.497 INFO [stderr] | Dec 18 14:49:42.497 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.497 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.497 INFO [stderr] ... Dec 18 14:49:42.497 INFO [stderr] 1355 | rt_realloc_excess_used!(rt_primes_13bytes_2align_realloc_excess_used, 13, 2); Dec 18 14:49:42.497 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.497 INFO [stderr] | Dec 18 14:49:42.497 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.497 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.497 INFO [stderr] | Dec 18 14:49:42.497 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.497 INFO [stderr] | Dec 18 14:49:42.497 INFO [stderr] Dec 18 14:49:42.497 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.497 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.497 INFO [stderr] | Dec 18 14:49:42.497 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.497 INFO [stderr] | ^^^^^ Dec 18 14:49:42.497 INFO [stderr] ... Dec 18 14:49:42.497 INFO [stderr] 1368 | rt_realloc_excess_used!(rt_primes_17bytes_2align_realloc_excess_used, 17, 2); Dec 18 14:49:42.497 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.497 INFO [stderr] | Dec 18 14:49:42.497 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.497 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.497 INFO [stderr] | Dec 18 14:49:42.497 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.497 INFO [stderr] | Dec 18 14:49:42.497 INFO [stderr] Dec 18 14:49:42.516 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.516 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.516 INFO [stderr] | Dec 18 14:49:42.516 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.516 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.516 INFO [stderr] ... Dec 18 14:49:42.516 INFO [stderr] 1368 | rt_realloc_excess_used!(rt_primes_17bytes_2align_realloc_excess_used, 17, 2); Dec 18 14:49:42.516 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.516 INFO [stderr] Dec 18 14:49:42.516 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.516 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.516 INFO [stderr] | Dec 18 14:49:42.516 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.516 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.516 INFO [stderr] ... Dec 18 14:49:42.516 INFO [stderr] 1368 | rt_realloc_excess_used!(rt_primes_17bytes_2align_realloc_excess_used, 17, 2); Dec 18 14:49:42.516 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.516 INFO [stderr] | Dec 18 14:49:42.516 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.516 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.516 INFO [stderr] | Dec 18 14:49:42.516 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.516 INFO [stderr] | Dec 18 14:49:42.516 INFO [stderr] Dec 18 14:49:42.516 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.516 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.516 INFO [stderr] | Dec 18 14:49:42.516 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.516 INFO [stderr] | ^^^^^ Dec 18 14:49:42.516 INFO [stderr] ... Dec 18 14:49:42.516 INFO [stderr] 1381 | rt_realloc_excess_used!(rt_primes_31bytes_2align_realloc_excess_used, 31, 2); Dec 18 14:49:42.516 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.516 INFO [stderr] | Dec 18 14:49:42.516 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.516 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.516 INFO [stderr] | Dec 18 14:49:42.516 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.516 INFO [stderr] | Dec 18 14:49:42.516 INFO [stderr] Dec 18 14:49:42.517 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.517 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.517 INFO [stderr] | Dec 18 14:49:42.517 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.517 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.517 INFO [stderr] ... Dec 18 14:49:42.517 INFO [stderr] 1381 | rt_realloc_excess_used!(rt_primes_31bytes_2align_realloc_excess_used, 31, 2); Dec 18 14:49:42.517 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.517 INFO [stderr] Dec 18 14:49:42.517 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.517 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.517 INFO [stderr] | Dec 18 14:49:42.517 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.517 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.517 INFO [stderr] ... Dec 18 14:49:42.517 INFO [stderr] 1381 | rt_realloc_excess_used!(rt_primes_31bytes_2align_realloc_excess_used, 31, 2); Dec 18 14:49:42.517 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.517 INFO [stderr] | Dec 18 14:49:42.517 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.517 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.517 INFO [stderr] | Dec 18 14:49:42.517 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.517 INFO [stderr] | Dec 18 14:49:42.517 INFO [stderr] Dec 18 14:49:42.524 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.524 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.524 INFO [stderr] | Dec 18 14:49:42.524 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.524 INFO [stderr] | ^^^^^ Dec 18 14:49:42.524 INFO [stderr] ... Dec 18 14:49:42.524 INFO [stderr] 1394 | rt_realloc_excess_used!(rt_primes_61bytes_2align_realloc_excess_used, 61, 2); Dec 18 14:49:42.524 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.524 INFO [stderr] | Dec 18 14:49:42.524 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.524 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.524 INFO [stderr] | Dec 18 14:49:42.524 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.524 INFO [stderr] | Dec 18 14:49:42.524 INFO [stderr] Dec 18 14:49:42.524 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.524 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.524 INFO [stderr] | Dec 18 14:49:42.524 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.524 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.524 INFO [stderr] ... Dec 18 14:49:42.524 INFO [stderr] 1394 | rt_realloc_excess_used!(rt_primes_61bytes_2align_realloc_excess_used, 61, 2); Dec 18 14:49:42.524 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.524 INFO [stderr] Dec 18 14:49:42.524 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.524 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.524 INFO [stderr] | Dec 18 14:49:42.524 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.524 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.524 INFO [stderr] ... Dec 18 14:49:42.524 INFO [stderr] 1394 | rt_realloc_excess_used!(rt_primes_61bytes_2align_realloc_excess_used, 61, 2); Dec 18 14:49:42.524 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.524 INFO [stderr] | Dec 18 14:49:42.524 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.524 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.524 INFO [stderr] | Dec 18 14:49:42.524 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.524 INFO [stderr] | Dec 18 14:49:42.524 INFO [stderr] Dec 18 14:49:42.524 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.524 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.524 INFO [stderr] | Dec 18 14:49:42.524 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.524 INFO [stderr] | ^^^^^ Dec 18 14:49:42.524 INFO [stderr] ... Dec 18 14:49:42.524 INFO [stderr] 1407 | rt_realloc_excess_used!(rt_primes_96bytes_2align_realloc_excess_used, 96, 2); Dec 18 14:49:42.525 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.525 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] Dec 18 14:49:42.525 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.525 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.525 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.525 INFO [stderr] ... Dec 18 14:49:42.525 INFO [stderr] 1407 | rt_realloc_excess_used!(rt_primes_96bytes_2align_realloc_excess_used, 96, 2); Dec 18 14:49:42.525 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.525 INFO [stderr] Dec 18 14:49:42.525 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.525 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.525 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.525 INFO [stderr] ... Dec 18 14:49:42.525 INFO [stderr] 1407 | rt_realloc_excess_used!(rt_primes_96bytes_2align_realloc_excess_used, 96, 2); Dec 18 14:49:42.525 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.525 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] Dec 18 14:49:42.525 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.525 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.525 INFO [stderr] | ^^^^^ Dec 18 14:49:42.525 INFO [stderr] ... Dec 18 14:49:42.525 INFO [stderr] 1420 | rt_realloc_excess_used!(rt_primes_127bytes_2align_realloc_excess_used, 127, 2); Dec 18 14:49:42.525 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.525 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] Dec 18 14:49:42.525 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.525 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.525 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.525 INFO [stderr] ... Dec 18 14:49:42.525 INFO [stderr] 1420 | rt_realloc_excess_used!(rt_primes_127bytes_2align_realloc_excess_used, 127, 2); Dec 18 14:49:42.525 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.525 INFO [stderr] Dec 18 14:49:42.525 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.525 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.525 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.525 INFO [stderr] ... Dec 18 14:49:42.525 INFO [stderr] 1420 | rt_realloc_excess_used!(rt_primes_127bytes_2align_realloc_excess_used, 127, 2); Dec 18 14:49:42.525 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.525 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] Dec 18 14:49:42.525 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.525 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.525 INFO [stderr] | ^^^^^ Dec 18 14:49:42.525 INFO [stderr] ... Dec 18 14:49:42.525 INFO [stderr] 1433 | rt_realloc_excess_used!(rt_primes_257bytes_2align_realloc_excess_used, 257, 2); Dec 18 14:49:42.525 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.525 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.525 INFO [stderr] | Dec 18 14:49:42.525 INFO [stderr] Dec 18 14:49:42.532 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.532 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.532 INFO [stderr] | Dec 18 14:49:42.532 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.532 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.532 INFO [stderr] ... Dec 18 14:49:42.532 INFO [stderr] 1433 | rt_realloc_excess_used!(rt_primes_257bytes_2align_realloc_excess_used, 257, 2); Dec 18 14:49:42.532 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.532 INFO [stderr] Dec 18 14:49:42.532 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.532 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.532 INFO [stderr] | Dec 18 14:49:42.532 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.532 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.532 INFO [stderr] ... Dec 18 14:49:42.532 INFO [stderr] 1433 | rt_realloc_excess_used!(rt_primes_257bytes_2align_realloc_excess_used, 257, 2); Dec 18 14:49:42.532 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.532 INFO [stderr] | Dec 18 14:49:42.532 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.532 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.532 INFO [stderr] | Dec 18 14:49:42.532 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.532 INFO [stderr] | Dec 18 14:49:42.532 INFO [stderr] Dec 18 14:49:42.532 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.532 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.532 INFO [stderr] | Dec 18 14:49:42.532 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.532 INFO [stderr] | ^^^^^ Dec 18 14:49:42.532 INFO [stderr] ... Dec 18 14:49:42.532 INFO [stderr] 1446 | rt_realloc_excess_used!(rt_primes_509bytes_2align_realloc_excess_used, 509, 2); Dec 18 14:49:42.532 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.532 INFO [stderr] | Dec 18 14:49:42.532 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.532 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.532 INFO [stderr] | Dec 18 14:49:42.532 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.532 INFO [stderr] | Dec 18 14:49:42.532 INFO [stderr] Dec 18 14:49:42.532 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.532 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.532 INFO [stderr] | Dec 18 14:49:42.532 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.532 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.532 INFO [stderr] ... Dec 18 14:49:42.532 INFO [stderr] 1446 | rt_realloc_excess_used!(rt_primes_509bytes_2align_realloc_excess_used, 509, 2); Dec 18 14:49:42.533 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.533 INFO [stderr] Dec 18 14:49:42.533 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.533 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.533 INFO [stderr] | Dec 18 14:49:42.533 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.533 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.533 INFO [stderr] ... Dec 18 14:49:42.533 INFO [stderr] 1446 | rt_realloc_excess_used!(rt_primes_509bytes_2align_realloc_excess_used, 509, 2); Dec 18 14:49:42.533 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.533 INFO [stderr] | Dec 18 14:49:42.533 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.533 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.533 INFO [stderr] | Dec 18 14:49:42.533 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.533 INFO [stderr] | Dec 18 14:49:42.533 INFO [stderr] Dec 18 14:49:42.544 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.544 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.544 INFO [stderr] | Dec 18 14:49:42.544 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.544 INFO [stderr] | ^^^^^ Dec 18 14:49:42.544 INFO [stderr] ... Dec 18 14:49:42.544 INFO [stderr] 1459 | rt_realloc_excess_used!(rt_primes_1021bytes_2align_realloc_excess_used, 1021, 2); Dec 18 14:49:42.544 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.544 INFO [stderr] | Dec 18 14:49:42.544 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.544 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.544 INFO [stderr] | Dec 18 14:49:42.544 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.544 INFO [stderr] | Dec 18 14:49:42.544 INFO [stderr] Dec 18 14:49:42.544 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.544 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.544 INFO [stderr] | Dec 18 14:49:42.544 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.544 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.544 INFO [stderr] ... Dec 18 14:49:42.544 INFO [stderr] 1459 | rt_realloc_excess_used!(rt_primes_1021bytes_2align_realloc_excess_used, 1021, 2); Dec 18 14:49:42.544 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.544 INFO [stderr] Dec 18 14:49:42.552 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.552 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.552 INFO [stderr] | Dec 18 14:49:42.552 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.552 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.552 INFO [stderr] ... Dec 18 14:49:42.552 INFO [stderr] 1459 | rt_realloc_excess_used!(rt_primes_1021bytes_2align_realloc_excess_used, 1021, 2); Dec 18 14:49:42.552 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.552 INFO [stderr] | Dec 18 14:49:42.552 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.552 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.552 INFO [stderr] | Dec 18 14:49:42.552 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.552 INFO [stderr] | Dec 18 14:49:42.552 INFO [stderr] Dec 18 14:49:42.552 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.552 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.552 INFO [stderr] | Dec 18 14:49:42.552 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.552 INFO [stderr] | ^^^^^ Dec 18 14:49:42.552 INFO [stderr] ... Dec 18 14:49:42.552 INFO [stderr] 1472 | rt_realloc_excess_used!(rt_primes_2039bytes_2align_realloc_excess_used, 2039, 2); Dec 18 14:49:42.552 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.552 INFO [stderr] | Dec 18 14:49:42.552 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.552 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.552 INFO [stderr] | Dec 18 14:49:42.552 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.552 INFO [stderr] | Dec 18 14:49:42.552 INFO [stderr] Dec 18 14:49:42.552 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.552 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.552 INFO [stderr] | Dec 18 14:49:42.552 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.552 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.552 INFO [stderr] ... Dec 18 14:49:42.552 INFO [stderr] 1472 | rt_realloc_excess_used!(rt_primes_2039bytes_2align_realloc_excess_used, 2039, 2); Dec 18 14:49:42.552 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.552 INFO [stderr] Dec 18 14:49:42.552 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.552 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.552 INFO [stderr] | Dec 18 14:49:42.552 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.552 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.552 INFO [stderr] ... Dec 18 14:49:42.552 INFO [stderr] 1472 | rt_realloc_excess_used!(rt_primes_2039bytes_2align_realloc_excess_used, 2039, 2); Dec 18 14:49:42.553 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.553 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] Dec 18 14:49:42.553 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.553 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.553 INFO [stderr] | ^^^^^ Dec 18 14:49:42.553 INFO [stderr] ... Dec 18 14:49:42.553 INFO [stderr] 1485 | rt_realloc_excess_used!(rt_primes_4093bytes_2align_realloc_excess_used, 4093, 2); Dec 18 14:49:42.553 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.553 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] Dec 18 14:49:42.553 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.553 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.553 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.553 INFO [stderr] ... Dec 18 14:49:42.553 INFO [stderr] 1485 | rt_realloc_excess_used!(rt_primes_4093bytes_2align_realloc_excess_used, 4093, 2); Dec 18 14:49:42.553 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.553 INFO [stderr] Dec 18 14:49:42.553 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.553 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.553 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.553 INFO [stderr] ... Dec 18 14:49:42.553 INFO [stderr] 1485 | rt_realloc_excess_used!(rt_primes_4093bytes_2align_realloc_excess_used, 4093, 2); Dec 18 14:49:42.553 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.553 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] Dec 18 14:49:42.553 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.553 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.553 INFO [stderr] | ^^^^^ Dec 18 14:49:42.553 INFO [stderr] ... Dec 18 14:49:42.553 INFO [stderr] 1498 | rt_realloc_excess_used!(rt_primes_8191bytes_2align_realloc_excess_used, 8191, 2); Dec 18 14:49:42.553 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.553 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] Dec 18 14:49:42.553 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.553 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.553 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.553 INFO [stderr] ... Dec 18 14:49:42.553 INFO [stderr] 1498 | rt_realloc_excess_used!(rt_primes_8191bytes_2align_realloc_excess_used, 8191, 2); Dec 18 14:49:42.553 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.553 INFO [stderr] Dec 18 14:49:42.553 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.553 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.553 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.553 INFO [stderr] ... Dec 18 14:49:42.553 INFO [stderr] 1498 | rt_realloc_excess_used!(rt_primes_8191bytes_2align_realloc_excess_used, 8191, 2); Dec 18 14:49:42.553 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.553 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] Dec 18 14:49:42.553 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.553 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.553 INFO [stderr] | Dec 18 14:49:42.553 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.553 INFO [stderr] | ^^^^^ Dec 18 14:49:42.553 INFO [stderr] ... Dec 18 14:49:42.554 INFO [stderr] 1511 | rt_realloc_excess_used!(rt_primes_16381bytes_2align_realloc_excess_used, 16381, 2); Dec 18 14:49:42.554 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.554 INFO [stderr] | Dec 18 14:49:42.554 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.554 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.554 INFO [stderr] | Dec 18 14:49:42.554 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.554 INFO [stderr] | Dec 18 14:49:42.554 INFO [stderr] Dec 18 14:49:42.554 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.554 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.554 INFO [stderr] | Dec 18 14:49:42.554 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.554 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.554 INFO [stderr] ... Dec 18 14:49:42.554 INFO [stderr] 1511 | rt_realloc_excess_used!(rt_primes_16381bytes_2align_realloc_excess_used, 16381, 2); Dec 18 14:49:42.554 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.554 INFO [stderr] Dec 18 14:49:42.554 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.554 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.554 INFO [stderr] | Dec 18 14:49:42.554 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.554 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.554 INFO [stderr] ... Dec 18 14:49:42.554 INFO [stderr] 1511 | rt_realloc_excess_used!(rt_primes_16381bytes_2align_realloc_excess_used, 16381, 2); Dec 18 14:49:42.554 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.554 INFO [stderr] | Dec 18 14:49:42.554 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.554 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.554 INFO [stderr] | Dec 18 14:49:42.554 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.554 INFO [stderr] | Dec 18 14:49:42.554 INFO [stderr] Dec 18 14:49:42.557 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.557 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.557 INFO [stderr] | Dec 18 14:49:42.557 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.557 INFO [stderr] | ^^^^^ Dec 18 14:49:42.557 INFO [stderr] ... Dec 18 14:49:42.557 INFO [stderr] 1524 | rt_realloc_excess_used!(rt_primes_32749bytes_2align_realloc_excess_used, 32749, 2); Dec 18 14:49:42.557 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.557 INFO [stderr] | Dec 18 14:49:42.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.557 INFO [stderr] | Dec 18 14:49:42.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.557 INFO [stderr] | Dec 18 14:49:42.557 INFO [stderr] Dec 18 14:49:42.557 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.557 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.557 INFO [stderr] | Dec 18 14:49:42.557 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.557 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.557 INFO [stderr] ... Dec 18 14:49:42.557 INFO [stderr] 1524 | rt_realloc_excess_used!(rt_primes_32749bytes_2align_realloc_excess_used, 32749, 2); Dec 18 14:49:42.557 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.557 INFO [stderr] Dec 18 14:49:42.557 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.557 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.557 INFO [stderr] | Dec 18 14:49:42.557 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.557 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.557 INFO [stderr] ... Dec 18 14:49:42.557 INFO [stderr] 1524 | rt_realloc_excess_used!(rt_primes_32749bytes_2align_realloc_excess_used, 32749, 2); Dec 18 14:49:42.557 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.557 INFO [stderr] | Dec 18 14:49:42.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.557 INFO [stderr] | Dec 18 14:49:42.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.557 INFO [stderr] | Dec 18 14:49:42.557 INFO [stderr] Dec 18 14:49:42.557 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.557 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.557 INFO [stderr] | Dec 18 14:49:42.557 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.557 INFO [stderr] | ^^^^^ Dec 18 14:49:42.557 INFO [stderr] ... Dec 18 14:49:42.557 INFO [stderr] 1537 | rt_realloc_excess_used!(rt_primes_65537bytes_2align_realloc_excess_used, 65537, 2); Dec 18 14:49:42.557 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.557 INFO [stderr] | Dec 18 14:49:42.557 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.557 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.557 INFO [stderr] | Dec 18 14:49:42.557 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.557 INFO [stderr] | Dec 18 14:49:42.557 INFO [stderr] Dec 18 14:49:42.570 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.570 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.570 INFO [stderr] | Dec 18 14:49:42.570 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.570 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.570 INFO [stderr] ... Dec 18 14:49:42.570 INFO [stderr] 1537 | rt_realloc_excess_used!(rt_primes_65537bytes_2align_realloc_excess_used, 65537, 2); Dec 18 14:49:42.570 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.570 INFO [stderr] Dec 18 14:49:42.572 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.572 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.572 INFO [stderr] | Dec 18 14:49:42.572 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.572 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.572 INFO [stderr] ... Dec 18 14:49:42.572 INFO [stderr] 1537 | rt_realloc_excess_used!(rt_primes_65537bytes_2align_realloc_excess_used, 65537, 2); Dec 18 14:49:42.572 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.572 INFO [stderr] | Dec 18 14:49:42.572 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.572 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.572 INFO [stderr] | Dec 18 14:49:42.572 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.572 INFO [stderr] | Dec 18 14:49:42.572 INFO [stderr] Dec 18 14:49:42.572 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.572 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.572 INFO [stderr] | Dec 18 14:49:42.572 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.572 INFO [stderr] | ^^^^^ Dec 18 14:49:42.572 INFO [stderr] ... Dec 18 14:49:42.572 INFO [stderr] 1550 | rt_realloc_excess_used!(rt_primes_131071bytes_2align_realloc_excess_used, 131071, 2); Dec 18 14:49:42.572 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.572 INFO [stderr] | Dec 18 14:49:42.572 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.572 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.572 INFO [stderr] | Dec 18 14:49:42.572 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.572 INFO [stderr] | Dec 18 14:49:42.572 INFO [stderr] Dec 18 14:49:42.572 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.572 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.572 INFO [stderr] | Dec 18 14:49:42.572 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.572 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.572 INFO [stderr] ... Dec 18 14:49:42.572 INFO [stderr] 1550 | rt_realloc_excess_used!(rt_primes_131071bytes_2align_realloc_excess_used, 131071, 2); Dec 18 14:49:42.572 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.572 INFO [stderr] Dec 18 14:49:42.576 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.576 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.576 INFO [stderr] | Dec 18 14:49:42.576 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.576 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.576 INFO [stderr] ... Dec 18 14:49:42.576 INFO [stderr] 1550 | rt_realloc_excess_used!(rt_primes_131071bytes_2align_realloc_excess_used, 131071, 2); Dec 18 14:49:42.576 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.576 INFO [stderr] | Dec 18 14:49:42.576 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.576 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.576 INFO [stderr] | Dec 18 14:49:42.576 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.576 INFO [stderr] | Dec 18 14:49:42.576 INFO [stderr] Dec 18 14:49:42.576 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.576 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.576 INFO [stderr] | Dec 18 14:49:42.576 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.576 INFO [stderr] | ^^^^^ Dec 18 14:49:42.576 INFO [stderr] ... Dec 18 14:49:42.576 INFO [stderr] 1563 | rt_realloc_excess_used!(rt_primes_4194301bytes_2align_realloc_excess_used, 4194301, 2); Dec 18 14:49:42.576 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.576 INFO [stderr] | Dec 18 14:49:42.576 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.576 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.576 INFO [stderr] | Dec 18 14:49:42.576 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.576 INFO [stderr] | Dec 18 14:49:42.576 INFO [stderr] Dec 18 14:49:42.576 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.576 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.576 INFO [stderr] | Dec 18 14:49:42.576 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.576 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.576 INFO [stderr] ... Dec 18 14:49:42.576 INFO [stderr] 1563 | rt_realloc_excess_used!(rt_primes_4194301bytes_2align_realloc_excess_used, 4194301, 2); Dec 18 14:49:42.576 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.576 INFO [stderr] Dec 18 14:49:42.576 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.576 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.576 INFO [stderr] | Dec 18 14:49:42.576 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.576 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.576 INFO [stderr] ... Dec 18 14:49:42.576 INFO [stderr] 1563 | rt_realloc_excess_used!(rt_primes_4194301bytes_2align_realloc_excess_used, 4194301, 2); Dec 18 14:49:42.576 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.576 INFO [stderr] | Dec 18 14:49:42.576 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.576 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.576 INFO [stderr] | Dec 18 14:49:42.577 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.577 INFO [stderr] | Dec 18 14:49:42.577 INFO [stderr] Dec 18 14:49:42.577 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.577 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.577 INFO [stderr] | Dec 18 14:49:42.577 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.577 INFO [stderr] | ^^^^^ Dec 18 14:49:42.577 INFO [stderr] ... Dec 18 14:49:42.577 INFO [stderr] 1579 | rt_realloc_excess_used!(rt_pow2_1bytes_4align_realloc_excess_used, 1, 4); Dec 18 14:49:42.577 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.577 INFO [stderr] | Dec 18 14:49:42.577 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.577 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.577 INFO [stderr] | Dec 18 14:49:42.577 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.577 INFO [stderr] | Dec 18 14:49:42.577 INFO [stderr] Dec 18 14:49:42.580 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.580 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.580 INFO [stderr] | Dec 18 14:49:42.580 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.580 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.580 INFO [stderr] ... Dec 18 14:49:42.580 INFO [stderr] 1579 | rt_realloc_excess_used!(rt_pow2_1bytes_4align_realloc_excess_used, 1, 4); Dec 18 14:49:42.580 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.580 INFO [stderr] Dec 18 14:49:42.580 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.580 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.580 INFO [stderr] | Dec 18 14:49:42.580 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.580 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.580 INFO [stderr] ... Dec 18 14:49:42.580 INFO [stderr] 1579 | rt_realloc_excess_used!(rt_pow2_1bytes_4align_realloc_excess_used, 1, 4); Dec 18 14:49:42.580 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.580 INFO [stderr] | Dec 18 14:49:42.580 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.580 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.580 INFO [stderr] | Dec 18 14:49:42.580 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.580 INFO [stderr] | Dec 18 14:49:42.580 INFO [stderr] Dec 18 14:49:42.580 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.580 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.580 INFO [stderr] | Dec 18 14:49:42.580 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.580 INFO [stderr] | ^^^^^ Dec 18 14:49:42.580 INFO [stderr] ... Dec 18 14:49:42.580 INFO [stderr] 1592 | rt_realloc_excess_used!(rt_pow2_2bytes_4align_realloc_excess_used, 2, 4); Dec 18 14:49:42.580 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.580 INFO [stderr] | Dec 18 14:49:42.580 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.580 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.580 INFO [stderr] | Dec 18 14:49:42.580 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.580 INFO [stderr] | Dec 18 14:49:42.580 INFO [stderr] Dec 18 14:49:42.580 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.580 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.580 INFO [stderr] | Dec 18 14:49:42.580 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.580 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.580 INFO [stderr] ... Dec 18 14:49:42.580 INFO [stderr] 1592 | rt_realloc_excess_used!(rt_pow2_2bytes_4align_realloc_excess_used, 2, 4); Dec 18 14:49:42.580 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.580 INFO [stderr] Dec 18 14:49:42.584 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.584 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.584 INFO [stderr] | Dec 18 14:49:42.584 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.584 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.584 INFO [stderr] ... Dec 18 14:49:42.584 INFO [stderr] 1592 | rt_realloc_excess_used!(rt_pow2_2bytes_4align_realloc_excess_used, 2, 4); Dec 18 14:49:42.584 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.584 INFO [stderr] | Dec 18 14:49:42.584 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.584 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.584 INFO [stderr] | Dec 18 14:49:42.584 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.584 INFO [stderr] | Dec 18 14:49:42.584 INFO [stderr] Dec 18 14:49:42.584 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.584 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.584 INFO [stderr] | Dec 18 14:49:42.584 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.584 INFO [stderr] | ^^^^^ Dec 18 14:49:42.584 INFO [stderr] ... Dec 18 14:49:42.584 INFO [stderr] 1605 | rt_realloc_excess_used!(rt_pow2_4bytes_4align_realloc_excess_used, 4, 4); Dec 18 14:49:42.584 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.584 INFO [stderr] | Dec 18 14:49:42.584 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.584 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.584 INFO [stderr] | Dec 18 14:49:42.584 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.584 INFO [stderr] | Dec 18 14:49:42.584 INFO [stderr] Dec 18 14:49:42.584 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.584 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.584 INFO [stderr] | Dec 18 14:49:42.584 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.584 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.584 INFO [stderr] ... Dec 18 14:49:42.584 INFO [stderr] 1605 | rt_realloc_excess_used!(rt_pow2_4bytes_4align_realloc_excess_used, 4, 4); Dec 18 14:49:42.584 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.584 INFO [stderr] Dec 18 14:49:42.584 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.584 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.584 INFO [stderr] | Dec 18 14:49:42.584 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.584 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.584 INFO [stderr] ... Dec 18 14:49:42.584 INFO [stderr] 1605 | rt_realloc_excess_used!(rt_pow2_4bytes_4align_realloc_excess_used, 4, 4); Dec 18 14:49:42.584 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.584 INFO [stderr] | Dec 18 14:49:42.584 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.584 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.584 INFO [stderr] | Dec 18 14:49:42.584 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.584 INFO [stderr] | Dec 18 14:49:42.585 INFO [stderr] Dec 18 14:49:42.585 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.585 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.585 INFO [stderr] | Dec 18 14:49:42.585 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.585 INFO [stderr] | ^^^^^ Dec 18 14:49:42.585 INFO [stderr] ... Dec 18 14:49:42.585 INFO [stderr] 1618 | rt_realloc_excess_used!(rt_pow2_8bytes_4align_realloc_excess_used, 8, 4); Dec 18 14:49:42.585 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.585 INFO [stderr] | Dec 18 14:49:42.585 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.585 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.585 INFO [stderr] | Dec 18 14:49:42.585 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.585 INFO [stderr] | Dec 18 14:49:42.585 INFO [stderr] Dec 18 14:49:42.585 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.585 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.585 INFO [stderr] | Dec 18 14:49:42.585 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.585 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.585 INFO [stderr] ... Dec 18 14:49:42.585 INFO [stderr] 1618 | rt_realloc_excess_used!(rt_pow2_8bytes_4align_realloc_excess_used, 8, 4); Dec 18 14:49:42.585 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.585 INFO [stderr] Dec 18 14:49:42.600 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.600 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.600 INFO [stderr] | Dec 18 14:49:42.600 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.600 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.600 INFO [stderr] ... Dec 18 14:49:42.600 INFO [stderr] 1618 | rt_realloc_excess_used!(rt_pow2_8bytes_4align_realloc_excess_used, 8, 4); Dec 18 14:49:42.600 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.600 INFO [stderr] | Dec 18 14:49:42.600 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.600 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.600 INFO [stderr] | Dec 18 14:49:42.600 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.600 INFO [stderr] | Dec 18 14:49:42.600 INFO [stderr] Dec 18 14:49:42.600 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.600 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.600 INFO [stderr] | Dec 18 14:49:42.600 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.600 INFO [stderr] | ^^^^^ Dec 18 14:49:42.600 INFO [stderr] ... Dec 18 14:49:42.600 INFO [stderr] 1631 | rt_realloc_excess_used!(rt_pow2_16bytes_4align_realloc_excess_used, 16, 4); Dec 18 14:49:42.600 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.600 INFO [stderr] | Dec 18 14:49:42.600 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.600 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.600 INFO [stderr] | Dec 18 14:49:42.600 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.600 INFO [stderr] | Dec 18 14:49:42.600 INFO [stderr] Dec 18 14:49:42.600 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.600 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.600 INFO [stderr] | Dec 18 14:49:42.600 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.600 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.600 INFO [stderr] ... Dec 18 14:49:42.600 INFO [stderr] 1631 | rt_realloc_excess_used!(rt_pow2_16bytes_4align_realloc_excess_used, 16, 4); Dec 18 14:49:42.600 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.600 INFO [stderr] Dec 18 14:49:42.600 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.600 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.600 INFO [stderr] | Dec 18 14:49:42.600 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.600 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.600 INFO [stderr] ... Dec 18 14:49:42.601 INFO [stderr] 1631 | rt_realloc_excess_used!(rt_pow2_16bytes_4align_realloc_excess_used, 16, 4); Dec 18 14:49:42.601 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.601 INFO [stderr] | Dec 18 14:49:42.601 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.601 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.601 INFO [stderr] | Dec 18 14:49:42.601 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.601 INFO [stderr] | Dec 18 14:49:42.601 INFO [stderr] Dec 18 14:49:42.604 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.604 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.604 INFO [stderr] | Dec 18 14:49:42.604 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.604 INFO [stderr] | ^^^^^ Dec 18 14:49:42.604 INFO [stderr] ... Dec 18 14:49:42.604 INFO [stderr] 1644 | rt_realloc_excess_used!(rt_pow2_32bytes_4align_realloc_excess_used, 32, 4); Dec 18 14:49:42.604 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.604 INFO [stderr] | Dec 18 14:49:42.604 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.604 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.604 INFO [stderr] | Dec 18 14:49:42.604 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.604 INFO [stderr] | Dec 18 14:49:42.604 INFO [stderr] Dec 18 14:49:42.604 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.604 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.604 INFO [stderr] | Dec 18 14:49:42.604 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.604 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.604 INFO [stderr] ... Dec 18 14:49:42.604 INFO [stderr] 1644 | rt_realloc_excess_used!(rt_pow2_32bytes_4align_realloc_excess_used, 32, 4); Dec 18 14:49:42.604 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.604 INFO [stderr] Dec 18 14:49:42.604 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.604 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.604 INFO [stderr] | Dec 18 14:49:42.604 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.604 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.604 INFO [stderr] ... Dec 18 14:49:42.604 INFO [stderr] 1644 | rt_realloc_excess_used!(rt_pow2_32bytes_4align_realloc_excess_used, 32, 4); Dec 18 14:49:42.604 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.604 INFO [stderr] | Dec 18 14:49:42.604 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.604 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.604 INFO [stderr] | Dec 18 14:49:42.604 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.604 INFO [stderr] | Dec 18 14:49:42.604 INFO [stderr] Dec 18 14:49:42.604 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.604 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.604 INFO [stderr] | Dec 18 14:49:42.604 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.604 INFO [stderr] | ^^^^^ Dec 18 14:49:42.604 INFO [stderr] ... Dec 18 14:49:42.604 INFO [stderr] 1657 | rt_realloc_excess_used!(rt_pow2_64bytes_4align_realloc_excess_used, 64, 4); Dec 18 14:49:42.604 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.604 INFO [stderr] | Dec 18 14:49:42.604 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.605 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.605 INFO [stderr] | Dec 18 14:49:42.605 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.605 INFO [stderr] | Dec 18 14:49:42.605 INFO [stderr] Dec 18 14:49:42.605 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.605 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.605 INFO [stderr] | Dec 18 14:49:42.605 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.605 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.605 INFO [stderr] ... Dec 18 14:49:42.605 INFO [stderr] 1657 | rt_realloc_excess_used!(rt_pow2_64bytes_4align_realloc_excess_used, 64, 4); Dec 18 14:49:42.605 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.605 INFO [stderr] Dec 18 14:49:42.608 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.608 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.608 INFO [stderr] | Dec 18 14:49:42.608 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.608 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.608 INFO [stderr] ... Dec 18 14:49:42.608 INFO [stderr] 1657 | rt_realloc_excess_used!(rt_pow2_64bytes_4align_realloc_excess_used, 64, 4); Dec 18 14:49:42.608 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.608 INFO [stderr] | Dec 18 14:49:42.608 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.608 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.608 INFO [stderr] | Dec 18 14:49:42.608 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.608 INFO [stderr] | Dec 18 14:49:42.608 INFO [stderr] Dec 18 14:49:42.608 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.608 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.608 INFO [stderr] | Dec 18 14:49:42.608 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.608 INFO [stderr] | ^^^^^ Dec 18 14:49:42.608 INFO [stderr] ... Dec 18 14:49:42.608 INFO [stderr] 1670 | rt_realloc_excess_used!(rt_pow2_128bytes_4align_realloc_excess_used, 128, 4); Dec 18 14:49:42.608 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.608 INFO [stderr] | Dec 18 14:49:42.608 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.608 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.608 INFO [stderr] | Dec 18 14:49:42.608 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.608 INFO [stderr] | Dec 18 14:49:42.608 INFO [stderr] Dec 18 14:49:42.608 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.608 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.608 INFO [stderr] | Dec 18 14:49:42.608 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.608 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.608 INFO [stderr] ... Dec 18 14:49:42.608 INFO [stderr] 1670 | rt_realloc_excess_used!(rt_pow2_128bytes_4align_realloc_excess_used, 128, 4); Dec 18 14:49:42.608 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.608 INFO [stderr] Dec 18 14:49:42.608 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.608 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.608 INFO [stderr] | Dec 18 14:49:42.608 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.608 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.608 INFO [stderr] ... Dec 18 14:49:42.608 INFO [stderr] 1670 | rt_realloc_excess_used!(rt_pow2_128bytes_4align_realloc_excess_used, 128, 4); Dec 18 14:49:42.608 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.608 INFO [stderr] | Dec 18 14:49:42.608 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.608 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.609 INFO [stderr] | Dec 18 14:49:42.609 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.609 INFO [stderr] | Dec 18 14:49:42.609 INFO [stderr] Dec 18 14:49:42.609 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.609 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.609 INFO [stderr] | Dec 18 14:49:42.609 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.609 INFO [stderr] | ^^^^^ Dec 18 14:49:42.609 INFO [stderr] ... Dec 18 14:49:42.609 INFO [stderr] 1683 | rt_realloc_excess_used!(rt_pow2_256bytes_4align_realloc_excess_used, 256, 4); Dec 18 14:49:42.609 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.609 INFO [stderr] | Dec 18 14:49:42.609 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.609 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.609 INFO [stderr] | Dec 18 14:49:42.609 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.609 INFO [stderr] | Dec 18 14:49:42.609 INFO [stderr] Dec 18 14:49:42.612 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.612 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.612 INFO [stderr] | Dec 18 14:49:42.612 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.612 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.612 INFO [stderr] ... Dec 18 14:49:42.612 INFO [stderr] 1683 | rt_realloc_excess_used!(rt_pow2_256bytes_4align_realloc_excess_used, 256, 4); Dec 18 14:49:42.612 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.612 INFO [stderr] Dec 18 14:49:42.612 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.612 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.612 INFO [stderr] | Dec 18 14:49:42.612 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.612 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.612 INFO [stderr] ... Dec 18 14:49:42.612 INFO [stderr] 1683 | rt_realloc_excess_used!(rt_pow2_256bytes_4align_realloc_excess_used, 256, 4); Dec 18 14:49:42.612 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.612 INFO [stderr] | Dec 18 14:49:42.612 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.612 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.612 INFO [stderr] | Dec 18 14:49:42.612 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.612 INFO [stderr] | Dec 18 14:49:42.612 INFO [stderr] Dec 18 14:49:42.612 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.612 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.612 INFO [stderr] | Dec 18 14:49:42.612 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.612 INFO [stderr] | ^^^^^ Dec 18 14:49:42.612 INFO [stderr] ... Dec 18 14:49:42.612 INFO [stderr] 1696 | rt_realloc_excess_used!(rt_pow2_512bytes_4align_realloc_excess_used, 512, 4); Dec 18 14:49:42.612 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.612 INFO [stderr] | Dec 18 14:49:42.612 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.612 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.612 INFO [stderr] | Dec 18 14:49:42.612 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.612 INFO [stderr] | Dec 18 14:49:42.612 INFO [stderr] Dec 18 14:49:42.612 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.612 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.612 INFO [stderr] | Dec 18 14:49:42.612 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.612 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.612 INFO [stderr] ... Dec 18 14:49:42.612 INFO [stderr] 1696 | rt_realloc_excess_used!(rt_pow2_512bytes_4align_realloc_excess_used, 512, 4); Dec 18 14:49:42.612 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.612 INFO [stderr] Dec 18 14:49:42.620 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.620 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.620 INFO [stderr] | Dec 18 14:49:42.620 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.620 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.620 INFO [stderr] ... Dec 18 14:49:42.620 INFO [stderr] 1696 | rt_realloc_excess_used!(rt_pow2_512bytes_4align_realloc_excess_used, 512, 4); Dec 18 14:49:42.620 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.620 INFO [stderr] | Dec 18 14:49:42.620 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.620 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.620 INFO [stderr] | Dec 18 14:49:42.620 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.620 INFO [stderr] | Dec 18 14:49:42.620 INFO [stderr] Dec 18 14:49:42.632 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.632 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.632 INFO [stderr] | Dec 18 14:49:42.632 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.632 INFO [stderr] | ^^^^^ Dec 18 14:49:42.632 INFO [stderr] ... Dec 18 14:49:42.632 INFO [stderr] 1709 | rt_realloc_excess_used!(rt_pow2_1024bytes_4align_realloc_excess_used, 1024, 4); Dec 18 14:49:42.632 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.632 INFO [stderr] | Dec 18 14:49:42.632 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.632 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.632 INFO [stderr] | Dec 18 14:49:42.632 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.632 INFO [stderr] | Dec 18 14:49:42.632 INFO [stderr] Dec 18 14:49:42.632 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.632 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.632 INFO [stderr] | Dec 18 14:49:42.632 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.632 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.632 INFO [stderr] ... Dec 18 14:49:42.632 INFO [stderr] 1709 | rt_realloc_excess_used!(rt_pow2_1024bytes_4align_realloc_excess_used, 1024, 4); Dec 18 14:49:42.632 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.632 INFO [stderr] Dec 18 14:49:42.632 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.632 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.632 INFO [stderr] | Dec 18 14:49:42.632 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.632 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.632 INFO [stderr] ... Dec 18 14:49:42.632 INFO [stderr] 1709 | rt_realloc_excess_used!(rt_pow2_1024bytes_4align_realloc_excess_used, 1024, 4); Dec 18 14:49:42.632 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.632 INFO [stderr] | Dec 18 14:49:42.632 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.632 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.632 INFO [stderr] | Dec 18 14:49:42.632 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.632 INFO [stderr] | Dec 18 14:49:42.632 INFO [stderr] Dec 18 14:49:42.632 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.632 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.632 INFO [stderr] | Dec 18 14:49:42.632 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.632 INFO [stderr] | ^^^^^ Dec 18 14:49:42.632 INFO [stderr] ... Dec 18 14:49:42.632 INFO [stderr] 1722 | rt_realloc_excess_used!(rt_pow2_2048bytes_4align_realloc_excess_used, 2048, 4); Dec 18 14:49:42.632 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.632 INFO [stderr] | Dec 18 14:49:42.632 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.633 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.633 INFO [stderr] | Dec 18 14:49:42.633 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.633 INFO [stderr] | Dec 18 14:49:42.633 INFO [stderr] Dec 18 14:49:42.633 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.633 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.633 INFO [stderr] | Dec 18 14:49:42.633 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.633 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.633 INFO [stderr] ... Dec 18 14:49:42.633 INFO [stderr] 1722 | rt_realloc_excess_used!(rt_pow2_2048bytes_4align_realloc_excess_used, 2048, 4); Dec 18 14:49:42.633 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.633 INFO [stderr] Dec 18 14:49:42.633 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.633 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.633 INFO [stderr] | Dec 18 14:49:42.633 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.633 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.633 INFO [stderr] ... Dec 18 14:49:42.633 INFO [stderr] 1722 | rt_realloc_excess_used!(rt_pow2_2048bytes_4align_realloc_excess_used, 2048, 4); Dec 18 14:49:42.633 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.633 INFO [stderr] | Dec 18 14:49:42.633 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.633 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.633 INFO [stderr] | Dec 18 14:49:42.633 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.633 INFO [stderr] | Dec 18 14:49:42.633 INFO [stderr] Dec 18 14:49:42.633 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.633 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.633 INFO [stderr] | Dec 18 14:49:42.633 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.633 INFO [stderr] | ^^^^^ Dec 18 14:49:42.633 INFO [stderr] ... Dec 18 14:49:42.633 INFO [stderr] 1735 | rt_realloc_excess_used!(rt_pow2_4096bytes_4align_realloc_excess_used, 4096, 4); Dec 18 14:49:42.633 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.633 INFO [stderr] | Dec 18 14:49:42.633 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.633 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.633 INFO [stderr] | Dec 18 14:49:42.633 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.633 INFO [stderr] | Dec 18 14:49:42.633 INFO [stderr] Dec 18 14:49:42.633 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.633 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.633 INFO [stderr] | Dec 18 14:49:42.633 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.633 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.633 INFO [stderr] ... Dec 18 14:49:42.633 INFO [stderr] 1735 | rt_realloc_excess_used!(rt_pow2_4096bytes_4align_realloc_excess_used, 4096, 4); Dec 18 14:49:42.633 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.633 INFO [stderr] Dec 18 14:49:42.633 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.633 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.633 INFO [stderr] | Dec 18 14:49:42.633 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.633 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.633 INFO [stderr] ... Dec 18 14:49:42.633 INFO [stderr] 1735 | rt_realloc_excess_used!(rt_pow2_4096bytes_4align_realloc_excess_used, 4096, 4); Dec 18 14:49:42.633 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.633 INFO [stderr] | Dec 18 14:49:42.633 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.633 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.633 INFO [stderr] | Dec 18 14:49:42.633 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.633 INFO [stderr] | Dec 18 14:49:42.633 INFO [stderr] Dec 18 14:49:42.636 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.636 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.636 INFO [stderr] | Dec 18 14:49:42.636 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.636 INFO [stderr] | ^^^^^ Dec 18 14:49:42.636 INFO [stderr] ... Dec 18 14:49:42.636 INFO [stderr] 1748 | rt_realloc_excess_used!(rt_pow2_8192bytes_4align_realloc_excess_used, 8192, 4); Dec 18 14:49:42.636 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.636 INFO [stderr] | Dec 18 14:49:42.636 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.636 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.636 INFO [stderr] | Dec 18 14:49:42.636 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.636 INFO [stderr] | Dec 18 14:49:42.636 INFO [stderr] Dec 18 14:49:42.640 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.640 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.640 INFO [stderr] | Dec 18 14:49:42.640 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.640 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.640 INFO [stderr] ... Dec 18 14:49:42.640 INFO [stderr] 1748 | rt_realloc_excess_used!(rt_pow2_8192bytes_4align_realloc_excess_used, 8192, 4); Dec 18 14:49:42.640 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.640 INFO [stderr] Dec 18 14:49:42.640 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.640 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.640 INFO [stderr] | Dec 18 14:49:42.640 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.640 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.640 INFO [stderr] ... Dec 18 14:49:42.640 INFO [stderr] 1748 | rt_realloc_excess_used!(rt_pow2_8192bytes_4align_realloc_excess_used, 8192, 4); Dec 18 14:49:42.640 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.640 INFO [stderr] | Dec 18 14:49:42.640 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.640 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.640 INFO [stderr] | Dec 18 14:49:42.640 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.640 INFO [stderr] | Dec 18 14:49:42.640 INFO [stderr] Dec 18 14:49:42.640 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.640 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.640 INFO [stderr] | Dec 18 14:49:42.640 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.640 INFO [stderr] | ^^^^^ Dec 18 14:49:42.640 INFO [stderr] ... Dec 18 14:49:42.640 INFO [stderr] 1761 | rt_realloc_excess_used!(rt_pow2_16384bytes_4align_realloc_excess_used, 16384, 4); Dec 18 14:49:42.640 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.640 INFO [stderr] | Dec 18 14:49:42.640 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.640 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.640 INFO [stderr] | Dec 18 14:49:42.640 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.640 INFO [stderr] | Dec 18 14:49:42.640 INFO [stderr] Dec 18 14:49:42.673 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.674 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.674 INFO [stderr] | Dec 18 14:49:42.674 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.674 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.674 INFO [stderr] ... Dec 18 14:49:42.674 INFO [stderr] 1761 | rt_realloc_excess_used!(rt_pow2_16384bytes_4align_realloc_excess_used, 16384, 4); Dec 18 14:49:42.674 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.674 INFO [stderr] Dec 18 14:49:42.674 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.674 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.674 INFO [stderr] | Dec 18 14:49:42.674 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.674 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.674 INFO [stderr] ... Dec 18 14:49:42.674 INFO [stderr] 1761 | rt_realloc_excess_used!(rt_pow2_16384bytes_4align_realloc_excess_used, 16384, 4); Dec 18 14:49:42.674 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.674 INFO [stderr] | Dec 18 14:49:42.674 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.674 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.674 INFO [stderr] | Dec 18 14:49:42.674 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.674 INFO [stderr] | Dec 18 14:49:42.674 INFO [stderr] Dec 18 14:49:42.674 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.674 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.674 INFO [stderr] | Dec 18 14:49:42.674 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.674 INFO [stderr] | ^^^^^ Dec 18 14:49:42.674 INFO [stderr] ... Dec 18 14:49:42.674 INFO [stderr] 1774 | rt_realloc_excess_used!(rt_pow2_32768bytes_4align_realloc_excess_used, 32768, 4); Dec 18 14:49:42.674 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.674 INFO [stderr] | Dec 18 14:49:42.674 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.674 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.674 INFO [stderr] | Dec 18 14:49:42.674 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.674 INFO [stderr] | Dec 18 14:49:42.674 INFO [stderr] Dec 18 14:49:42.674 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.674 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.674 INFO [stderr] | Dec 18 14:49:42.674 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.674 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.674 INFO [stderr] ... Dec 18 14:49:42.674 INFO [stderr] 1774 | rt_realloc_excess_used!(rt_pow2_32768bytes_4align_realloc_excess_used, 32768, 4); Dec 18 14:49:42.674 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.674 INFO [stderr] Dec 18 14:49:42.674 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.674 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.674 INFO [stderr] | Dec 18 14:49:42.674 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.674 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.674 INFO [stderr] ... Dec 18 14:49:42.674 INFO [stderr] 1774 | rt_realloc_excess_used!(rt_pow2_32768bytes_4align_realloc_excess_used, 32768, 4); Dec 18 14:49:42.674 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.674 INFO [stderr] | Dec 18 14:49:42.674 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.674 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.674 INFO [stderr] | Dec 18 14:49:42.674 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.674 INFO [stderr] | Dec 18 14:49:42.674 INFO [stderr] Dec 18 14:49:42.674 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.674 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.674 INFO [stderr] | Dec 18 14:49:42.674 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.674 INFO [stderr] | ^^^^^ Dec 18 14:49:42.674 INFO [stderr] ... Dec 18 14:49:42.674 INFO [stderr] 1787 | rt_realloc_excess_used!(rt_pow2_65536bytes_4align_realloc_excess_used, 65536, 4); Dec 18 14:49:42.674 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.674 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.675 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] Dec 18 14:49:42.675 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.675 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.675 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.675 INFO [stderr] ... Dec 18 14:49:42.675 INFO [stderr] 1787 | rt_realloc_excess_used!(rt_pow2_65536bytes_4align_realloc_excess_used, 65536, 4); Dec 18 14:49:42.675 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.675 INFO [stderr] Dec 18 14:49:42.675 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.675 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.675 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.675 INFO [stderr] ... Dec 18 14:49:42.675 INFO [stderr] 1787 | rt_realloc_excess_used!(rt_pow2_65536bytes_4align_realloc_excess_used, 65536, 4); Dec 18 14:49:42.675 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.675 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] Dec 18 14:49:42.675 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.675 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.675 INFO [stderr] | ^^^^^ Dec 18 14:49:42.675 INFO [stderr] ... Dec 18 14:49:42.675 INFO [stderr] 1800 | rt_realloc_excess_used!(rt_pow2_131072bytes_4align_realloc_excess_used, 131072, 4); Dec 18 14:49:42.675 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.675 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] Dec 18 14:49:42.675 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.675 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.675 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.675 INFO [stderr] ... Dec 18 14:49:42.675 INFO [stderr] 1800 | rt_realloc_excess_used!(rt_pow2_131072bytes_4align_realloc_excess_used, 131072, 4); Dec 18 14:49:42.675 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.675 INFO [stderr] Dec 18 14:49:42.675 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.675 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.675 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.675 INFO [stderr] ... Dec 18 14:49:42.675 INFO [stderr] 1800 | rt_realloc_excess_used!(rt_pow2_131072bytes_4align_realloc_excess_used, 131072, 4); Dec 18 14:49:42.675 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.675 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] Dec 18 14:49:42.675 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.675 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.675 INFO [stderr] | ^^^^^ Dec 18 14:49:42.675 INFO [stderr] ... Dec 18 14:49:42.675 INFO [stderr] 1813 | rt_realloc_excess_used!(rt_pow2_4194304bytes_4align_realloc_excess_used, 4194304, 4); Dec 18 14:49:42.675 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.675 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] Dec 18 14:49:42.675 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.675 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.675 INFO [stderr] | Dec 18 14:49:42.675 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.675 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.675 INFO [stderr] ... Dec 18 14:49:42.675 INFO [stderr] 1813 | rt_realloc_excess_used!(rt_pow2_4194304bytes_4align_realloc_excess_used, 4194304, 4); Dec 18 14:49:42.675 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.675 INFO [stderr] Dec 18 14:49:42.676 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.676 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.676 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.676 INFO [stderr] ... Dec 18 14:49:42.676 INFO [stderr] 1813 | rt_realloc_excess_used!(rt_pow2_4194304bytes_4align_realloc_excess_used, 4194304, 4); Dec 18 14:49:42.676 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.676 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] Dec 18 14:49:42.676 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.676 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.676 INFO [stderr] | ^^^^^ Dec 18 14:49:42.676 INFO [stderr] ... Dec 18 14:49:42.676 INFO [stderr] 1827 | rt_realloc_excess_used!(rt_even_10bytes_4align_realloc_excess_used, 10, 4); Dec 18 14:49:42.676 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.676 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] Dec 18 14:49:42.676 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.676 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.676 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.676 INFO [stderr] ... Dec 18 14:49:42.676 INFO [stderr] 1827 | rt_realloc_excess_used!(rt_even_10bytes_4align_realloc_excess_used, 10, 4); Dec 18 14:49:42.676 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.676 INFO [stderr] Dec 18 14:49:42.676 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.676 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.676 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.676 INFO [stderr] ... Dec 18 14:49:42.676 INFO [stderr] 1827 | rt_realloc_excess_used!(rt_even_10bytes_4align_realloc_excess_used, 10, 4); Dec 18 14:49:42.676 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.676 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] Dec 18 14:49:42.676 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.676 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.676 INFO [stderr] | ^^^^^ Dec 18 14:49:42.676 INFO [stderr] ... Dec 18 14:49:42.676 INFO [stderr] 1840 | rt_realloc_excess_used!(rt_even_100bytes_4align_realloc_excess_used, 100, 4); Dec 18 14:49:42.676 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.676 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] Dec 18 14:49:42.676 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.676 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.676 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.676 INFO [stderr] ... Dec 18 14:49:42.676 INFO [stderr] 1840 | rt_realloc_excess_used!(rt_even_100bytes_4align_realloc_excess_used, 100, 4); Dec 18 14:49:42.676 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.676 INFO [stderr] Dec 18 14:49:42.676 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.676 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.676 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.676 INFO [stderr] ... Dec 18 14:49:42.676 INFO [stderr] 1840 | rt_realloc_excess_used!(rt_even_100bytes_4align_realloc_excess_used, 100, 4); Dec 18 14:49:42.676 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.676 INFO [stderr] | Dec 18 14:49:42.676 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.677 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] Dec 18 14:49:42.677 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.677 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.677 INFO [stderr] | ^^^^^ Dec 18 14:49:42.677 INFO [stderr] ... Dec 18 14:49:42.677 INFO [stderr] 1853 | rt_realloc_excess_used!(rt_even_1000bytes_4align_realloc_excess_used, 1000, 4); Dec 18 14:49:42.677 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.677 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] Dec 18 14:49:42.677 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.677 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.677 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.677 INFO [stderr] ... Dec 18 14:49:42.677 INFO [stderr] 1853 | rt_realloc_excess_used!(rt_even_1000bytes_4align_realloc_excess_used, 1000, 4); Dec 18 14:49:42.677 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.677 INFO [stderr] Dec 18 14:49:42.677 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.677 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.677 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.677 INFO [stderr] ... Dec 18 14:49:42.677 INFO [stderr] 1853 | rt_realloc_excess_used!(rt_even_1000bytes_4align_realloc_excess_used, 1000, 4); Dec 18 14:49:42.677 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.677 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] Dec 18 14:49:42.677 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.677 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.677 INFO [stderr] | ^^^^^ Dec 18 14:49:42.677 INFO [stderr] ... Dec 18 14:49:42.677 INFO [stderr] 1866 | rt_realloc_excess_used!(rt_even_10000bytes_4align_realloc_excess_used, 10000, 4); Dec 18 14:49:42.677 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.677 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] Dec 18 14:49:42.677 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.677 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.677 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.677 INFO [stderr] ... Dec 18 14:49:42.677 INFO [stderr] 1866 | rt_realloc_excess_used!(rt_even_10000bytes_4align_realloc_excess_used, 10000, 4); Dec 18 14:49:42.677 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.677 INFO [stderr] Dec 18 14:49:42.677 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.677 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.677 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.677 INFO [stderr] ... Dec 18 14:49:42.677 INFO [stderr] 1866 | rt_realloc_excess_used!(rt_even_10000bytes_4align_realloc_excess_used, 10000, 4); Dec 18 14:49:42.677 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.677 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] Dec 18 14:49:42.677 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.677 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.677 INFO [stderr] | ^^^^^ Dec 18 14:49:42.677 INFO [stderr] ... Dec 18 14:49:42.677 INFO [stderr] 1879 | rt_realloc_excess_used!(rt_even_100000bytes_4align_realloc_excess_used, 100000, 4); Dec 18 14:49:42.677 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.677 INFO [stderr] | Dec 18 14:49:42.677 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.678 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] Dec 18 14:49:42.678 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.678 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.678 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.678 INFO [stderr] ... Dec 18 14:49:42.678 INFO [stderr] 1879 | rt_realloc_excess_used!(rt_even_100000bytes_4align_realloc_excess_used, 100000, 4); Dec 18 14:49:42.678 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.678 INFO [stderr] Dec 18 14:49:42.678 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.678 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.678 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.678 INFO [stderr] ... Dec 18 14:49:42.678 INFO [stderr] 1879 | rt_realloc_excess_used!(rt_even_100000bytes_4align_realloc_excess_used, 100000, 4); Dec 18 14:49:42.678 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.678 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] Dec 18 14:49:42.678 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.678 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.678 INFO [stderr] | ^^^^^ Dec 18 14:49:42.678 INFO [stderr] ... Dec 18 14:49:42.678 INFO [stderr] 1892 | rt_realloc_excess_used!(rt_even_1000000bytes_4align_realloc_excess_used, 1000000, 4); Dec 18 14:49:42.678 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.678 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] Dec 18 14:49:42.678 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.678 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.678 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.678 INFO [stderr] ... Dec 18 14:49:42.678 INFO [stderr] 1892 | rt_realloc_excess_used!(rt_even_1000000bytes_4align_realloc_excess_used, 1000000, 4); Dec 18 14:49:42.678 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.678 INFO [stderr] Dec 18 14:49:42.678 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.678 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.678 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.678 INFO [stderr] ... Dec 18 14:49:42.678 INFO [stderr] 1892 | rt_realloc_excess_used!(rt_even_1000000bytes_4align_realloc_excess_used, 1000000, 4); Dec 18 14:49:42.678 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.678 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] Dec 18 14:49:42.678 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.678 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.678 INFO [stderr] | ^^^^^ Dec 18 14:49:42.678 INFO [stderr] ... Dec 18 14:49:42.678 INFO [stderr] 1906 | rt_realloc_excess_used!(rt_odd_10bytes_4align_realloc_excess_used, 10- 1, 4); Dec 18 14:49:42.678 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.678 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.678 INFO [stderr] Dec 18 14:49:42.678 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.678 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.678 INFO [stderr] | Dec 18 14:49:42.679 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.679 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.679 INFO [stderr] ... Dec 18 14:49:42.679 INFO [stderr] 1906 | rt_realloc_excess_used!(rt_odd_10bytes_4align_realloc_excess_used, 10- 1, 4); Dec 18 14:49:42.679 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.679 INFO [stderr] Dec 18 14:49:42.679 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.679 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.679 INFO [stderr] | Dec 18 14:49:42.679 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.679 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.679 INFO [stderr] ... Dec 18 14:49:42.679 INFO [stderr] 1906 | rt_realloc_excess_used!(rt_odd_10bytes_4align_realloc_excess_used, 10- 1, 4); Dec 18 14:49:42.679 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.679 INFO [stderr] | Dec 18 14:49:42.679 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.679 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.679 INFO [stderr] | Dec 18 14:49:42.679 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.679 INFO [stderr] | Dec 18 14:49:42.679 INFO [stderr] Dec 18 14:49:42.679 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.679 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.679 INFO [stderr] | Dec 18 14:49:42.679 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.679 INFO [stderr] | ^^^^^ Dec 18 14:49:42.679 INFO [stderr] ... Dec 18 14:49:42.679 INFO [stderr] 1919 | rt_realloc_excess_used!(rt_odd_100bytes_4align_realloc_excess_used, 100- 1, 4); Dec 18 14:49:42.679 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.679 INFO [stderr] | Dec 18 14:49:42.679 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.679 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.679 INFO [stderr] | Dec 18 14:49:42.679 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.679 INFO [stderr] | Dec 18 14:49:42.679 INFO [stderr] Dec 18 14:49:42.679 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.679 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.679 INFO [stderr] | Dec 18 14:49:42.679 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.679 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.679 INFO [stderr] ... Dec 18 14:49:42.679 INFO [stderr] 1919 | rt_realloc_excess_used!(rt_odd_100bytes_4align_realloc_excess_used, 100- 1, 4); Dec 18 14:49:42.679 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.679 INFO [stderr] Dec 18 14:49:42.684 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.684 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.684 INFO [stderr] | Dec 18 14:49:42.684 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.684 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.684 INFO [stderr] ... Dec 18 14:49:42.684 INFO [stderr] 1919 | rt_realloc_excess_used!(rt_odd_100bytes_4align_realloc_excess_used, 100- 1, 4); Dec 18 14:49:42.684 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.684 INFO [stderr] | Dec 18 14:49:42.684 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.684 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.684 INFO [stderr] | Dec 18 14:49:42.684 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.684 INFO [stderr] | Dec 18 14:49:42.684 INFO [stderr] Dec 18 14:49:42.684 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.684 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.684 INFO [stderr] | Dec 18 14:49:42.684 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.684 INFO [stderr] | ^^^^^ Dec 18 14:49:42.684 INFO [stderr] ... Dec 18 14:49:42.684 INFO [stderr] 1932 | rt_realloc_excess_used!(rt_odd_1000bytes_4align_realloc_excess_used, 1000- 1, 4); Dec 18 14:49:42.684 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.684 INFO [stderr] | Dec 18 14:49:42.684 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.684 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.684 INFO [stderr] | Dec 18 14:49:42.684 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.684 INFO [stderr] | Dec 18 14:49:42.684 INFO [stderr] Dec 18 14:49:42.684 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.684 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.684 INFO [stderr] | Dec 18 14:49:42.684 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.684 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.684 INFO [stderr] ... Dec 18 14:49:42.684 INFO [stderr] 1932 | rt_realloc_excess_used!(rt_odd_1000bytes_4align_realloc_excess_used, 1000- 1, 4); Dec 18 14:49:42.684 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.684 INFO [stderr] Dec 18 14:49:42.684 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.684 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.684 INFO [stderr] | Dec 18 14:49:42.684 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.684 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.685 INFO [stderr] ... Dec 18 14:49:42.685 INFO [stderr] 1932 | rt_realloc_excess_used!(rt_odd_1000bytes_4align_realloc_excess_used, 1000- 1, 4); Dec 18 14:49:42.685 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.685 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] Dec 18 14:49:42.685 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.685 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.685 INFO [stderr] | ^^^^^ Dec 18 14:49:42.685 INFO [stderr] ... Dec 18 14:49:42.685 INFO [stderr] 1945 | rt_realloc_excess_used!(rt_odd_10000bytes_4align_realloc_excess_used, 10000- 1, 4); Dec 18 14:49:42.685 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.685 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] Dec 18 14:49:42.685 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.685 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.685 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.685 INFO [stderr] ... Dec 18 14:49:42.685 INFO [stderr] 1945 | rt_realloc_excess_used!(rt_odd_10000bytes_4align_realloc_excess_used, 10000- 1, 4); Dec 18 14:49:42.685 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.685 INFO [stderr] Dec 18 14:49:42.685 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.685 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.685 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.685 INFO [stderr] ... Dec 18 14:49:42.685 INFO [stderr] 1945 | rt_realloc_excess_used!(rt_odd_10000bytes_4align_realloc_excess_used, 10000- 1, 4); Dec 18 14:49:42.685 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.685 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] Dec 18 14:49:42.685 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.685 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.685 INFO [stderr] | ^^^^^ Dec 18 14:49:42.685 INFO [stderr] ... Dec 18 14:49:42.685 INFO [stderr] 1958 | rt_realloc_excess_used!(rt_odd_100000bytes_4align_realloc_excess_used, 100000- 1, 4); Dec 18 14:49:42.685 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.685 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] Dec 18 14:49:42.685 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.685 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.685 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.685 INFO [stderr] ... Dec 18 14:49:42.685 INFO [stderr] 1958 | rt_realloc_excess_used!(rt_odd_100000bytes_4align_realloc_excess_used, 100000- 1, 4); Dec 18 14:49:42.685 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.685 INFO [stderr] Dec 18 14:49:42.685 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.685 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.685 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.685 INFO [stderr] ... Dec 18 14:49:42.685 INFO [stderr] 1958 | rt_realloc_excess_used!(rt_odd_100000bytes_4align_realloc_excess_used, 100000- 1, 4); Dec 18 14:49:42.685 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.685 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.685 INFO [stderr] | Dec 18 14:49:42.685 INFO [stderr] Dec 18 14:49:42.686 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.686 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.686 INFO [stderr] | Dec 18 14:49:42.686 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.686 INFO [stderr] | ^^^^^ Dec 18 14:49:42.686 INFO [stderr] ... Dec 18 14:49:42.686 INFO [stderr] 1971 | rt_realloc_excess_used!(rt_odd_1000000bytes_4align_realloc_excess_used, 1000000- 1, 4); Dec 18 14:49:42.686 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.686 INFO [stderr] | Dec 18 14:49:42.686 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.686 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.686 INFO [stderr] | Dec 18 14:49:42.686 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.686 INFO [stderr] | Dec 18 14:49:42.686 INFO [stderr] Dec 18 14:49:42.686 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.686 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.686 INFO [stderr] | Dec 18 14:49:42.686 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.686 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.686 INFO [stderr] ... Dec 18 14:49:42.686 INFO [stderr] 1971 | rt_realloc_excess_used!(rt_odd_1000000bytes_4align_realloc_excess_used, 1000000- 1, 4); Dec 18 14:49:42.686 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.686 INFO [stderr] Dec 18 14:49:42.700 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.700 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.700 INFO [stderr] | Dec 18 14:49:42.700 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.700 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.700 INFO [stderr] ... Dec 18 14:49:42.700 INFO [stderr] 1971 | rt_realloc_excess_used!(rt_odd_1000000bytes_4align_realloc_excess_used, 1000000- 1, 4); Dec 18 14:49:42.700 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.700 INFO [stderr] | Dec 18 14:49:42.700 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.700 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.700 INFO [stderr] | Dec 18 14:49:42.700 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.700 INFO [stderr] | Dec 18 14:49:42.700 INFO [stderr] Dec 18 14:49:42.700 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.700 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.700 INFO [stderr] | Dec 18 14:49:42.700 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.700 INFO [stderr] | ^^^^^ Dec 18 14:49:42.700 INFO [stderr] ... Dec 18 14:49:42.700 INFO [stderr] 1985 | rt_realloc_excess_used!(rt_primes_3bytes_4align_realloc_excess_used, 3, 4); Dec 18 14:49:42.701 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.701 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] Dec 18 14:49:42.701 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.701 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.701 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.701 INFO [stderr] ... Dec 18 14:49:42.701 INFO [stderr] 1985 | rt_realloc_excess_used!(rt_primes_3bytes_4align_realloc_excess_used, 3, 4); Dec 18 14:49:42.701 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.701 INFO [stderr] Dec 18 14:49:42.701 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.701 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.701 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.701 INFO [stderr] ... Dec 18 14:49:42.701 INFO [stderr] 1985 | rt_realloc_excess_used!(rt_primes_3bytes_4align_realloc_excess_used, 3, 4); Dec 18 14:49:42.701 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.701 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] Dec 18 14:49:42.701 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.701 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.701 INFO [stderr] | ^^^^^ Dec 18 14:49:42.701 INFO [stderr] ... Dec 18 14:49:42.701 INFO [stderr] 1998 | rt_realloc_excess_used!(rt_primes_7bytes_4align_realloc_excess_used, 7, 4); Dec 18 14:49:42.701 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.701 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] Dec 18 14:49:42.701 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.701 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.701 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.701 INFO [stderr] ... Dec 18 14:49:42.701 INFO [stderr] 1998 | rt_realloc_excess_used!(rt_primes_7bytes_4align_realloc_excess_used, 7, 4); Dec 18 14:49:42.701 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.701 INFO [stderr] Dec 18 14:49:42.701 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.701 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.701 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.701 INFO [stderr] ... Dec 18 14:49:42.701 INFO [stderr] 1998 | rt_realloc_excess_used!(rt_primes_7bytes_4align_realloc_excess_used, 7, 4); Dec 18 14:49:42.701 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.701 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] Dec 18 14:49:42.701 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.701 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.701 INFO [stderr] | ^^^^^ Dec 18 14:49:42.701 INFO [stderr] ... Dec 18 14:49:42.701 INFO [stderr] 2011 | rt_realloc_excess_used!(rt_primes_13bytes_4align_realloc_excess_used, 13, 4); Dec 18 14:49:42.701 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.701 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] Dec 18 14:49:42.701 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.701 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.701 INFO [stderr] | Dec 18 14:49:42.701 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.701 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.701 INFO [stderr] ... Dec 18 14:49:42.701 INFO [stderr] 2011 | rt_realloc_excess_used!(rt_primes_13bytes_4align_realloc_excess_used, 13, 4); Dec 18 14:49:42.701 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.702 INFO [stderr] Dec 18 14:49:42.702 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.702 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.702 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.702 INFO [stderr] ... Dec 18 14:49:42.702 INFO [stderr] 2011 | rt_realloc_excess_used!(rt_primes_13bytes_4align_realloc_excess_used, 13, 4); Dec 18 14:49:42.702 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.702 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] Dec 18 14:49:42.702 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.702 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.702 INFO [stderr] | ^^^^^ Dec 18 14:49:42.702 INFO [stderr] ... Dec 18 14:49:42.702 INFO [stderr] 2024 | rt_realloc_excess_used!(rt_primes_17bytes_4align_realloc_excess_used, 17, 4); Dec 18 14:49:42.702 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.702 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] Dec 18 14:49:42.702 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.702 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.702 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.702 INFO [stderr] ... Dec 18 14:49:42.702 INFO [stderr] 2024 | rt_realloc_excess_used!(rt_primes_17bytes_4align_realloc_excess_used, 17, 4); Dec 18 14:49:42.702 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.702 INFO [stderr] Dec 18 14:49:42.702 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.702 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.702 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.702 INFO [stderr] ... Dec 18 14:49:42.702 INFO [stderr] 2024 | rt_realloc_excess_used!(rt_primes_17bytes_4align_realloc_excess_used, 17, 4); Dec 18 14:49:42.702 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.702 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] Dec 18 14:49:42.702 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.702 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.702 INFO [stderr] | ^^^^^ Dec 18 14:49:42.702 INFO [stderr] ... Dec 18 14:49:42.702 INFO [stderr] 2037 | rt_realloc_excess_used!(rt_primes_31bytes_4align_realloc_excess_used, 31, 4); Dec 18 14:49:42.702 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.702 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] Dec 18 14:49:42.702 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.702 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.702 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.702 INFO [stderr] ... Dec 18 14:49:42.702 INFO [stderr] 2037 | rt_realloc_excess_used!(rt_primes_31bytes_4align_realloc_excess_used, 31, 4); Dec 18 14:49:42.702 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.702 INFO [stderr] Dec 18 14:49:42.702 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.702 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.702 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.702 INFO [stderr] ... Dec 18 14:49:42.702 INFO [stderr] 2037 | rt_realloc_excess_used!(rt_primes_31bytes_4align_realloc_excess_used, 31, 4); Dec 18 14:49:42.702 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.702 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.702 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.702 INFO [stderr] | Dec 18 14:49:42.703 INFO [stderr] Dec 18 14:49:42.703 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.703 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.703 INFO [stderr] | Dec 18 14:49:42.703 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.703 INFO [stderr] | ^^^^^ Dec 18 14:49:42.703 INFO [stderr] ... Dec 18 14:49:42.703 INFO [stderr] 2050 | rt_realloc_excess_used!(rt_primes_61bytes_4align_realloc_excess_used, 61, 4); Dec 18 14:49:42.703 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.703 INFO [stderr] | Dec 18 14:49:42.703 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.703 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.703 INFO [stderr] | Dec 18 14:49:42.703 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.703 INFO [stderr] | Dec 18 14:49:42.703 INFO [stderr] Dec 18 14:49:42.703 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.703 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.703 INFO [stderr] | Dec 18 14:49:42.703 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.703 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.703 INFO [stderr] ... Dec 18 14:49:42.703 INFO [stderr] 2050 | rt_realloc_excess_used!(rt_primes_61bytes_4align_realloc_excess_used, 61, 4); Dec 18 14:49:42.703 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.703 INFO [stderr] Dec 18 14:49:42.704 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.704 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.704 INFO [stderr] | Dec 18 14:49:42.704 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.704 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.704 INFO [stderr] ... Dec 18 14:49:42.704 INFO [stderr] 2050 | rt_realloc_excess_used!(rt_primes_61bytes_4align_realloc_excess_used, 61, 4); Dec 18 14:49:42.704 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.704 INFO [stderr] | Dec 18 14:49:42.704 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.704 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.704 INFO [stderr] | Dec 18 14:49:42.704 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.704 INFO [stderr] | Dec 18 14:49:42.704 INFO [stderr] Dec 18 14:49:42.704 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.704 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.705 INFO [stderr] | Dec 18 14:49:42.705 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.705 INFO [stderr] | ^^^^^ Dec 18 14:49:42.705 INFO [stderr] ... Dec 18 14:49:42.705 INFO [stderr] 2063 | rt_realloc_excess_used!(rt_primes_96bytes_4align_realloc_excess_used, 96, 4); Dec 18 14:49:42.705 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.705 INFO [stderr] | Dec 18 14:49:42.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.705 INFO [stderr] | Dec 18 14:49:42.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.705 INFO [stderr] | Dec 18 14:49:42.705 INFO [stderr] Dec 18 14:49:42.705 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.705 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.705 INFO [stderr] | Dec 18 14:49:42.705 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.705 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.705 INFO [stderr] ... Dec 18 14:49:42.705 INFO [stderr] 2063 | rt_realloc_excess_used!(rt_primes_96bytes_4align_realloc_excess_used, 96, 4); Dec 18 14:49:42.705 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.705 INFO [stderr] Dec 18 14:49:42.705 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.705 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.705 INFO [stderr] | Dec 18 14:49:42.705 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.705 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.705 INFO [stderr] ... Dec 18 14:49:42.705 INFO [stderr] 2063 | rt_realloc_excess_used!(rt_primes_96bytes_4align_realloc_excess_used, 96, 4); Dec 18 14:49:42.705 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.705 INFO [stderr] | Dec 18 14:49:42.705 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.705 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.705 INFO [stderr] | Dec 18 14:49:42.705 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.705 INFO [stderr] | Dec 18 14:49:42.705 INFO [stderr] Dec 18 14:49:42.708 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.708 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.708 INFO [stderr] | Dec 18 14:49:42.708 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.708 INFO [stderr] | ^^^^^ Dec 18 14:49:42.708 INFO [stderr] ... Dec 18 14:49:42.708 INFO [stderr] 2076 | rt_realloc_excess_used!(rt_primes_127bytes_4align_realloc_excess_used, 127, 4); Dec 18 14:49:42.708 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.708 INFO [stderr] | Dec 18 14:49:42.708 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.708 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.708 INFO [stderr] | Dec 18 14:49:42.708 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.708 INFO [stderr] | Dec 18 14:49:42.708 INFO [stderr] Dec 18 14:49:42.708 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.708 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.709 INFO [stderr] | Dec 18 14:49:42.709 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.709 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.709 INFO [stderr] ... Dec 18 14:49:42.709 INFO [stderr] 2076 | rt_realloc_excess_used!(rt_primes_127bytes_4align_realloc_excess_used, 127, 4); Dec 18 14:49:42.709 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.709 INFO [stderr] Dec 18 14:49:42.709 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.709 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.709 INFO [stderr] | Dec 18 14:49:42.709 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.709 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.709 INFO [stderr] ... Dec 18 14:49:42.709 INFO [stderr] 2076 | rt_realloc_excess_used!(rt_primes_127bytes_4align_realloc_excess_used, 127, 4); Dec 18 14:49:42.709 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.709 INFO [stderr] | Dec 18 14:49:42.709 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.709 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.709 INFO [stderr] | Dec 18 14:49:42.709 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.709 INFO [stderr] | Dec 18 14:49:42.709 INFO [stderr] Dec 18 14:49:42.709 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.709 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.709 INFO [stderr] | Dec 18 14:49:42.709 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.709 INFO [stderr] | ^^^^^ Dec 18 14:49:42.709 INFO [stderr] ... Dec 18 14:49:42.709 INFO [stderr] 2089 | rt_realloc_excess_used!(rt_primes_257bytes_4align_realloc_excess_used, 257, 4); Dec 18 14:49:42.709 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.709 INFO [stderr] | Dec 18 14:49:42.709 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.709 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.709 INFO [stderr] | Dec 18 14:49:42.709 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.709 INFO [stderr] | Dec 18 14:49:42.709 INFO [stderr] Dec 18 14:49:42.709 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.709 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.709 INFO [stderr] | Dec 18 14:49:42.709 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.709 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.709 INFO [stderr] ... Dec 18 14:49:42.709 INFO [stderr] 2089 | rt_realloc_excess_used!(rt_primes_257bytes_4align_realloc_excess_used, 257, 4); Dec 18 14:49:42.709 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.709 INFO [stderr] Dec 18 14:49:42.712 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.712 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.712 INFO [stderr] | Dec 18 14:49:42.712 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.712 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.712 INFO [stderr] ... Dec 18 14:49:42.712 INFO [stderr] 2089 | rt_realloc_excess_used!(rt_primes_257bytes_4align_realloc_excess_used, 257, 4); Dec 18 14:49:42.712 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.712 INFO [stderr] | Dec 18 14:49:42.712 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.712 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.712 INFO [stderr] | Dec 18 14:49:42.712 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.712 INFO [stderr] | Dec 18 14:49:42.712 INFO [stderr] Dec 18 14:49:42.712 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.712 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.712 INFO [stderr] | Dec 18 14:49:42.712 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.712 INFO [stderr] | ^^^^^ Dec 18 14:49:42.712 INFO [stderr] ... Dec 18 14:49:42.712 INFO [stderr] 2102 | rt_realloc_excess_used!(rt_primes_509bytes_4align_realloc_excess_used, 509, 4); Dec 18 14:49:42.712 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.712 INFO [stderr] | Dec 18 14:49:42.712 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.712 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.712 INFO [stderr] | Dec 18 14:49:42.712 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.712 INFO [stderr] | Dec 18 14:49:42.712 INFO [stderr] Dec 18 14:49:42.712 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.712 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.712 INFO [stderr] | Dec 18 14:49:42.712 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.712 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.712 INFO [stderr] ... Dec 18 14:49:42.712 INFO [stderr] 2102 | rt_realloc_excess_used!(rt_primes_509bytes_4align_realloc_excess_used, 509, 4); Dec 18 14:49:42.712 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.712 INFO [stderr] Dec 18 14:49:42.712 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.712 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.712 INFO [stderr] | Dec 18 14:49:42.712 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.712 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.712 INFO [stderr] ... Dec 18 14:49:42.712 INFO [stderr] 2102 | rt_realloc_excess_used!(rt_primes_509bytes_4align_realloc_excess_used, 509, 4); Dec 18 14:49:42.712 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.712 INFO [stderr] | Dec 18 14:49:42.712 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.712 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.712 INFO [stderr] | Dec 18 14:49:42.712 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.713 INFO [stderr] | Dec 18 14:49:42.713 INFO [stderr] Dec 18 14:49:42.716 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.716 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.716 INFO [stderr] | Dec 18 14:49:42.716 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.716 INFO [stderr] | ^^^^^ Dec 18 14:49:42.716 INFO [stderr] ... Dec 18 14:49:42.716 INFO [stderr] 2115 | rt_realloc_excess_used!(rt_primes_1021bytes_4align_realloc_excess_used, 1021, 4); Dec 18 14:49:42.716 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.716 INFO [stderr] | Dec 18 14:49:42.716 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.716 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.716 INFO [stderr] | Dec 18 14:49:42.716 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.716 INFO [stderr] | Dec 18 14:49:42.716 INFO [stderr] Dec 18 14:49:42.716 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.716 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.716 INFO [stderr] | Dec 18 14:49:42.716 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.716 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.716 INFO [stderr] ... Dec 18 14:49:42.716 INFO [stderr] 2115 | rt_realloc_excess_used!(rt_primes_1021bytes_4align_realloc_excess_used, 1021, 4); Dec 18 14:49:42.716 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.716 INFO [stderr] Dec 18 14:49:42.716 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.716 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.716 INFO [stderr] | Dec 18 14:49:42.716 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.716 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.716 INFO [stderr] ... Dec 18 14:49:42.716 INFO [stderr] 2115 | rt_realloc_excess_used!(rt_primes_1021bytes_4align_realloc_excess_used, 1021, 4); Dec 18 14:49:42.716 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.716 INFO [stderr] | Dec 18 14:49:42.716 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.716 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.716 INFO [stderr] | Dec 18 14:49:42.716 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.716 INFO [stderr] | Dec 18 14:49:42.716 INFO [stderr] Dec 18 14:49:42.716 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.716 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.716 INFO [stderr] | Dec 18 14:49:42.716 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.716 INFO [stderr] | ^^^^^ Dec 18 14:49:42.716 INFO [stderr] ... Dec 18 14:49:42.716 INFO [stderr] 2128 | rt_realloc_excess_used!(rt_primes_2039bytes_4align_realloc_excess_used, 2039, 4); Dec 18 14:49:42.716 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.716 INFO [stderr] | Dec 18 14:49:42.716 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.716 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.717 INFO [stderr] | Dec 18 14:49:42.717 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.717 INFO [stderr] | Dec 18 14:49:42.717 INFO [stderr] Dec 18 14:49:42.717 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.717 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.717 INFO [stderr] | Dec 18 14:49:42.717 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.717 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.717 INFO [stderr] ... Dec 18 14:49:42.717 INFO [stderr] 2128 | rt_realloc_excess_used!(rt_primes_2039bytes_4align_realloc_excess_used, 2039, 4); Dec 18 14:49:42.717 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.717 INFO [stderr] Dec 18 14:49:42.717 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.717 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.717 INFO [stderr] | Dec 18 14:49:42.717 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.717 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.717 INFO [stderr] ... Dec 18 14:49:42.717 INFO [stderr] 2128 | rt_realloc_excess_used!(rt_primes_2039bytes_4align_realloc_excess_used, 2039, 4); Dec 18 14:49:42.717 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.717 INFO [stderr] | Dec 18 14:49:42.717 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.717 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.717 INFO [stderr] | Dec 18 14:49:42.717 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.717 INFO [stderr] | Dec 18 14:49:42.717 INFO [stderr] Dec 18 14:49:42.724 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.724 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.724 INFO [stderr] | Dec 18 14:49:42.724 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.724 INFO [stderr] | ^^^^^ Dec 18 14:49:42.724 INFO [stderr] ... Dec 18 14:49:42.724 INFO [stderr] 2141 | rt_realloc_excess_used!(rt_primes_4093bytes_4align_realloc_excess_used, 4093, 4); Dec 18 14:49:42.724 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.724 INFO [stderr] | Dec 18 14:49:42.724 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.724 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.724 INFO [stderr] | Dec 18 14:49:42.724 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.724 INFO [stderr] | Dec 18 14:49:42.724 INFO [stderr] Dec 18 14:49:42.724 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.724 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.724 INFO [stderr] | Dec 18 14:49:42.724 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.724 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.724 INFO [stderr] ... Dec 18 14:49:42.724 INFO [stderr] 2141 | rt_realloc_excess_used!(rt_primes_4093bytes_4align_realloc_excess_used, 4093, 4); Dec 18 14:49:42.724 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.724 INFO [stderr] Dec 18 14:49:42.724 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.724 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.724 INFO [stderr] | Dec 18 14:49:42.724 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.724 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.724 INFO [stderr] ... Dec 18 14:49:42.724 INFO [stderr] 2141 | rt_realloc_excess_used!(rt_primes_4093bytes_4align_realloc_excess_used, 4093, 4); Dec 18 14:49:42.724 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.724 INFO [stderr] | Dec 18 14:49:42.724 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.724 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.724 INFO [stderr] | Dec 18 14:49:42.724 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.724 INFO [stderr] | Dec 18 14:49:42.724 INFO [stderr] Dec 18 14:49:42.724 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.724 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.724 INFO [stderr] | Dec 18 14:49:42.724 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.724 INFO [stderr] | ^^^^^ Dec 18 14:49:42.724 INFO [stderr] ... Dec 18 14:49:42.724 INFO [stderr] 2154 | rt_realloc_excess_used!(rt_primes_8191bytes_4align_realloc_excess_used, 8191, 4); Dec 18 14:49:42.724 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.725 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] Dec 18 14:49:42.725 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.725 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.725 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.725 INFO [stderr] ... Dec 18 14:49:42.725 INFO [stderr] 2154 | rt_realloc_excess_used!(rt_primes_8191bytes_4align_realloc_excess_used, 8191, 4); Dec 18 14:49:42.725 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.725 INFO [stderr] Dec 18 14:49:42.725 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.725 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.725 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.725 INFO [stderr] ... Dec 18 14:49:42.725 INFO [stderr] 2154 | rt_realloc_excess_used!(rt_primes_8191bytes_4align_realloc_excess_used, 8191, 4); Dec 18 14:49:42.725 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.725 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] Dec 18 14:49:42.725 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.725 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.725 INFO [stderr] | ^^^^^ Dec 18 14:49:42.725 INFO [stderr] ... Dec 18 14:49:42.725 INFO [stderr] 2167 | rt_realloc_excess_used!(rt_primes_16381bytes_4align_realloc_excess_used, 16381, 4); Dec 18 14:49:42.725 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.725 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] Dec 18 14:49:42.725 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.725 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.725 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.725 INFO [stderr] ... Dec 18 14:49:42.725 INFO [stderr] 2167 | rt_realloc_excess_used!(rt_primes_16381bytes_4align_realloc_excess_used, 16381, 4); Dec 18 14:49:42.725 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.725 INFO [stderr] Dec 18 14:49:42.725 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.725 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.725 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.725 INFO [stderr] ... Dec 18 14:49:42.725 INFO [stderr] 2167 | rt_realloc_excess_used!(rt_primes_16381bytes_4align_realloc_excess_used, 16381, 4); Dec 18 14:49:42.725 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.725 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] Dec 18 14:49:42.725 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.725 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.725 INFO [stderr] | ^^^^^ Dec 18 14:49:42.725 INFO [stderr] ... Dec 18 14:49:42.725 INFO [stderr] 2180 | rt_realloc_excess_used!(rt_primes_32749bytes_4align_realloc_excess_used, 32749, 4); Dec 18 14:49:42.725 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.725 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.725 INFO [stderr] | Dec 18 14:49:42.725 INFO [stderr] Dec 18 14:49:42.731 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.731 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.731 INFO [stderr] | Dec 18 14:49:42.731 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.731 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.731 INFO [stderr] ... Dec 18 14:49:42.731 INFO [stderr] 2180 | rt_realloc_excess_used!(rt_primes_32749bytes_4align_realloc_excess_used, 32749, 4); Dec 18 14:49:42.731 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.731 INFO [stderr] Dec 18 14:49:42.731 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.731 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.731 INFO [stderr] | Dec 18 14:49:42.731 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.731 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.731 INFO [stderr] ... Dec 18 14:49:42.731 INFO [stderr] 2180 | rt_realloc_excess_used!(rt_primes_32749bytes_4align_realloc_excess_used, 32749, 4); Dec 18 14:49:42.731 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.731 INFO [stderr] | Dec 18 14:49:42.731 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.731 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.731 INFO [stderr] | Dec 18 14:49:42.731 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] Dec 18 14:49:42.732 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.732 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.732 INFO [stderr] | ^^^^^ Dec 18 14:49:42.732 INFO [stderr] ... Dec 18 14:49:42.732 INFO [stderr] 2193 | rt_realloc_excess_used!(rt_primes_65537bytes_4align_realloc_excess_used, 65537, 4); Dec 18 14:49:42.732 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.732 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] Dec 18 14:49:42.732 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.732 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.732 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.732 INFO [stderr] ... Dec 18 14:49:42.732 INFO [stderr] 2193 | rt_realloc_excess_used!(rt_primes_65537bytes_4align_realloc_excess_used, 65537, 4); Dec 18 14:49:42.732 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.732 INFO [stderr] Dec 18 14:49:42.732 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.732 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.732 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.732 INFO [stderr] ... Dec 18 14:49:42.732 INFO [stderr] 2193 | rt_realloc_excess_used!(rt_primes_65537bytes_4align_realloc_excess_used, 65537, 4); Dec 18 14:49:42.732 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.732 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] Dec 18 14:49:42.732 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.732 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.732 INFO [stderr] | ^^^^^ Dec 18 14:49:42.732 INFO [stderr] ... Dec 18 14:49:42.732 INFO [stderr] 2206 | rt_realloc_excess_used!(rt_primes_131071bytes_4align_realloc_excess_used, 131071, 4); Dec 18 14:49:42.732 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.732 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] Dec 18 14:49:42.732 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.732 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.732 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.732 INFO [stderr] ... Dec 18 14:49:42.732 INFO [stderr] 2206 | rt_realloc_excess_used!(rt_primes_131071bytes_4align_realloc_excess_used, 131071, 4); Dec 18 14:49:42.732 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.732 INFO [stderr] Dec 18 14:49:42.732 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.732 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.732 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.732 INFO [stderr] ... Dec 18 14:49:42.732 INFO [stderr] 2206 | rt_realloc_excess_used!(rt_primes_131071bytes_4align_realloc_excess_used, 131071, 4); Dec 18 14:49:42.732 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.732 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.732 INFO [stderr] | Dec 18 14:49:42.732 INFO [stderr] Dec 18 14:49:42.736 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.736 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.736 INFO [stderr] | Dec 18 14:49:42.736 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.736 INFO [stderr] | ^^^^^ Dec 18 14:49:42.736 INFO [stderr] ... Dec 18 14:49:42.736 INFO [stderr] 2219 | rt_realloc_excess_used!(rt_primes_4194301bytes_4align_realloc_excess_used, 4194301, 4); Dec 18 14:49:42.736 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.736 INFO [stderr] | Dec 18 14:49:42.736 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.736 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.736 INFO [stderr] | Dec 18 14:49:42.736 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.736 INFO [stderr] | Dec 18 14:49:42.736 INFO [stderr] Dec 18 14:49:42.736 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.736 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.736 INFO [stderr] | Dec 18 14:49:42.736 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.736 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.736 INFO [stderr] ... Dec 18 14:49:42.736 INFO [stderr] 2219 | rt_realloc_excess_used!(rt_primes_4194301bytes_4align_realloc_excess_used, 4194301, 4); Dec 18 14:49:42.736 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.736 INFO [stderr] Dec 18 14:49:42.736 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.736 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.736 INFO [stderr] | Dec 18 14:49:42.736 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.736 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.736 INFO [stderr] ... Dec 18 14:49:42.736 INFO [stderr] 2219 | rt_realloc_excess_used!(rt_primes_4194301bytes_4align_realloc_excess_used, 4194301, 4); Dec 18 14:49:42.736 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.736 INFO [stderr] | Dec 18 14:49:42.736 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.736 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.736 INFO [stderr] | Dec 18 14:49:42.736 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.736 INFO [stderr] | Dec 18 14:49:42.736 INFO [stderr] Dec 18 14:49:42.736 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.736 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.736 INFO [stderr] | Dec 18 14:49:42.736 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.736 INFO [stderr] | ^^^^^ Dec 18 14:49:42.736 INFO [stderr] ... Dec 18 14:49:42.736 INFO [stderr] 2235 | rt_realloc_excess_used!(rt_pow2_1bytes_8align_realloc_excess_used, 1, 8); Dec 18 14:49:42.736 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.737 INFO [stderr] | Dec 18 14:49:42.737 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.737 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.737 INFO [stderr] | Dec 18 14:49:42.737 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.737 INFO [stderr] | Dec 18 14:49:42.737 INFO [stderr] Dec 18 14:49:42.737 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.737 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.737 INFO [stderr] | Dec 18 14:49:42.737 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.737 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.737 INFO [stderr] ... Dec 18 14:49:42.737 INFO [stderr] 2235 | rt_realloc_excess_used!(rt_pow2_1bytes_8align_realloc_excess_used, 1, 8); Dec 18 14:49:42.737 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.737 INFO [stderr] Dec 18 14:49:42.740 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.740 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.740 INFO [stderr] | Dec 18 14:49:42.740 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.740 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.740 INFO [stderr] ... Dec 18 14:49:42.740 INFO [stderr] 2235 | rt_realloc_excess_used!(rt_pow2_1bytes_8align_realloc_excess_used, 1, 8); Dec 18 14:49:42.740 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.740 INFO [stderr] | Dec 18 14:49:42.740 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.740 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.740 INFO [stderr] | Dec 18 14:49:42.740 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.740 INFO [stderr] | Dec 18 14:49:42.740 INFO [stderr] Dec 18 14:49:42.740 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.740 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.740 INFO [stderr] | Dec 18 14:49:42.740 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.740 INFO [stderr] | ^^^^^ Dec 18 14:49:42.740 INFO [stderr] ... Dec 18 14:49:42.740 INFO [stderr] 2248 | rt_realloc_excess_used!(rt_pow2_2bytes_8align_realloc_excess_used, 2, 8); Dec 18 14:49:42.740 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.740 INFO [stderr] | Dec 18 14:49:42.740 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.740 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.740 INFO [stderr] | Dec 18 14:49:42.740 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.740 INFO [stderr] | Dec 18 14:49:42.740 INFO [stderr] Dec 18 14:49:42.740 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.740 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.740 INFO [stderr] | Dec 18 14:49:42.740 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.740 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.740 INFO [stderr] ... Dec 18 14:49:42.740 INFO [stderr] 2248 | rt_realloc_excess_used!(rt_pow2_2bytes_8align_realloc_excess_used, 2, 8); Dec 18 14:49:42.740 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.740 INFO [stderr] Dec 18 14:49:42.740 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.740 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.740 INFO [stderr] | Dec 18 14:49:42.740 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.740 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.740 INFO [stderr] ... Dec 18 14:49:42.740 INFO [stderr] 2248 | rt_realloc_excess_used!(rt_pow2_2bytes_8align_realloc_excess_used, 2, 8); Dec 18 14:49:42.740 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.740 INFO [stderr] | Dec 18 14:49:42.740 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.740 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.740 INFO [stderr] | Dec 18 14:49:42.740 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.740 INFO [stderr] | Dec 18 14:49:42.740 INFO [stderr] Dec 18 14:49:42.744 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.744 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.744 INFO [stderr] | Dec 18 14:49:42.744 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.744 INFO [stderr] | ^^^^^ Dec 18 14:49:42.744 INFO [stderr] ... Dec 18 14:49:42.744 INFO [stderr] 2261 | rt_realloc_excess_used!(rt_pow2_4bytes_8align_realloc_excess_used, 4, 8); Dec 18 14:49:42.744 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.744 INFO [stderr] | Dec 18 14:49:42.744 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.744 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.744 INFO [stderr] | Dec 18 14:49:42.744 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.744 INFO [stderr] | Dec 18 14:49:42.744 INFO [stderr] Dec 18 14:49:42.744 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.744 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.744 INFO [stderr] | Dec 18 14:49:42.744 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.744 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.744 INFO [stderr] ... Dec 18 14:49:42.744 INFO [stderr] 2261 | rt_realloc_excess_used!(rt_pow2_4bytes_8align_realloc_excess_used, 4, 8); Dec 18 14:49:42.744 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.744 INFO [stderr] Dec 18 14:49:42.744 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.744 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.744 INFO [stderr] | Dec 18 14:49:42.744 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.744 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.744 INFO [stderr] ... Dec 18 14:49:42.744 INFO [stderr] 2261 | rt_realloc_excess_used!(rt_pow2_4bytes_8align_realloc_excess_used, 4, 8); Dec 18 14:49:42.744 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.744 INFO [stderr] | Dec 18 14:49:42.744 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.744 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.744 INFO [stderr] | Dec 18 14:49:42.744 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.744 INFO [stderr] | Dec 18 14:49:42.744 INFO [stderr] Dec 18 14:49:42.744 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.744 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.744 INFO [stderr] | Dec 18 14:49:42.744 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.744 INFO [stderr] | ^^^^^ Dec 18 14:49:42.744 INFO [stderr] ... Dec 18 14:49:42.744 INFO [stderr] 2274 | rt_realloc_excess_used!(rt_pow2_8bytes_8align_realloc_excess_used, 8, 8); Dec 18 14:49:42.744 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.744 INFO [stderr] | Dec 18 14:49:42.744 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.744 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.744 INFO [stderr] | Dec 18 14:49:42.744 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.745 INFO [stderr] | Dec 18 14:49:42.745 INFO [stderr] Dec 18 14:49:42.745 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.745 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.745 INFO [stderr] | Dec 18 14:49:42.745 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.745 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.745 INFO [stderr] ... Dec 18 14:49:42.745 INFO [stderr] 2274 | rt_realloc_excess_used!(rt_pow2_8bytes_8align_realloc_excess_used, 8, 8); Dec 18 14:49:42.745 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.745 INFO [stderr] Dec 18 14:49:42.748 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.748 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.748 INFO [stderr] | Dec 18 14:49:42.748 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.748 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.748 INFO [stderr] ... Dec 18 14:49:42.748 INFO [stderr] 2274 | rt_realloc_excess_used!(rt_pow2_8bytes_8align_realloc_excess_used, 8, 8); Dec 18 14:49:42.748 INFO [stderr] | ------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.748 INFO [stderr] | Dec 18 14:49:42.748 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.748 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.748 INFO [stderr] | Dec 18 14:49:42.748 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.748 INFO [stderr] | Dec 18 14:49:42.748 INFO [stderr] Dec 18 14:49:42.748 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.748 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.748 INFO [stderr] | Dec 18 14:49:42.748 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.748 INFO [stderr] | ^^^^^ Dec 18 14:49:42.748 INFO [stderr] ... Dec 18 14:49:42.748 INFO [stderr] 2287 | rt_realloc_excess_used!(rt_pow2_16bytes_8align_realloc_excess_used, 16, 8); Dec 18 14:49:42.748 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.748 INFO [stderr] | Dec 18 14:49:42.748 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.748 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.748 INFO [stderr] | Dec 18 14:49:42.748 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.748 INFO [stderr] | Dec 18 14:49:42.748 INFO [stderr] Dec 18 14:49:42.748 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.748 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.748 INFO [stderr] | Dec 18 14:49:42.748 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.748 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.748 INFO [stderr] ... Dec 18 14:49:42.748 INFO [stderr] 2287 | rt_realloc_excess_used!(rt_pow2_16bytes_8align_realloc_excess_used, 16, 8); Dec 18 14:49:42.748 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.748 INFO [stderr] Dec 18 14:49:42.748 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.748 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.748 INFO [stderr] | Dec 18 14:49:42.748 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.748 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.748 INFO [stderr] ... Dec 18 14:49:42.748 INFO [stderr] 2287 | rt_realloc_excess_used!(rt_pow2_16bytes_8align_realloc_excess_used, 16, 8); Dec 18 14:49:42.748 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.748 INFO [stderr] | Dec 18 14:49:42.748 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.748 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.749 INFO [stderr] | Dec 18 14:49:42.749 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.749 INFO [stderr] | Dec 18 14:49:42.749 INFO [stderr] Dec 18 14:49:42.750 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.750 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.750 INFO [stderr] | Dec 18 14:49:42.750 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.750 INFO [stderr] | ^^^^^ Dec 18 14:49:42.750 INFO [stderr] ... Dec 18 14:49:42.750 INFO [stderr] 2300 | rt_realloc_excess_used!(rt_pow2_32bytes_8align_realloc_excess_used, 32, 8); Dec 18 14:49:42.750 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.750 INFO [stderr] | Dec 18 14:49:42.750 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.750 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.750 INFO [stderr] | Dec 18 14:49:42.750 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.750 INFO [stderr] | Dec 18 14:49:42.750 INFO [stderr] Dec 18 14:49:42.750 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.750 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.750 INFO [stderr] | Dec 18 14:49:42.750 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.750 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.750 INFO [stderr] ... Dec 18 14:49:42.750 INFO [stderr] 2300 | rt_realloc_excess_used!(rt_pow2_32bytes_8align_realloc_excess_used, 32, 8); Dec 18 14:49:42.750 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.750 INFO [stderr] Dec 18 14:49:42.750 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.750 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.750 INFO [stderr] | Dec 18 14:49:42.750 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.750 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.750 INFO [stderr] ... Dec 18 14:49:42.750 INFO [stderr] 2300 | rt_realloc_excess_used!(rt_pow2_32bytes_8align_realloc_excess_used, 32, 8); Dec 18 14:49:42.750 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.750 INFO [stderr] | Dec 18 14:49:42.750 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.750 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.750 INFO [stderr] | Dec 18 14:49:42.750 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.750 INFO [stderr] | Dec 18 14:49:42.750 INFO [stderr] Dec 18 14:49:42.752 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.752 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.752 INFO [stderr] | Dec 18 14:49:42.752 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.752 INFO [stderr] | ^^^^^ Dec 18 14:49:42.752 INFO [stderr] ... Dec 18 14:49:42.752 INFO [stderr] 2313 | rt_realloc_excess_used!(rt_pow2_64bytes_8align_realloc_excess_used, 64, 8); Dec 18 14:49:42.752 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.752 INFO [stderr] | Dec 18 14:49:42.752 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.752 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.752 INFO [stderr] | Dec 18 14:49:42.752 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.752 INFO [stderr] | Dec 18 14:49:42.752 INFO [stderr] Dec 18 14:49:42.752 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.752 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.752 INFO [stderr] | Dec 18 14:49:42.752 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.752 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.752 INFO [stderr] ... Dec 18 14:49:42.752 INFO [stderr] 2313 | rt_realloc_excess_used!(rt_pow2_64bytes_8align_realloc_excess_used, 64, 8); Dec 18 14:49:42.752 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.752 INFO [stderr] Dec 18 14:49:42.756 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.756 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.756 INFO [stderr] | Dec 18 14:49:42.756 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.756 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.756 INFO [stderr] ... Dec 18 14:49:42.756 INFO [stderr] 2313 | rt_realloc_excess_used!(rt_pow2_64bytes_8align_realloc_excess_used, 64, 8); Dec 18 14:49:42.756 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.756 INFO [stderr] | Dec 18 14:49:42.756 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.756 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.756 INFO [stderr] | Dec 18 14:49:42.756 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.756 INFO [stderr] | Dec 18 14:49:42.756 INFO [stderr] Dec 18 14:49:42.764 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.764 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.764 INFO [stderr] | Dec 18 14:49:42.764 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.764 INFO [stderr] | ^^^^^ Dec 18 14:49:42.764 INFO [stderr] ... Dec 18 14:49:42.764 INFO [stderr] 2326 | rt_realloc_excess_used!(rt_pow2_128bytes_8align_realloc_excess_used, 128, 8); Dec 18 14:49:42.764 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.764 INFO [stderr] | Dec 18 14:49:42.764 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.764 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.764 INFO [stderr] | Dec 18 14:49:42.764 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.764 INFO [stderr] | Dec 18 14:49:42.764 INFO [stderr] Dec 18 14:49:42.764 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.764 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.764 INFO [stderr] | Dec 18 14:49:42.764 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.764 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.764 INFO [stderr] ... Dec 18 14:49:42.764 INFO [stderr] 2326 | rt_realloc_excess_used!(rt_pow2_128bytes_8align_realloc_excess_used, 128, 8); Dec 18 14:49:42.764 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.764 INFO [stderr] Dec 18 14:49:42.768 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.768 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.768 INFO [stderr] | Dec 18 14:49:42.768 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.768 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.768 INFO [stderr] ... Dec 18 14:49:42.768 INFO [stderr] 2326 | rt_realloc_excess_used!(rt_pow2_128bytes_8align_realloc_excess_used, 128, 8); Dec 18 14:49:42.768 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.768 INFO [stderr] | Dec 18 14:49:42.768 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.768 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.768 INFO [stderr] | Dec 18 14:49:42.768 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.768 INFO [stderr] | Dec 18 14:49:42.768 INFO [stderr] Dec 18 14:49:42.776 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.776 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.776 INFO [stderr] | Dec 18 14:49:42.776 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.776 INFO [stderr] | ^^^^^ Dec 18 14:49:42.776 INFO [stderr] ... Dec 18 14:49:42.776 INFO [stderr] 2339 | rt_realloc_excess_used!(rt_pow2_256bytes_8align_realloc_excess_used, 256, 8); Dec 18 14:49:42.776 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.776 INFO [stderr] | Dec 18 14:49:42.776 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.776 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.776 INFO [stderr] | Dec 18 14:49:42.776 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.776 INFO [stderr] | Dec 18 14:49:42.776 INFO [stderr] Dec 18 14:49:42.776 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.776 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.776 INFO [stderr] | Dec 18 14:49:42.776 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.776 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.776 INFO [stderr] ... Dec 18 14:49:42.776 INFO [stderr] 2339 | rt_realloc_excess_used!(rt_pow2_256bytes_8align_realloc_excess_used, 256, 8); Dec 18 14:49:42.776 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.776 INFO [stderr] Dec 18 14:49:42.776 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.776 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.776 INFO [stderr] | Dec 18 14:49:42.776 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.776 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.776 INFO [stderr] ... Dec 18 14:49:42.776 INFO [stderr] 2339 | rt_realloc_excess_used!(rt_pow2_256bytes_8align_realloc_excess_used, 256, 8); Dec 18 14:49:42.776 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.776 INFO [stderr] | Dec 18 14:49:42.776 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.776 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.776 INFO [stderr] | Dec 18 14:49:42.776 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.776 INFO [stderr] | Dec 18 14:49:42.776 INFO [stderr] Dec 18 14:49:42.776 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.776 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.776 INFO [stderr] | Dec 18 14:49:42.776 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.776 INFO [stderr] | ^^^^^ Dec 18 14:49:42.776 INFO [stderr] ... Dec 18 14:49:42.776 INFO [stderr] 2352 | rt_realloc_excess_used!(rt_pow2_512bytes_8align_realloc_excess_used, 512, 8); Dec 18 14:49:42.776 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.776 INFO [stderr] | Dec 18 14:49:42.776 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.777 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.777 INFO [stderr] | Dec 18 14:49:42.777 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.777 INFO [stderr] | Dec 18 14:49:42.777 INFO [stderr] Dec 18 14:49:42.777 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.777 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.777 INFO [stderr] | Dec 18 14:49:42.777 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.777 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.777 INFO [stderr] ... Dec 18 14:49:42.777 INFO [stderr] 2352 | rt_realloc_excess_used!(rt_pow2_512bytes_8align_realloc_excess_used, 512, 8); Dec 18 14:49:42.777 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.777 INFO [stderr] Dec 18 14:49:42.777 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.777 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.777 INFO [stderr] | Dec 18 14:49:42.777 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.777 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.777 INFO [stderr] ... Dec 18 14:49:42.777 INFO [stderr] 2352 | rt_realloc_excess_used!(rt_pow2_512bytes_8align_realloc_excess_used, 512, 8); Dec 18 14:49:42.777 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.777 INFO [stderr] | Dec 18 14:49:42.777 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.777 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.777 INFO [stderr] | Dec 18 14:49:42.777 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.777 INFO [stderr] | Dec 18 14:49:42.777 INFO [stderr] Dec 18 14:49:42.777 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.777 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.777 INFO [stderr] | Dec 18 14:49:42.777 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.777 INFO [stderr] | ^^^^^ Dec 18 14:49:42.777 INFO [stderr] ... Dec 18 14:49:42.777 INFO [stderr] 2365 | rt_realloc_excess_used!(rt_pow2_1024bytes_8align_realloc_excess_used, 1024, 8); Dec 18 14:49:42.777 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.777 INFO [stderr] | Dec 18 14:49:42.777 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.777 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.777 INFO [stderr] | Dec 18 14:49:42.777 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.777 INFO [stderr] | Dec 18 14:49:42.777 INFO [stderr] Dec 18 14:49:42.777 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.777 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.777 INFO [stderr] | Dec 18 14:49:42.777 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.777 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.777 INFO [stderr] ... Dec 18 14:49:42.777 INFO [stderr] 2365 | rt_realloc_excess_used!(rt_pow2_1024bytes_8align_realloc_excess_used, 1024, 8); Dec 18 14:49:42.777 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.777 INFO [stderr] Dec 18 14:49:42.777 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.777 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.777 INFO [stderr] | Dec 18 14:49:42.777 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.777 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.777 INFO [stderr] ... Dec 18 14:49:42.777 INFO [stderr] 2365 | rt_realloc_excess_used!(rt_pow2_1024bytes_8align_realloc_excess_used, 1024, 8); Dec 18 14:49:42.777 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.777 INFO [stderr] | Dec 18 14:49:42.777 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.777 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.777 INFO [stderr] | Dec 18 14:49:42.777 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.777 INFO [stderr] | Dec 18 14:49:42.777 INFO [stderr] Dec 18 14:49:42.780 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.780 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.780 INFO [stderr] | Dec 18 14:49:42.780 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.780 INFO [stderr] | ^^^^^ Dec 18 14:49:42.780 INFO [stderr] ... Dec 18 14:49:42.780 INFO [stderr] 2378 | rt_realloc_excess_used!(rt_pow2_2048bytes_8align_realloc_excess_used, 2048, 8); Dec 18 14:49:42.780 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.780 INFO [stderr] | Dec 18 14:49:42.780 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.780 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.780 INFO [stderr] | Dec 18 14:49:42.780 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.780 INFO [stderr] | Dec 18 14:49:42.780 INFO [stderr] Dec 18 14:49:42.780 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.780 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.780 INFO [stderr] | Dec 18 14:49:42.780 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.780 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.780 INFO [stderr] ... Dec 18 14:49:42.780 INFO [stderr] 2378 | rt_realloc_excess_used!(rt_pow2_2048bytes_8align_realloc_excess_used, 2048, 8); Dec 18 14:49:42.780 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.780 INFO [stderr] Dec 18 14:49:42.780 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.780 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.780 INFO [stderr] | Dec 18 14:49:42.780 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.780 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.780 INFO [stderr] ... Dec 18 14:49:42.780 INFO [stderr] 2378 | rt_realloc_excess_used!(rt_pow2_2048bytes_8align_realloc_excess_used, 2048, 8); Dec 18 14:49:42.780 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.780 INFO [stderr] | Dec 18 14:49:42.780 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.780 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.780 INFO [stderr] | Dec 18 14:49:42.780 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.780 INFO [stderr] | Dec 18 14:49:42.780 INFO [stderr] Dec 18 14:49:42.784 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.784 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.784 INFO [stderr] | Dec 18 14:49:42.784 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.784 INFO [stderr] | ^^^^^ Dec 18 14:49:42.784 INFO [stderr] ... Dec 18 14:49:42.784 INFO [stderr] 2391 | rt_realloc_excess_used!(rt_pow2_4096bytes_8align_realloc_excess_used, 4096, 8); Dec 18 14:49:42.784 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.784 INFO [stderr] | Dec 18 14:49:42.784 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.784 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.784 INFO [stderr] | Dec 18 14:49:42.784 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.784 INFO [stderr] | Dec 18 14:49:42.784 INFO [stderr] Dec 18 14:49:42.784 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.784 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.784 INFO [stderr] | Dec 18 14:49:42.784 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.784 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.784 INFO [stderr] ... Dec 18 14:49:42.784 INFO [stderr] 2391 | rt_realloc_excess_used!(rt_pow2_4096bytes_8align_realloc_excess_used, 4096, 8); Dec 18 14:49:42.784 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.784 INFO [stderr] Dec 18 14:49:42.784 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.784 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.784 INFO [stderr] | Dec 18 14:49:42.784 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.784 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.784 INFO [stderr] ... Dec 18 14:49:42.784 INFO [stderr] 2391 | rt_realloc_excess_used!(rt_pow2_4096bytes_8align_realloc_excess_used, 4096, 8); Dec 18 14:49:42.784 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.784 INFO [stderr] | Dec 18 14:49:42.784 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.784 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.784 INFO [stderr] | Dec 18 14:49:42.784 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.784 INFO [stderr] | Dec 18 14:49:42.784 INFO [stderr] Dec 18 14:49:42.784 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.784 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.784 INFO [stderr] | Dec 18 14:49:42.784 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.784 INFO [stderr] | ^^^^^ Dec 18 14:49:42.784 INFO [stderr] ... Dec 18 14:49:42.784 INFO [stderr] 2404 | rt_realloc_excess_used!(rt_pow2_8192bytes_8align_realloc_excess_used, 8192, 8); Dec 18 14:49:42.784 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.784 INFO [stderr] | Dec 18 14:49:42.784 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.784 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.784 INFO [stderr] | Dec 18 14:49:42.784 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.784 INFO [stderr] | Dec 18 14:49:42.784 INFO [stderr] Dec 18 14:49:42.785 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.785 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.785 INFO [stderr] | Dec 18 14:49:42.785 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.785 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.785 INFO [stderr] ... Dec 18 14:49:42.785 INFO [stderr] 2404 | rt_realloc_excess_used!(rt_pow2_8192bytes_8align_realloc_excess_used, 8192, 8); Dec 18 14:49:42.785 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.785 INFO [stderr] Dec 18 14:49:42.785 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.785 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.785 INFO [stderr] | Dec 18 14:49:42.785 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.785 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.785 INFO [stderr] ... Dec 18 14:49:42.785 INFO [stderr] 2404 | rt_realloc_excess_used!(rt_pow2_8192bytes_8align_realloc_excess_used, 8192, 8); Dec 18 14:49:42.785 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.785 INFO [stderr] | Dec 18 14:49:42.785 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.785 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.785 INFO [stderr] | Dec 18 14:49:42.785 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.785 INFO [stderr] | Dec 18 14:49:42.785 INFO [stderr] Dec 18 14:49:42.791 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.791 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.791 INFO [stderr] | Dec 18 14:49:42.791 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.791 INFO [stderr] | ^^^^^ Dec 18 14:49:42.791 INFO [stderr] ... Dec 18 14:49:42.791 INFO [stderr] 2417 | rt_realloc_excess_used!(rt_pow2_16384bytes_8align_realloc_excess_used, 16384, 8); Dec 18 14:49:42.791 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.791 INFO [stderr] | Dec 18 14:49:42.791 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.791 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.791 INFO [stderr] | Dec 18 14:49:42.791 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.791 INFO [stderr] | Dec 18 14:49:42.791 INFO [stderr] Dec 18 14:49:42.791 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.791 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.791 INFO [stderr] | Dec 18 14:49:42.791 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.791 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.791 INFO [stderr] ... Dec 18 14:49:42.791 INFO [stderr] 2417 | rt_realloc_excess_used!(rt_pow2_16384bytes_8align_realloc_excess_used, 16384, 8); Dec 18 14:49:42.791 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.791 INFO [stderr] Dec 18 14:49:42.791 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.791 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.791 INFO [stderr] | Dec 18 14:49:42.791 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.791 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.791 INFO [stderr] ... Dec 18 14:49:42.791 INFO [stderr] 2417 | rt_realloc_excess_used!(rt_pow2_16384bytes_8align_realloc_excess_used, 16384, 8); Dec 18 14:49:42.791 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.791 INFO [stderr] | Dec 18 14:49:42.791 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.791 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.791 INFO [stderr] | Dec 18 14:49:42.791 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.791 INFO [stderr] | Dec 18 14:49:42.791 INFO [stderr] Dec 18 14:49:42.791 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.791 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.791 INFO [stderr] | Dec 18 14:49:42.791 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.791 INFO [stderr] | ^^^^^ Dec 18 14:49:42.791 INFO [stderr] ... Dec 18 14:49:42.791 INFO [stderr] 2430 | rt_realloc_excess_used!(rt_pow2_32768bytes_8align_realloc_excess_used, 32768, 8); Dec 18 14:49:42.791 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.791 INFO [stderr] | Dec 18 14:49:42.791 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.791 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.791 INFO [stderr] | Dec 18 14:49:42.791 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.791 INFO [stderr] | Dec 18 14:49:42.791 INFO [stderr] Dec 18 14:49:42.791 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.791 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.791 INFO [stderr] | Dec 18 14:49:42.791 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.791 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.791 INFO [stderr] ... Dec 18 14:49:42.791 INFO [stderr] 2430 | rt_realloc_excess_used!(rt_pow2_32768bytes_8align_realloc_excess_used, 32768, 8); Dec 18 14:49:42.791 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.791 INFO [stderr] Dec 18 14:49:42.791 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.791 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.791 INFO [stderr] | Dec 18 14:49:42.791 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.791 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.791 INFO [stderr] ... Dec 18 14:49:42.791 INFO [stderr] 2430 | rt_realloc_excess_used!(rt_pow2_32768bytes_8align_realloc_excess_used, 32768, 8); Dec 18 14:49:42.791 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.791 INFO [stderr] | Dec 18 14:49:42.791 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.791 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.792 INFO [stderr] | Dec 18 14:49:42.792 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.792 INFO [stderr] | Dec 18 14:49:42.792 INFO [stderr] Dec 18 14:49:42.792 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.792 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.792 INFO [stderr] | Dec 18 14:49:42.792 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.792 INFO [stderr] | ^^^^^ Dec 18 14:49:42.792 INFO [stderr] ... Dec 18 14:49:42.792 INFO [stderr] 2443 | rt_realloc_excess_used!(rt_pow2_65536bytes_8align_realloc_excess_used, 65536, 8); Dec 18 14:49:42.792 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.792 INFO [stderr] | Dec 18 14:49:42.792 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.792 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.792 INFO [stderr] | Dec 18 14:49:42.792 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.792 INFO [stderr] | Dec 18 14:49:42.792 INFO [stderr] Dec 18 14:49:42.796 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.796 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.796 INFO [stderr] | Dec 18 14:49:42.796 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.796 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.796 INFO [stderr] ... Dec 18 14:49:42.796 INFO [stderr] 2443 | rt_realloc_excess_used!(rt_pow2_65536bytes_8align_realloc_excess_used, 65536, 8); Dec 18 14:49:42.796 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.796 INFO [stderr] Dec 18 14:49:42.796 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.796 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.796 INFO [stderr] | Dec 18 14:49:42.796 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.796 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.796 INFO [stderr] ... Dec 18 14:49:42.796 INFO [stderr] 2443 | rt_realloc_excess_used!(rt_pow2_65536bytes_8align_realloc_excess_used, 65536, 8); Dec 18 14:49:42.796 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.796 INFO [stderr] | Dec 18 14:49:42.796 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.796 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.796 INFO [stderr] | Dec 18 14:49:42.796 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.796 INFO [stderr] | Dec 18 14:49:42.796 INFO [stderr] Dec 18 14:49:42.796 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.796 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.796 INFO [stderr] | Dec 18 14:49:42.797 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.797 INFO [stderr] | ^^^^^ Dec 18 14:49:42.797 INFO [stderr] ... Dec 18 14:49:42.797 INFO [stderr] 2456 | rt_realloc_excess_used!(rt_pow2_131072bytes_8align_realloc_excess_used, 131072, 8); Dec 18 14:49:42.797 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.797 INFO [stderr] | Dec 18 14:49:42.797 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.797 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.797 INFO [stderr] | Dec 18 14:49:42.797 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.797 INFO [stderr] | Dec 18 14:49:42.797 INFO [stderr] Dec 18 14:49:42.797 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.797 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.797 INFO [stderr] | Dec 18 14:49:42.797 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.797 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.797 INFO [stderr] ... Dec 18 14:49:42.797 INFO [stderr] 2456 | rt_realloc_excess_used!(rt_pow2_131072bytes_8align_realloc_excess_used, 131072, 8); Dec 18 14:49:42.797 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.797 INFO [stderr] Dec 18 14:49:42.797 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.797 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.797 INFO [stderr] | Dec 18 14:49:42.797 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.797 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.797 INFO [stderr] ... Dec 18 14:49:42.797 INFO [stderr] 2456 | rt_realloc_excess_used!(rt_pow2_131072bytes_8align_realloc_excess_used, 131072, 8); Dec 18 14:49:42.797 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.797 INFO [stderr] | Dec 18 14:49:42.797 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.797 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.797 INFO [stderr] | Dec 18 14:49:42.797 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.797 INFO [stderr] | Dec 18 14:49:42.797 INFO [stderr] Dec 18 14:49:42.797 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.797 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.797 INFO [stderr] | Dec 18 14:49:42.797 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.797 INFO [stderr] | ^^^^^ Dec 18 14:49:42.797 INFO [stderr] ... Dec 18 14:49:42.797 INFO [stderr] 2469 | rt_realloc_excess_used!(rt_pow2_4194304bytes_8align_realloc_excess_used, 4194304, 8); Dec 18 14:49:42.797 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.797 INFO [stderr] | Dec 18 14:49:42.797 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.797 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.797 INFO [stderr] | Dec 18 14:49:42.797 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.797 INFO [stderr] | Dec 18 14:49:42.797 INFO [stderr] Dec 18 14:49:42.797 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.797 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.797 INFO [stderr] | Dec 18 14:49:42.797 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.797 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.797 INFO [stderr] ... Dec 18 14:49:42.797 INFO [stderr] 2469 | rt_realloc_excess_used!(rt_pow2_4194304bytes_8align_realloc_excess_used, 4194304, 8); Dec 18 14:49:42.797 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.797 INFO [stderr] Dec 18 14:49:42.797 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.797 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.797 INFO [stderr] | Dec 18 14:49:42.797 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.797 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.797 INFO [stderr] ... Dec 18 14:49:42.797 INFO [stderr] 2469 | rt_realloc_excess_used!(rt_pow2_4194304bytes_8align_realloc_excess_used, 4194304, 8); Dec 18 14:49:42.797 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.797 INFO [stderr] | Dec 18 14:49:42.797 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.797 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.797 INFO [stderr] | Dec 18 14:49:42.797 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.797 INFO [stderr] | Dec 18 14:49:42.797 INFO [stderr] Dec 18 14:49:42.798 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.799 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.799 INFO [stderr] | Dec 18 14:49:42.799 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.799 INFO [stderr] | ^^^^^ Dec 18 14:49:42.799 INFO [stderr] ... Dec 18 14:49:42.799 INFO [stderr] 2483 | rt_realloc_excess_used!(rt_even_10bytes_8align_realloc_excess_used, 10, 8); Dec 18 14:49:42.799 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.799 INFO [stderr] | Dec 18 14:49:42.799 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.799 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.799 INFO [stderr] | Dec 18 14:49:42.799 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.799 INFO [stderr] | Dec 18 14:49:42.799 INFO [stderr] Dec 18 14:49:42.799 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.799 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.799 INFO [stderr] | Dec 18 14:49:42.799 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.799 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.799 INFO [stderr] ... Dec 18 14:49:42.799 INFO [stderr] 2483 | rt_realloc_excess_used!(rt_even_10bytes_8align_realloc_excess_used, 10, 8); Dec 18 14:49:42.799 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.799 INFO [stderr] Dec 18 14:49:42.800 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.800 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.800 INFO [stderr] | Dec 18 14:49:42.800 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.800 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.800 INFO [stderr] ... Dec 18 14:49:42.800 INFO [stderr] 2483 | rt_realloc_excess_used!(rt_even_10bytes_8align_realloc_excess_used, 10, 8); Dec 18 14:49:42.800 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.800 INFO [stderr] | Dec 18 14:49:42.800 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.800 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.800 INFO [stderr] | Dec 18 14:49:42.800 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.800 INFO [stderr] | Dec 18 14:49:42.800 INFO [stderr] Dec 18 14:49:42.802 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.802 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.802 INFO [stderr] | Dec 18 14:49:42.802 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.802 INFO [stderr] | ^^^^^ Dec 18 14:49:42.802 INFO [stderr] ... Dec 18 14:49:42.802 INFO [stderr] 2496 | rt_realloc_excess_used!(rt_even_100bytes_8align_realloc_excess_used, 100, 8); Dec 18 14:49:42.802 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.802 INFO [stderr] | Dec 18 14:49:42.802 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.802 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.802 INFO [stderr] | Dec 18 14:49:42.802 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.802 INFO [stderr] | Dec 18 14:49:42.802 INFO [stderr] Dec 18 14:49:42.802 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.802 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.802 INFO [stderr] | Dec 18 14:49:42.802 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.802 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.802 INFO [stderr] ... Dec 18 14:49:42.802 INFO [stderr] 2496 | rt_realloc_excess_used!(rt_even_100bytes_8align_realloc_excess_used, 100, 8); Dec 18 14:49:42.802 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.802 INFO [stderr] Dec 18 14:49:42.804 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.804 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.804 INFO [stderr] | Dec 18 14:49:42.804 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.804 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.804 INFO [stderr] ... Dec 18 14:49:42.804 INFO [stderr] 2496 | rt_realloc_excess_used!(rt_even_100bytes_8align_realloc_excess_used, 100, 8); Dec 18 14:49:42.804 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.804 INFO [stderr] | Dec 18 14:49:42.804 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.804 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.804 INFO [stderr] | Dec 18 14:49:42.804 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.804 INFO [stderr] | Dec 18 14:49:42.804 INFO [stderr] Dec 18 14:49:42.804 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.804 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.804 INFO [stderr] | Dec 18 14:49:42.804 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.804 INFO [stderr] | ^^^^^ Dec 18 14:49:42.804 INFO [stderr] ... Dec 18 14:49:42.804 INFO [stderr] 2509 | rt_realloc_excess_used!(rt_even_1000bytes_8align_realloc_excess_used, 1000, 8); Dec 18 14:49:42.804 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.804 INFO [stderr] | Dec 18 14:49:42.804 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.804 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.804 INFO [stderr] | Dec 18 14:49:42.804 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.804 INFO [stderr] | Dec 18 14:49:42.804 INFO [stderr] Dec 18 14:49:42.804 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.804 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.804 INFO [stderr] | Dec 18 14:49:42.804 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.804 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.804 INFO [stderr] ... Dec 18 14:49:42.804 INFO [stderr] 2509 | rt_realloc_excess_used!(rt_even_1000bytes_8align_realloc_excess_used, 1000, 8); Dec 18 14:49:42.804 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.804 INFO [stderr] Dec 18 14:49:42.805 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.805 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.805 INFO [stderr] | Dec 18 14:49:42.805 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.805 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.805 INFO [stderr] ... Dec 18 14:49:42.805 INFO [stderr] 2509 | rt_realloc_excess_used!(rt_even_1000bytes_8align_realloc_excess_used, 1000, 8); Dec 18 14:49:42.805 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.805 INFO [stderr] | Dec 18 14:49:42.805 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.805 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.805 INFO [stderr] | Dec 18 14:49:42.805 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.805 INFO [stderr] | Dec 18 14:49:42.805 INFO [stderr] Dec 18 14:49:42.808 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.808 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.808 INFO [stderr] | Dec 18 14:49:42.808 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.808 INFO [stderr] | ^^^^^ Dec 18 14:49:42.808 INFO [stderr] ... Dec 18 14:49:42.808 INFO [stderr] 2522 | rt_realloc_excess_used!(rt_even_10000bytes_8align_realloc_excess_used, 10000, 8); Dec 18 14:49:42.808 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.808 INFO [stderr] | Dec 18 14:49:42.808 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.808 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.808 INFO [stderr] | Dec 18 14:49:42.808 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.808 INFO [stderr] | Dec 18 14:49:42.808 INFO [stderr] Dec 18 14:49:42.808 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.808 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.808 INFO [stderr] | Dec 18 14:49:42.808 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.808 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.808 INFO [stderr] ... Dec 18 14:49:42.808 INFO [stderr] 2522 | rt_realloc_excess_used!(rt_even_10000bytes_8align_realloc_excess_used, 10000, 8); Dec 18 14:49:42.808 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.808 INFO [stderr] Dec 18 14:49:42.808 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.808 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.808 INFO [stderr] | Dec 18 14:49:42.808 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.808 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.808 INFO [stderr] ... Dec 18 14:49:42.808 INFO [stderr] 2522 | rt_realloc_excess_used!(rt_even_10000bytes_8align_realloc_excess_used, 10000, 8); Dec 18 14:49:42.808 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.808 INFO [stderr] | Dec 18 14:49:42.808 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.808 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.808 INFO [stderr] | Dec 18 14:49:42.808 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.808 INFO [stderr] | Dec 18 14:49:42.808 INFO [stderr] Dec 18 14:49:42.808 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.808 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.808 INFO [stderr] | Dec 18 14:49:42.808 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.808 INFO [stderr] | ^^^^^ Dec 18 14:49:42.808 INFO [stderr] ... Dec 18 14:49:42.808 INFO [stderr] 2535 | rt_realloc_excess_used!(rt_even_100000bytes_8align_realloc_excess_used, 100000, 8); Dec 18 14:49:42.808 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.808 INFO [stderr] | Dec 18 14:49:42.808 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.808 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.809 INFO [stderr] | Dec 18 14:49:42.809 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.809 INFO [stderr] | Dec 18 14:49:42.809 INFO [stderr] Dec 18 14:49:42.810 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.810 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.810 INFO [stderr] | Dec 18 14:49:42.810 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.810 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.810 INFO [stderr] ... Dec 18 14:49:42.810 INFO [stderr] 2535 | rt_realloc_excess_used!(rt_even_100000bytes_8align_realloc_excess_used, 100000, 8); Dec 18 14:49:42.810 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.810 INFO [stderr] Dec 18 14:49:42.810 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.810 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.810 INFO [stderr] | Dec 18 14:49:42.810 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.810 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.810 INFO [stderr] ... Dec 18 14:49:42.810 INFO [stderr] 2535 | rt_realloc_excess_used!(rt_even_100000bytes_8align_realloc_excess_used, 100000, 8); Dec 18 14:49:42.810 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.810 INFO [stderr] | Dec 18 14:49:42.810 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.810 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.810 INFO [stderr] | Dec 18 14:49:42.810 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.810 INFO [stderr] | Dec 18 14:49:42.810 INFO [stderr] Dec 18 14:49:42.820 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.820 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.820 INFO [stderr] | Dec 18 14:49:42.820 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.820 INFO [stderr] | ^^^^^ Dec 18 14:49:42.820 INFO [stderr] ... Dec 18 14:49:42.820 INFO [stderr] 2548 | rt_realloc_excess_used!(rt_even_1000000bytes_8align_realloc_excess_used, 1000000, 8); Dec 18 14:49:42.820 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.820 INFO [stderr] | Dec 18 14:49:42.820 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.820 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.820 INFO [stderr] | Dec 18 14:49:42.820 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.820 INFO [stderr] | Dec 18 14:49:42.820 INFO [stderr] Dec 18 14:49:42.820 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.820 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.820 INFO [stderr] | Dec 18 14:49:42.820 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.820 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.820 INFO [stderr] ... Dec 18 14:49:42.820 INFO [stderr] 2548 | rt_realloc_excess_used!(rt_even_1000000bytes_8align_realloc_excess_used, 1000000, 8); Dec 18 14:49:42.820 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.820 INFO [stderr] Dec 18 14:49:42.820 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.820 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.820 INFO [stderr] | Dec 18 14:49:42.820 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.821 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.821 INFO [stderr] ... Dec 18 14:49:42.821 INFO [stderr] 2548 | rt_realloc_excess_used!(rt_even_1000000bytes_8align_realloc_excess_used, 1000000, 8); Dec 18 14:49:42.821 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.821 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] Dec 18 14:49:42.821 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.821 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.821 INFO [stderr] | ^^^^^ Dec 18 14:49:42.821 INFO [stderr] ... Dec 18 14:49:42.821 INFO [stderr] 2562 | rt_realloc_excess_used!(rt_odd_10bytes_8align_realloc_excess_used, 10- 1, 8); Dec 18 14:49:42.821 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.821 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] Dec 18 14:49:42.821 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.821 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.821 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.821 INFO [stderr] ... Dec 18 14:49:42.821 INFO [stderr] 2562 | rt_realloc_excess_used!(rt_odd_10bytes_8align_realloc_excess_used, 10- 1, 8); Dec 18 14:49:42.821 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.821 INFO [stderr] Dec 18 14:49:42.821 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.821 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.821 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.821 INFO [stderr] ... Dec 18 14:49:42.821 INFO [stderr] 2562 | rt_realloc_excess_used!(rt_odd_10bytes_8align_realloc_excess_used, 10- 1, 8); Dec 18 14:49:42.821 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.821 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] Dec 18 14:49:42.821 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.821 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.821 INFO [stderr] | ^^^^^ Dec 18 14:49:42.821 INFO [stderr] ... Dec 18 14:49:42.821 INFO [stderr] 2575 | rt_realloc_excess_used!(rt_odd_100bytes_8align_realloc_excess_used, 100- 1, 8); Dec 18 14:49:42.821 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.821 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] Dec 18 14:49:42.821 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.821 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.821 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.821 INFO [stderr] ... Dec 18 14:49:42.821 INFO [stderr] 2575 | rt_realloc_excess_used!(rt_odd_100bytes_8align_realloc_excess_used, 100- 1, 8); Dec 18 14:49:42.821 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.821 INFO [stderr] Dec 18 14:49:42.821 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.821 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.821 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.821 INFO [stderr] ... Dec 18 14:49:42.821 INFO [stderr] 2575 | rt_realloc_excess_used!(rt_odd_100bytes_8align_realloc_excess_used, 100- 1, 8); Dec 18 14:49:42.821 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.821 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] Dec 18 14:49:42.821 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.821 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.821 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.821 INFO [stderr] | ^^^^^ Dec 18 14:49:42.821 INFO [stderr] ... Dec 18 14:49:42.821 INFO [stderr] 2588 | rt_realloc_excess_used!(rt_odd_1000bytes_8align_realloc_excess_used, 1000- 1, 8); Dec 18 14:49:42.821 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.821 INFO [stderr] | Dec 18 14:49:42.822 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.822 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.822 INFO [stderr] | Dec 18 14:49:42.822 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.822 INFO [stderr] | Dec 18 14:49:42.822 INFO [stderr] Dec 18 14:49:42.822 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.822 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.822 INFO [stderr] | Dec 18 14:49:42.822 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.822 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.822 INFO [stderr] ... Dec 18 14:49:42.822 INFO [stderr] 2588 | rt_realloc_excess_used!(rt_odd_1000bytes_8align_realloc_excess_used, 1000- 1, 8); Dec 18 14:49:42.822 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.822 INFO [stderr] Dec 18 14:49:42.824 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.824 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.824 INFO [stderr] | Dec 18 14:49:42.824 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.824 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.824 INFO [stderr] ... Dec 18 14:49:42.824 INFO [stderr] 2588 | rt_realloc_excess_used!(rt_odd_1000bytes_8align_realloc_excess_used, 1000- 1, 8); Dec 18 14:49:42.824 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.824 INFO [stderr] | Dec 18 14:49:42.824 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.824 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.824 INFO [stderr] | Dec 18 14:49:42.824 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.824 INFO [stderr] | Dec 18 14:49:42.824 INFO [stderr] Dec 18 14:49:42.824 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.824 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.824 INFO [stderr] | Dec 18 14:49:42.824 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.824 INFO [stderr] | ^^^^^ Dec 18 14:49:42.824 INFO [stderr] ... Dec 18 14:49:42.824 INFO [stderr] 2601 | rt_realloc_excess_used!(rt_odd_10000bytes_8align_realloc_excess_used, 10000- 1, 8); Dec 18 14:49:42.824 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.824 INFO [stderr] | Dec 18 14:49:42.824 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.824 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.824 INFO [stderr] | Dec 18 14:49:42.824 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.824 INFO [stderr] | Dec 18 14:49:42.824 INFO [stderr] Dec 18 14:49:42.824 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.824 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.824 INFO [stderr] | Dec 18 14:49:42.824 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.825 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.825 INFO [stderr] ... Dec 18 14:49:42.825 INFO [stderr] 2601 | rt_realloc_excess_used!(rt_odd_10000bytes_8align_realloc_excess_used, 10000- 1, 8); Dec 18 14:49:42.825 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.825 INFO [stderr] Dec 18 14:49:42.825 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.825 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.825 INFO [stderr] | Dec 18 14:49:42.825 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.825 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.825 INFO [stderr] ... Dec 18 14:49:42.825 INFO [stderr] 2601 | rt_realloc_excess_used!(rt_odd_10000bytes_8align_realloc_excess_used, 10000- 1, 8); Dec 18 14:49:42.825 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.825 INFO [stderr] | Dec 18 14:49:42.825 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.825 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.825 INFO [stderr] | Dec 18 14:49:42.825 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.825 INFO [stderr] | Dec 18 14:49:42.825 INFO [stderr] Dec 18 14:49:42.825 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.825 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.825 INFO [stderr] | Dec 18 14:49:42.825 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.825 INFO [stderr] | ^^^^^ Dec 18 14:49:42.825 INFO [stderr] ... Dec 18 14:49:42.825 INFO [stderr] 2614 | rt_realloc_excess_used!(rt_odd_100000bytes_8align_realloc_excess_used, 100000- 1, 8); Dec 18 14:49:42.825 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.825 INFO [stderr] | Dec 18 14:49:42.825 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.825 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.825 INFO [stderr] | Dec 18 14:49:42.825 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.825 INFO [stderr] | Dec 18 14:49:42.825 INFO [stderr] Dec 18 14:49:42.828 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.828 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.828 INFO [stderr] | Dec 18 14:49:42.828 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.828 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.828 INFO [stderr] ... Dec 18 14:49:42.828 INFO [stderr] 2614 | rt_realloc_excess_used!(rt_odd_100000bytes_8align_realloc_excess_used, 100000- 1, 8); Dec 18 14:49:42.828 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.828 INFO [stderr] Dec 18 14:49:42.828 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.828 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.828 INFO [stderr] | Dec 18 14:49:42.828 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.828 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.828 INFO [stderr] ... Dec 18 14:49:42.828 INFO [stderr] 2614 | rt_realloc_excess_used!(rt_odd_100000bytes_8align_realloc_excess_used, 100000- 1, 8); Dec 18 14:49:42.828 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.828 INFO [stderr] | Dec 18 14:49:42.828 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.828 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.828 INFO [stderr] | Dec 18 14:49:42.828 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.828 INFO [stderr] | Dec 18 14:49:42.828 INFO [stderr] Dec 18 14:49:42.828 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.828 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.828 INFO [stderr] | Dec 18 14:49:42.828 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.828 INFO [stderr] | ^^^^^ Dec 18 14:49:42.828 INFO [stderr] ... Dec 18 14:49:42.828 INFO [stderr] 2627 | rt_realloc_excess_used!(rt_odd_1000000bytes_8align_realloc_excess_used, 1000000- 1, 8); Dec 18 14:49:42.829 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.829 INFO [stderr] | Dec 18 14:49:42.829 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.829 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.829 INFO [stderr] | Dec 18 14:49:42.829 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.829 INFO [stderr] | Dec 18 14:49:42.829 INFO [stderr] Dec 18 14:49:42.829 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.829 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.829 INFO [stderr] | Dec 18 14:49:42.829 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.829 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.829 INFO [stderr] ... Dec 18 14:49:42.829 INFO [stderr] 2627 | rt_realloc_excess_used!(rt_odd_1000000bytes_8align_realloc_excess_used, 1000000- 1, 8); Dec 18 14:49:42.829 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.829 INFO [stderr] Dec 18 14:49:42.832 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.832 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.832 INFO [stderr] | Dec 18 14:49:42.832 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.832 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.832 INFO [stderr] ... Dec 18 14:49:42.832 INFO [stderr] 2627 | rt_realloc_excess_used!(rt_odd_1000000bytes_8align_realloc_excess_used, 1000000- 1, 8); Dec 18 14:49:42.832 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.832 INFO [stderr] | Dec 18 14:49:42.832 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.832 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.832 INFO [stderr] | Dec 18 14:49:42.832 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.832 INFO [stderr] | Dec 18 14:49:42.832 INFO [stderr] Dec 18 14:49:42.832 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.832 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.832 INFO [stderr] | Dec 18 14:49:42.832 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.832 INFO [stderr] | ^^^^^ Dec 18 14:49:42.832 INFO [stderr] ... Dec 18 14:49:42.832 INFO [stderr] 2641 | rt_realloc_excess_used!(rt_primes_3bytes_8align_realloc_excess_used, 3, 8); Dec 18 14:49:42.832 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.832 INFO [stderr] | Dec 18 14:49:42.832 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.832 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.832 INFO [stderr] | Dec 18 14:49:42.833 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.833 INFO [stderr] | Dec 18 14:49:42.833 INFO [stderr] Dec 18 14:49:42.833 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.833 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.833 INFO [stderr] | Dec 18 14:49:42.833 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.833 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.833 INFO [stderr] ... Dec 18 14:49:42.833 INFO [stderr] 2641 | rt_realloc_excess_used!(rt_primes_3bytes_8align_realloc_excess_used, 3, 8); Dec 18 14:49:42.833 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.833 INFO [stderr] Dec 18 14:49:42.833 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.833 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.833 INFO [stderr] | Dec 18 14:49:42.833 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.833 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.833 INFO [stderr] ... Dec 18 14:49:42.833 INFO [stderr] 2641 | rt_realloc_excess_used!(rt_primes_3bytes_8align_realloc_excess_used, 3, 8); Dec 18 14:49:42.833 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.833 INFO [stderr] | Dec 18 14:49:42.833 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.833 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.833 INFO [stderr] | Dec 18 14:49:42.833 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.833 INFO [stderr] | Dec 18 14:49:42.833 INFO [stderr] Dec 18 14:49:42.833 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.833 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.833 INFO [stderr] | Dec 18 14:49:42.833 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.833 INFO [stderr] | ^^^^^ Dec 18 14:49:42.833 INFO [stderr] ... Dec 18 14:49:42.833 INFO [stderr] 2654 | rt_realloc_excess_used!(rt_primes_7bytes_8align_realloc_excess_used, 7, 8); Dec 18 14:49:42.833 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.833 INFO [stderr] | Dec 18 14:49:42.833 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.833 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.833 INFO [stderr] | Dec 18 14:49:42.833 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.833 INFO [stderr] | Dec 18 14:49:42.833 INFO [stderr] Dec 18 14:49:42.840 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.840 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.840 INFO [stderr] | Dec 18 14:49:42.840 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.840 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.840 INFO [stderr] ... Dec 18 14:49:42.840 INFO [stderr] 2654 | rt_realloc_excess_used!(rt_primes_7bytes_8align_realloc_excess_used, 7, 8); Dec 18 14:49:42.840 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.840 INFO [stderr] Dec 18 14:49:42.840 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.840 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.840 INFO [stderr] | Dec 18 14:49:42.840 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.840 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.840 INFO [stderr] ... Dec 18 14:49:42.840 INFO [stderr] 2654 | rt_realloc_excess_used!(rt_primes_7bytes_8align_realloc_excess_used, 7, 8); Dec 18 14:49:42.840 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.840 INFO [stderr] | Dec 18 14:49:42.840 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.840 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.840 INFO [stderr] | Dec 18 14:49:42.840 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.840 INFO [stderr] | Dec 18 14:49:42.840 INFO [stderr] Dec 18 14:49:42.840 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.840 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.840 INFO [stderr] | Dec 18 14:49:42.840 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.840 INFO [stderr] | ^^^^^ Dec 18 14:49:42.840 INFO [stderr] ... Dec 18 14:49:42.840 INFO [stderr] 2667 | rt_realloc_excess_used!(rt_primes_13bytes_8align_realloc_excess_used, 13, 8); Dec 18 14:49:42.840 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.840 INFO [stderr] | Dec 18 14:49:42.840 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.840 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.840 INFO [stderr] | Dec 18 14:49:42.840 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.840 INFO [stderr] | Dec 18 14:49:42.840 INFO [stderr] Dec 18 14:49:42.840 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.840 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.840 INFO [stderr] | Dec 18 14:49:42.840 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.840 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.840 INFO [stderr] ... Dec 18 14:49:42.840 INFO [stderr] 2667 | rt_realloc_excess_used!(rt_primes_13bytes_8align_realloc_excess_used, 13, 8); Dec 18 14:49:42.840 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.840 INFO [stderr] Dec 18 14:49:42.840 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.840 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.840 INFO [stderr] | Dec 18 14:49:42.840 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.840 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.840 INFO [stderr] ... Dec 18 14:49:42.840 INFO [stderr] 2667 | rt_realloc_excess_used!(rt_primes_13bytes_8align_realloc_excess_used, 13, 8); Dec 18 14:49:42.840 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.841 INFO [stderr] | Dec 18 14:49:42.841 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.844 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.844 INFO [stderr] | Dec 18 14:49:42.844 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.844 INFO [stderr] | Dec 18 14:49:42.844 INFO [stderr] Dec 18 14:49:42.844 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.844 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.844 INFO [stderr] | Dec 18 14:49:42.844 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.844 INFO [stderr] | ^^^^^ Dec 18 14:49:42.844 INFO [stderr] ... Dec 18 14:49:42.844 INFO [stderr] 2680 | rt_realloc_excess_used!(rt_primes_17bytes_8align_realloc_excess_used, 17, 8); Dec 18 14:49:42.844 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.844 INFO [stderr] | Dec 18 14:49:42.844 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.844 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.844 INFO [stderr] | Dec 18 14:49:42.844 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.844 INFO [stderr] | Dec 18 14:49:42.844 INFO [stderr] Dec 18 14:49:42.844 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.844 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.844 INFO [stderr] | Dec 18 14:49:42.844 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.844 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.844 INFO [stderr] ... Dec 18 14:49:42.844 INFO [stderr] 2680 | rt_realloc_excess_used!(rt_primes_17bytes_8align_realloc_excess_used, 17, 8); Dec 18 14:49:42.844 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.845 INFO [stderr] Dec 18 14:49:42.845 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.845 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.845 INFO [stderr] | Dec 18 14:49:42.845 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.845 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.845 INFO [stderr] ... Dec 18 14:49:42.845 INFO [stderr] 2680 | rt_realloc_excess_used!(rt_primes_17bytes_8align_realloc_excess_used, 17, 8); Dec 18 14:49:42.845 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.845 INFO [stderr] | Dec 18 14:49:42.845 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.845 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.845 INFO [stderr] | Dec 18 14:49:42.845 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.845 INFO [stderr] | Dec 18 14:49:42.845 INFO [stderr] Dec 18 14:49:42.845 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.845 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.845 INFO [stderr] | Dec 18 14:49:42.845 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.845 INFO [stderr] | ^^^^^ Dec 18 14:49:42.845 INFO [stderr] ... Dec 18 14:49:42.845 INFO [stderr] 2693 | rt_realloc_excess_used!(rt_primes_31bytes_8align_realloc_excess_used, 31, 8); Dec 18 14:49:42.845 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.845 INFO [stderr] | Dec 18 14:49:42.845 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.845 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.845 INFO [stderr] | Dec 18 14:49:42.845 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.845 INFO [stderr] | Dec 18 14:49:42.845 INFO [stderr] Dec 18 14:49:42.845 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.845 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.845 INFO [stderr] | Dec 18 14:49:42.845 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.845 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.845 INFO [stderr] ... Dec 18 14:49:42.845 INFO [stderr] 2693 | rt_realloc_excess_used!(rt_primes_31bytes_8align_realloc_excess_used, 31, 8); Dec 18 14:49:42.845 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.845 INFO [stderr] Dec 18 14:49:42.848 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.848 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.848 INFO [stderr] | Dec 18 14:49:42.848 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.848 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.848 INFO [stderr] ... Dec 18 14:49:42.848 INFO [stderr] 2693 | rt_realloc_excess_used!(rt_primes_31bytes_8align_realloc_excess_used, 31, 8); Dec 18 14:49:42.848 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.848 INFO [stderr] | Dec 18 14:49:42.848 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.848 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.848 INFO [stderr] | Dec 18 14:49:42.848 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.848 INFO [stderr] | Dec 18 14:49:42.848 INFO [stderr] Dec 18 14:49:42.848 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.848 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.848 INFO [stderr] | Dec 18 14:49:42.848 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.848 INFO [stderr] | ^^^^^ Dec 18 14:49:42.848 INFO [stderr] ... Dec 18 14:49:42.848 INFO [stderr] 2706 | rt_realloc_excess_used!(rt_primes_61bytes_8align_realloc_excess_used, 61, 8); Dec 18 14:49:42.848 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.848 INFO [stderr] | Dec 18 14:49:42.848 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.848 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.848 INFO [stderr] | Dec 18 14:49:42.848 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.848 INFO [stderr] | Dec 18 14:49:42.848 INFO [stderr] Dec 18 14:49:42.848 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.848 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.848 INFO [stderr] | Dec 18 14:49:42.848 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.848 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.848 INFO [stderr] ... Dec 18 14:49:42.848 INFO [stderr] 2706 | rt_realloc_excess_used!(rt_primes_61bytes_8align_realloc_excess_used, 61, 8); Dec 18 14:49:42.848 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.848 INFO [stderr] Dec 18 14:49:42.848 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.848 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.848 INFO [stderr] | Dec 18 14:49:42.848 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.849 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.849 INFO [stderr] ... Dec 18 14:49:42.849 INFO [stderr] 2706 | rt_realloc_excess_used!(rt_primes_61bytes_8align_realloc_excess_used, 61, 8); Dec 18 14:49:42.849 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.849 INFO [stderr] | Dec 18 14:49:42.849 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.849 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.849 INFO [stderr] | Dec 18 14:49:42.849 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.849 INFO [stderr] | Dec 18 14:49:42.849 INFO [stderr] Dec 18 14:49:42.849 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.849 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.849 INFO [stderr] | Dec 18 14:49:42.849 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.849 INFO [stderr] | ^^^^^ Dec 18 14:49:42.849 INFO [stderr] ... Dec 18 14:49:42.849 INFO [stderr] 2719 | rt_realloc_excess_used!(rt_primes_96bytes_8align_realloc_excess_used, 96, 8); Dec 18 14:49:42.849 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.849 INFO [stderr] | Dec 18 14:49:42.849 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.852 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.852 INFO [stderr] | Dec 18 14:49:42.852 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.852 INFO [stderr] | Dec 18 14:49:42.852 INFO [stderr] Dec 18 14:49:42.852 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.852 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.852 INFO [stderr] | Dec 18 14:49:42.852 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.852 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.852 INFO [stderr] ... Dec 18 14:49:42.852 INFO [stderr] 2719 | rt_realloc_excess_used!(rt_primes_96bytes_8align_realloc_excess_used, 96, 8); Dec 18 14:49:42.852 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.852 INFO [stderr] Dec 18 14:49:42.852 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.852 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.852 INFO [stderr] | Dec 18 14:49:42.852 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.852 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.852 INFO [stderr] ... Dec 18 14:49:42.852 INFO [stderr] 2719 | rt_realloc_excess_used!(rt_primes_96bytes_8align_realloc_excess_used, 96, 8); Dec 18 14:49:42.852 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.852 INFO [stderr] | Dec 18 14:49:42.852 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.852 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.852 INFO [stderr] | Dec 18 14:49:42.852 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.852 INFO [stderr] | Dec 18 14:49:42.852 INFO [stderr] Dec 18 14:49:42.852 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.852 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.852 INFO [stderr] | Dec 18 14:49:42.852 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.852 INFO [stderr] | ^^^^^ Dec 18 14:49:42.852 INFO [stderr] ... Dec 18 14:49:42.852 INFO [stderr] 2732 | rt_realloc_excess_used!(rt_primes_127bytes_8align_realloc_excess_used, 127, 8); Dec 18 14:49:42.852 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.852 INFO [stderr] | Dec 18 14:49:42.852 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.852 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.852 INFO [stderr] | Dec 18 14:49:42.852 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.852 INFO [stderr] | Dec 18 14:49:42.852 INFO [stderr] Dec 18 14:49:42.855 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.855 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.855 INFO [stderr] | Dec 18 14:49:42.855 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.855 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.855 INFO [stderr] ... Dec 18 14:49:42.855 INFO [stderr] 2732 | rt_realloc_excess_used!(rt_primes_127bytes_8align_realloc_excess_used, 127, 8); Dec 18 14:49:42.855 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.855 INFO [stderr] Dec 18 14:49:42.855 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.855 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.855 INFO [stderr] | Dec 18 14:49:42.855 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.855 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.855 INFO [stderr] ... Dec 18 14:49:42.855 INFO [stderr] 2732 | rt_realloc_excess_used!(rt_primes_127bytes_8align_realloc_excess_used, 127, 8); Dec 18 14:49:42.855 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.855 INFO [stderr] | Dec 18 14:49:42.855 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.855 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.855 INFO [stderr] | Dec 18 14:49:42.855 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.855 INFO [stderr] | Dec 18 14:49:42.855 INFO [stderr] Dec 18 14:49:42.855 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.855 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.855 INFO [stderr] | Dec 18 14:49:42.855 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.855 INFO [stderr] | ^^^^^ Dec 18 14:49:42.855 INFO [stderr] ... Dec 18 14:49:42.855 INFO [stderr] 2745 | rt_realloc_excess_used!(rt_primes_257bytes_8align_realloc_excess_used, 257, 8); Dec 18 14:49:42.855 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.855 INFO [stderr] | Dec 18 14:49:42.856 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.856 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.856 INFO [stderr] | Dec 18 14:49:42.856 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.856 INFO [stderr] | Dec 18 14:49:42.856 INFO [stderr] Dec 18 14:49:42.856 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.856 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.856 INFO [stderr] | Dec 18 14:49:42.856 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.856 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.856 INFO [stderr] ... Dec 18 14:49:42.856 INFO [stderr] 2745 | rt_realloc_excess_used!(rt_primes_257bytes_8align_realloc_excess_used, 257, 8); Dec 18 14:49:42.856 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.856 INFO [stderr] Dec 18 14:49:42.860 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.860 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.860 INFO [stderr] | Dec 18 14:49:42.860 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.860 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.860 INFO [stderr] ... Dec 18 14:49:42.860 INFO [stderr] 2745 | rt_realloc_excess_used!(rt_primes_257bytes_8align_realloc_excess_used, 257, 8); Dec 18 14:49:42.860 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.860 INFO [stderr] | Dec 18 14:49:42.860 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.860 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.860 INFO [stderr] | Dec 18 14:49:42.860 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.860 INFO [stderr] | Dec 18 14:49:42.860 INFO [stderr] Dec 18 14:49:42.860 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.860 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.860 INFO [stderr] | Dec 18 14:49:42.860 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.860 INFO [stderr] | ^^^^^ Dec 18 14:49:42.860 INFO [stderr] ... Dec 18 14:49:42.860 INFO [stderr] 2758 | rt_realloc_excess_used!(rt_primes_509bytes_8align_realloc_excess_used, 509, 8); Dec 18 14:49:42.860 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.860 INFO [stderr] | Dec 18 14:49:42.860 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.860 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.860 INFO [stderr] | Dec 18 14:49:42.860 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.860 INFO [stderr] | Dec 18 14:49:42.860 INFO [stderr] Dec 18 14:49:42.860 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.860 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.860 INFO [stderr] | Dec 18 14:49:42.860 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.860 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.860 INFO [stderr] ... Dec 18 14:49:42.860 INFO [stderr] 2758 | rt_realloc_excess_used!(rt_primes_509bytes_8align_realloc_excess_used, 509, 8); Dec 18 14:49:42.860 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.860 INFO [stderr] Dec 18 14:49:42.860 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.860 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.860 INFO [stderr] | Dec 18 14:49:42.860 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.860 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.860 INFO [stderr] ... Dec 18 14:49:42.860 INFO [stderr] 2758 | rt_realloc_excess_used!(rt_primes_509bytes_8align_realloc_excess_used, 509, 8); Dec 18 14:49:42.860 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.860 INFO [stderr] | Dec 18 14:49:42.860 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.860 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.860 INFO [stderr] | Dec 18 14:49:42.861 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.861 INFO [stderr] | Dec 18 14:49:42.861 INFO [stderr] Dec 18 14:49:42.861 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.861 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.861 INFO [stderr] | Dec 18 14:49:42.861 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.861 INFO [stderr] | ^^^^^ Dec 18 14:49:42.861 INFO [stderr] ... Dec 18 14:49:42.861 INFO [stderr] 2771 | rt_realloc_excess_used!(rt_primes_1021bytes_8align_realloc_excess_used, 1021, 8); Dec 18 14:49:42.861 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.861 INFO [stderr] | Dec 18 14:49:42.861 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.861 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.861 INFO [stderr] | Dec 18 14:49:42.861 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.861 INFO [stderr] | Dec 18 14:49:42.861 INFO [stderr] Dec 18 14:49:42.861 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.861 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.861 INFO [stderr] | Dec 18 14:49:42.861 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.861 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.861 INFO [stderr] ... Dec 18 14:49:42.861 INFO [stderr] 2771 | rt_realloc_excess_used!(rt_primes_1021bytes_8align_realloc_excess_used, 1021, 8); Dec 18 14:49:42.861 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.861 INFO [stderr] Dec 18 14:49:42.864 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.864 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.864 INFO [stderr] | Dec 18 14:49:42.864 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.864 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.864 INFO [stderr] ... Dec 18 14:49:42.864 INFO [stderr] 2771 | rt_realloc_excess_used!(rt_primes_1021bytes_8align_realloc_excess_used, 1021, 8); Dec 18 14:49:42.864 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.864 INFO [stderr] | Dec 18 14:49:42.864 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.864 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.864 INFO [stderr] | Dec 18 14:49:42.864 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.864 INFO [stderr] | Dec 18 14:49:42.864 INFO [stderr] Dec 18 14:49:42.864 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.864 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.864 INFO [stderr] | Dec 18 14:49:42.864 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.864 INFO [stderr] | ^^^^^ Dec 18 14:49:42.864 INFO [stderr] ... Dec 18 14:49:42.864 INFO [stderr] 2784 | rt_realloc_excess_used!(rt_primes_2039bytes_8align_realloc_excess_used, 2039, 8); Dec 18 14:49:42.864 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.864 INFO [stderr] | Dec 18 14:49:42.864 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.864 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.864 INFO [stderr] | Dec 18 14:49:42.864 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.864 INFO [stderr] | Dec 18 14:49:42.864 INFO [stderr] Dec 18 14:49:42.864 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.864 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.864 INFO [stderr] | Dec 18 14:49:42.864 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.864 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.864 INFO [stderr] ... Dec 18 14:49:42.864 INFO [stderr] 2784 | rt_realloc_excess_used!(rt_primes_2039bytes_8align_realloc_excess_used, 2039, 8); Dec 18 14:49:42.864 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.864 INFO [stderr] Dec 18 14:49:42.864 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.864 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.864 INFO [stderr] | Dec 18 14:49:42.864 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.864 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.864 INFO [stderr] ... Dec 18 14:49:42.864 INFO [stderr] 2784 | rt_realloc_excess_used!(rt_primes_2039bytes_8align_realloc_excess_used, 2039, 8); Dec 18 14:49:42.864 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.864 INFO [stderr] | Dec 18 14:49:42.864 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.865 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.865 INFO [stderr] | Dec 18 14:49:42.865 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.865 INFO [stderr] | Dec 18 14:49:42.865 INFO [stderr] Dec 18 14:49:42.868 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.868 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.868 INFO [stderr] | Dec 18 14:49:42.868 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.868 INFO [stderr] | ^^^^^ Dec 18 14:49:42.868 INFO [stderr] ... Dec 18 14:49:42.868 INFO [stderr] 2797 | rt_realloc_excess_used!(rt_primes_4093bytes_8align_realloc_excess_used, 4093, 8); Dec 18 14:49:42.868 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.868 INFO [stderr] | Dec 18 14:49:42.868 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.868 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.868 INFO [stderr] | Dec 18 14:49:42.868 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.868 INFO [stderr] | Dec 18 14:49:42.868 INFO [stderr] Dec 18 14:49:42.868 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.868 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.868 INFO [stderr] | Dec 18 14:49:42.868 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.868 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.868 INFO [stderr] ... Dec 18 14:49:42.868 INFO [stderr] 2797 | rt_realloc_excess_used!(rt_primes_4093bytes_8align_realloc_excess_used, 4093, 8); Dec 18 14:49:42.868 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.868 INFO [stderr] Dec 18 14:49:42.868 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.868 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.868 INFO [stderr] | Dec 18 14:49:42.868 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.868 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.868 INFO [stderr] ... Dec 18 14:49:42.868 INFO [stderr] 2797 | rt_realloc_excess_used!(rt_primes_4093bytes_8align_realloc_excess_used, 4093, 8); Dec 18 14:49:42.868 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.868 INFO [stderr] | Dec 18 14:49:42.868 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.868 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.868 INFO [stderr] | Dec 18 14:49:42.868 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.868 INFO [stderr] | Dec 18 14:49:42.868 INFO [stderr] Dec 18 14:49:42.868 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.868 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.868 INFO [stderr] | Dec 18 14:49:42.868 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.868 INFO [stderr] | ^^^^^ Dec 18 14:49:42.868 INFO [stderr] ... Dec 18 14:49:42.868 INFO [stderr] 2810 | rt_realloc_excess_used!(rt_primes_8191bytes_8align_realloc_excess_used, 8191, 8); Dec 18 14:49:42.868 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.868 INFO [stderr] | Dec 18 14:49:42.868 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.868 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.868 INFO [stderr] | Dec 18 14:49:42.868 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.868 INFO [stderr] | Dec 18 14:49:42.868 INFO [stderr] Dec 18 14:49:42.868 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.868 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.868 INFO [stderr] | Dec 18 14:49:42.868 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.868 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.868 INFO [stderr] ... Dec 18 14:49:42.868 INFO [stderr] 2810 | rt_realloc_excess_used!(rt_primes_8191bytes_8align_realloc_excess_used, 8191, 8); Dec 18 14:49:42.868 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.868 INFO [stderr] Dec 18 14:49:42.872 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.872 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.872 INFO [stderr] | Dec 18 14:49:42.872 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.872 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.872 INFO [stderr] ... Dec 18 14:49:42.872 INFO [stderr] 2810 | rt_realloc_excess_used!(rt_primes_8191bytes_8align_realloc_excess_used, 8191, 8); Dec 18 14:49:42.872 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.872 INFO [stderr] | Dec 18 14:49:42.872 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.872 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.872 INFO [stderr] | Dec 18 14:49:42.872 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.872 INFO [stderr] | Dec 18 14:49:42.872 INFO [stderr] Dec 18 14:49:42.872 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.872 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.872 INFO [stderr] | Dec 18 14:49:42.872 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.872 INFO [stderr] | ^^^^^ Dec 18 14:49:42.872 INFO [stderr] ... Dec 18 14:49:42.872 INFO [stderr] 2823 | rt_realloc_excess_used!(rt_primes_16381bytes_8align_realloc_excess_used, 16381, 8); Dec 18 14:49:42.872 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.872 INFO [stderr] | Dec 18 14:49:42.872 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.872 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.872 INFO [stderr] | Dec 18 14:49:42.872 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.872 INFO [stderr] | Dec 18 14:49:42.872 INFO [stderr] Dec 18 14:49:42.872 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.872 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.872 INFO [stderr] | Dec 18 14:49:42.872 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.872 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.872 INFO [stderr] ... Dec 18 14:49:42.872 INFO [stderr] 2823 | rt_realloc_excess_used!(rt_primes_16381bytes_8align_realloc_excess_used, 16381, 8); Dec 18 14:49:42.872 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.872 INFO [stderr] Dec 18 14:49:42.872 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.872 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.872 INFO [stderr] | Dec 18 14:49:42.872 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.872 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.872 INFO [stderr] ... Dec 18 14:49:42.872 INFO [stderr] 2823 | rt_realloc_excess_used!(rt_primes_16381bytes_8align_realloc_excess_used, 16381, 8); Dec 18 14:49:42.872 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.872 INFO [stderr] | Dec 18 14:49:42.872 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.872 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.872 INFO [stderr] | Dec 18 14:49:42.873 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.873 INFO [stderr] | Dec 18 14:49:42.873 INFO [stderr] Dec 18 14:49:42.876 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.876 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.876 INFO [stderr] | Dec 18 14:49:42.876 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.876 INFO [stderr] | ^^^^^ Dec 18 14:49:42.876 INFO [stderr] ... Dec 18 14:49:42.876 INFO [stderr] 2836 | rt_realloc_excess_used!(rt_primes_32749bytes_8align_realloc_excess_used, 32749, 8); Dec 18 14:49:42.876 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.876 INFO [stderr] | Dec 18 14:49:42.876 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.876 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.876 INFO [stderr] | Dec 18 14:49:42.876 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.876 INFO [stderr] | Dec 18 14:49:42.876 INFO [stderr] Dec 18 14:49:42.876 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.876 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.876 INFO [stderr] | Dec 18 14:49:42.876 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.876 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.876 INFO [stderr] ... Dec 18 14:49:42.876 INFO [stderr] 2836 | rt_realloc_excess_used!(rt_primes_32749bytes_8align_realloc_excess_used, 32749, 8); Dec 18 14:49:42.876 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.876 INFO [stderr] Dec 18 14:49:42.876 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.876 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.876 INFO [stderr] | Dec 18 14:49:42.876 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.876 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.876 INFO [stderr] ... Dec 18 14:49:42.876 INFO [stderr] 2836 | rt_realloc_excess_used!(rt_primes_32749bytes_8align_realloc_excess_used, 32749, 8); Dec 18 14:49:42.876 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.876 INFO [stderr] | Dec 18 14:49:42.876 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.876 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.876 INFO [stderr] | Dec 18 14:49:42.876 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.876 INFO [stderr] | Dec 18 14:49:42.876 INFO [stderr] Dec 18 14:49:42.876 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.876 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.876 INFO [stderr] | Dec 18 14:49:42.876 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.876 INFO [stderr] | ^^^^^ Dec 18 14:49:42.876 INFO [stderr] ... Dec 18 14:49:42.876 INFO [stderr] 2849 | rt_realloc_excess_used!(rt_primes_65537bytes_8align_realloc_excess_used, 65537, 8); Dec 18 14:49:42.876 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.876 INFO [stderr] | Dec 18 14:49:42.876 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.876 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.876 INFO [stderr] | Dec 18 14:49:42.876 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.876 INFO [stderr] | Dec 18 14:49:42.877 INFO [stderr] Dec 18 14:49:42.877 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.877 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.877 INFO [stderr] | Dec 18 14:49:42.877 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.877 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.877 INFO [stderr] ... Dec 18 14:49:42.877 INFO [stderr] 2849 | rt_realloc_excess_used!(rt_primes_65537bytes_8align_realloc_excess_used, 65537, 8); Dec 18 14:49:42.877 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.877 INFO [stderr] Dec 18 14:49:42.880 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.880 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.880 INFO [stderr] | Dec 18 14:49:42.880 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.880 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.880 INFO [stderr] ... Dec 18 14:49:42.880 INFO [stderr] 2849 | rt_realloc_excess_used!(rt_primes_65537bytes_8align_realloc_excess_used, 65537, 8); Dec 18 14:49:42.880 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.880 INFO [stderr] | Dec 18 14:49:42.880 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.880 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.880 INFO [stderr] | Dec 18 14:49:42.880 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.880 INFO [stderr] | Dec 18 14:49:42.880 INFO [stderr] Dec 18 14:49:42.880 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.880 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.880 INFO [stderr] | Dec 18 14:49:42.880 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.880 INFO [stderr] | ^^^^^ Dec 18 14:49:42.880 INFO [stderr] ... Dec 18 14:49:42.880 INFO [stderr] 2862 | rt_realloc_excess_used!(rt_primes_131071bytes_8align_realloc_excess_used, 131071, 8); Dec 18 14:49:42.880 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.880 INFO [stderr] | Dec 18 14:49:42.880 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.880 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.880 INFO [stderr] | Dec 18 14:49:42.880 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.880 INFO [stderr] | Dec 18 14:49:42.880 INFO [stderr] Dec 18 14:49:42.880 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.880 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.880 INFO [stderr] | Dec 18 14:49:42.880 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.880 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.880 INFO [stderr] ... Dec 18 14:49:42.880 INFO [stderr] 2862 | rt_realloc_excess_used!(rt_primes_131071bytes_8align_realloc_excess_used, 131071, 8); Dec 18 14:49:42.880 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.880 INFO [stderr] Dec 18 14:49:42.880 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.880 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.880 INFO [stderr] | Dec 18 14:49:42.880 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.880 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.880 INFO [stderr] ... Dec 18 14:49:42.880 INFO [stderr] 2862 | rt_realloc_excess_used!(rt_primes_131071bytes_8align_realloc_excess_used, 131071, 8); Dec 18 14:49:42.880 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.880 INFO [stderr] | Dec 18 14:49:42.880 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.880 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.880 INFO [stderr] | Dec 18 14:49:42.881 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.881 INFO [stderr] | Dec 18 14:49:42.881 INFO [stderr] Dec 18 14:49:42.881 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.881 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.881 INFO [stderr] | Dec 18 14:49:42.881 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.881 INFO [stderr] | ^^^^^ Dec 18 14:49:42.881 INFO [stderr] ... Dec 18 14:49:42.881 INFO [stderr] 2875 | rt_realloc_excess_used!(rt_primes_4194301bytes_8align_realloc_excess_used, 4194301, 8); Dec 18 14:49:42.881 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.881 INFO [stderr] | Dec 18 14:49:42.881 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.881 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.881 INFO [stderr] | Dec 18 14:49:42.881 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.881 INFO [stderr] | Dec 18 14:49:42.881 INFO [stderr] Dec 18 14:49:42.884 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.884 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.884 INFO [stderr] | Dec 18 14:49:42.884 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.884 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.884 INFO [stderr] ... Dec 18 14:49:42.884 INFO [stderr] 2875 | rt_realloc_excess_used!(rt_primes_4194301bytes_8align_realloc_excess_used, 4194301, 8); Dec 18 14:49:42.884 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.884 INFO [stderr] Dec 18 14:49:42.884 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.884 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.884 INFO [stderr] | Dec 18 14:49:42.884 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.884 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.884 INFO [stderr] ... Dec 18 14:49:42.884 INFO [stderr] 2875 | rt_realloc_excess_used!(rt_primes_4194301bytes_8align_realloc_excess_used, 4194301, 8); Dec 18 14:49:42.884 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.884 INFO [stderr] | Dec 18 14:49:42.884 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.884 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.884 INFO [stderr] | Dec 18 14:49:42.884 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.884 INFO [stderr] | Dec 18 14:49:42.884 INFO [stderr] Dec 18 14:49:42.884 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.884 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.884 INFO [stderr] | Dec 18 14:49:42.884 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.884 INFO [stderr] | ^^^^^ Dec 18 14:49:42.884 INFO [stderr] ... Dec 18 14:49:42.884 INFO [stderr] 2891 | rt_realloc_excess_used!(rt_pow2_1bytes_16align_realloc_excess_used, 1, 16); Dec 18 14:49:42.884 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.884 INFO [stderr] | Dec 18 14:49:42.884 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.884 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.884 INFO [stderr] | Dec 18 14:49:42.884 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.884 INFO [stderr] | Dec 18 14:49:42.884 INFO [stderr] Dec 18 14:49:42.884 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.884 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.884 INFO [stderr] | Dec 18 14:49:42.884 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.884 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.884 INFO [stderr] ... Dec 18 14:49:42.884 INFO [stderr] 2891 | rt_realloc_excess_used!(rt_pow2_1bytes_16align_realloc_excess_used, 1, 16); Dec 18 14:49:42.884 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.884 INFO [stderr] Dec 18 14:49:42.888 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.888 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.888 INFO [stderr] | Dec 18 14:49:42.888 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.888 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.888 INFO [stderr] ... Dec 18 14:49:42.888 INFO [stderr] 2891 | rt_realloc_excess_used!(rt_pow2_1bytes_16align_realloc_excess_used, 1, 16); Dec 18 14:49:42.888 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.888 INFO [stderr] | Dec 18 14:49:42.888 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.888 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.888 INFO [stderr] | Dec 18 14:49:42.888 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.888 INFO [stderr] | Dec 18 14:49:42.888 INFO [stderr] Dec 18 14:49:42.888 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.888 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.888 INFO [stderr] | Dec 18 14:49:42.888 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.888 INFO [stderr] | ^^^^^ Dec 18 14:49:42.888 INFO [stderr] ... Dec 18 14:49:42.888 INFO [stderr] 2904 | rt_realloc_excess_used!(rt_pow2_2bytes_16align_realloc_excess_used, 2, 16); Dec 18 14:49:42.888 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.888 INFO [stderr] | Dec 18 14:49:42.888 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.888 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.888 INFO [stderr] | Dec 18 14:49:42.888 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.888 INFO [stderr] | Dec 18 14:49:42.888 INFO [stderr] Dec 18 14:49:42.888 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.888 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.888 INFO [stderr] | Dec 18 14:49:42.888 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.888 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.888 INFO [stderr] ... Dec 18 14:49:42.888 INFO [stderr] 2904 | rt_realloc_excess_used!(rt_pow2_2bytes_16align_realloc_excess_used, 2, 16); Dec 18 14:49:42.888 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.888 INFO [stderr] Dec 18 14:49:42.888 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.888 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.888 INFO [stderr] | Dec 18 14:49:42.888 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.888 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.888 INFO [stderr] ... Dec 18 14:49:42.888 INFO [stderr] 2904 | rt_realloc_excess_used!(rt_pow2_2bytes_16align_realloc_excess_used, 2, 16); Dec 18 14:49:42.888 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.888 INFO [stderr] | Dec 18 14:49:42.888 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.888 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.888 INFO [stderr] | Dec 18 14:49:42.888 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.888 INFO [stderr] | Dec 18 14:49:42.888 INFO [stderr] Dec 18 14:49:42.889 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.889 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.889 INFO [stderr] | Dec 18 14:49:42.889 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.889 INFO [stderr] | ^^^^^ Dec 18 14:49:42.889 INFO [stderr] ... Dec 18 14:49:42.889 INFO [stderr] 2917 | rt_realloc_excess_used!(rt_pow2_4bytes_16align_realloc_excess_used, 4, 16); Dec 18 14:49:42.889 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.889 INFO [stderr] | Dec 18 14:49:42.889 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.889 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.889 INFO [stderr] | Dec 18 14:49:42.889 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.889 INFO [stderr] | Dec 18 14:49:42.889 INFO [stderr] Dec 18 14:49:42.892 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.892 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.892 INFO [stderr] | Dec 18 14:49:42.892 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.892 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.892 INFO [stderr] ... Dec 18 14:49:42.892 INFO [stderr] 2917 | rt_realloc_excess_used!(rt_pow2_4bytes_16align_realloc_excess_used, 4, 16); Dec 18 14:49:42.892 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.892 INFO [stderr] Dec 18 14:49:42.892 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.892 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.892 INFO [stderr] | Dec 18 14:49:42.892 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.892 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.892 INFO [stderr] ... Dec 18 14:49:42.892 INFO [stderr] 2917 | rt_realloc_excess_used!(rt_pow2_4bytes_16align_realloc_excess_used, 4, 16); Dec 18 14:49:42.892 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.892 INFO [stderr] | Dec 18 14:49:42.892 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.892 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.892 INFO [stderr] | Dec 18 14:49:42.892 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.892 INFO [stderr] | Dec 18 14:49:42.892 INFO [stderr] Dec 18 14:49:42.892 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.892 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.892 INFO [stderr] | Dec 18 14:49:42.892 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.892 INFO [stderr] | ^^^^^ Dec 18 14:49:42.892 INFO [stderr] ... Dec 18 14:49:42.892 INFO [stderr] 2930 | rt_realloc_excess_used!(rt_pow2_8bytes_16align_realloc_excess_used, 8, 16); Dec 18 14:49:42.892 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.892 INFO [stderr] | Dec 18 14:49:42.892 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.892 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.892 INFO [stderr] | Dec 18 14:49:42.892 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.892 INFO [stderr] | Dec 18 14:49:42.892 INFO [stderr] Dec 18 14:49:42.892 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.892 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.892 INFO [stderr] | Dec 18 14:49:42.892 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.892 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.892 INFO [stderr] ... Dec 18 14:49:42.892 INFO [stderr] 2930 | rt_realloc_excess_used!(rt_pow2_8bytes_16align_realloc_excess_used, 8, 16); Dec 18 14:49:42.892 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.892 INFO [stderr] Dec 18 14:49:42.892 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.892 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.892 INFO [stderr] | Dec 18 14:49:42.892 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.892 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.892 INFO [stderr] ... Dec 18 14:49:42.892 INFO [stderr] 2930 | rt_realloc_excess_used!(rt_pow2_8bytes_16align_realloc_excess_used, 8, 16); Dec 18 14:49:42.892 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.892 INFO [stderr] | Dec 18 14:49:42.892 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.892 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.892 INFO [stderr] | Dec 18 14:49:42.892 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.892 INFO [stderr] | Dec 18 14:49:42.892 INFO [stderr] Dec 18 14:49:42.896 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.896 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.896 INFO [stderr] | Dec 18 14:49:42.896 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.896 INFO [stderr] | ^^^^^ Dec 18 14:49:42.896 INFO [stderr] ... Dec 18 14:49:42.896 INFO [stderr] 2943 | rt_realloc_excess_used!(rt_pow2_16bytes_16align_realloc_excess_used, 16, 16); Dec 18 14:49:42.896 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.896 INFO [stderr] | Dec 18 14:49:42.896 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.896 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.896 INFO [stderr] | Dec 18 14:49:42.896 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.896 INFO [stderr] | Dec 18 14:49:42.896 INFO [stderr] Dec 18 14:49:42.896 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.896 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.896 INFO [stderr] | Dec 18 14:49:42.896 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.896 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.896 INFO [stderr] ... Dec 18 14:49:42.896 INFO [stderr] 2943 | rt_realloc_excess_used!(rt_pow2_16bytes_16align_realloc_excess_used, 16, 16); Dec 18 14:49:42.896 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.896 INFO [stderr] Dec 18 14:49:42.896 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.896 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.896 INFO [stderr] | Dec 18 14:49:42.896 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.896 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.896 INFO [stderr] ... Dec 18 14:49:42.896 INFO [stderr] 2943 | rt_realloc_excess_used!(rt_pow2_16bytes_16align_realloc_excess_used, 16, 16); Dec 18 14:49:42.896 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.896 INFO [stderr] | Dec 18 14:49:42.896 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.896 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.896 INFO [stderr] | Dec 18 14:49:42.896 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.896 INFO [stderr] | Dec 18 14:49:42.896 INFO [stderr] Dec 18 14:49:42.896 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.896 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.896 INFO [stderr] | Dec 18 14:49:42.896 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.896 INFO [stderr] | ^^^^^ Dec 18 14:49:42.896 INFO [stderr] ... Dec 18 14:49:42.896 INFO [stderr] 2956 | rt_realloc_excess_used!(rt_pow2_32bytes_16align_realloc_excess_used, 32, 16); Dec 18 14:49:42.896 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.896 INFO [stderr] | Dec 18 14:49:42.896 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.896 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.896 INFO [stderr] | Dec 18 14:49:42.896 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.896 INFO [stderr] | Dec 18 14:49:42.896 INFO [stderr] Dec 18 14:49:42.897 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.897 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.897 INFO [stderr] | Dec 18 14:49:42.897 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.897 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.897 INFO [stderr] ... Dec 18 14:49:42.897 INFO [stderr] 2956 | rt_realloc_excess_used!(rt_pow2_32bytes_16align_realloc_excess_used, 32, 16); Dec 18 14:49:42.897 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.897 INFO [stderr] Dec 18 14:49:42.900 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.900 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.900 INFO [stderr] | Dec 18 14:49:42.900 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.900 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.900 INFO [stderr] ... Dec 18 14:49:42.900 INFO [stderr] 2956 | rt_realloc_excess_used!(rt_pow2_32bytes_16align_realloc_excess_used, 32, 16); Dec 18 14:49:42.900 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.900 INFO [stderr] | Dec 18 14:49:42.900 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.900 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.900 INFO [stderr] | Dec 18 14:49:42.900 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.900 INFO [stderr] | Dec 18 14:49:42.900 INFO [stderr] Dec 18 14:49:42.900 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.900 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.900 INFO [stderr] | Dec 18 14:49:42.900 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.900 INFO [stderr] | ^^^^^ Dec 18 14:49:42.900 INFO [stderr] ... Dec 18 14:49:42.900 INFO [stderr] 2969 | rt_realloc_excess_used!(rt_pow2_64bytes_16align_realloc_excess_used, 64, 16); Dec 18 14:49:42.900 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.900 INFO [stderr] | Dec 18 14:49:42.900 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.900 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.900 INFO [stderr] | Dec 18 14:49:42.900 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.900 INFO [stderr] | Dec 18 14:49:42.900 INFO [stderr] Dec 18 14:49:42.904 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.904 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.904 INFO [stderr] | Dec 18 14:49:42.904 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.904 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.904 INFO [stderr] ... Dec 18 14:49:42.904 INFO [stderr] 2969 | rt_realloc_excess_used!(rt_pow2_64bytes_16align_realloc_excess_used, 64, 16); Dec 18 14:49:42.904 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.904 INFO [stderr] Dec 18 14:49:42.904 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.904 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.904 INFO [stderr] | Dec 18 14:49:42.904 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.904 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.904 INFO [stderr] ... Dec 18 14:49:42.904 INFO [stderr] 2969 | rt_realloc_excess_used!(rt_pow2_64bytes_16align_realloc_excess_used, 64, 16); Dec 18 14:49:42.904 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.904 INFO [stderr] | Dec 18 14:49:42.904 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.904 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.904 INFO [stderr] | Dec 18 14:49:42.904 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.904 INFO [stderr] | Dec 18 14:49:42.904 INFO [stderr] Dec 18 14:49:42.904 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.904 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.904 INFO [stderr] | Dec 18 14:49:42.904 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.904 INFO [stderr] | ^^^^^ Dec 18 14:49:42.904 INFO [stderr] ... Dec 18 14:49:42.904 INFO [stderr] 2982 | rt_realloc_excess_used!(rt_pow2_128bytes_16align_realloc_excess_used, 128, 16); Dec 18 14:49:42.904 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.904 INFO [stderr] | Dec 18 14:49:42.904 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.904 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.904 INFO [stderr] | Dec 18 14:49:42.904 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.904 INFO [stderr] | Dec 18 14:49:42.904 INFO [stderr] Dec 18 14:49:42.904 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.904 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.904 INFO [stderr] | Dec 18 14:49:42.904 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.904 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.904 INFO [stderr] ... Dec 18 14:49:42.904 INFO [stderr] 2982 | rt_realloc_excess_used!(rt_pow2_128bytes_16align_realloc_excess_used, 128, 16); Dec 18 14:49:42.904 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.904 INFO [stderr] Dec 18 14:49:42.904 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.904 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.904 INFO [stderr] | Dec 18 14:49:42.904 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.904 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.905 INFO [stderr] ... Dec 18 14:49:42.905 INFO [stderr] 2982 | rt_realloc_excess_used!(rt_pow2_128bytes_16align_realloc_excess_used, 128, 16); Dec 18 14:49:42.905 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.905 INFO [stderr] | Dec 18 14:49:42.905 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.905 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.905 INFO [stderr] | Dec 18 14:49:42.905 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.905 INFO [stderr] | Dec 18 14:49:42.905 INFO [stderr] Dec 18 14:49:42.905 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.905 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.905 INFO [stderr] | Dec 18 14:49:42.905 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.905 INFO [stderr] | ^^^^^ Dec 18 14:49:42.905 INFO [stderr] ... Dec 18 14:49:42.905 INFO [stderr] 2995 | rt_realloc_excess_used!(rt_pow2_256bytes_16align_realloc_excess_used, 256, 16); Dec 18 14:49:42.905 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.905 INFO [stderr] | Dec 18 14:49:42.905 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.905 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.905 INFO [stderr] | Dec 18 14:49:42.905 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.905 INFO [stderr] | Dec 18 14:49:42.905 INFO [stderr] Dec 18 14:49:42.905 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.905 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.905 INFO [stderr] | Dec 18 14:49:42.905 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.905 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.905 INFO [stderr] ... Dec 18 14:49:42.905 INFO [stderr] 2995 | rt_realloc_excess_used!(rt_pow2_256bytes_16align_realloc_excess_used, 256, 16); Dec 18 14:49:42.905 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.905 INFO [stderr] Dec 18 14:49:42.908 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.908 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.908 INFO [stderr] | Dec 18 14:49:42.908 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.908 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.908 INFO [stderr] ... Dec 18 14:49:42.908 INFO [stderr] 2995 | rt_realloc_excess_used!(rt_pow2_256bytes_16align_realloc_excess_used, 256, 16); Dec 18 14:49:42.908 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.908 INFO [stderr] | Dec 18 14:49:42.908 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.908 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.908 INFO [stderr] | Dec 18 14:49:42.908 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.908 INFO [stderr] | Dec 18 14:49:42.908 INFO [stderr] Dec 18 14:49:42.908 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.908 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.908 INFO [stderr] | Dec 18 14:49:42.908 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.908 INFO [stderr] | ^^^^^ Dec 18 14:49:42.908 INFO [stderr] ... Dec 18 14:49:42.908 INFO [stderr] 3008 | rt_realloc_excess_used!(rt_pow2_512bytes_16align_realloc_excess_used, 512, 16); Dec 18 14:49:42.908 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.908 INFO [stderr] | Dec 18 14:49:42.908 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.908 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.908 INFO [stderr] | Dec 18 14:49:42.908 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.908 INFO [stderr] | Dec 18 14:49:42.908 INFO [stderr] Dec 18 14:49:42.908 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.908 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.908 INFO [stderr] | Dec 18 14:49:42.908 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.908 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.908 INFO [stderr] ... Dec 18 14:49:42.908 INFO [stderr] 3008 | rt_realloc_excess_used!(rt_pow2_512bytes_16align_realloc_excess_used, 512, 16); Dec 18 14:49:42.908 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.908 INFO [stderr] Dec 18 14:49:42.908 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.908 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.908 INFO [stderr] | Dec 18 14:49:42.908 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.908 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.908 INFO [stderr] ... Dec 18 14:49:42.908 INFO [stderr] 3008 | rt_realloc_excess_used!(rt_pow2_512bytes_16align_realloc_excess_used, 512, 16); Dec 18 14:49:42.908 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.908 INFO [stderr] | Dec 18 14:49:42.908 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.909 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.909 INFO [stderr] | Dec 18 14:49:42.909 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.909 INFO [stderr] | Dec 18 14:49:42.909 INFO [stderr] Dec 18 14:49:42.911 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.911 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.911 INFO [stderr] | Dec 18 14:49:42.911 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.911 INFO [stderr] | ^^^^^ Dec 18 14:49:42.911 INFO [stderr] ... Dec 18 14:49:42.911 INFO [stderr] 3021 | rt_realloc_excess_used!(rt_pow2_1024bytes_16align_realloc_excess_used, 1024, 16); Dec 18 14:49:42.912 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.912 INFO [stderr] | Dec 18 14:49:42.912 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.912 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.912 INFO [stderr] | Dec 18 14:49:42.912 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.912 INFO [stderr] | Dec 18 14:49:42.912 INFO [stderr] Dec 18 14:49:42.912 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.912 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.912 INFO [stderr] | Dec 18 14:49:42.912 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.912 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.912 INFO [stderr] ... Dec 18 14:49:42.912 INFO [stderr] 3021 | rt_realloc_excess_used!(rt_pow2_1024bytes_16align_realloc_excess_used, 1024, 16); Dec 18 14:49:42.912 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.912 INFO [stderr] Dec 18 14:49:42.912 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.912 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.912 INFO [stderr] | Dec 18 14:49:42.912 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.912 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.912 INFO [stderr] ... Dec 18 14:49:42.912 INFO [stderr] 3021 | rt_realloc_excess_used!(rt_pow2_1024bytes_16align_realloc_excess_used, 1024, 16); Dec 18 14:49:42.912 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.912 INFO [stderr] | Dec 18 14:49:42.912 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.912 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.912 INFO [stderr] | Dec 18 14:49:42.912 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.912 INFO [stderr] | Dec 18 14:49:42.912 INFO [stderr] Dec 18 14:49:42.916 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.916 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.916 INFO [stderr] | Dec 18 14:49:42.916 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.916 INFO [stderr] | ^^^^^ Dec 18 14:49:42.916 INFO [stderr] ... Dec 18 14:49:42.916 INFO [stderr] 3034 | rt_realloc_excess_used!(rt_pow2_2048bytes_16align_realloc_excess_used, 2048, 16); Dec 18 14:49:42.916 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.916 INFO [stderr] | Dec 18 14:49:42.916 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.916 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.916 INFO [stderr] | Dec 18 14:49:42.916 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.916 INFO [stderr] | Dec 18 14:49:42.916 INFO [stderr] Dec 18 14:49:42.916 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.916 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.916 INFO [stderr] | Dec 18 14:49:42.916 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.916 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.916 INFO [stderr] ... Dec 18 14:49:42.916 INFO [stderr] 3034 | rt_realloc_excess_used!(rt_pow2_2048bytes_16align_realloc_excess_used, 2048, 16); Dec 18 14:49:42.916 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.916 INFO [stderr] Dec 18 14:49:42.916 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.916 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.916 INFO [stderr] | Dec 18 14:49:42.916 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.916 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.916 INFO [stderr] ... Dec 18 14:49:42.916 INFO [stderr] 3034 | rt_realloc_excess_used!(rt_pow2_2048bytes_16align_realloc_excess_used, 2048, 16); Dec 18 14:49:42.916 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.916 INFO [stderr] | Dec 18 14:49:42.916 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.916 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.916 INFO [stderr] | Dec 18 14:49:42.916 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.916 INFO [stderr] | Dec 18 14:49:42.916 INFO [stderr] Dec 18 14:49:42.916 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.916 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.916 INFO [stderr] | Dec 18 14:49:42.916 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.916 INFO [stderr] | ^^^^^ Dec 18 14:49:42.916 INFO [stderr] ... Dec 18 14:49:42.916 INFO [stderr] 3047 | rt_realloc_excess_used!(rt_pow2_4096bytes_16align_realloc_excess_used, 4096, 16); Dec 18 14:49:42.916 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.916 INFO [stderr] | Dec 18 14:49:42.916 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.916 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.917 INFO [stderr] | Dec 18 14:49:42.917 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.917 INFO [stderr] | Dec 18 14:49:42.917 INFO [stderr] Dec 18 14:49:42.917 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.917 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.917 INFO [stderr] | Dec 18 14:49:42.917 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.917 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.917 INFO [stderr] ... Dec 18 14:49:42.917 INFO [stderr] 3047 | rt_realloc_excess_used!(rt_pow2_4096bytes_16align_realloc_excess_used, 4096, 16); Dec 18 14:49:42.917 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.917 INFO [stderr] Dec 18 14:49:42.917 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.917 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.917 INFO [stderr] | Dec 18 14:49:42.917 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.917 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.917 INFO [stderr] ... Dec 18 14:49:42.917 INFO [stderr] 3047 | rt_realloc_excess_used!(rt_pow2_4096bytes_16align_realloc_excess_used, 4096, 16); Dec 18 14:49:42.917 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.917 INFO [stderr] | Dec 18 14:49:42.917 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.917 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.917 INFO [stderr] | Dec 18 14:49:42.917 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.917 INFO [stderr] | Dec 18 14:49:42.917 INFO [stderr] Dec 18 14:49:42.920 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.920 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.920 INFO [stderr] | Dec 18 14:49:42.920 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.920 INFO [stderr] | ^^^^^ Dec 18 14:49:42.920 INFO [stderr] ... Dec 18 14:49:42.920 INFO [stderr] 3060 | rt_realloc_excess_used!(rt_pow2_8192bytes_16align_realloc_excess_used, 8192, 16); Dec 18 14:49:42.920 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.920 INFO [stderr] | Dec 18 14:49:42.920 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.920 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.920 INFO [stderr] | Dec 18 14:49:42.920 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.920 INFO [stderr] | Dec 18 14:49:42.920 INFO [stderr] Dec 18 14:49:42.920 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.920 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.920 INFO [stderr] | Dec 18 14:49:42.920 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.920 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.920 INFO [stderr] ... Dec 18 14:49:42.920 INFO [stderr] 3060 | rt_realloc_excess_used!(rt_pow2_8192bytes_16align_realloc_excess_used, 8192, 16); Dec 18 14:49:42.920 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.920 INFO [stderr] Dec 18 14:49:42.920 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.920 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.920 INFO [stderr] | Dec 18 14:49:42.920 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.920 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.920 INFO [stderr] ... Dec 18 14:49:42.920 INFO [stderr] 3060 | rt_realloc_excess_used!(rt_pow2_8192bytes_16align_realloc_excess_used, 8192, 16); Dec 18 14:49:42.920 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.920 INFO [stderr] | Dec 18 14:49:42.920 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.920 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.920 INFO [stderr] | Dec 18 14:49:42.920 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.920 INFO [stderr] | Dec 18 14:49:42.920 INFO [stderr] Dec 18 14:49:42.920 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.920 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.920 INFO [stderr] | Dec 18 14:49:42.920 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.920 INFO [stderr] | ^^^^^ Dec 18 14:49:42.920 INFO [stderr] ... Dec 18 14:49:42.920 INFO [stderr] 3073 | rt_realloc_excess_used!(rt_pow2_16384bytes_16align_realloc_excess_used, 16384, 16); Dec 18 14:49:42.920 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.920 INFO [stderr] | Dec 18 14:49:42.920 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.920 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.920 INFO [stderr] | Dec 18 14:49:42.920 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.920 INFO [stderr] | Dec 18 14:49:42.920 INFO [stderr] Dec 18 14:49:42.922 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.922 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.922 INFO [stderr] | Dec 18 14:49:42.922 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.922 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.922 INFO [stderr] ... Dec 18 14:49:42.922 INFO [stderr] 3073 | rt_realloc_excess_used!(rt_pow2_16384bytes_16align_realloc_excess_used, 16384, 16); Dec 18 14:49:42.922 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.922 INFO [stderr] Dec 18 14:49:42.922 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.922 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.922 INFO [stderr] | Dec 18 14:49:42.922 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.922 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.922 INFO [stderr] ... Dec 18 14:49:42.922 INFO [stderr] 3073 | rt_realloc_excess_used!(rt_pow2_16384bytes_16align_realloc_excess_used, 16384, 16); Dec 18 14:49:42.922 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.922 INFO [stderr] | Dec 18 14:49:42.922 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.922 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.922 INFO [stderr] | Dec 18 14:49:42.922 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.922 INFO [stderr] | Dec 18 14:49:42.922 INFO [stderr] Dec 18 14:49:42.928 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.928 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.928 INFO [stderr] | Dec 18 14:49:42.928 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.928 INFO [stderr] | ^^^^^ Dec 18 14:49:42.928 INFO [stderr] ... Dec 18 14:49:42.928 INFO [stderr] 3086 | rt_realloc_excess_used!(rt_pow2_32768bytes_16align_realloc_excess_used, 32768, 16); Dec 18 14:49:42.928 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.928 INFO [stderr] | Dec 18 14:49:42.928 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.928 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.928 INFO [stderr] | Dec 18 14:49:42.928 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.928 INFO [stderr] | Dec 18 14:49:42.928 INFO [stderr] Dec 18 14:49:42.928 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.928 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.928 INFO [stderr] | Dec 18 14:49:42.928 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.928 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.928 INFO [stderr] ... Dec 18 14:49:42.928 INFO [stderr] 3086 | rt_realloc_excess_used!(rt_pow2_32768bytes_16align_realloc_excess_used, 32768, 16); Dec 18 14:49:42.928 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.928 INFO [stderr] Dec 18 14:49:42.928 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.928 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.928 INFO [stderr] | Dec 18 14:49:42.928 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.928 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.928 INFO [stderr] ... Dec 18 14:49:42.928 INFO [stderr] 3086 | rt_realloc_excess_used!(rt_pow2_32768bytes_16align_realloc_excess_used, 32768, 16); Dec 18 14:49:42.928 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.928 INFO [stderr] | Dec 18 14:49:42.928 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.928 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.928 INFO [stderr] | Dec 18 14:49:42.928 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.928 INFO [stderr] | Dec 18 14:49:42.928 INFO [stderr] Dec 18 14:49:42.928 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.928 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.928 INFO [stderr] | Dec 18 14:49:42.928 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.928 INFO [stderr] | ^^^^^ Dec 18 14:49:42.928 INFO [stderr] ... Dec 18 14:49:42.928 INFO [stderr] 3099 | rt_realloc_excess_used!(rt_pow2_65536bytes_16align_realloc_excess_used, 65536, 16); Dec 18 14:49:42.928 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.928 INFO [stderr] | Dec 18 14:49:42.928 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.928 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.928 INFO [stderr] | Dec 18 14:49:42.928 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.928 INFO [stderr] | Dec 18 14:49:42.928 INFO [stderr] Dec 18 14:49:42.928 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.928 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.928 INFO [stderr] | Dec 18 14:49:42.928 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.928 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.928 INFO [stderr] ... Dec 18 14:49:42.928 INFO [stderr] 3099 | rt_realloc_excess_used!(rt_pow2_65536bytes_16align_realloc_excess_used, 65536, 16); Dec 18 14:49:42.928 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.928 INFO [stderr] Dec 18 14:49:42.929 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.929 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.929 INFO [stderr] | Dec 18 14:49:42.929 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.929 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.929 INFO [stderr] ... Dec 18 14:49:42.929 INFO [stderr] 3099 | rt_realloc_excess_used!(rt_pow2_65536bytes_16align_realloc_excess_used, 65536, 16); Dec 18 14:49:42.929 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.929 INFO [stderr] | Dec 18 14:49:42.929 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.929 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.929 INFO [stderr] | Dec 18 14:49:42.929 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.929 INFO [stderr] | Dec 18 14:49:42.929 INFO [stderr] Dec 18 14:49:42.929 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.929 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.929 INFO [stderr] | Dec 18 14:49:42.929 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.929 INFO [stderr] | ^^^^^ Dec 18 14:49:42.929 INFO [stderr] ... Dec 18 14:49:42.929 INFO [stderr] 3112 | rt_realloc_excess_used!(rt_pow2_131072bytes_16align_realloc_excess_used, 131072, 16); Dec 18 14:49:42.929 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.929 INFO [stderr] | Dec 18 14:49:42.929 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.929 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.929 INFO [stderr] | Dec 18 14:49:42.929 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.929 INFO [stderr] | Dec 18 14:49:42.929 INFO [stderr] Dec 18 14:49:42.929 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.929 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.929 INFO [stderr] | Dec 18 14:49:42.929 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.929 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.929 INFO [stderr] ... Dec 18 14:49:42.929 INFO [stderr] 3112 | rt_realloc_excess_used!(rt_pow2_131072bytes_16align_realloc_excess_used, 131072, 16); Dec 18 14:49:42.929 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.929 INFO [stderr] Dec 18 14:49:42.929 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.929 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.929 INFO [stderr] | Dec 18 14:49:42.929 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.929 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.929 INFO [stderr] ... Dec 18 14:49:42.929 INFO [stderr] 3112 | rt_realloc_excess_used!(rt_pow2_131072bytes_16align_realloc_excess_used, 131072, 16); Dec 18 14:49:42.929 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.929 INFO [stderr] | Dec 18 14:49:42.929 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.929 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.929 INFO [stderr] | Dec 18 14:49:42.929 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.929 INFO [stderr] | Dec 18 14:49:42.929 INFO [stderr] Dec 18 14:49:42.931 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.931 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.931 INFO [stderr] | Dec 18 14:49:42.931 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.931 INFO [stderr] | ^^^^^ Dec 18 14:49:42.931 INFO [stderr] ... Dec 18 14:49:42.931 INFO [stderr] 3125 | rt_realloc_excess_used!(rt_pow2_4194304bytes_16align_realloc_excess_used, 4194304, 16); Dec 18 14:49:42.931 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.931 INFO [stderr] | Dec 18 14:49:42.931 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.931 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.931 INFO [stderr] | Dec 18 14:49:42.931 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.931 INFO [stderr] | Dec 18 14:49:42.931 INFO [stderr] Dec 18 14:49:42.931 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.931 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.931 INFO [stderr] | Dec 18 14:49:42.931 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.931 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.931 INFO [stderr] ... Dec 18 14:49:42.931 INFO [stderr] 3125 | rt_realloc_excess_used!(rt_pow2_4194304bytes_16align_realloc_excess_used, 4194304, 16); Dec 18 14:49:42.931 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.931 INFO [stderr] Dec 18 14:49:42.936 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.936 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.936 INFO [stderr] | Dec 18 14:49:42.936 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.936 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.936 INFO [stderr] ... Dec 18 14:49:42.936 INFO [stderr] 3125 | rt_realloc_excess_used!(rt_pow2_4194304bytes_16align_realloc_excess_used, 4194304, 16); Dec 18 14:49:42.936 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.936 INFO [stderr] | Dec 18 14:49:42.936 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.936 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.936 INFO [stderr] | Dec 18 14:49:42.936 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.936 INFO [stderr] | Dec 18 14:49:42.936 INFO [stderr] Dec 18 14:49:42.936 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.936 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.936 INFO [stderr] | Dec 18 14:49:42.936 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.936 INFO [stderr] | ^^^^^ Dec 18 14:49:42.936 INFO [stderr] ... Dec 18 14:49:42.936 INFO [stderr] 3139 | rt_realloc_excess_used!(rt_even_10bytes_16align_realloc_excess_used, 10, 16); Dec 18 14:49:42.936 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.936 INFO [stderr] | Dec 18 14:49:42.936 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.936 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.936 INFO [stderr] | Dec 18 14:49:42.936 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.936 INFO [stderr] | Dec 18 14:49:42.936 INFO [stderr] Dec 18 14:49:42.936 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.936 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.936 INFO [stderr] | Dec 18 14:49:42.936 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.936 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.936 INFO [stderr] ... Dec 18 14:49:42.936 INFO [stderr] 3139 | rt_realloc_excess_used!(rt_even_10bytes_16align_realloc_excess_used, 10, 16); Dec 18 14:49:42.936 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.936 INFO [stderr] Dec 18 14:49:42.936 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.936 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.936 INFO [stderr] | Dec 18 14:49:42.936 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.936 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.936 INFO [stderr] ... Dec 18 14:49:42.936 INFO [stderr] 3139 | rt_realloc_excess_used!(rt_even_10bytes_16align_realloc_excess_used, 10, 16); Dec 18 14:49:42.936 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.936 INFO [stderr] | Dec 18 14:49:42.936 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.936 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.936 INFO [stderr] | Dec 18 14:49:42.937 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.937 INFO [stderr] | Dec 18 14:49:42.937 INFO [stderr] Dec 18 14:49:42.937 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.937 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.937 INFO [stderr] | Dec 18 14:49:42.937 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.937 INFO [stderr] | ^^^^^ Dec 18 14:49:42.937 INFO [stderr] ... Dec 18 14:49:42.937 INFO [stderr] 3152 | rt_realloc_excess_used!(rt_even_100bytes_16align_realloc_excess_used, 100, 16); Dec 18 14:49:42.937 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.937 INFO [stderr] | Dec 18 14:49:42.937 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.937 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.937 INFO [stderr] | Dec 18 14:49:42.937 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.937 INFO [stderr] | Dec 18 14:49:42.937 INFO [stderr] Dec 18 14:49:42.937 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.937 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.937 INFO [stderr] | Dec 18 14:49:42.937 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.937 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.937 INFO [stderr] ... Dec 18 14:49:42.937 INFO [stderr] 3152 | rt_realloc_excess_used!(rt_even_100bytes_16align_realloc_excess_used, 100, 16); Dec 18 14:49:42.937 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.937 INFO [stderr] Dec 18 14:49:42.942 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.942 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.942 INFO [stderr] | Dec 18 14:49:42.942 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.942 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.942 INFO [stderr] ... Dec 18 14:49:42.942 INFO [stderr] 3152 | rt_realloc_excess_used!(rt_even_100bytes_16align_realloc_excess_used, 100, 16); Dec 18 14:49:42.942 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.942 INFO [stderr] | Dec 18 14:49:42.942 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.942 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.942 INFO [stderr] | Dec 18 14:49:42.942 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.942 INFO [stderr] | Dec 18 14:49:42.942 INFO [stderr] Dec 18 14:49:42.942 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.942 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.942 INFO [stderr] | Dec 18 14:49:42.942 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.942 INFO [stderr] | ^^^^^ Dec 18 14:49:42.942 INFO [stderr] ... Dec 18 14:49:42.942 INFO [stderr] 3165 | rt_realloc_excess_used!(rt_even_1000bytes_16align_realloc_excess_used, 1000, 16); Dec 18 14:49:42.942 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.942 INFO [stderr] | Dec 18 14:49:42.942 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.942 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.942 INFO [stderr] | Dec 18 14:49:42.942 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.942 INFO [stderr] | Dec 18 14:49:42.942 INFO [stderr] Dec 18 14:49:42.942 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.942 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.942 INFO [stderr] | Dec 18 14:49:42.942 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.942 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.942 INFO [stderr] ... Dec 18 14:49:42.942 INFO [stderr] 3165 | rt_realloc_excess_used!(rt_even_1000bytes_16align_realloc_excess_used, 1000, 16); Dec 18 14:49:42.942 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.942 INFO [stderr] Dec 18 14:49:42.942 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.942 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.942 INFO [stderr] | Dec 18 14:49:42.942 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.942 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.942 INFO [stderr] ... Dec 18 14:49:42.943 INFO [stderr] 3165 | rt_realloc_excess_used!(rt_even_1000bytes_16align_realloc_excess_used, 1000, 16); Dec 18 14:49:42.943 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.943 INFO [stderr] | Dec 18 14:49:42.943 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.943 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.943 INFO [stderr] | Dec 18 14:49:42.943 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.943 INFO [stderr] | Dec 18 14:49:42.943 INFO [stderr] Dec 18 14:49:42.943 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.943 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.943 INFO [stderr] | Dec 18 14:49:42.943 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.943 INFO [stderr] | ^^^^^ Dec 18 14:49:42.943 INFO [stderr] ... Dec 18 14:49:42.943 INFO [stderr] 3178 | rt_realloc_excess_used!(rt_even_10000bytes_16align_realloc_excess_used, 10000, 16); Dec 18 14:49:42.943 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.943 INFO [stderr] | Dec 18 14:49:42.943 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.943 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.943 INFO [stderr] | Dec 18 14:49:42.943 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.943 INFO [stderr] | Dec 18 14:49:42.943 INFO [stderr] Dec 18 14:49:42.943 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.943 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.943 INFO [stderr] | Dec 18 14:49:42.943 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.943 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.943 INFO [stderr] ... Dec 18 14:49:42.943 INFO [stderr] 3178 | rt_realloc_excess_used!(rt_even_10000bytes_16align_realloc_excess_used, 10000, 16); Dec 18 14:49:42.943 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.943 INFO [stderr] Dec 18 14:49:42.943 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.943 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.943 INFO [stderr] | Dec 18 14:49:42.943 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.943 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.943 INFO [stderr] ... Dec 18 14:49:42.943 INFO [stderr] 3178 | rt_realloc_excess_used!(rt_even_10000bytes_16align_realloc_excess_used, 10000, 16); Dec 18 14:49:42.943 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.943 INFO [stderr] | Dec 18 14:49:42.943 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.943 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.943 INFO [stderr] | Dec 18 14:49:42.943 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.943 INFO [stderr] | Dec 18 14:49:42.943 INFO [stderr] Dec 18 14:49:42.948 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.948 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.948 INFO [stderr] | Dec 18 14:49:42.948 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.948 INFO [stderr] | ^^^^^ Dec 18 14:49:42.948 INFO [stderr] ... Dec 18 14:49:42.948 INFO [stderr] 3191 | rt_realloc_excess_used!(rt_even_100000bytes_16align_realloc_excess_used, 100000, 16); Dec 18 14:49:42.948 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.948 INFO [stderr] | Dec 18 14:49:42.948 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.948 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.948 INFO [stderr] | Dec 18 14:49:42.948 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.948 INFO [stderr] | Dec 18 14:49:42.948 INFO [stderr] Dec 18 14:49:42.948 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.948 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.948 INFO [stderr] | Dec 18 14:49:42.948 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.948 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.948 INFO [stderr] ... Dec 18 14:49:42.948 INFO [stderr] 3191 | rt_realloc_excess_used!(rt_even_100000bytes_16align_realloc_excess_used, 100000, 16); Dec 18 14:49:42.948 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.948 INFO [stderr] Dec 18 14:49:42.948 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.948 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.948 INFO [stderr] | Dec 18 14:49:42.948 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.948 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.948 INFO [stderr] ... Dec 18 14:49:42.948 INFO [stderr] 3191 | rt_realloc_excess_used!(rt_even_100000bytes_16align_realloc_excess_used, 100000, 16); Dec 18 14:49:42.948 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.948 INFO [stderr] | Dec 18 14:49:42.948 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.948 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.948 INFO [stderr] | Dec 18 14:49:42.948 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.948 INFO [stderr] | Dec 18 14:49:42.948 INFO [stderr] Dec 18 14:49:42.948 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.948 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.948 INFO [stderr] | Dec 18 14:49:42.948 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.948 INFO [stderr] | ^^^^^ Dec 18 14:49:42.948 INFO [stderr] ... Dec 18 14:49:42.948 INFO [stderr] 3204 | rt_realloc_excess_used!(rt_even_1000000bytes_16align_realloc_excess_used, 1000000, 16); Dec 18 14:49:42.948 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.948 INFO [stderr] | Dec 18 14:49:42.948 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.948 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.948 INFO [stderr] | Dec 18 14:49:42.948 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.948 INFO [stderr] | Dec 18 14:49:42.949 INFO [stderr] Dec 18 14:49:42.949 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.949 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.949 INFO [stderr] | Dec 18 14:49:42.949 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.949 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.949 INFO [stderr] ... Dec 18 14:49:42.949 INFO [stderr] 3204 | rt_realloc_excess_used!(rt_even_1000000bytes_16align_realloc_excess_used, 1000000, 16); Dec 18 14:49:42.949 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.949 INFO [stderr] Dec 18 14:49:42.949 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.949 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.949 INFO [stderr] | Dec 18 14:49:42.949 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.949 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.949 INFO [stderr] ... Dec 18 14:49:42.949 INFO [stderr] 3204 | rt_realloc_excess_used!(rt_even_1000000bytes_16align_realloc_excess_used, 1000000, 16); Dec 18 14:49:42.949 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.949 INFO [stderr] | Dec 18 14:49:42.949 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.949 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.949 INFO [stderr] | Dec 18 14:49:42.949 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.949 INFO [stderr] | Dec 18 14:49:42.949 INFO [stderr] Dec 18 14:49:42.952 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.952 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.952 INFO [stderr] | Dec 18 14:49:42.952 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.952 INFO [stderr] | ^^^^^ Dec 18 14:49:42.952 INFO [stderr] ... Dec 18 14:49:42.952 INFO [stderr] 3218 | rt_realloc_excess_used!(rt_odd_10bytes_16align_realloc_excess_used, 10- 1, 16); Dec 18 14:49:42.952 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.952 INFO [stderr] | Dec 18 14:49:42.952 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.952 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.952 INFO [stderr] | Dec 18 14:49:42.952 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.952 INFO [stderr] | Dec 18 14:49:42.952 INFO [stderr] Dec 18 14:49:42.952 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.952 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.952 INFO [stderr] | Dec 18 14:49:42.952 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.952 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.952 INFO [stderr] ... Dec 18 14:49:42.952 INFO [stderr] 3218 | rt_realloc_excess_used!(rt_odd_10bytes_16align_realloc_excess_used, 10- 1, 16); Dec 18 14:49:42.952 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.952 INFO [stderr] Dec 18 14:49:42.952 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.952 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.952 INFO [stderr] | Dec 18 14:49:42.952 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.952 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.952 INFO [stderr] ... Dec 18 14:49:42.952 INFO [stderr] 3218 | rt_realloc_excess_used!(rt_odd_10bytes_16align_realloc_excess_used, 10- 1, 16); Dec 18 14:49:42.952 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.952 INFO [stderr] | Dec 18 14:49:42.952 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.952 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.952 INFO [stderr] | Dec 18 14:49:42.952 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.952 INFO [stderr] | Dec 18 14:49:42.952 INFO [stderr] Dec 18 14:49:42.952 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.953 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.953 INFO [stderr] | Dec 18 14:49:42.953 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.953 INFO [stderr] | ^^^^^ Dec 18 14:49:42.953 INFO [stderr] ... Dec 18 14:49:42.953 INFO [stderr] 3231 | rt_realloc_excess_used!(rt_odd_100bytes_16align_realloc_excess_used, 100- 1, 16); Dec 18 14:49:42.953 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.953 INFO [stderr] | Dec 18 14:49:42.953 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.953 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.953 INFO [stderr] | Dec 18 14:49:42.953 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.953 INFO [stderr] | Dec 18 14:49:42.953 INFO [stderr] Dec 18 14:49:42.953 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.953 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.953 INFO [stderr] | Dec 18 14:49:42.953 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.953 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.953 INFO [stderr] ... Dec 18 14:49:42.953 INFO [stderr] 3231 | rt_realloc_excess_used!(rt_odd_100bytes_16align_realloc_excess_used, 100- 1, 16); Dec 18 14:49:42.953 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.953 INFO [stderr] Dec 18 14:49:42.956 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.956 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.956 INFO [stderr] | Dec 18 14:49:42.956 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.956 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.956 INFO [stderr] ... Dec 18 14:49:42.956 INFO [stderr] 3231 | rt_realloc_excess_used!(rt_odd_100bytes_16align_realloc_excess_used, 100- 1, 16); Dec 18 14:49:42.956 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.956 INFO [stderr] | Dec 18 14:49:42.956 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.956 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.956 INFO [stderr] | Dec 18 14:49:42.956 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.956 INFO [stderr] | Dec 18 14:49:42.956 INFO [stderr] Dec 18 14:49:42.956 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.956 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.956 INFO [stderr] | Dec 18 14:49:42.956 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.956 INFO [stderr] | ^^^^^ Dec 18 14:49:42.956 INFO [stderr] ... Dec 18 14:49:42.956 INFO [stderr] 3244 | rt_realloc_excess_used!(rt_odd_1000bytes_16align_realloc_excess_used, 1000- 1, 16); Dec 18 14:49:42.956 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.956 INFO [stderr] | Dec 18 14:49:42.956 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.956 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.956 INFO [stderr] | Dec 18 14:49:42.956 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.956 INFO [stderr] | Dec 18 14:49:42.956 INFO [stderr] Dec 18 14:49:42.956 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.956 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.956 INFO [stderr] | Dec 18 14:49:42.956 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.956 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.956 INFO [stderr] ... Dec 18 14:49:42.956 INFO [stderr] 3244 | rt_realloc_excess_used!(rt_odd_1000bytes_16align_realloc_excess_used, 1000- 1, 16); Dec 18 14:49:42.956 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.956 INFO [stderr] Dec 18 14:49:42.959 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.959 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.959 INFO [stderr] | Dec 18 14:49:42.959 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.959 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.959 INFO [stderr] ... Dec 18 14:49:42.959 INFO [stderr] 3244 | rt_realloc_excess_used!(rt_odd_1000bytes_16align_realloc_excess_used, 1000- 1, 16); Dec 18 14:49:42.959 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.959 INFO [stderr] | Dec 18 14:49:42.959 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.959 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.959 INFO [stderr] | Dec 18 14:49:42.959 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.960 INFO [stderr] | Dec 18 14:49:42.960 INFO [stderr] Dec 18 14:49:42.960 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.960 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.960 INFO [stderr] | Dec 18 14:49:42.960 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.960 INFO [stderr] | ^^^^^ Dec 18 14:49:42.960 INFO [stderr] ... Dec 18 14:49:42.960 INFO [stderr] 3257 | rt_realloc_excess_used!(rt_odd_10000bytes_16align_realloc_excess_used, 10000- 1, 16); Dec 18 14:49:42.960 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.960 INFO [stderr] | Dec 18 14:49:42.960 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.960 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.960 INFO [stderr] | Dec 18 14:49:42.960 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.960 INFO [stderr] | Dec 18 14:49:42.960 INFO [stderr] Dec 18 14:49:42.960 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.960 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.960 INFO [stderr] | Dec 18 14:49:42.960 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.960 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.960 INFO [stderr] ... Dec 18 14:49:42.960 INFO [stderr] 3257 | rt_realloc_excess_used!(rt_odd_10000bytes_16align_realloc_excess_used, 10000- 1, 16); Dec 18 14:49:42.960 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.960 INFO [stderr] Dec 18 14:49:42.960 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.960 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.960 INFO [stderr] | Dec 18 14:49:42.960 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.960 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.960 INFO [stderr] ... Dec 18 14:49:42.960 INFO [stderr] 3257 | rt_realloc_excess_used!(rt_odd_10000bytes_16align_realloc_excess_used, 10000- 1, 16); Dec 18 14:49:42.960 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.960 INFO [stderr] | Dec 18 14:49:42.960 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.960 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.960 INFO [stderr] | Dec 18 14:49:42.960 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.960 INFO [stderr] | Dec 18 14:49:42.960 INFO [stderr] Dec 18 14:49:42.960 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.960 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.960 INFO [stderr] | Dec 18 14:49:42.960 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.960 INFO [stderr] | ^^^^^ Dec 18 14:49:42.960 INFO [stderr] ... Dec 18 14:49:42.960 INFO [stderr] 3270 | rt_realloc_excess_used!(rt_odd_100000bytes_16align_realloc_excess_used, 100000- 1, 16); Dec 18 14:49:42.960 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.960 INFO [stderr] | Dec 18 14:49:42.960 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.960 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.960 INFO [stderr] | Dec 18 14:49:42.960 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.960 INFO [stderr] | Dec 18 14:49:42.960 INFO [stderr] Dec 18 14:49:42.960 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.960 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.960 INFO [stderr] | Dec 18 14:49:42.960 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.960 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.960 INFO [stderr] ... Dec 18 14:49:42.960 INFO [stderr] 3270 | rt_realloc_excess_used!(rt_odd_100000bytes_16align_realloc_excess_used, 100000- 1, 16); Dec 18 14:49:42.960 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.960 INFO [stderr] Dec 18 14:49:42.962 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.962 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.962 INFO [stderr] | Dec 18 14:49:42.962 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.962 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.962 INFO [stderr] ... Dec 18 14:49:42.962 INFO [stderr] 3270 | rt_realloc_excess_used!(rt_odd_100000bytes_16align_realloc_excess_used, 100000- 1, 16); Dec 18 14:49:42.962 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.962 INFO [stderr] | Dec 18 14:49:42.962 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.962 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.962 INFO [stderr] | Dec 18 14:49:42.962 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.962 INFO [stderr] | Dec 18 14:49:42.962 INFO [stderr] Dec 18 14:49:42.964 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.964 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.964 INFO [stderr] | Dec 18 14:49:42.964 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.964 INFO [stderr] | ^^^^^ Dec 18 14:49:42.964 INFO [stderr] ... Dec 18 14:49:42.964 INFO [stderr] 3283 | rt_realloc_excess_used!(rt_odd_1000000bytes_16align_realloc_excess_used, 1000000- 1, 16); Dec 18 14:49:42.964 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.964 INFO [stderr] | Dec 18 14:49:42.964 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.964 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.964 INFO [stderr] | Dec 18 14:49:42.964 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.964 INFO [stderr] | Dec 18 14:49:42.964 INFO [stderr] Dec 18 14:49:42.964 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.964 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.964 INFO [stderr] | Dec 18 14:49:42.964 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.964 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.964 INFO [stderr] ... Dec 18 14:49:42.964 INFO [stderr] 3283 | rt_realloc_excess_used!(rt_odd_1000000bytes_16align_realloc_excess_used, 1000000- 1, 16); Dec 18 14:49:42.964 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.964 INFO [stderr] Dec 18 14:49:42.968 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.968 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.968 INFO [stderr] | Dec 18 14:49:42.968 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.968 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.968 INFO [stderr] ... Dec 18 14:49:42.968 INFO [stderr] 3283 | rt_realloc_excess_used!(rt_odd_1000000bytes_16align_realloc_excess_used, 1000000- 1, 16); Dec 18 14:49:42.968 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.968 INFO [stderr] | Dec 18 14:49:42.968 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.968 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.968 INFO [stderr] | Dec 18 14:49:42.968 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.968 INFO [stderr] | Dec 18 14:49:42.968 INFO [stderr] Dec 18 14:49:42.968 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.968 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.968 INFO [stderr] | Dec 18 14:49:42.968 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.968 INFO [stderr] | ^^^^^ Dec 18 14:49:42.968 INFO [stderr] ... Dec 18 14:49:42.968 INFO [stderr] 3297 | rt_realloc_excess_used!(rt_primes_3bytes_16align_realloc_excess_used, 3, 16); Dec 18 14:49:42.968 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.968 INFO [stderr] | Dec 18 14:49:42.968 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.968 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.968 INFO [stderr] | Dec 18 14:49:42.968 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.968 INFO [stderr] | Dec 18 14:49:42.968 INFO [stderr] Dec 18 14:49:42.976 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.976 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.976 INFO [stderr] | Dec 18 14:49:42.976 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.976 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.976 INFO [stderr] ... Dec 18 14:49:42.976 INFO [stderr] 3297 | rt_realloc_excess_used!(rt_primes_3bytes_16align_realloc_excess_used, 3, 16); Dec 18 14:49:42.976 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.976 INFO [stderr] Dec 18 14:49:42.976 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.976 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.976 INFO [stderr] | Dec 18 14:49:42.976 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.976 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.976 INFO [stderr] ... Dec 18 14:49:42.976 INFO [stderr] 3297 | rt_realloc_excess_used!(rt_primes_3bytes_16align_realloc_excess_used, 3, 16); Dec 18 14:49:42.976 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.976 INFO [stderr] | Dec 18 14:49:42.976 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.976 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.976 INFO [stderr] | Dec 18 14:49:42.976 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.976 INFO [stderr] | Dec 18 14:49:42.976 INFO [stderr] Dec 18 14:49:42.976 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.976 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.976 INFO [stderr] | Dec 18 14:49:42.976 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.976 INFO [stderr] | ^^^^^ Dec 18 14:49:42.976 INFO [stderr] ... Dec 18 14:49:42.976 INFO [stderr] 3310 | rt_realloc_excess_used!(rt_primes_7bytes_16align_realloc_excess_used, 7, 16); Dec 18 14:49:42.976 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.976 INFO [stderr] | Dec 18 14:49:42.976 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.976 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.976 INFO [stderr] | Dec 18 14:49:42.976 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.976 INFO [stderr] | Dec 18 14:49:42.976 INFO [stderr] Dec 18 14:49:42.976 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.976 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.976 INFO [stderr] | Dec 18 14:49:42.976 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.976 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.976 INFO [stderr] ... Dec 18 14:49:42.976 INFO [stderr] 3310 | rt_realloc_excess_used!(rt_primes_7bytes_16align_realloc_excess_used, 7, 16); Dec 18 14:49:42.976 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.977 INFO [stderr] Dec 18 14:49:42.977 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.977 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.977 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.977 INFO [stderr] ... Dec 18 14:49:42.977 INFO [stderr] 3310 | rt_realloc_excess_used!(rt_primes_7bytes_16align_realloc_excess_used, 7, 16); Dec 18 14:49:42.977 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.977 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] Dec 18 14:49:42.977 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.977 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.977 INFO [stderr] | ^^^^^ Dec 18 14:49:42.977 INFO [stderr] ... Dec 18 14:49:42.977 INFO [stderr] 3323 | rt_realloc_excess_used!(rt_primes_13bytes_16align_realloc_excess_used, 13, 16); Dec 18 14:49:42.977 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.977 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] Dec 18 14:49:42.977 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.977 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.977 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.977 INFO [stderr] ... Dec 18 14:49:42.977 INFO [stderr] 3323 | rt_realloc_excess_used!(rt_primes_13bytes_16align_realloc_excess_used, 13, 16); Dec 18 14:49:42.977 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.977 INFO [stderr] Dec 18 14:49:42.977 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.977 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.977 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.977 INFO [stderr] ... Dec 18 14:49:42.977 INFO [stderr] 3323 | rt_realloc_excess_used!(rt_primes_13bytes_16align_realloc_excess_used, 13, 16); Dec 18 14:49:42.977 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.977 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] Dec 18 14:49:42.977 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.977 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.977 INFO [stderr] | ^^^^^ Dec 18 14:49:42.977 INFO [stderr] ... Dec 18 14:49:42.977 INFO [stderr] 3336 | rt_realloc_excess_used!(rt_primes_17bytes_16align_realloc_excess_used, 17, 16); Dec 18 14:49:42.977 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.977 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] Dec 18 14:49:42.977 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.977 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.977 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.977 INFO [stderr] ... Dec 18 14:49:42.977 INFO [stderr] 3336 | rt_realloc_excess_used!(rt_primes_17bytes_16align_realloc_excess_used, 17, 16); Dec 18 14:49:42.977 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.977 INFO [stderr] Dec 18 14:49:42.977 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.977 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.977 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.977 INFO [stderr] ... Dec 18 14:49:42.977 INFO [stderr] 3336 | rt_realloc_excess_used!(rt_primes_17bytes_16align_realloc_excess_used, 17, 16); Dec 18 14:49:42.977 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.977 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.977 INFO [stderr] | Dec 18 14:49:42.977 INFO [stderr] Dec 18 14:49:42.978 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.978 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.978 INFO [stderr] | Dec 18 14:49:42.978 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.978 INFO [stderr] | ^^^^^ Dec 18 14:49:42.978 INFO [stderr] ... Dec 18 14:49:42.978 INFO [stderr] 3349 | rt_realloc_excess_used!(rt_primes_31bytes_16align_realloc_excess_used, 31, 16); Dec 18 14:49:42.978 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.978 INFO [stderr] | Dec 18 14:49:42.978 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.978 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.978 INFO [stderr] | Dec 18 14:49:42.978 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.978 INFO [stderr] | Dec 18 14:49:42.978 INFO [stderr] Dec 18 14:49:42.978 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.978 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.978 INFO [stderr] | Dec 18 14:49:42.978 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.978 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.978 INFO [stderr] ... Dec 18 14:49:42.978 INFO [stderr] 3349 | rt_realloc_excess_used!(rt_primes_31bytes_16align_realloc_excess_used, 31, 16); Dec 18 14:49:42.978 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.978 INFO [stderr] Dec 18 14:49:42.978 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.978 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.978 INFO [stderr] | Dec 18 14:49:42.978 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.978 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.978 INFO [stderr] ... Dec 18 14:49:42.978 INFO [stderr] 3349 | rt_realloc_excess_used!(rt_primes_31bytes_16align_realloc_excess_used, 31, 16); Dec 18 14:49:42.978 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.978 INFO [stderr] | Dec 18 14:49:42.978 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.978 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.978 INFO [stderr] | Dec 18 14:49:42.978 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.978 INFO [stderr] | Dec 18 14:49:42.978 INFO [stderr] Dec 18 14:49:42.984 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.984 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.984 INFO [stderr] | Dec 18 14:49:42.984 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.984 INFO [stderr] | ^^^^^ Dec 18 14:49:42.984 INFO [stderr] ... Dec 18 14:49:42.984 INFO [stderr] 3362 | rt_realloc_excess_used!(rt_primes_61bytes_16align_realloc_excess_used, 61, 16); Dec 18 14:49:42.984 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.984 INFO [stderr] | Dec 18 14:49:42.984 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.984 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.984 INFO [stderr] | Dec 18 14:49:42.984 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.984 INFO [stderr] | Dec 18 14:49:42.984 INFO [stderr] Dec 18 14:49:42.984 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.984 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.984 INFO [stderr] | Dec 18 14:49:42.984 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.984 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.984 INFO [stderr] ... Dec 18 14:49:42.984 INFO [stderr] 3362 | rt_realloc_excess_used!(rt_primes_61bytes_16align_realloc_excess_used, 61, 16); Dec 18 14:49:42.984 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.984 INFO [stderr] Dec 18 14:49:42.984 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.984 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.984 INFO [stderr] | Dec 18 14:49:42.984 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.984 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.984 INFO [stderr] ... Dec 18 14:49:42.984 INFO [stderr] 3362 | rt_realloc_excess_used!(rt_primes_61bytes_16align_realloc_excess_used, 61, 16); Dec 18 14:49:42.984 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.984 INFO [stderr] | Dec 18 14:49:42.984 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.984 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.984 INFO [stderr] | Dec 18 14:49:42.984 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.984 INFO [stderr] | Dec 18 14:49:42.984 INFO [stderr] Dec 18 14:49:42.984 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.984 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.984 INFO [stderr] | Dec 18 14:49:42.984 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.984 INFO [stderr] | ^^^^^ Dec 18 14:49:42.984 INFO [stderr] ... Dec 18 14:49:42.984 INFO [stderr] 3375 | rt_realloc_excess_used!(rt_primes_96bytes_16align_realloc_excess_used, 96, 16); Dec 18 14:49:42.985 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.985 INFO [stderr] | Dec 18 14:49:42.985 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.985 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.985 INFO [stderr] | Dec 18 14:49:42.985 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.985 INFO [stderr] | Dec 18 14:49:42.985 INFO [stderr] Dec 18 14:49:42.985 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.985 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.985 INFO [stderr] | Dec 18 14:49:42.985 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.985 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.985 INFO [stderr] ... Dec 18 14:49:42.985 INFO [stderr] 3375 | rt_realloc_excess_used!(rt_primes_96bytes_16align_realloc_excess_used, 96, 16); Dec 18 14:49:42.985 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.985 INFO [stderr] Dec 18 14:49:42.985 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.985 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.985 INFO [stderr] | Dec 18 14:49:42.985 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.985 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.985 INFO [stderr] ... Dec 18 14:49:42.985 INFO [stderr] 3375 | rt_realloc_excess_used!(rt_primes_96bytes_16align_realloc_excess_used, 96, 16); Dec 18 14:49:42.985 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.985 INFO [stderr] | Dec 18 14:49:42.985 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.985 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.985 INFO [stderr] | Dec 18 14:49:42.985 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.985 INFO [stderr] | Dec 18 14:49:42.985 INFO [stderr] Dec 18 14:49:42.985 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.985 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.985 INFO [stderr] | Dec 18 14:49:42.985 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.985 INFO [stderr] | ^^^^^ Dec 18 14:49:42.985 INFO [stderr] ... Dec 18 14:49:42.985 INFO [stderr] 3388 | rt_realloc_excess_used!(rt_primes_127bytes_16align_realloc_excess_used, 127, 16); Dec 18 14:49:42.985 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.985 INFO [stderr] | Dec 18 14:49:42.985 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.985 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.985 INFO [stderr] | Dec 18 14:49:42.985 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.985 INFO [stderr] | Dec 18 14:49:42.985 INFO [stderr] Dec 18 14:49:42.985 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.985 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.985 INFO [stderr] | Dec 18 14:49:42.985 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.985 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.985 INFO [stderr] ... Dec 18 14:49:42.985 INFO [stderr] 3388 | rt_realloc_excess_used!(rt_primes_127bytes_16align_realloc_excess_used, 127, 16); Dec 18 14:49:42.985 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.985 INFO [stderr] Dec 18 14:49:42.996 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.996 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.996 INFO [stderr] | Dec 18 14:49:42.996 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.996 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.996 INFO [stderr] ... Dec 18 14:49:42.996 INFO [stderr] 3388 | rt_realloc_excess_used!(rt_primes_127bytes_16align_realloc_excess_used, 127, 16); Dec 18 14:49:42.996 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.996 INFO [stderr] | Dec 18 14:49:42.996 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.996 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.996 INFO [stderr] | Dec 18 14:49:42.996 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.996 INFO [stderr] | Dec 18 14:49:42.996 INFO [stderr] Dec 18 14:49:42.996 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.996 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.996 INFO [stderr] | Dec 18 14:49:42.996 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.996 INFO [stderr] | ^^^^^ Dec 18 14:49:42.996 INFO [stderr] ... Dec 18 14:49:42.996 INFO [stderr] 3401 | rt_realloc_excess_used!(rt_primes_257bytes_16align_realloc_excess_used, 257, 16); Dec 18 14:49:42.996 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.996 INFO [stderr] | Dec 18 14:49:42.996 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.996 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.996 INFO [stderr] | Dec 18 14:49:42.996 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.996 INFO [stderr] | Dec 18 14:49:42.996 INFO [stderr] Dec 18 14:49:42.996 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.996 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.996 INFO [stderr] | Dec 18 14:49:42.996 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.996 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.996 INFO [stderr] ... Dec 18 14:49:42.996 INFO [stderr] 3401 | rt_realloc_excess_used!(rt_primes_257bytes_16align_realloc_excess_used, 257, 16); Dec 18 14:49:42.996 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.996 INFO [stderr] Dec 18 14:49:42.996 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.996 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.996 INFO [stderr] | Dec 18 14:49:42.996 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.996 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.996 INFO [stderr] ... Dec 18 14:49:42.996 INFO [stderr] 3401 | rt_realloc_excess_used!(rt_primes_257bytes_16align_realloc_excess_used, 257, 16); Dec 18 14:49:42.996 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.996 INFO [stderr] | Dec 18 14:49:42.996 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.996 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] Dec 18 14:49:42.997 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.997 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.997 INFO [stderr] | ^^^^^ Dec 18 14:49:42.997 INFO [stderr] ... Dec 18 14:49:42.997 INFO [stderr] 3414 | rt_realloc_excess_used!(rt_primes_509bytes_16align_realloc_excess_used, 509, 16); Dec 18 14:49:42.997 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.997 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] Dec 18 14:49:42.997 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.997 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.997 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.997 INFO [stderr] ... Dec 18 14:49:42.997 INFO [stderr] 3414 | rt_realloc_excess_used!(rt_primes_509bytes_16align_realloc_excess_used, 509, 16); Dec 18 14:49:42.997 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.997 INFO [stderr] Dec 18 14:49:42.997 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.997 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.997 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.997 INFO [stderr] ... Dec 18 14:49:42.997 INFO [stderr] 3414 | rt_realloc_excess_used!(rt_primes_509bytes_16align_realloc_excess_used, 509, 16); Dec 18 14:49:42.997 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.997 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] Dec 18 14:49:42.997 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.997 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.997 INFO [stderr] | ^^^^^ Dec 18 14:49:42.997 INFO [stderr] ... Dec 18 14:49:42.997 INFO [stderr] 3427 | rt_realloc_excess_used!(rt_primes_1021bytes_16align_realloc_excess_used, 1021, 16); Dec 18 14:49:42.997 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.997 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] Dec 18 14:49:42.997 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.997 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.997 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.997 INFO [stderr] ... Dec 18 14:49:42.997 INFO [stderr] 3427 | rt_realloc_excess_used!(rt_primes_1021bytes_16align_realloc_excess_used, 1021, 16); Dec 18 14:49:42.997 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.997 INFO [stderr] Dec 18 14:49:42.997 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.997 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.997 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.997 INFO [stderr] ... Dec 18 14:49:42.997 INFO [stderr] 3427 | rt_realloc_excess_used!(rt_primes_1021bytes_16align_realloc_excess_used, 1021, 16); Dec 18 14:49:42.997 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.997 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] Dec 18 14:49:42.997 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.997 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.997 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.997 INFO [stderr] | ^^^^^ Dec 18 14:49:42.997 INFO [stderr] ... Dec 18 14:49:42.997 INFO [stderr] 3440 | rt_realloc_excess_used!(rt_primes_2039bytes_16align_realloc_excess_used, 2039, 16); Dec 18 14:49:42.997 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.997 INFO [stderr] | Dec 18 14:49:42.998 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.998 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.998 INFO [stderr] | Dec 18 14:49:42.998 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.998 INFO [stderr] | Dec 18 14:49:42.998 INFO [stderr] Dec 18 14:49:42.998 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.998 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.998 INFO [stderr] | Dec 18 14:49:42.998 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.998 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.998 INFO [stderr] ... Dec 18 14:49:42.998 INFO [stderr] 3440 | rt_realloc_excess_used!(rt_primes_2039bytes_16align_realloc_excess_used, 2039, 16); Dec 18 14:49:42.998 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.998 INFO [stderr] Dec 18 14:49:42.998 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.998 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.998 INFO [stderr] | Dec 18 14:49:42.998 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.998 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.998 INFO [stderr] ... Dec 18 14:49:42.998 INFO [stderr] 3440 | rt_realloc_excess_used!(rt_primes_2039bytes_16align_realloc_excess_used, 2039, 16); Dec 18 14:49:42.998 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.998 INFO [stderr] | Dec 18 14:49:42.998 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.998 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.998 INFO [stderr] | Dec 18 14:49:42.998 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.998 INFO [stderr] | Dec 18 14:49:42.998 INFO [stderr] Dec 18 14:49:42.998 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.998 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:42.998 INFO [stderr] | Dec 18 14:49:42.998 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:42.998 INFO [stderr] | ^^^^^ Dec 18 14:49:42.998 INFO [stderr] ... Dec 18 14:49:42.998 INFO [stderr] 3453 | rt_realloc_excess_used!(rt_primes_4093bytes_16align_realloc_excess_used, 4093, 16); Dec 18 14:49:42.998 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.998 INFO [stderr] | Dec 18 14:49:42.998 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.998 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.998 INFO [stderr] | Dec 18 14:49:42.998 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.998 INFO [stderr] | Dec 18 14:49:42.998 INFO [stderr] Dec 18 14:49:42.998 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.998 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:42.998 INFO [stderr] | Dec 18 14:49:42.998 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:42.998 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:42.998 INFO [stderr] ... Dec 18 14:49:42.998 INFO [stderr] 3453 | rt_realloc_excess_used!(rt_primes_4093bytes_16align_realloc_excess_used, 4093, 16); Dec 18 14:49:42.998 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.998 INFO [stderr] Dec 18 14:49:42.999 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:42.999 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:42.999 INFO [stderr] | Dec 18 14:49:42.999 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:42.999 INFO [stderr] | ^^^^^^^ Dec 18 14:49:42.999 INFO [stderr] ... Dec 18 14:49:42.999 INFO [stderr] 3453 | rt_realloc_excess_used!(rt_primes_4093bytes_16align_realloc_excess_used, 4093, 16); Dec 18 14:49:42.999 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:42.999 INFO [stderr] | Dec 18 14:49:42.999 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:42.999 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:42.999 INFO [stderr] | Dec 18 14:49:42.999 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:42.999 INFO [stderr] | Dec 18 14:49:42.999 INFO [stderr] Dec 18 14:49:43.003 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.003 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.003 INFO [stderr] | Dec 18 14:49:43.003 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.003 INFO [stderr] | ^^^^^ Dec 18 14:49:43.003 INFO [stderr] ... Dec 18 14:49:43.003 INFO [stderr] 3466 | rt_realloc_excess_used!(rt_primes_8191bytes_16align_realloc_excess_used, 8191, 16); Dec 18 14:49:43.003 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.003 INFO [stderr] | Dec 18 14:49:43.003 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.003 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.003 INFO [stderr] | Dec 18 14:49:43.003 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.003 INFO [stderr] | Dec 18 14:49:43.003 INFO [stderr] Dec 18 14:49:43.003 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.003 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.003 INFO [stderr] | Dec 18 14:49:43.003 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.003 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.003 INFO [stderr] ... Dec 18 14:49:43.003 INFO [stderr] 3466 | rt_realloc_excess_used!(rt_primes_8191bytes_16align_realloc_excess_used, 8191, 16); Dec 18 14:49:43.004 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.004 INFO [stderr] Dec 18 14:49:43.004 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.004 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.004 INFO [stderr] | Dec 18 14:49:43.004 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.004 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.004 INFO [stderr] ... Dec 18 14:49:43.004 INFO [stderr] 3466 | rt_realloc_excess_used!(rt_primes_8191bytes_16align_realloc_excess_used, 8191, 16); Dec 18 14:49:43.004 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.004 INFO [stderr] | Dec 18 14:49:43.004 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.004 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.004 INFO [stderr] | Dec 18 14:49:43.004 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.004 INFO [stderr] | Dec 18 14:49:43.004 INFO [stderr] Dec 18 14:49:43.004 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.004 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.004 INFO [stderr] | Dec 18 14:49:43.004 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.004 INFO [stderr] | ^^^^^ Dec 18 14:49:43.004 INFO [stderr] ... Dec 18 14:49:43.004 INFO [stderr] 3479 | rt_realloc_excess_used!(rt_primes_16381bytes_16align_realloc_excess_used, 16381, 16); Dec 18 14:49:43.004 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.004 INFO [stderr] | Dec 18 14:49:43.004 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.004 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.004 INFO [stderr] | Dec 18 14:49:43.004 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.004 INFO [stderr] | Dec 18 14:49:43.004 INFO [stderr] Dec 18 14:49:43.004 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.004 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.004 INFO [stderr] | Dec 18 14:49:43.004 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.004 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.004 INFO [stderr] ... Dec 18 14:49:43.004 INFO [stderr] 3479 | rt_realloc_excess_used!(rt_primes_16381bytes_16align_realloc_excess_used, 16381, 16); Dec 18 14:49:43.004 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.004 INFO [stderr] Dec 18 14:49:43.004 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.004 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.004 INFO [stderr] | Dec 18 14:49:43.004 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.004 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.004 INFO [stderr] ... Dec 18 14:49:43.004 INFO [stderr] 3479 | rt_realloc_excess_used!(rt_primes_16381bytes_16align_realloc_excess_used, 16381, 16); Dec 18 14:49:43.004 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.004 INFO [stderr] | Dec 18 14:49:43.004 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.004 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.004 INFO [stderr] | Dec 18 14:49:43.004 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.004 INFO [stderr] | Dec 18 14:49:43.004 INFO [stderr] Dec 18 14:49:43.004 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.004 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.004 INFO [stderr] | Dec 18 14:49:43.004 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.004 INFO [stderr] | ^^^^^ Dec 18 14:49:43.004 INFO [stderr] ... Dec 18 14:49:43.004 INFO [stderr] 3492 | rt_realloc_excess_used!(rt_primes_32749bytes_16align_realloc_excess_used, 32749, 16); Dec 18 14:49:43.004 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.004 INFO [stderr] | Dec 18 14:49:43.004 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.004 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.004 INFO [stderr] | Dec 18 14:49:43.004 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.004 INFO [stderr] | Dec 18 14:49:43.004 INFO [stderr] Dec 18 14:49:43.006 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.006 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.006 INFO [stderr] | Dec 18 14:49:43.006 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.006 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.006 INFO [stderr] ... Dec 18 14:49:43.006 INFO [stderr] 3492 | rt_realloc_excess_used!(rt_primes_32749bytes_16align_realloc_excess_used, 32749, 16); Dec 18 14:49:43.006 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.007 INFO [stderr] Dec 18 14:49:43.007 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.007 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.007 INFO [stderr] | Dec 18 14:49:43.007 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.007 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.007 INFO [stderr] ... Dec 18 14:49:43.007 INFO [stderr] 3492 | rt_realloc_excess_used!(rt_primes_32749bytes_16align_realloc_excess_used, 32749, 16); Dec 18 14:49:43.007 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.007 INFO [stderr] | Dec 18 14:49:43.007 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.007 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.007 INFO [stderr] | Dec 18 14:49:43.007 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.007 INFO [stderr] | Dec 18 14:49:43.007 INFO [stderr] Dec 18 14:49:43.007 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.007 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.007 INFO [stderr] | Dec 18 14:49:43.007 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.007 INFO [stderr] | ^^^^^ Dec 18 14:49:43.007 INFO [stderr] ... Dec 18 14:49:43.007 INFO [stderr] 3505 | rt_realloc_excess_used!(rt_primes_65537bytes_16align_realloc_excess_used, 65537, 16); Dec 18 14:49:43.007 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.007 INFO [stderr] | Dec 18 14:49:43.007 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.007 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.007 INFO [stderr] | Dec 18 14:49:43.007 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.007 INFO [stderr] | Dec 18 14:49:43.007 INFO [stderr] Dec 18 14:49:43.011 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.011 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.011 INFO [stderr] | Dec 18 14:49:43.011 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.011 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.011 INFO [stderr] ... Dec 18 14:49:43.011 INFO [stderr] 3505 | rt_realloc_excess_used!(rt_primes_65537bytes_16align_realloc_excess_used, 65537, 16); Dec 18 14:49:43.011 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.011 INFO [stderr] Dec 18 14:49:43.011 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.011 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.011 INFO [stderr] | Dec 18 14:49:43.011 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.011 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.011 INFO [stderr] ... Dec 18 14:49:43.011 INFO [stderr] 3505 | rt_realloc_excess_used!(rt_primes_65537bytes_16align_realloc_excess_used, 65537, 16); Dec 18 14:49:43.011 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.011 INFO [stderr] | Dec 18 14:49:43.011 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.011 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.011 INFO [stderr] | Dec 18 14:49:43.011 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.011 INFO [stderr] | Dec 18 14:49:43.011 INFO [stderr] Dec 18 14:49:43.011 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.011 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.011 INFO [stderr] | Dec 18 14:49:43.011 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.011 INFO [stderr] | ^^^^^ Dec 18 14:49:43.011 INFO [stderr] ... Dec 18 14:49:43.011 INFO [stderr] 3518 | rt_realloc_excess_used!(rt_primes_131071bytes_16align_realloc_excess_used, 131071, 16); Dec 18 14:49:43.011 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.011 INFO [stderr] | Dec 18 14:49:43.011 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.011 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.011 INFO [stderr] | Dec 18 14:49:43.011 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.011 INFO [stderr] | Dec 18 14:49:43.011 INFO [stderr] Dec 18 14:49:43.011 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.011 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.011 INFO [stderr] | Dec 18 14:49:43.011 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.011 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.011 INFO [stderr] ... Dec 18 14:49:43.011 INFO [stderr] 3518 | rt_realloc_excess_used!(rt_primes_131071bytes_16align_realloc_excess_used, 131071, 16); Dec 18 14:49:43.012 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.012 INFO [stderr] Dec 18 14:49:43.012 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.012 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.012 INFO [stderr] | Dec 18 14:49:43.012 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.012 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.012 INFO [stderr] ... Dec 18 14:49:43.012 INFO [stderr] 3518 | rt_realloc_excess_used!(rt_primes_131071bytes_16align_realloc_excess_used, 131071, 16); Dec 18 14:49:43.012 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.012 INFO [stderr] | Dec 18 14:49:43.012 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.012 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.012 INFO [stderr] | Dec 18 14:49:43.012 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.012 INFO [stderr] | Dec 18 14:49:43.012 INFO [stderr] Dec 18 14:49:43.016 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.016 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.016 INFO [stderr] | Dec 18 14:49:43.016 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.016 INFO [stderr] | ^^^^^ Dec 18 14:49:43.016 INFO [stderr] ... Dec 18 14:49:43.016 INFO [stderr] 3531 | rt_realloc_excess_used!(rt_primes_4194301bytes_16align_realloc_excess_used, 4194301, 16); Dec 18 14:49:43.016 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.016 INFO [stderr] | Dec 18 14:49:43.016 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.016 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.016 INFO [stderr] | Dec 18 14:49:43.016 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.016 INFO [stderr] | Dec 18 14:49:43.016 INFO [stderr] Dec 18 14:49:43.016 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.016 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.016 INFO [stderr] | Dec 18 14:49:43.016 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.016 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.016 INFO [stderr] ... Dec 18 14:49:43.016 INFO [stderr] 3531 | rt_realloc_excess_used!(rt_primes_4194301bytes_16align_realloc_excess_used, 4194301, 16); Dec 18 14:49:43.016 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.016 INFO [stderr] Dec 18 14:49:43.016 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.016 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.016 INFO [stderr] | Dec 18 14:49:43.016 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.016 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.016 INFO [stderr] ... Dec 18 14:49:43.016 INFO [stderr] 3531 | rt_realloc_excess_used!(rt_primes_4194301bytes_16align_realloc_excess_used, 4194301, 16); Dec 18 14:49:43.016 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.016 INFO [stderr] | Dec 18 14:49:43.016 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.016 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.016 INFO [stderr] | Dec 18 14:49:43.016 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.016 INFO [stderr] | Dec 18 14:49:43.016 INFO [stderr] Dec 18 14:49:43.016 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.016 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.016 INFO [stderr] | Dec 18 14:49:43.016 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.016 INFO [stderr] | ^^^^^ Dec 18 14:49:43.016 INFO [stderr] ... Dec 18 14:49:43.016 INFO [stderr] 3547 | rt_realloc_excess_used!(rt_pow2_1bytes_32align_realloc_excess_used, 1, 32); Dec 18 14:49:43.016 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.016 INFO [stderr] | Dec 18 14:49:43.017 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.017 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.017 INFO [stderr] | Dec 18 14:49:43.017 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.017 INFO [stderr] | Dec 18 14:49:43.017 INFO [stderr] Dec 18 14:49:43.017 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.017 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.017 INFO [stderr] | Dec 18 14:49:43.017 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.017 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.017 INFO [stderr] ... Dec 18 14:49:43.017 INFO [stderr] 3547 | rt_realloc_excess_used!(rt_pow2_1bytes_32align_realloc_excess_used, 1, 32); Dec 18 14:49:43.017 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.017 INFO [stderr] Dec 18 14:49:43.017 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.017 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.017 INFO [stderr] | Dec 18 14:49:43.017 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.017 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.017 INFO [stderr] ... Dec 18 14:49:43.017 INFO [stderr] 3547 | rt_realloc_excess_used!(rt_pow2_1bytes_32align_realloc_excess_used, 1, 32); Dec 18 14:49:43.017 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.017 INFO [stderr] | Dec 18 14:49:43.017 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.019 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.019 INFO [stderr] | Dec 18 14:49:43.019 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.019 INFO [stderr] | Dec 18 14:49:43.020 INFO [stderr] Dec 18 14:49:43.020 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.020 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.020 INFO [stderr] | Dec 18 14:49:43.020 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.020 INFO [stderr] | ^^^^^ Dec 18 14:49:43.020 INFO [stderr] ... Dec 18 14:49:43.020 INFO [stderr] 3560 | rt_realloc_excess_used!(rt_pow2_2bytes_32align_realloc_excess_used, 2, 32); Dec 18 14:49:43.020 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.020 INFO [stderr] | Dec 18 14:49:43.020 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.020 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.020 INFO [stderr] | Dec 18 14:49:43.020 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.020 INFO [stderr] | Dec 18 14:49:43.020 INFO [stderr] Dec 18 14:49:43.020 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.020 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.020 INFO [stderr] | Dec 18 14:49:43.020 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.020 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.020 INFO [stderr] ... Dec 18 14:49:43.020 INFO [stderr] 3560 | rt_realloc_excess_used!(rt_pow2_2bytes_32align_realloc_excess_used, 2, 32); Dec 18 14:49:43.020 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.020 INFO [stderr] Dec 18 14:49:43.024 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.024 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.024 INFO [stderr] | Dec 18 14:49:43.024 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.024 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.024 INFO [stderr] ... Dec 18 14:49:43.024 INFO [stderr] 3560 | rt_realloc_excess_used!(rt_pow2_2bytes_32align_realloc_excess_used, 2, 32); Dec 18 14:49:43.024 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.024 INFO [stderr] | Dec 18 14:49:43.024 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.024 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.024 INFO [stderr] | Dec 18 14:49:43.024 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.024 INFO [stderr] | Dec 18 14:49:43.024 INFO [stderr] Dec 18 14:49:43.024 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.024 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.024 INFO [stderr] | Dec 18 14:49:43.024 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.024 INFO [stderr] | ^^^^^ Dec 18 14:49:43.024 INFO [stderr] ... Dec 18 14:49:43.024 INFO [stderr] 3573 | rt_realloc_excess_used!(rt_pow2_4bytes_32align_realloc_excess_used, 4, 32); Dec 18 14:49:43.024 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.024 INFO [stderr] | Dec 18 14:49:43.024 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.024 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.024 INFO [stderr] | Dec 18 14:49:43.024 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.024 INFO [stderr] | Dec 18 14:49:43.024 INFO [stderr] Dec 18 14:49:43.024 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.024 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.024 INFO [stderr] | Dec 18 14:49:43.024 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.024 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.024 INFO [stderr] ... Dec 18 14:49:43.024 INFO [stderr] 3573 | rt_realloc_excess_used!(rt_pow2_4bytes_32align_realloc_excess_used, 4, 32); Dec 18 14:49:43.024 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.024 INFO [stderr] Dec 18 14:49:43.024 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.024 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.024 INFO [stderr] | Dec 18 14:49:43.024 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.024 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.024 INFO [stderr] ... Dec 18 14:49:43.024 INFO [stderr] 3573 | rt_realloc_excess_used!(rt_pow2_4bytes_32align_realloc_excess_used, 4, 32); Dec 18 14:49:43.024 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.024 INFO [stderr] | Dec 18 14:49:43.024 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.024 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.025 INFO [stderr] | Dec 18 14:49:43.025 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.025 INFO [stderr] | Dec 18 14:49:43.025 INFO [stderr] Dec 18 14:49:43.025 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.025 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.025 INFO [stderr] | Dec 18 14:49:43.025 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.025 INFO [stderr] | ^^^^^ Dec 18 14:49:43.025 INFO [stderr] ... Dec 18 14:49:43.025 INFO [stderr] 3586 | rt_realloc_excess_used!(rt_pow2_8bytes_32align_realloc_excess_used, 8, 32); Dec 18 14:49:43.025 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.025 INFO [stderr] | Dec 18 14:49:43.025 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.025 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.025 INFO [stderr] | Dec 18 14:49:43.025 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.025 INFO [stderr] | Dec 18 14:49:43.025 INFO [stderr] Dec 18 14:49:43.025 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.025 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.025 INFO [stderr] | Dec 18 14:49:43.025 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.025 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.025 INFO [stderr] ... Dec 18 14:49:43.025 INFO [stderr] 3586 | rt_realloc_excess_used!(rt_pow2_8bytes_32align_realloc_excess_used, 8, 32); Dec 18 14:49:43.025 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.025 INFO [stderr] Dec 18 14:49:43.025 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.025 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.025 INFO [stderr] | Dec 18 14:49:43.025 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.025 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.025 INFO [stderr] ... Dec 18 14:49:43.025 INFO [stderr] 3586 | rt_realloc_excess_used!(rt_pow2_8bytes_32align_realloc_excess_used, 8, 32); Dec 18 14:49:43.025 INFO [stderr] | --------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.025 INFO [stderr] | Dec 18 14:49:43.025 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.025 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.025 INFO [stderr] | Dec 18 14:49:43.025 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.025 INFO [stderr] | Dec 18 14:49:43.025 INFO [stderr] Dec 18 14:49:43.025 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.025 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.025 INFO [stderr] | Dec 18 14:49:43.025 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.025 INFO [stderr] | ^^^^^ Dec 18 14:49:43.025 INFO [stderr] ... Dec 18 14:49:43.025 INFO [stderr] 3599 | rt_realloc_excess_used!(rt_pow2_16bytes_32align_realloc_excess_used, 16, 32); Dec 18 14:49:43.025 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.025 INFO [stderr] | Dec 18 14:49:43.025 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.025 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.025 INFO [stderr] | Dec 18 14:49:43.025 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.025 INFO [stderr] | Dec 18 14:49:43.025 INFO [stderr] Dec 18 14:49:43.028 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.028 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.028 INFO [stderr] | Dec 18 14:49:43.028 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.028 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.028 INFO [stderr] ... Dec 18 14:49:43.028 INFO [stderr] 3599 | rt_realloc_excess_used!(rt_pow2_16bytes_32align_realloc_excess_used, 16, 32); Dec 18 14:49:43.028 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.028 INFO [stderr] Dec 18 14:49:43.028 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.028 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.028 INFO [stderr] | Dec 18 14:49:43.028 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.028 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.028 INFO [stderr] ... Dec 18 14:49:43.028 INFO [stderr] 3599 | rt_realloc_excess_used!(rt_pow2_16bytes_32align_realloc_excess_used, 16, 32); Dec 18 14:49:43.028 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.028 INFO [stderr] | Dec 18 14:49:43.028 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.028 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.028 INFO [stderr] | Dec 18 14:49:43.029 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.029 INFO [stderr] | Dec 18 14:49:43.029 INFO [stderr] Dec 18 14:49:43.029 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.029 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.029 INFO [stderr] | Dec 18 14:49:43.029 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.029 INFO [stderr] | ^^^^^ Dec 18 14:49:43.029 INFO [stderr] ... Dec 18 14:49:43.029 INFO [stderr] 3612 | rt_realloc_excess_used!(rt_pow2_32bytes_32align_realloc_excess_used, 32, 32); Dec 18 14:49:43.029 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.029 INFO [stderr] | Dec 18 14:49:43.029 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.029 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.029 INFO [stderr] | Dec 18 14:49:43.029 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.029 INFO [stderr] | Dec 18 14:49:43.029 INFO [stderr] Dec 18 14:49:43.029 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.029 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.029 INFO [stderr] | Dec 18 14:49:43.029 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.029 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.029 INFO [stderr] ... Dec 18 14:49:43.029 INFO [stderr] 3612 | rt_realloc_excess_used!(rt_pow2_32bytes_32align_realloc_excess_used, 32, 32); Dec 18 14:49:43.029 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.029 INFO [stderr] Dec 18 14:49:43.032 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.032 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.032 INFO [stderr] | Dec 18 14:49:43.032 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.032 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.032 INFO [stderr] ... Dec 18 14:49:43.032 INFO [stderr] 3612 | rt_realloc_excess_used!(rt_pow2_32bytes_32align_realloc_excess_used, 32, 32); Dec 18 14:49:43.032 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.032 INFO [stderr] | Dec 18 14:49:43.032 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.032 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.032 INFO [stderr] | Dec 18 14:49:43.032 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.032 INFO [stderr] | Dec 18 14:49:43.032 INFO [stderr] Dec 18 14:49:43.032 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.032 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.032 INFO [stderr] | Dec 18 14:49:43.032 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.032 INFO [stderr] | ^^^^^ Dec 18 14:49:43.032 INFO [stderr] ... Dec 18 14:49:43.032 INFO [stderr] 3625 | rt_realloc_excess_used!(rt_pow2_64bytes_32align_realloc_excess_used, 64, 32); Dec 18 14:49:43.032 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.032 INFO [stderr] | Dec 18 14:49:43.032 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.032 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.032 INFO [stderr] | Dec 18 14:49:43.032 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.032 INFO [stderr] | Dec 18 14:49:43.032 INFO [stderr] Dec 18 14:49:43.032 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.032 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.032 INFO [stderr] | Dec 18 14:49:43.032 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.032 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.032 INFO [stderr] ... Dec 18 14:49:43.032 INFO [stderr] 3625 | rt_realloc_excess_used!(rt_pow2_64bytes_32align_realloc_excess_used, 64, 32); Dec 18 14:49:43.032 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.032 INFO [stderr] Dec 18 14:49:43.032 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.033 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.033 INFO [stderr] | Dec 18 14:49:43.033 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.033 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.033 INFO [stderr] ... Dec 18 14:49:43.033 INFO [stderr] 3625 | rt_realloc_excess_used!(rt_pow2_64bytes_32align_realloc_excess_used, 64, 32); Dec 18 14:49:43.033 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.033 INFO [stderr] | Dec 18 14:49:43.033 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.033 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.033 INFO [stderr] | Dec 18 14:49:43.033 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.033 INFO [stderr] | Dec 18 14:49:43.033 INFO [stderr] Dec 18 14:49:43.033 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.033 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.033 INFO [stderr] | Dec 18 14:49:43.033 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.033 INFO [stderr] | ^^^^^ Dec 18 14:49:43.033 INFO [stderr] ... Dec 18 14:49:43.033 INFO [stderr] 3638 | rt_realloc_excess_used!(rt_pow2_128bytes_32align_realloc_excess_used, 128, 32); Dec 18 14:49:43.033 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.033 INFO [stderr] | Dec 18 14:49:43.033 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.033 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.033 INFO [stderr] | Dec 18 14:49:43.033 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.033 INFO [stderr] | Dec 18 14:49:43.033 INFO [stderr] Dec 18 14:49:43.036 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.036 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.036 INFO [stderr] | Dec 18 14:49:43.036 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.036 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.036 INFO [stderr] ... Dec 18 14:49:43.036 INFO [stderr] 3638 | rt_realloc_excess_used!(rt_pow2_128bytes_32align_realloc_excess_used, 128, 32); Dec 18 14:49:43.036 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.036 INFO [stderr] Dec 18 14:49:43.036 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.036 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.036 INFO [stderr] | Dec 18 14:49:43.036 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.036 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.036 INFO [stderr] ... Dec 18 14:49:43.036 INFO [stderr] 3638 | rt_realloc_excess_used!(rt_pow2_128bytes_32align_realloc_excess_used, 128, 32); Dec 18 14:49:43.036 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.036 INFO [stderr] | Dec 18 14:49:43.036 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.036 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.036 INFO [stderr] | Dec 18 14:49:43.036 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.036 INFO [stderr] | Dec 18 14:49:43.036 INFO [stderr] Dec 18 14:49:43.036 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.036 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.036 INFO [stderr] | Dec 18 14:49:43.036 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.036 INFO [stderr] | ^^^^^ Dec 18 14:49:43.037 INFO [stderr] ... Dec 18 14:49:43.037 INFO [stderr] 3651 | rt_realloc_excess_used!(rt_pow2_256bytes_32align_realloc_excess_used, 256, 32); Dec 18 14:49:43.037 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.037 INFO [stderr] | Dec 18 14:49:43.037 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.037 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.037 INFO [stderr] | Dec 18 14:49:43.037 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.037 INFO [stderr] | Dec 18 14:49:43.037 INFO [stderr] Dec 18 14:49:43.037 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.037 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.037 INFO [stderr] | Dec 18 14:49:43.037 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.037 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.037 INFO [stderr] ... Dec 18 14:49:43.037 INFO [stderr] 3651 | rt_realloc_excess_used!(rt_pow2_256bytes_32align_realloc_excess_used, 256, 32); Dec 18 14:49:43.037 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.037 INFO [stderr] Dec 18 14:49:43.037 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.037 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.037 INFO [stderr] | Dec 18 14:49:43.037 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.037 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.037 INFO [stderr] ... Dec 18 14:49:43.037 INFO [stderr] 3651 | rt_realloc_excess_used!(rt_pow2_256bytes_32align_realloc_excess_used, 256, 32); Dec 18 14:49:43.037 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.037 INFO [stderr] | Dec 18 14:49:43.037 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.037 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.037 INFO [stderr] | Dec 18 14:49:43.037 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.037 INFO [stderr] | Dec 18 14:49:43.037 INFO [stderr] Dec 18 14:49:43.040 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.040 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.040 INFO [stderr] | Dec 18 14:49:43.040 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.040 INFO [stderr] | ^^^^^ Dec 18 14:49:43.040 INFO [stderr] ... Dec 18 14:49:43.040 INFO [stderr] 3664 | rt_realloc_excess_used!(rt_pow2_512bytes_32align_realloc_excess_used, 512, 32); Dec 18 14:49:43.040 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.040 INFO [stderr] | Dec 18 14:49:43.040 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.040 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.040 INFO [stderr] | Dec 18 14:49:43.040 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.040 INFO [stderr] | Dec 18 14:49:43.040 INFO [stderr] Dec 18 14:49:43.040 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.040 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.040 INFO [stderr] | Dec 18 14:49:43.040 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.040 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.040 INFO [stderr] ... Dec 18 14:49:43.040 INFO [stderr] 3664 | rt_realloc_excess_used!(rt_pow2_512bytes_32align_realloc_excess_used, 512, 32); Dec 18 14:49:43.040 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.040 INFO [stderr] Dec 18 14:49:43.040 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.040 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.040 INFO [stderr] | Dec 18 14:49:43.040 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.040 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.040 INFO [stderr] ... Dec 18 14:49:43.040 INFO [stderr] 3664 | rt_realloc_excess_used!(rt_pow2_512bytes_32align_realloc_excess_used, 512, 32); Dec 18 14:49:43.040 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.040 INFO [stderr] | Dec 18 14:49:43.040 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.040 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.040 INFO [stderr] | Dec 18 14:49:43.040 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.040 INFO [stderr] | Dec 18 14:49:43.040 INFO [stderr] Dec 18 14:49:43.040 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.040 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.040 INFO [stderr] | Dec 18 14:49:43.040 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.040 INFO [stderr] | ^^^^^ Dec 18 14:49:43.040 INFO [stderr] ... Dec 18 14:49:43.040 INFO [stderr] 3677 | rt_realloc_excess_used!(rt_pow2_1024bytes_32align_realloc_excess_used, 1024, 32); Dec 18 14:49:43.040 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.040 INFO [stderr] | Dec 18 14:49:43.040 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.040 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.040 INFO [stderr] | Dec 18 14:49:43.040 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.040 INFO [stderr] | Dec 18 14:49:43.040 INFO [stderr] Dec 18 14:49:43.044 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.044 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.044 INFO [stderr] | Dec 18 14:49:43.044 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.044 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.044 INFO [stderr] ... Dec 18 14:49:43.044 INFO [stderr] 3677 | rt_realloc_excess_used!(rt_pow2_1024bytes_32align_realloc_excess_used, 1024, 32); Dec 18 14:49:43.044 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.044 INFO [stderr] Dec 18 14:49:43.044 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.044 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.044 INFO [stderr] | Dec 18 14:49:43.044 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.044 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.044 INFO [stderr] ... Dec 18 14:49:43.044 INFO [stderr] 3677 | rt_realloc_excess_used!(rt_pow2_1024bytes_32align_realloc_excess_used, 1024, 32); Dec 18 14:49:43.044 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.044 INFO [stderr] | Dec 18 14:49:43.044 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.044 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.044 INFO [stderr] | Dec 18 14:49:43.044 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.044 INFO [stderr] | Dec 18 14:49:43.044 INFO [stderr] Dec 18 14:49:43.044 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.044 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.044 INFO [stderr] | Dec 18 14:49:43.044 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.044 INFO [stderr] | ^^^^^ Dec 18 14:49:43.044 INFO [stderr] ... Dec 18 14:49:43.044 INFO [stderr] 3690 | rt_realloc_excess_used!(rt_pow2_2048bytes_32align_realloc_excess_used, 2048, 32); Dec 18 14:49:43.044 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.044 INFO [stderr] | Dec 18 14:49:43.044 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.044 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.044 INFO [stderr] | Dec 18 14:49:43.044 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.044 INFO [stderr] | Dec 18 14:49:43.044 INFO [stderr] Dec 18 14:49:43.044 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.044 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.044 INFO [stderr] | Dec 18 14:49:43.044 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.044 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.044 INFO [stderr] ... Dec 18 14:49:43.044 INFO [stderr] 3690 | rt_realloc_excess_used!(rt_pow2_2048bytes_32align_realloc_excess_used, 2048, 32); Dec 18 14:49:43.044 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.044 INFO [stderr] Dec 18 14:49:43.044 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.044 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.044 INFO [stderr] | Dec 18 14:49:43.044 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.044 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.045 INFO [stderr] ... Dec 18 14:49:43.045 INFO [stderr] 3690 | rt_realloc_excess_used!(rt_pow2_2048bytes_32align_realloc_excess_used, 2048, 32); Dec 18 14:49:43.045 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.045 INFO [stderr] | Dec 18 14:49:43.045 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.045 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.045 INFO [stderr] | Dec 18 14:49:43.045 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.045 INFO [stderr] | Dec 18 14:49:43.045 INFO [stderr] Dec 18 14:49:43.048 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.048 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.048 INFO [stderr] | Dec 18 14:49:43.048 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.048 INFO [stderr] | ^^^^^ Dec 18 14:49:43.048 INFO [stderr] ... Dec 18 14:49:43.048 INFO [stderr] 3703 | rt_realloc_excess_used!(rt_pow2_4096bytes_32align_realloc_excess_used, 4096, 32); Dec 18 14:49:43.048 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.048 INFO [stderr] | Dec 18 14:49:43.048 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.048 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.048 INFO [stderr] | Dec 18 14:49:43.048 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.048 INFO [stderr] | Dec 18 14:49:43.048 INFO [stderr] Dec 18 14:49:43.048 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.048 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.048 INFO [stderr] | Dec 18 14:49:43.048 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.048 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.048 INFO [stderr] ... Dec 18 14:49:43.048 INFO [stderr] 3703 | rt_realloc_excess_used!(rt_pow2_4096bytes_32align_realloc_excess_used, 4096, 32); Dec 18 14:49:43.048 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.048 INFO [stderr] Dec 18 14:49:43.048 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.048 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.048 INFO [stderr] | Dec 18 14:49:43.048 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.048 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.048 INFO [stderr] ... Dec 18 14:49:43.048 INFO [stderr] 3703 | rt_realloc_excess_used!(rt_pow2_4096bytes_32align_realloc_excess_used, 4096, 32); Dec 18 14:49:43.048 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.048 INFO [stderr] | Dec 18 14:49:43.048 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.048 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.048 INFO [stderr] | Dec 18 14:49:43.048 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.048 INFO [stderr] | Dec 18 14:49:43.048 INFO [stderr] Dec 18 14:49:43.048 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.048 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.048 INFO [stderr] | Dec 18 14:49:43.048 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.048 INFO [stderr] | ^^^^^ Dec 18 14:49:43.048 INFO [stderr] ... Dec 18 14:49:43.048 INFO [stderr] 3716 | rt_realloc_excess_used!(rt_pow2_8192bytes_32align_realloc_excess_used, 8192, 32); Dec 18 14:49:43.048 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.048 INFO [stderr] | Dec 18 14:49:43.048 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.048 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.048 INFO [stderr] | Dec 18 14:49:43.048 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.048 INFO [stderr] | Dec 18 14:49:43.049 INFO [stderr] Dec 18 14:49:43.049 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.049 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.049 INFO [stderr] | Dec 18 14:49:43.049 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.049 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.049 INFO [stderr] ... Dec 18 14:49:43.049 INFO [stderr] 3716 | rt_realloc_excess_used!(rt_pow2_8192bytes_32align_realloc_excess_used, 8192, 32); Dec 18 14:49:43.049 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.049 INFO [stderr] Dec 18 14:49:43.052 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.052 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.052 INFO [stderr] | Dec 18 14:49:43.052 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.052 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.052 INFO [stderr] ... Dec 18 14:49:43.052 INFO [stderr] 3716 | rt_realloc_excess_used!(rt_pow2_8192bytes_32align_realloc_excess_used, 8192, 32); Dec 18 14:49:43.052 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.052 INFO [stderr] | Dec 18 14:49:43.052 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.052 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.052 INFO [stderr] | Dec 18 14:49:43.052 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.052 INFO [stderr] | Dec 18 14:49:43.052 INFO [stderr] Dec 18 14:49:43.052 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.052 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.052 INFO [stderr] | Dec 18 14:49:43.052 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.052 INFO [stderr] | ^^^^^ Dec 18 14:49:43.052 INFO [stderr] ... Dec 18 14:49:43.052 INFO [stderr] 3729 | rt_realloc_excess_used!(rt_pow2_16384bytes_32align_realloc_excess_used, 16384, 32); Dec 18 14:49:43.052 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.052 INFO [stderr] | Dec 18 14:49:43.052 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.052 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.052 INFO [stderr] | Dec 18 14:49:43.052 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.052 INFO [stderr] | Dec 18 14:49:43.052 INFO [stderr] Dec 18 14:49:43.052 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.052 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.052 INFO [stderr] | Dec 18 14:49:43.052 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.052 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.052 INFO [stderr] ... Dec 18 14:49:43.052 INFO [stderr] 3729 | rt_realloc_excess_used!(rt_pow2_16384bytes_32align_realloc_excess_used, 16384, 32); Dec 18 14:49:43.052 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.052 INFO [stderr] Dec 18 14:49:43.052 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.052 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.052 INFO [stderr] | Dec 18 14:49:43.052 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.052 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.052 INFO [stderr] ... Dec 18 14:49:43.052 INFO [stderr] 3729 | rt_realloc_excess_used!(rt_pow2_16384bytes_32align_realloc_excess_used, 16384, 32); Dec 18 14:49:43.052 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.052 INFO [stderr] | Dec 18 14:49:43.052 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.052 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.053 INFO [stderr] | Dec 18 14:49:43.053 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.053 INFO [stderr] | Dec 18 14:49:43.053 INFO [stderr] Dec 18 14:49:43.056 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.056 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.056 INFO [stderr] | Dec 18 14:49:43.056 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.056 INFO [stderr] | ^^^^^ Dec 18 14:49:43.056 INFO [stderr] ... Dec 18 14:49:43.056 INFO [stderr] 3742 | rt_realloc_excess_used!(rt_pow2_32768bytes_32align_realloc_excess_used, 32768, 32); Dec 18 14:49:43.056 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.056 INFO [stderr] | Dec 18 14:49:43.056 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.056 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.056 INFO [stderr] | Dec 18 14:49:43.056 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.056 INFO [stderr] | Dec 18 14:49:43.056 INFO [stderr] Dec 18 14:49:43.056 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.056 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.056 INFO [stderr] | Dec 18 14:49:43.056 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.056 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.056 INFO [stderr] ... Dec 18 14:49:43.056 INFO [stderr] 3742 | rt_realloc_excess_used!(rt_pow2_32768bytes_32align_realloc_excess_used, 32768, 32); Dec 18 14:49:43.056 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.056 INFO [stderr] Dec 18 14:49:43.056 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.056 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.056 INFO [stderr] | Dec 18 14:49:43.056 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.056 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.056 INFO [stderr] ... Dec 18 14:49:43.056 INFO [stderr] 3742 | rt_realloc_excess_used!(rt_pow2_32768bytes_32align_realloc_excess_used, 32768, 32); Dec 18 14:49:43.056 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.056 INFO [stderr] | Dec 18 14:49:43.056 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.056 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.056 INFO [stderr] | Dec 18 14:49:43.056 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.056 INFO [stderr] | Dec 18 14:49:43.056 INFO [stderr] Dec 18 14:49:43.056 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.056 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.056 INFO [stderr] | Dec 18 14:49:43.056 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.056 INFO [stderr] | ^^^^^ Dec 18 14:49:43.056 INFO [stderr] ... Dec 18 14:49:43.056 INFO [stderr] 3755 | rt_realloc_excess_used!(rt_pow2_65536bytes_32align_realloc_excess_used, 65536, 32); Dec 18 14:49:43.056 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.056 INFO [stderr] | Dec 18 14:49:43.056 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.056 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.056 INFO [stderr] | Dec 18 14:49:43.056 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.056 INFO [stderr] | Dec 18 14:49:43.056 INFO [stderr] Dec 18 14:49:43.057 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.057 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.057 INFO [stderr] | Dec 18 14:49:43.057 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.057 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.057 INFO [stderr] ... Dec 18 14:49:43.057 INFO [stderr] 3755 | rt_realloc_excess_used!(rt_pow2_65536bytes_32align_realloc_excess_used, 65536, 32); Dec 18 14:49:43.057 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.057 INFO [stderr] Dec 18 14:49:43.063 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.063 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.063 INFO [stderr] | Dec 18 14:49:43.063 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.063 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.063 INFO [stderr] ... Dec 18 14:49:43.063 INFO [stderr] 3755 | rt_realloc_excess_used!(rt_pow2_65536bytes_32align_realloc_excess_used, 65536, 32); Dec 18 14:49:43.063 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.063 INFO [stderr] | Dec 18 14:49:43.063 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.063 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.063 INFO [stderr] | Dec 18 14:49:43.063 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.063 INFO [stderr] | Dec 18 14:49:43.063 INFO [stderr] Dec 18 14:49:43.063 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.063 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.063 INFO [stderr] | Dec 18 14:49:43.063 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.063 INFO [stderr] | ^^^^^ Dec 18 14:49:43.063 INFO [stderr] ... Dec 18 14:49:43.063 INFO [stderr] 3768 | rt_realloc_excess_used!(rt_pow2_131072bytes_32align_realloc_excess_used, 131072, 32); Dec 18 14:49:43.063 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.063 INFO [stderr] | Dec 18 14:49:43.063 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.063 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] Dec 18 14:49:43.064 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.064 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.064 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.064 INFO [stderr] ... Dec 18 14:49:43.064 INFO [stderr] 3768 | rt_realloc_excess_used!(rt_pow2_131072bytes_32align_realloc_excess_used, 131072, 32); Dec 18 14:49:43.064 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.064 INFO [stderr] Dec 18 14:49:43.064 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.064 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.064 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.064 INFO [stderr] ... Dec 18 14:49:43.064 INFO [stderr] 3768 | rt_realloc_excess_used!(rt_pow2_131072bytes_32align_realloc_excess_used, 131072, 32); Dec 18 14:49:43.064 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.064 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] Dec 18 14:49:43.064 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.064 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.064 INFO [stderr] | ^^^^^ Dec 18 14:49:43.064 INFO [stderr] ... Dec 18 14:49:43.064 INFO [stderr] 3781 | rt_realloc_excess_used!(rt_pow2_4194304bytes_32align_realloc_excess_used, 4194304, 32); Dec 18 14:49:43.064 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.064 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] Dec 18 14:49:43.064 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.064 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.064 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.064 INFO [stderr] ... Dec 18 14:49:43.064 INFO [stderr] 3781 | rt_realloc_excess_used!(rt_pow2_4194304bytes_32align_realloc_excess_used, 4194304, 32); Dec 18 14:49:43.064 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.064 INFO [stderr] Dec 18 14:49:43.064 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.064 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.064 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.064 INFO [stderr] ... Dec 18 14:49:43.064 INFO [stderr] 3781 | rt_realloc_excess_used!(rt_pow2_4194304bytes_32align_realloc_excess_used, 4194304, 32); Dec 18 14:49:43.064 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.064 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] Dec 18 14:49:43.064 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.064 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.064 INFO [stderr] | ^^^^^ Dec 18 14:49:43.064 INFO [stderr] ... Dec 18 14:49:43.064 INFO [stderr] 3795 | rt_realloc_excess_used!(rt_even_10bytes_32align_realloc_excess_used, 10, 32); Dec 18 14:49:43.064 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.064 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.064 INFO [stderr] | Dec 18 14:49:43.064 INFO [stderr] Dec 18 14:49:43.064 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.065 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.065 INFO [stderr] | Dec 18 14:49:43.065 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.065 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.065 INFO [stderr] ... Dec 18 14:49:43.065 INFO [stderr] 3795 | rt_realloc_excess_used!(rt_even_10bytes_32align_realloc_excess_used, 10, 32); Dec 18 14:49:43.065 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.065 INFO [stderr] Dec 18 14:49:43.072 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.072 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.072 INFO [stderr] | Dec 18 14:49:43.072 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.072 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.072 INFO [stderr] ... Dec 18 14:49:43.072 INFO [stderr] 3795 | rt_realloc_excess_used!(rt_even_10bytes_32align_realloc_excess_used, 10, 32); Dec 18 14:49:43.072 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.072 INFO [stderr] | Dec 18 14:49:43.072 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.072 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.072 INFO [stderr] | Dec 18 14:49:43.072 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.072 INFO [stderr] | Dec 18 14:49:43.072 INFO [stderr] Dec 18 14:49:43.072 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.072 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.072 INFO [stderr] | Dec 18 14:49:43.072 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.072 INFO [stderr] | ^^^^^ Dec 18 14:49:43.072 INFO [stderr] ... Dec 18 14:49:43.072 INFO [stderr] 3808 | rt_realloc_excess_used!(rt_even_100bytes_32align_realloc_excess_used, 100, 32); Dec 18 14:49:43.072 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.072 INFO [stderr] | Dec 18 14:49:43.072 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.072 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.072 INFO [stderr] | Dec 18 14:49:43.072 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.072 INFO [stderr] | Dec 18 14:49:43.072 INFO [stderr] Dec 18 14:49:43.072 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.072 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.072 INFO [stderr] | Dec 18 14:49:43.072 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.072 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.072 INFO [stderr] ... Dec 18 14:49:43.072 INFO [stderr] 3808 | rt_realloc_excess_used!(rt_even_100bytes_32align_realloc_excess_used, 100, 32); Dec 18 14:49:43.072 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.072 INFO [stderr] Dec 18 14:49:43.072 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.072 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.072 INFO [stderr] | Dec 18 14:49:43.072 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.072 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.072 INFO [stderr] ... Dec 18 14:49:43.072 INFO [stderr] 3808 | rt_realloc_excess_used!(rt_even_100bytes_32align_realloc_excess_used, 100, 32); Dec 18 14:49:43.073 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.073 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] Dec 18 14:49:43.073 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.073 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.073 INFO [stderr] | ^^^^^ Dec 18 14:49:43.073 INFO [stderr] ... Dec 18 14:49:43.073 INFO [stderr] 3821 | rt_realloc_excess_used!(rt_even_1000bytes_32align_realloc_excess_used, 1000, 32); Dec 18 14:49:43.073 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.073 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] Dec 18 14:49:43.073 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.073 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.073 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.073 INFO [stderr] ... Dec 18 14:49:43.073 INFO [stderr] 3821 | rt_realloc_excess_used!(rt_even_1000bytes_32align_realloc_excess_used, 1000, 32); Dec 18 14:49:43.073 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.073 INFO [stderr] Dec 18 14:49:43.073 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.073 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.073 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.073 INFO [stderr] ... Dec 18 14:49:43.073 INFO [stderr] 3821 | rt_realloc_excess_used!(rt_even_1000bytes_32align_realloc_excess_used, 1000, 32); Dec 18 14:49:43.073 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.073 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] Dec 18 14:49:43.073 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.073 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.073 INFO [stderr] | ^^^^^ Dec 18 14:49:43.073 INFO [stderr] ... Dec 18 14:49:43.073 INFO [stderr] 3834 | rt_realloc_excess_used!(rt_even_10000bytes_32align_realloc_excess_used, 10000, 32); Dec 18 14:49:43.073 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.073 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] Dec 18 14:49:43.073 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.073 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.073 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.073 INFO [stderr] ... Dec 18 14:49:43.073 INFO [stderr] 3834 | rt_realloc_excess_used!(rt_even_10000bytes_32align_realloc_excess_used, 10000, 32); Dec 18 14:49:43.073 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.073 INFO [stderr] Dec 18 14:49:43.073 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.073 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.073 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.073 INFO [stderr] ... Dec 18 14:49:43.073 INFO [stderr] 3834 | rt_realloc_excess_used!(rt_even_10000bytes_32align_realloc_excess_used, 10000, 32); Dec 18 14:49:43.073 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.073 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.073 INFO [stderr] | Dec 18 14:49:43.073 INFO [stderr] Dec 18 14:49:43.073 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.073 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.074 INFO [stderr] | Dec 18 14:49:43.074 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.074 INFO [stderr] | ^^^^^ Dec 18 14:49:43.074 INFO [stderr] ... Dec 18 14:49:43.074 INFO [stderr] 3847 | rt_realloc_excess_used!(rt_even_100000bytes_32align_realloc_excess_used, 100000, 32); Dec 18 14:49:43.074 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.074 INFO [stderr] | Dec 18 14:49:43.074 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.074 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.074 INFO [stderr] | Dec 18 14:49:43.074 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.074 INFO [stderr] | Dec 18 14:49:43.074 INFO [stderr] Dec 18 14:49:43.080 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.080 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.080 INFO [stderr] | Dec 18 14:49:43.080 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.080 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.080 INFO [stderr] ... Dec 18 14:49:43.080 INFO [stderr] 3847 | rt_realloc_excess_used!(rt_even_100000bytes_32align_realloc_excess_used, 100000, 32); Dec 18 14:49:43.080 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.080 INFO [stderr] Dec 18 14:49:43.080 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.080 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.080 INFO [stderr] | Dec 18 14:49:43.080 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.080 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.080 INFO [stderr] ... Dec 18 14:49:43.080 INFO [stderr] 3847 | rt_realloc_excess_used!(rt_even_100000bytes_32align_realloc_excess_used, 100000, 32); Dec 18 14:49:43.080 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.080 INFO [stderr] | Dec 18 14:49:43.080 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.080 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.080 INFO [stderr] | Dec 18 14:49:43.080 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.080 INFO [stderr] | Dec 18 14:49:43.080 INFO [stderr] Dec 18 14:49:43.080 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.080 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.080 INFO [stderr] | Dec 18 14:49:43.080 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.080 INFO [stderr] | ^^^^^ Dec 18 14:49:43.080 INFO [stderr] ... Dec 18 14:49:43.080 INFO [stderr] 3860 | rt_realloc_excess_used!(rt_even_1000000bytes_32align_realloc_excess_used, 1000000, 32); Dec 18 14:49:43.080 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.080 INFO [stderr] | Dec 18 14:49:43.080 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.080 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.080 INFO [stderr] | Dec 18 14:49:43.080 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.080 INFO [stderr] | Dec 18 14:49:43.080 INFO [stderr] Dec 18 14:49:43.080 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.080 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.080 INFO [stderr] | Dec 18 14:49:43.080 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.080 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.080 INFO [stderr] ... Dec 18 14:49:43.080 INFO [stderr] 3860 | rt_realloc_excess_used!(rt_even_1000000bytes_32align_realloc_excess_used, 1000000, 32); Dec 18 14:49:43.081 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.081 INFO [stderr] Dec 18 14:49:43.081 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.081 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.081 INFO [stderr] | Dec 18 14:49:43.081 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.081 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.081 INFO [stderr] ... Dec 18 14:49:43.081 INFO [stderr] 3860 | rt_realloc_excess_used!(rt_even_1000000bytes_32align_realloc_excess_used, 1000000, 32); Dec 18 14:49:43.081 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.081 INFO [stderr] | Dec 18 14:49:43.081 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.081 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.081 INFO [stderr] | Dec 18 14:49:43.081 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.081 INFO [stderr] | Dec 18 14:49:43.081 INFO [stderr] Dec 18 14:49:43.086 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.086 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.086 INFO [stderr] | Dec 18 14:49:43.086 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.086 INFO [stderr] | ^^^^^ Dec 18 14:49:43.086 INFO [stderr] ... Dec 18 14:49:43.086 INFO [stderr] 3874 | rt_realloc_excess_used!(rt_odd_10bytes_32align_realloc_excess_used, 10- 1, 32); Dec 18 14:49:43.086 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.086 INFO [stderr] | Dec 18 14:49:43.086 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.086 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.086 INFO [stderr] | Dec 18 14:49:43.086 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.086 INFO [stderr] | Dec 18 14:49:43.086 INFO [stderr] Dec 18 14:49:43.086 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.086 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.086 INFO [stderr] | Dec 18 14:49:43.086 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.086 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.086 INFO [stderr] ... Dec 18 14:49:43.086 INFO [stderr] 3874 | rt_realloc_excess_used!(rt_odd_10bytes_32align_realloc_excess_used, 10- 1, 32); Dec 18 14:49:43.086 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.086 INFO [stderr] Dec 18 14:49:43.086 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.086 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.086 INFO [stderr] | Dec 18 14:49:43.086 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.086 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.086 INFO [stderr] ... Dec 18 14:49:43.086 INFO [stderr] 3874 | rt_realloc_excess_used!(rt_odd_10bytes_32align_realloc_excess_used, 10- 1, 32); Dec 18 14:49:43.086 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.086 INFO [stderr] | Dec 18 14:49:43.086 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.086 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.086 INFO [stderr] | Dec 18 14:49:43.086 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.086 INFO [stderr] | Dec 18 14:49:43.086 INFO [stderr] Dec 18 14:49:43.086 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.086 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.086 INFO [stderr] | Dec 18 14:49:43.086 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.087 INFO [stderr] | ^^^^^ Dec 18 14:49:43.087 INFO [stderr] ... Dec 18 14:49:43.087 INFO [stderr] 3887 | rt_realloc_excess_used!(rt_odd_100bytes_32align_realloc_excess_used, 100- 1, 32); Dec 18 14:49:43.087 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.087 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] Dec 18 14:49:43.087 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.087 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.087 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.087 INFO [stderr] ... Dec 18 14:49:43.087 INFO [stderr] 3887 | rt_realloc_excess_used!(rt_odd_100bytes_32align_realloc_excess_used, 100- 1, 32); Dec 18 14:49:43.087 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.087 INFO [stderr] Dec 18 14:49:43.087 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.087 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.087 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.087 INFO [stderr] ... Dec 18 14:49:43.087 INFO [stderr] 3887 | rt_realloc_excess_used!(rt_odd_100bytes_32align_realloc_excess_used, 100- 1, 32); Dec 18 14:49:43.087 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.087 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] Dec 18 14:49:43.087 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.087 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.087 INFO [stderr] | ^^^^^ Dec 18 14:49:43.087 INFO [stderr] ... Dec 18 14:49:43.087 INFO [stderr] 3900 | rt_realloc_excess_used!(rt_odd_1000bytes_32align_realloc_excess_used, 1000- 1, 32); Dec 18 14:49:43.087 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.087 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] Dec 18 14:49:43.087 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.087 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.087 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.087 INFO [stderr] ... Dec 18 14:49:43.087 INFO [stderr] 3900 | rt_realloc_excess_used!(rt_odd_1000bytes_32align_realloc_excess_used, 1000- 1, 32); Dec 18 14:49:43.087 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.087 INFO [stderr] Dec 18 14:49:43.087 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.087 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.087 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.087 INFO [stderr] ... Dec 18 14:49:43.087 INFO [stderr] 3900 | rt_realloc_excess_used!(rt_odd_1000bytes_32align_realloc_excess_used, 1000- 1, 32); Dec 18 14:49:43.087 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.087 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] Dec 18 14:49:43.087 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.087 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.087 INFO [stderr] | ^^^^^ Dec 18 14:49:43.087 INFO [stderr] ... Dec 18 14:49:43.087 INFO [stderr] 3913 | rt_realloc_excess_used!(rt_odd_10000bytes_32align_realloc_excess_used, 10000- 1, 32); Dec 18 14:49:43.087 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.087 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.087 INFO [stderr] | Dec 18 14:49:43.087 INFO [stderr] Dec 18 14:49:43.092 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.092 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.092 INFO [stderr] | Dec 18 14:49:43.092 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.092 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.092 INFO [stderr] ... Dec 18 14:49:43.092 INFO [stderr] 3913 | rt_realloc_excess_used!(rt_odd_10000bytes_32align_realloc_excess_used, 10000- 1, 32); Dec 18 14:49:43.092 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.092 INFO [stderr] Dec 18 14:49:43.092 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.092 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.092 INFO [stderr] | Dec 18 14:49:43.092 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.092 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.092 INFO [stderr] ... Dec 18 14:49:43.092 INFO [stderr] 3913 | rt_realloc_excess_used!(rt_odd_10000bytes_32align_realloc_excess_used, 10000- 1, 32); Dec 18 14:49:43.092 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.092 INFO [stderr] | Dec 18 14:49:43.092 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.092 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.092 INFO [stderr] | Dec 18 14:49:43.092 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.092 INFO [stderr] | Dec 18 14:49:43.092 INFO [stderr] Dec 18 14:49:43.092 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.092 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.092 INFO [stderr] | Dec 18 14:49:43.092 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.092 INFO [stderr] | ^^^^^ Dec 18 14:49:43.092 INFO [stderr] ... Dec 18 14:49:43.092 INFO [stderr] 3926 | rt_realloc_excess_used!(rt_odd_100000bytes_32align_realloc_excess_used, 100000- 1, 32); Dec 18 14:49:43.092 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.092 INFO [stderr] | Dec 18 14:49:43.092 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.092 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.092 INFO [stderr] | Dec 18 14:49:43.092 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.092 INFO [stderr] | Dec 18 14:49:43.092 INFO [stderr] Dec 18 14:49:43.092 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.092 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.092 INFO [stderr] | Dec 18 14:49:43.092 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.092 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.092 INFO [stderr] ... Dec 18 14:49:43.092 INFO [stderr] 3926 | rt_realloc_excess_used!(rt_odd_100000bytes_32align_realloc_excess_used, 100000- 1, 32); Dec 18 14:49:43.092 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.092 INFO [stderr] Dec 18 14:49:43.092 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.092 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.092 INFO [stderr] | Dec 18 14:49:43.092 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.092 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.093 INFO [stderr] ... Dec 18 14:49:43.093 INFO [stderr] 3926 | rt_realloc_excess_used!(rt_odd_100000bytes_32align_realloc_excess_used, 100000- 1, 32); Dec 18 14:49:43.093 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.093 INFO [stderr] | Dec 18 14:49:43.093 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.093 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.093 INFO [stderr] | Dec 18 14:49:43.093 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.093 INFO [stderr] | Dec 18 14:49:43.093 INFO [stderr] Dec 18 14:49:43.101 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.101 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.101 INFO [stderr] | Dec 18 14:49:43.101 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.101 INFO [stderr] | ^^^^^ Dec 18 14:49:43.101 INFO [stderr] ... Dec 18 14:49:43.101 INFO [stderr] 3939 | rt_realloc_excess_used!(rt_odd_1000000bytes_32align_realloc_excess_used, 1000000- 1, 32); Dec 18 14:49:43.101 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.101 INFO [stderr] | Dec 18 14:49:43.101 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.102 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.102 INFO [stderr] | Dec 18 14:49:43.102 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.102 INFO [stderr] | Dec 18 14:49:43.102 INFO [stderr] Dec 18 14:49:43.102 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.102 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.102 INFO [stderr] | Dec 18 14:49:43.102 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.103 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.103 INFO [stderr] ... Dec 18 14:49:43.103 INFO [stderr] 3939 | rt_realloc_excess_used!(rt_odd_1000000bytes_32align_realloc_excess_used, 1000000- 1, 32); Dec 18 14:49:43.103 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.103 INFO [stderr] Dec 18 14:49:43.103 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.103 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.103 INFO [stderr] | Dec 18 14:49:43.103 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.103 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.103 INFO [stderr] ... Dec 18 14:49:43.103 INFO [stderr] 3939 | rt_realloc_excess_used!(rt_odd_1000000bytes_32align_realloc_excess_used, 1000000- 1, 32); Dec 18 14:49:43.103 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.103 INFO [stderr] | Dec 18 14:49:43.103 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.103 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.103 INFO [stderr] | Dec 18 14:49:43.103 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.103 INFO [stderr] | Dec 18 14:49:43.103 INFO [stderr] Dec 18 14:49:43.103 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.103 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.103 INFO [stderr] | Dec 18 14:49:43.103 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.103 INFO [stderr] | ^^^^^ Dec 18 14:49:43.103 INFO [stderr] ... Dec 18 14:49:43.103 INFO [stderr] 3953 | rt_realloc_excess_used!(rt_primes_3bytes_32align_realloc_excess_used, 3, 32); Dec 18 14:49:43.103 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.103 INFO [stderr] | Dec 18 14:49:43.103 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.103 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.103 INFO [stderr] | Dec 18 14:49:43.103 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.103 INFO [stderr] | Dec 18 14:49:43.103 INFO [stderr] Dec 18 14:49:43.103 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.103 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.103 INFO [stderr] | Dec 18 14:49:43.103 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.103 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.103 INFO [stderr] ... Dec 18 14:49:43.103 INFO [stderr] 3953 | rt_realloc_excess_used!(rt_primes_3bytes_32align_realloc_excess_used, 3, 32); Dec 18 14:49:43.103 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.103 INFO [stderr] Dec 18 14:49:43.103 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.103 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.103 INFO [stderr] | Dec 18 14:49:43.103 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.103 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.103 INFO [stderr] ... Dec 18 14:49:43.103 INFO [stderr] 3953 | rt_realloc_excess_used!(rt_primes_3bytes_32align_realloc_excess_used, 3, 32); Dec 18 14:49:43.103 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.103 INFO [stderr] | Dec 18 14:49:43.103 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.103 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.103 INFO [stderr] | Dec 18 14:49:43.103 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.103 INFO [stderr] | Dec 18 14:49:43.103 INFO [stderr] Dec 18 14:49:43.103 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.103 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.103 INFO [stderr] | Dec 18 14:49:43.103 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.103 INFO [stderr] | ^^^^^ Dec 18 14:49:43.103 INFO [stderr] ... Dec 18 14:49:43.103 INFO [stderr] 3966 | rt_realloc_excess_used!(rt_primes_7bytes_32align_realloc_excess_used, 7, 32); Dec 18 14:49:43.103 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.103 INFO [stderr] | Dec 18 14:49:43.103 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.103 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.103 INFO [stderr] | Dec 18 14:49:43.103 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.103 INFO [stderr] | Dec 18 14:49:43.103 INFO [stderr] Dec 18 14:49:43.103 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.103 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.103 INFO [stderr] | Dec 18 14:49:43.103 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.103 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.104 INFO [stderr] ... Dec 18 14:49:43.104 INFO [stderr] 3966 | rt_realloc_excess_used!(rt_primes_7bytes_32align_realloc_excess_used, 7, 32); Dec 18 14:49:43.104 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.104 INFO [stderr] Dec 18 14:49:43.104 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.104 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.104 INFO [stderr] | Dec 18 14:49:43.104 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.104 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.104 INFO [stderr] ... Dec 18 14:49:43.104 INFO [stderr] 3966 | rt_realloc_excess_used!(rt_primes_7bytes_32align_realloc_excess_used, 7, 32); Dec 18 14:49:43.104 INFO [stderr] | ----------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.104 INFO [stderr] | Dec 18 14:49:43.104 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.104 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.104 INFO [stderr] | Dec 18 14:49:43.104 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.104 INFO [stderr] | Dec 18 14:49:43.104 INFO [stderr] Dec 18 14:49:43.104 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.104 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.104 INFO [stderr] | Dec 18 14:49:43.104 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.104 INFO [stderr] | ^^^^^ Dec 18 14:49:43.104 INFO [stderr] ... Dec 18 14:49:43.104 INFO [stderr] 3979 | rt_realloc_excess_used!(rt_primes_13bytes_32align_realloc_excess_used, 13, 32); Dec 18 14:49:43.104 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.104 INFO [stderr] | Dec 18 14:49:43.104 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.104 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.104 INFO [stderr] | Dec 18 14:49:43.104 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.104 INFO [stderr] | Dec 18 14:49:43.104 INFO [stderr] Dec 18 14:49:43.104 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.104 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.104 INFO [stderr] | Dec 18 14:49:43.104 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.104 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.104 INFO [stderr] ... Dec 18 14:49:43.104 INFO [stderr] 3979 | rt_realloc_excess_used!(rt_primes_13bytes_32align_realloc_excess_used, 13, 32); Dec 18 14:49:43.104 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.104 INFO [stderr] Dec 18 14:49:43.104 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.104 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.104 INFO [stderr] | Dec 18 14:49:43.104 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.104 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.104 INFO [stderr] ... Dec 18 14:49:43.104 INFO [stderr] 3979 | rt_realloc_excess_used!(rt_primes_13bytes_32align_realloc_excess_used, 13, 32); Dec 18 14:49:43.104 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.104 INFO [stderr] | Dec 18 14:49:43.104 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.104 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.104 INFO [stderr] | Dec 18 14:49:43.104 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.104 INFO [stderr] | Dec 18 14:49:43.104 INFO [stderr] Dec 18 14:49:43.104 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.104 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.104 INFO [stderr] | Dec 18 14:49:43.104 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.104 INFO [stderr] | ^^^^^ Dec 18 14:49:43.104 INFO [stderr] ... Dec 18 14:49:43.104 INFO [stderr] 3992 | rt_realloc_excess_used!(rt_primes_17bytes_32align_realloc_excess_used, 17, 32); Dec 18 14:49:43.104 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.104 INFO [stderr] | Dec 18 14:49:43.104 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.104 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.104 INFO [stderr] | Dec 18 14:49:43.104 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.104 INFO [stderr] | Dec 18 14:49:43.104 INFO [stderr] Dec 18 14:49:43.104 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.104 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.104 INFO [stderr] | Dec 18 14:49:43.104 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.104 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.104 INFO [stderr] ... Dec 18 14:49:43.104 INFO [stderr] 3992 | rt_realloc_excess_used!(rt_primes_17bytes_32align_realloc_excess_used, 17, 32); Dec 18 14:49:43.104 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.104 INFO [stderr] Dec 18 14:49:43.105 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.105 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.105 INFO [stderr] | Dec 18 14:49:43.105 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.105 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.105 INFO [stderr] ... Dec 18 14:49:43.105 INFO [stderr] 3992 | rt_realloc_excess_used!(rt_primes_17bytes_32align_realloc_excess_used, 17, 32); Dec 18 14:49:43.105 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.105 INFO [stderr] | Dec 18 14:49:43.105 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.105 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.105 INFO [stderr] | Dec 18 14:49:43.105 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.105 INFO [stderr] | Dec 18 14:49:43.105 INFO [stderr] Dec 18 14:49:43.105 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.105 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.105 INFO [stderr] | Dec 18 14:49:43.105 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.106 INFO [stderr] | ^^^^^ Dec 18 14:49:43.106 INFO [stderr] ... Dec 18 14:49:43.106 INFO [stderr] 4005 | rt_realloc_excess_used!(rt_primes_31bytes_32align_realloc_excess_used, 31, 32); Dec 18 14:49:43.106 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.106 INFO [stderr] | Dec 18 14:49:43.106 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.106 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.106 INFO [stderr] | Dec 18 14:49:43.106 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.106 INFO [stderr] | Dec 18 14:49:43.106 INFO [stderr] Dec 18 14:49:43.108 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.108 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.108 INFO [stderr] | Dec 18 14:49:43.108 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.108 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.108 INFO [stderr] ... Dec 18 14:49:43.108 INFO [stderr] 4005 | rt_realloc_excess_used!(rt_primes_31bytes_32align_realloc_excess_used, 31, 32); Dec 18 14:49:43.108 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.108 INFO [stderr] Dec 18 14:49:43.108 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.108 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.108 INFO [stderr] | Dec 18 14:49:43.108 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.108 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.108 INFO [stderr] ... Dec 18 14:49:43.108 INFO [stderr] 4005 | rt_realloc_excess_used!(rt_primes_31bytes_32align_realloc_excess_used, 31, 32); Dec 18 14:49:43.108 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.108 INFO [stderr] | Dec 18 14:49:43.108 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.108 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.108 INFO [stderr] | Dec 18 14:49:43.108 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.108 INFO [stderr] | Dec 18 14:49:43.108 INFO [stderr] Dec 18 14:49:43.110 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.110 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.110 INFO [stderr] | Dec 18 14:49:43.110 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.110 INFO [stderr] | ^^^^^ Dec 18 14:49:43.110 INFO [stderr] ... Dec 18 14:49:43.110 INFO [stderr] 4018 | rt_realloc_excess_used!(rt_primes_61bytes_32align_realloc_excess_used, 61, 32); Dec 18 14:49:43.110 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.110 INFO [stderr] | Dec 18 14:49:43.110 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.110 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.110 INFO [stderr] | Dec 18 14:49:43.110 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.110 INFO [stderr] | Dec 18 14:49:43.110 INFO [stderr] Dec 18 14:49:43.110 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.110 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.110 INFO [stderr] | Dec 18 14:49:43.110 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.110 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.110 INFO [stderr] ... Dec 18 14:49:43.110 INFO [stderr] 4018 | rt_realloc_excess_used!(rt_primes_61bytes_32align_realloc_excess_used, 61, 32); Dec 18 14:49:43.110 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.110 INFO [stderr] Dec 18 14:49:43.110 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.110 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.110 INFO [stderr] | Dec 18 14:49:43.110 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.110 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.110 INFO [stderr] ... Dec 18 14:49:43.110 INFO [stderr] 4018 | rt_realloc_excess_used!(rt_primes_61bytes_32align_realloc_excess_used, 61, 32); Dec 18 14:49:43.110 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.110 INFO [stderr] | Dec 18 14:49:43.111 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.111 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.111 INFO [stderr] | Dec 18 14:49:43.111 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.111 INFO [stderr] | Dec 18 14:49:43.111 INFO [stderr] Dec 18 14:49:43.112 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.112 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.112 INFO [stderr] | Dec 18 14:49:43.112 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.112 INFO [stderr] | ^^^^^ Dec 18 14:49:43.112 INFO [stderr] ... Dec 18 14:49:43.112 INFO [stderr] 4031 | rt_realloc_excess_used!(rt_primes_96bytes_32align_realloc_excess_used, 96, 32); Dec 18 14:49:43.112 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.112 INFO [stderr] | Dec 18 14:49:43.112 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.112 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.112 INFO [stderr] | Dec 18 14:49:43.112 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.112 INFO [stderr] | Dec 18 14:49:43.112 INFO [stderr] Dec 18 14:49:43.117 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.117 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.117 INFO [stderr] | Dec 18 14:49:43.117 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.117 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.117 INFO [stderr] ... Dec 18 14:49:43.117 INFO [stderr] 4031 | rt_realloc_excess_used!(rt_primes_96bytes_32align_realloc_excess_used, 96, 32); Dec 18 14:49:43.117 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.117 INFO [stderr] Dec 18 14:49:43.117 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.117 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.117 INFO [stderr] | Dec 18 14:49:43.118 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.118 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.118 INFO [stderr] ... Dec 18 14:49:43.118 INFO [stderr] 4031 | rt_realloc_excess_used!(rt_primes_96bytes_32align_realloc_excess_used, 96, 32); Dec 18 14:49:43.118 INFO [stderr] | ------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.118 INFO [stderr] | Dec 18 14:49:43.118 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.118 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.118 INFO [stderr] | Dec 18 14:49:43.118 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.118 INFO [stderr] | Dec 18 14:49:43.118 INFO [stderr] Dec 18 14:49:43.126 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.126 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.126 INFO [stderr] | Dec 18 14:49:43.126 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.126 INFO [stderr] | ^^^^^ Dec 18 14:49:43.126 INFO [stderr] ... Dec 18 14:49:43.126 INFO [stderr] 4044 | rt_realloc_excess_used!(rt_primes_127bytes_32align_realloc_excess_used, 127, 32); Dec 18 14:49:43.126 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.126 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.127 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] Dec 18 14:49:43.127 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.127 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.127 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.127 INFO [stderr] ... Dec 18 14:49:43.127 INFO [stderr] 4044 | rt_realloc_excess_used!(rt_primes_127bytes_32align_realloc_excess_used, 127, 32); Dec 18 14:49:43.127 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.127 INFO [stderr] Dec 18 14:49:43.127 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.127 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.127 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.127 INFO [stderr] ... Dec 18 14:49:43.127 INFO [stderr] 4044 | rt_realloc_excess_used!(rt_primes_127bytes_32align_realloc_excess_used, 127, 32); Dec 18 14:49:43.127 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.127 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] Dec 18 14:49:43.127 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.127 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.127 INFO [stderr] | ^^^^^ Dec 18 14:49:43.127 INFO [stderr] ... Dec 18 14:49:43.127 INFO [stderr] 4057 | rt_realloc_excess_used!(rt_primes_257bytes_32align_realloc_excess_used, 257, 32); Dec 18 14:49:43.127 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.127 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] Dec 18 14:49:43.127 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.127 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.127 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.127 INFO [stderr] ... Dec 18 14:49:43.127 INFO [stderr] 4057 | rt_realloc_excess_used!(rt_primes_257bytes_32align_realloc_excess_used, 257, 32); Dec 18 14:49:43.127 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.127 INFO [stderr] Dec 18 14:49:43.127 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.127 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.127 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.127 INFO [stderr] ... Dec 18 14:49:43.127 INFO [stderr] 4057 | rt_realloc_excess_used!(rt_primes_257bytes_32align_realloc_excess_used, 257, 32); Dec 18 14:49:43.127 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.127 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] Dec 18 14:49:43.127 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.127 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.127 INFO [stderr] | ^^^^^ Dec 18 14:49:43.127 INFO [stderr] ... Dec 18 14:49:43.127 INFO [stderr] 4070 | rt_realloc_excess_used!(rt_primes_509bytes_32align_realloc_excess_used, 509, 32); Dec 18 14:49:43.127 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.127 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.127 INFO [stderr] | Dec 18 14:49:43.127 INFO [stderr] Dec 18 14:49:43.128 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.128 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.128 INFO [stderr] | Dec 18 14:49:43.128 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.128 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.128 INFO [stderr] ... Dec 18 14:49:43.128 INFO [stderr] 4070 | rt_realloc_excess_used!(rt_primes_509bytes_32align_realloc_excess_used, 509, 32); Dec 18 14:49:43.128 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.128 INFO [stderr] Dec 18 14:49:43.128 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.128 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.128 INFO [stderr] | Dec 18 14:49:43.128 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.128 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.128 INFO [stderr] ... Dec 18 14:49:43.128 INFO [stderr] 4070 | rt_realloc_excess_used!(rt_primes_509bytes_32align_realloc_excess_used, 509, 32); Dec 18 14:49:43.128 INFO [stderr] | --------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.128 INFO [stderr] | Dec 18 14:49:43.128 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.128 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.128 INFO [stderr] | Dec 18 14:49:43.128 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.128 INFO [stderr] | Dec 18 14:49:43.128 INFO [stderr] Dec 18 14:49:43.128 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.128 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.128 INFO [stderr] | Dec 18 14:49:43.128 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.128 INFO [stderr] | ^^^^^ Dec 18 14:49:43.129 INFO [stderr] ... Dec 18 14:49:43.129 INFO [stderr] 4083 | rt_realloc_excess_used!(rt_primes_1021bytes_32align_realloc_excess_used, 1021, 32); Dec 18 14:49:43.129 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.129 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] Dec 18 14:49:43.129 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.129 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.129 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.129 INFO [stderr] ... Dec 18 14:49:43.129 INFO [stderr] 4083 | rt_realloc_excess_used!(rt_primes_1021bytes_32align_realloc_excess_used, 1021, 32); Dec 18 14:49:43.129 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.129 INFO [stderr] Dec 18 14:49:43.129 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.129 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.129 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.129 INFO [stderr] ... Dec 18 14:49:43.129 INFO [stderr] 4083 | rt_realloc_excess_used!(rt_primes_1021bytes_32align_realloc_excess_used, 1021, 32); Dec 18 14:49:43.129 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.129 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] Dec 18 14:49:43.129 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.129 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.129 INFO [stderr] | ^^^^^ Dec 18 14:49:43.129 INFO [stderr] ... Dec 18 14:49:43.129 INFO [stderr] 4096 | rt_realloc_excess_used!(rt_primes_2039bytes_32align_realloc_excess_used, 2039, 32); Dec 18 14:49:43.129 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.129 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] Dec 18 14:49:43.129 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.129 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.129 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.129 INFO [stderr] ... Dec 18 14:49:43.129 INFO [stderr] 4096 | rt_realloc_excess_used!(rt_primes_2039bytes_32align_realloc_excess_used, 2039, 32); Dec 18 14:49:43.129 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.129 INFO [stderr] Dec 18 14:49:43.129 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.129 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.129 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.129 INFO [stderr] ... Dec 18 14:49:43.129 INFO [stderr] 4096 | rt_realloc_excess_used!(rt_primes_2039bytes_32align_realloc_excess_used, 2039, 32); Dec 18 14:49:43.129 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.129 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] Dec 18 14:49:43.129 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.129 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.129 INFO [stderr] | ^^^^^ Dec 18 14:49:43.129 INFO [stderr] ... Dec 18 14:49:43.129 INFO [stderr] 4109 | rt_realloc_excess_used!(rt_primes_4093bytes_32align_realloc_excess_used, 4093, 32); Dec 18 14:49:43.129 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.129 INFO [stderr] | Dec 18 14:49:43.129 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.130 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.130 INFO [stderr] | Dec 18 14:49:43.130 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.130 INFO [stderr] | Dec 18 14:49:43.130 INFO [stderr] Dec 18 14:49:43.130 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.130 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.130 INFO [stderr] | Dec 18 14:49:43.130 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.130 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.130 INFO [stderr] ... Dec 18 14:49:43.130 INFO [stderr] 4109 | rt_realloc_excess_used!(rt_primes_4093bytes_32align_realloc_excess_used, 4093, 32); Dec 18 14:49:43.130 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.130 INFO [stderr] Dec 18 14:49:43.130 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.130 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.130 INFO [stderr] | Dec 18 14:49:43.130 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.130 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.130 INFO [stderr] ... Dec 18 14:49:43.130 INFO [stderr] 4109 | rt_realloc_excess_used!(rt_primes_4093bytes_32align_realloc_excess_used, 4093, 32); Dec 18 14:49:43.130 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.130 INFO [stderr] | Dec 18 14:49:43.130 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.130 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.130 INFO [stderr] | Dec 18 14:49:43.130 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.130 INFO [stderr] | Dec 18 14:49:43.130 INFO [stderr] Dec 18 14:49:43.130 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.130 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.130 INFO [stderr] | Dec 18 14:49:43.130 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.130 INFO [stderr] | ^^^^^ Dec 18 14:49:43.130 INFO [stderr] ... Dec 18 14:49:43.130 INFO [stderr] 4122 | rt_realloc_excess_used!(rt_primes_8191bytes_32align_realloc_excess_used, 8191, 32); Dec 18 14:49:43.130 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.130 INFO [stderr] | Dec 18 14:49:43.130 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.130 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.130 INFO [stderr] | Dec 18 14:49:43.130 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.130 INFO [stderr] | Dec 18 14:49:43.130 INFO [stderr] Dec 18 14:49:43.136 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.136 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.136 INFO [stderr] | Dec 18 14:49:43.136 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.136 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.136 INFO [stderr] ... Dec 18 14:49:43.136 INFO [stderr] 4122 | rt_realloc_excess_used!(rt_primes_8191bytes_32align_realloc_excess_used, 8191, 32); Dec 18 14:49:43.136 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.136 INFO [stderr] Dec 18 14:49:43.136 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.136 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.136 INFO [stderr] | Dec 18 14:49:43.136 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.136 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.136 INFO [stderr] ... Dec 18 14:49:43.136 INFO [stderr] 4122 | rt_realloc_excess_used!(rt_primes_8191bytes_32align_realloc_excess_used, 8191, 32); Dec 18 14:49:43.136 INFO [stderr] | ----------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.136 INFO [stderr] | Dec 18 14:49:43.136 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.136 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.136 INFO [stderr] | Dec 18 14:49:43.136 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.136 INFO [stderr] | Dec 18 14:49:43.136 INFO [stderr] Dec 18 14:49:43.136 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.136 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.136 INFO [stderr] | Dec 18 14:49:43.136 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.136 INFO [stderr] | ^^^^^ Dec 18 14:49:43.136 INFO [stderr] ... Dec 18 14:49:43.136 INFO [stderr] 4135 | rt_realloc_excess_used!(rt_primes_16381bytes_32align_realloc_excess_used, 16381, 32); Dec 18 14:49:43.136 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.136 INFO [stderr] | Dec 18 14:49:43.136 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.136 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.136 INFO [stderr] | Dec 18 14:49:43.136 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.136 INFO [stderr] | Dec 18 14:49:43.136 INFO [stderr] Dec 18 14:49:43.136 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.136 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.136 INFO [stderr] | Dec 18 14:49:43.136 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.136 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.136 INFO [stderr] ... Dec 18 14:49:43.136 INFO [stderr] 4135 | rt_realloc_excess_used!(rt_primes_16381bytes_32align_realloc_excess_used, 16381, 32); Dec 18 14:49:43.136 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.136 INFO [stderr] Dec 18 14:49:43.136 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.136 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.137 INFO [stderr] | Dec 18 14:49:43.137 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.137 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.137 INFO [stderr] ... Dec 18 14:49:43.137 INFO [stderr] 4135 | rt_realloc_excess_used!(rt_primes_16381bytes_32align_realloc_excess_used, 16381, 32); Dec 18 14:49:43.137 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.137 INFO [stderr] | Dec 18 14:49:43.137 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.137 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.137 INFO [stderr] | Dec 18 14:49:43.137 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.137 INFO [stderr] | Dec 18 14:49:43.137 INFO [stderr] Dec 18 14:49:43.137 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.137 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.137 INFO [stderr] | Dec 18 14:49:43.137 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.137 INFO [stderr] | ^^^^^ Dec 18 14:49:43.137 INFO [stderr] ... Dec 18 14:49:43.137 INFO [stderr] 4148 | rt_realloc_excess_used!(rt_primes_32749bytes_32align_realloc_excess_used, 32749, 32); Dec 18 14:49:43.137 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.137 INFO [stderr] | Dec 18 14:49:43.137 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.137 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.137 INFO [stderr] | Dec 18 14:49:43.137 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.137 INFO [stderr] | Dec 18 14:49:43.137 INFO [stderr] Dec 18 14:49:43.141 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.141 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.141 INFO [stderr] | Dec 18 14:49:43.141 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.141 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.141 INFO [stderr] ... Dec 18 14:49:43.141 INFO [stderr] 4148 | rt_realloc_excess_used!(rt_primes_32749bytes_32align_realloc_excess_used, 32749, 32); Dec 18 14:49:43.141 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.141 INFO [stderr] Dec 18 14:49:43.141 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.141 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.142 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.142 INFO [stderr] ... Dec 18 14:49:43.142 INFO [stderr] 4148 | rt_realloc_excess_used!(rt_primes_32749bytes_32align_realloc_excess_used, 32749, 32); Dec 18 14:49:43.142 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.142 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] Dec 18 14:49:43.142 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.142 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.142 INFO [stderr] | ^^^^^ Dec 18 14:49:43.142 INFO [stderr] ... Dec 18 14:49:43.142 INFO [stderr] 4161 | rt_realloc_excess_used!(rt_primes_65537bytes_32align_realloc_excess_used, 65537, 32); Dec 18 14:49:43.142 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.142 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] Dec 18 14:49:43.142 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.142 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.142 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.142 INFO [stderr] ... Dec 18 14:49:43.142 INFO [stderr] 4161 | rt_realloc_excess_used!(rt_primes_65537bytes_32align_realloc_excess_used, 65537, 32); Dec 18 14:49:43.142 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.142 INFO [stderr] Dec 18 14:49:43.142 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.142 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.142 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.142 INFO [stderr] ... Dec 18 14:49:43.142 INFO [stderr] 4161 | rt_realloc_excess_used!(rt_primes_65537bytes_32align_realloc_excess_used, 65537, 32); Dec 18 14:49:43.142 INFO [stderr] | ------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.142 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] Dec 18 14:49:43.142 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.142 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.142 INFO [stderr] | ^^^^^ Dec 18 14:49:43.142 INFO [stderr] ... Dec 18 14:49:43.142 INFO [stderr] 4174 | rt_realloc_excess_used!(rt_primes_131071bytes_32align_realloc_excess_used, 131071, 32); Dec 18 14:49:43.142 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.142 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] Dec 18 14:49:43.142 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.142 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.142 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.142 INFO [stderr] ... Dec 18 14:49:43.142 INFO [stderr] 4174 | rt_realloc_excess_used!(rt_primes_131071bytes_32align_realloc_excess_used, 131071, 32); Dec 18 14:49:43.142 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.142 INFO [stderr] Dec 18 14:49:43.142 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.142 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.142 INFO [stderr] | Dec 18 14:49:43.142 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.142 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.142 INFO [stderr] ... Dec 18 14:49:43.143 INFO [stderr] 4174 | rt_realloc_excess_used!(rt_primes_131071bytes_32align_realloc_excess_used, 131071, 32); Dec 18 14:49:43.143 INFO [stderr] | --------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.143 INFO [stderr] | Dec 18 14:49:43.143 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.143 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.143 INFO [stderr] | Dec 18 14:49:43.143 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.143 INFO [stderr] | Dec 18 14:49:43.143 INFO [stderr] Dec 18 14:49:43.145 INFO [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.145 INFO [stderr] --> benches/roundtrip.rs:237:36 Dec 18 14:49:43.145 INFO [stderr] | Dec 18 14:49:43.145 INFO [stderr] 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Dec 18 14:49:43.145 INFO [stderr] | ^^^^^ Dec 18 14:49:43.145 INFO [stderr] ... Dec 18 14:49:43.145 INFO [stderr] 4187 | rt_realloc_excess_used!(rt_primes_4194301bytes_32align_realloc_excess_used, 4194301, 32); Dec 18 14:49:43.145 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.145 INFO [stderr] | Dec 18 14:49:43.145 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.145 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.145 INFO [stderr] | Dec 18 14:49:43.145 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.145 INFO [stderr] | Dec 18 14:49:43.145 INFO [stderr] Dec 18 14:49:43.145 INFO [stderr] error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.145 INFO [stderr] --> benches/roundtrip.rs:241:52 Dec 18 14:49:43.145 INFO [stderr] | Dec 18 14:49:43.145 INFO [stderr] 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Dec 18 14:49:43.145 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 18 14:49:43.145 INFO [stderr] ... Dec 18 14:49:43.145 INFO [stderr] 4187 | rt_realloc_excess_used!(rt_primes_4194301bytes_32align_realloc_excess_used, 4194301, 32); Dec 18 14:49:43.145 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.145 INFO [stderr] Dec 18 14:49:43.145 INFO [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Dec 18 14:49:43.145 INFO [stderr] --> benches/roundtrip.rs:247:26 Dec 18 14:49:43.145 INFO [stderr] | Dec 18 14:49:43.145 INFO [stderr] 247 | Jemalloc.dealloc(ptr, new_layout); Dec 18 14:49:43.145 INFO [stderr] | ^^^^^^^ Dec 18 14:49:43.145 INFO [stderr] ... Dec 18 14:49:43.145 INFO [stderr] 4187 | rt_realloc_excess_used!(rt_primes_4194301bytes_32align_realloc_excess_used, 4194301, 32); Dec 18 14:49:43.145 INFO [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation Dec 18 14:49:43.145 INFO [stderr] | Dec 18 14:49:43.145 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 18 14:49:43.145 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 18 14:49:43.145 INFO [stderr] | Dec 18 14:49:43.145 INFO [stderr] 9 | use std::alloc::GlobalAlloc; Dec 18 14:49:43.145 INFO [stderr] | Dec 18 14:49:43.145 INFO [stderr] Dec 18 14:49:43.207 INFO [stderr] error: aborting due to 6301 previous errors Dec 18 14:49:43.207 INFO [stderr] Dec 18 14:49:43.207 INFO [stderr] Some errors occurred: E0432, E0599. Dec 18 14:49:43.207 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Dec 18 14:49:43.242 INFO [stderr] error: Could not compile `jemallocator`. Dec 18 14:49:43.242 INFO [stderr] Dec 18 14:49:43.242 INFO [stderr] To learn more, run the command again with --verbose. Dec 18 14:49:43.952 INFO running `"docker" "inspect" "4a70048b1368f7fdf8ddbe5c8bcf4d7877dea11ba7111e314b5c1c76b60b899b"` Dec 18 14:49:44.256 INFO running `"docker" "rm" "-f" "4a70048b1368f7fdf8ddbe5c8bcf4d7877dea11ba7111e314b5c1c76b60b899b"` Dec 18 14:49:44.556 INFO [stdout] 4a70048b1368f7fdf8ddbe5c8bcf4d7877dea11ba7111e314b5c1c76b60b899b